A Core Building Block
Domain is an xAPI vocabulary extensions type in the GBLxAPI profile used to represent terms and specific URIs at a high level of an educational category. In educational standards, they are often referred to as domains or a discipline.
xAPI Extension - Subdomain
The "Subdomain" xAPI context extension includes over 35 gblxapi URIs that support common contextual references for subdomains and diciplines for english language arts, math, science, and social studies. The URIs are part of the GBLxAPI vocabulary catalog to improve data normalization and interoperability across k-12 educational applications. The URIs were developed during the research phase of this community project.


Subdomain IDs
GBLxAPI provides permanent URIs that can be used as ids related to the subdomain extension. These are context related to the learning experience. An example for ELA-Literacy subdomain would be Comprehension and Collaboration. The URI id used in the array would be:
https://gblxapi.org/subdomain/Comprehension-CollaborationHere is a snippet from an xAPI statement for a GBLxAPI action item.
"https://w3id.org/xapi/gblxapi/extensions/subdomain": [
{
"description": {
"en-US": "Actor has been presented or interacted in experiences involving: Developing Claims and Using Evidence"
},
"name": {
"en-US": "Developing Claims and Using Evidence"
},
"id": "https://gblxapi.org/subdomain/Developing-Claims-Using-Evidence"
},