-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext-ore.json
50 lines (50 loc) · 1.41 KB
/
context-ore.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
{
"@context" : {
"ore:lineage" : {
"@id" : "http://www.openarchives.org/ore/terms/lineage",
"@type" : "@id"
},
"ore:isAggregatedBy" : {
"@id" : "http://www.openarchives.org/ore/terms/isAggregatedBy",
"@type" : "@id"
},
"ore:proxyIn" : {
"@id" : "http://www.openarchives.org/ore/terms/proxyIn",
"@type" : "@id"
},
"ore:similarTo" : {
"@id" : "http://www.openarchives.org/ore/terms/similarTo"
},
"ore:proxyFor" : {
"@id" : "http://www.openarchives.org/ore/terms/proxyFor",
"@type" : "@id"
},
"ore:describes" : {
"@id" : "http://www.openarchives.org/ore/terms/describes",
"@type" : "@id"
},
"ore:AggregatedResource" : {
"@id" : "http://www.openarchives.org/ore/terms/AggregatedResource"
},
"ore:Proxy" : {
"@id" : "http://www.openarchives.org/ore/terms/Proxy"
},
"ore:ResourceMap" : {
"@id" : "http://www.openarchives.org/ore/terms/ResourceMap"
},
"ore:aggregates" : {
"@id" : "http://www.openarchives.org/ore/terms/aggregates",
"@type" : "@id"
},
"ore:isDescribedBy" : {
"@id" : "http://www.openarchives.org/ore/terms/isDescribedBy",
"@type" : "@id"
},
"ore:Aggregation" : {
"@id" : "http://www.openarchives.org/ore/terms/Aggregation"
},
"ore:proxies": {
"@reverse" : "http://www.openarchives.org/ore/terms/proxyIn"
}
}
}