-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontext.json
54 lines (54 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
{
"@context" : {
"Proxy" : {
"@id" : "http://www.openarchives.org/ore/terms/Proxy"
},
"proxyFor" : {
"@id" : "http://www.openarchives.org/ore/terms/proxyFor",
"@type" : "@id"
},
"lineage" : {
"@id" : "http://www.openarchives.org/ore/terms/lineage",
"@type" : "@id"
},
"describes" : {
"@id" : "http://www.openarchives.org/ore/terms/describes",
"@type" : "@id"
},
"AggregatedResource" : {
"@id" : "http://www.openarchives.org/ore/terms/AggregatedResource"
},
"ResourceMap" : {
"@id" : "http://www.openarchives.org/ore/terms/ResourceMap"
},
"similarTo" : {
"@id" : "http://www.openarchives.org/ore/terms/similarTo",
"@type" : "@id"
},
"Aggregation" : {
"@id" : "http://www.openarchives.org/ore/terms/Aggregation"
},
"isAggregatedBy" : {
"@id" : "http://www.openarchives.org/ore/terms/isAggregatedBy",
"@type" : "@id"
},
"proxyIn" : {
"@id" : "http://www.openarchives.org/ore/terms/proxyIn",
"@type" : "@id"
},
"aggregates" : {
"@id" : "http://www.openarchives.org/ore/terms/aggregates",
"@type" : "@id",
"@container": "@set"
},
"isDescribedBy" : {
"@id" : "http://www.openarchives.org/ore/terms/isDescribedBy",
"@type" : "@id",
"@container": "@set"
},
"proxies": {
"@reverse" : "http://www.openarchives.org/ore/terms/proxyIn",
"@container": "@set"
}
}
}