forked from bids-standard/BEP028_BIDSprov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.json
38 lines (36 loc) · 1.24 KB
/
context.json
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
{
"@context": {
"@version": 1.1,
"records": {
"@container": "@type",
"@id": "@graph"
},
"prov" : "http://www.w3.org/ns/prov#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"startedAtTime" : {
"@id": "http://www.w3.org/ns/prov#startedAtTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"endedAtTime" : {
"@id": "http://www.w3.org/ns/prov#endedAtTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"wasGeneratedBy" : {
"@id": "http://www.w3.org/ns/prov#wasGeneratedBy",
"@type": "http://www.w3.org/2001/XMLSchema#Entity"
},
"wasAssociatedWith" : {
"@id": "http://www.w3.org/ns/prov#wasAssociatedWith",
"@type": "http://www.w3.org/2001/XMLSchema#Agent"
},
"wasInformedBy" : {
"@id": "http://www.w3.org/ns/prov#wasInformedBy",
"@type": "http://www.w3.org/2001/XMLSchema#Activity"
},
"used" : {
"@id": "http://www.w3.org/ns/prov#used",
"@type": "http://www.w3.org/2001/XMLSchema#Entity"
}
}
}