forked from adlnet/xapi-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatement-context.jsonld
More file actions
39 lines (38 loc) · 1.36 KB
/
statement-context.jsonld
File metadata and controls
39 lines (38 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"owl": "http://www.w3.org/2002/07/owl#",
"prov": "http://www.w3.org/ns/prov#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xapi": "https://w3id.org/xapi/ontology#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"@vocab": "https://w3id.org/xapi/ontology#",
"id":{ "@id": "xapi:id", "@type": "xsd:string" },
"objectType": "@type",
"Statement": "xapi:Statement",
"version": "xapi:version",
"timeStamp": "xapi:timeStamp",
"actor": "xapi:Actor",
"Agent": "xapi:Agent",
"account": "xapi:Account",
"name": "xapi:name",
"mbox": "xapi:mbox",
"mbox_sha1sum": "xapi:mbox_sha1sum",
"openid": "xapi:openid",
"homePage": "xapi:homePage",
"verb": "xapi:Verb",
"display": "xapi:display",
"object": "xapi:Object",
"Activity": "xapi:Activity",
"definition": "xapi:ActivityDefinition",
"type": {
"@type": "@id"
},
"description": "xapi:description",
"result": "xapi:Result",
"duration": "xapi:duration"
}
}