-
Notifications
You must be signed in to change notification settings - Fork 0
/
context.json
43 lines (43 loc) · 1.53 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
39
40
41
42
43
{
"@context": {
"@version": 1.1,
"records": {
"@container": "@type",
"@id": "@graph"
},
"prov" : "http://www.w3.org/ns/prov#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"niiri": "http://iri.nidash.org/",
"RRID": "http://scicrunch.org/resolver/",
"uuid": "https://www.uuidgenerator.net/",
"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"
},
"wasAttributedTo" : {
"@id": "http://www.w3.org/ns/prov#wasAttributedTo",
"@type": "http://www.w3.org/2001/XMLSchema#Agent"
},
"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"
}
}
}