Skip to content

Instantly share code, notes, and snippets.

@milt
Last active May 28, 2019 15:37
Show Gist options
  • Save milt/a800a51abf424ea4f770dd33060b6620 to your computer and use it in GitHub Desktop.
Save milt/a800a51abf424ea4f770dd33060b6620 to your computer and use it in GitHub Desktop.
possible xapi ontology - jsonld for playground
{
"@graph": [
{
"@id": "http://www.w3.org/2002/07/owl#sameAs",
"@type": "http://www.w3.org/2002/07/owl#AnnotationProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://www.w3.org/2002/07/owl#sameAs": {
"@id": "https://w3id.org/xapi/ontology#Agent"
}
},
{
"@id": "http://xmlns.com/foaf/0.1/Group",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://www.w3.org/2002/07/owl#sameAs": {
"@id": "https://w3id.org/xapi/ontology#Group"
}
},
{
"@id": "http://xmlns.com/foaf/0.1/account",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/accountName",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/accountServiceHomepage",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/mbox",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/mbox_sha1sum",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/member",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/name",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "http://xmlns.com/foaf/0.1/openid",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty"
},
{
"@id": "https://w3id.org/xapi/ontology",
"@type": "http://www.w3.org/2002/07/owl#Ontology"
},
{
"@id": "https://w3id.org/xapi/ontology#Activity",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology#Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
]
},
{
"@id": "https://w3id.org/xapi/ontology#Attachment",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology#Extensions",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology#Group",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
]
},
{
"@id": "https://w3id.org/xapi/ontology#Statement",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://www.w3.org/2002/07/owl#sameAs": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
}
},
{
"@id": "https://w3id.org/xapi/ontology#StatementRef",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology#SubStatement",
"@type": [
"http://www.w3.org/2002/07/owl#Class",
"http://www.w3.org/2002/07/owl#NamedIndividual"
]
},
{
"@id": "https://w3id.org/xapi/ontology#Verb",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology#objectType",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/xapi/ontology#Activity"
},
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
},
{
"@id": "https://w3id.org/xapi/ontology#StatementRef"
},
{
"@id": "https://w3id.org/xapi/ontology#SubStatement"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/activity#Definition",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/activity#definition",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Activity"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity#id",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Activity"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#choices",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#correctResponsesPattern",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#description",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#extensions",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Extensions"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#interactionType",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#moreInfo",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#name",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#scale",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#source",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#steps",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#target",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition#type",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity#Definition"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition/interaction-component#description",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/activity/definition/interaction-component#id",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/activity/definition#InteractionComponent"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor#Account",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/actor#account",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/actor#Account"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/account"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor#mbox",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/mbox"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor#mbox_sha1sum",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/mbox_sha1sum"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor#name",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/name"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor#openid",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/openid"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor/account#homePage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/actor#Account"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/accountServiceHomepage"
}
},
{
"@id": "https://w3id.org/xapi/ontology/actor/account#name",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/actor#Account"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/accountName"
}
},
{
"@id": "https://w3id.org/xapi/ontology/agent#account",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#account"
}
},
{
"@id": "https://w3id.org/xapi/ontology/agent#mbox",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#mbox"
}
},
{
"@id": "https://w3id.org/xapi/ontology/agent#mbox_sha1sum",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#mbox_sha1sum"
}
},
{
"@id": "https://w3id.org/xapi/ontology/agent#name",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#name"
}
},
{
"@id": "https://w3id.org/xapi/ontology/agent#openid",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#openid"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#contentType",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#description",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#display",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#fileUrl",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#length",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#integer"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#sha2",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/attachment#usageType",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#account",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#account"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#mbox",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#mbox"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#mbox_sha1sum",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#mbox_sha1sum"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#member",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Agent"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "http://xmlns.com/foaf/0.1/member"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#name",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#name"
}
},
{
"@id": "https://w3id.org/xapi/ontology/group#openid",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Group"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/actor#openid"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#Context",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/statement#Result",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/statement#actor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/statement#attachments",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Attachment"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#authority",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/statement#context",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#id",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#object",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/xapi/ontology#Activity"
},
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
},
{
"@id": "https://w3id.org/xapi/ontology#StatementRef"
},
{
"@id": "https://w3id.org/xapi/ontology#SubStatement"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/statement#result",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#stored",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#timestamp",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#dateTimeStamp"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#verb",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Verb"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement#version",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Statement"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement-ref#id",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#StatementRef"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#contextActivities",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#extensions",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Extensions"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#instructor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#language",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#platform",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#registration",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#revision",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#statement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#StatementRef"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context#team",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Context"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Group"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context/context-activities#category",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Activity"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context/context-activities#grouping",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Activity"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context/context-activities#other",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Activity"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/context/context-activities#parent",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/context#ContextActivities"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Activity"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#Score",
"@type": "http://www.w3.org/2002/07/owl#Class"
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#completion",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#boolean"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#duration",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#extensions",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology#Extensions"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#response",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#score",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "https://w3id.org/xapi/ontology/statement/result#Score"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result#success",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement#Result"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#boolean"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result/score#max",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/result#Score"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result/score#min",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/result#Score"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result/score#raw",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/result#Score"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
},
{
"@id": "https://w3id.org/xapi/ontology/statement/result/score#scaled",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology/statement/result#Score"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#actor",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#actor"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#attachments",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#attachments"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#context",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#context"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#object",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/xapi/ontology#Activity"
},
{
"@id": "https://w3id.org/xapi/ontology#Agent"
},
{
"@id": "https://w3id.org/xapi/ontology#Group"
},
{
"@id": "https://w3id.org/xapi/ontology#StatementRef"
}
]
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#result",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#result"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#timestamp",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#timestamp"
}
},
{
"@id": "https://w3id.org/xapi/ontology/sub-statement#verb",
"@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#SubStatement"
},
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": {
"@id": "https://w3id.org/xapi/ontology/statement#verb"
}
},
{
"@id": "https://w3id.org/xapi/ontology/verb#display",
"@type": "http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Verb"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"
}
},
{
"@id": "https://w3id.org/xapi/ontology/verb#id",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": {
"@id": "https://w3id.org/xapi/ontology#Verb"
},
"http://www.w3.org/2000/01/rdf-schema#range": {
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment