-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestoa-context-20150307.json
More file actions
52 lines (50 loc) · 2.31 KB
/
Copy pathrestoa-context-20150307.json
File metadata and controls
52 lines (50 loc) · 2.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"@context": {
"oa" : "http://www.w3.org/ns/oa#",
"dc" : "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/",
"dctypes": "http://purl.org/dc/dcmitype/",
"foaf" : "http://xmlns.com/foaf/0.1/",
"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#",
"lrel" : "http://www.iana.org/assignments/link-relations/#",
"body" : {"@id" : "oa:hasBody"},
"target" : {"@type":"@id", "@id" : "oa:hasTarget"},
"source" : {"@type":"@id", "@id" : "oa:hasSource"},
"selector" : {"@type":"@id", "@id" : "oa:hasSelector"},
"state" : {"@type":"@id", "@id" : "oa:hasState"},
"scope" : {"@type":"@id", "@id" : "oa:hasScope"},
"annotatedBy" : {"@type":"@id", "@id" : "oa:annotatedBy"},
"serializedBy" : {"@type":"@id", "@id" : "oa:serializedBy"},
"motivation" : {"@type":"@id", "@id" : "oa:motivatedBy"},
"stylesheet" : {"@type":"@id", "@id" : "oa:styledBy"},
"cached" : {"@type":"@id", "@id" : "oa:cachedSource"},
"conformsTo" : {"@type":"@id", "@id" : "dcterms:conformsTo"},
"members" : {"@type":"@id", "@id" : "oa:membershipList", "@container": "@list"},
"item" : {"@type":"@id", "@id" : "oa:item"},
"related" : {"@type":"@id", "@id" : "skos:related"},
"start": {"@type":"@id", "@id" : "lrel:start"},
"prev": {"@type":"@id", "@id" : "lrel:prev"},
"next": {"@type":"@id", "@id" : "lrel:next"},
"last": {"@type":"@id", "@id" : "lrel:last"},
"item": {"@type":"@id", "@id" : "lrel:item"},
"collection": {"@type":"@id", "@id" : "lrel:collection"},
"format" : "dc:format",
"language": "dc:language",
"annotatedAt" : "oa:annotatedAt",
"serializedAt" : "oa:serializedAt",
"when" : "oa:when",
"value" : "rdf:value",
"start" : "oa:start",
"end" : "oa:end",
"exact" : "oa:exact",
"prefix" : "oa:prefix",
"suffix" : "oa:suffix",
"label" : "rdfs:label",
"name" : "foaf:name",
"mbox" : "foaf:mbox",
"nick" : "foaf:nick",
"styleClass" : "oa:styleClass"
}
}