-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomplete-example.json
56 lines (56 loc) · 2.26 KB
/
complete-example.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
55
56
{ "@context": "https://w3id.org/ore/context",
"@id": "",
"@type": "ResourceMap",
"describes": {
"@id": "http://example.com/aggregation-1",
"@type": "Aggregation",
"isDescribedBy": [
"http://example.com/aggregation-1.rdf",
"http://example.com/aggregation-1.jsonld"
],
"aggregates": [
"http://example.com/document-1",
{ "@id": "http://other.example.org/data-2",
"isAggregatedBy": {
"@id": "http://other.example.org/aggregation-2",
"@type": "Aggregation",
"isDescribedBy": "http://other.example.org/aggregation-2.rdf"
}
},
{ "@id": "http://other.example.org/aggregation-3",
"@type": "Aggregation",
"isDescribedBy": [ "http://other.example.org/aggregation-3.rdf",
"http://other.example.org/aggregation-3.jsonld" ]
},
{ "@id": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602",
"@type": "Proxy",
"proxyFor": "http://example.com/document-1",
"proxyIn": "http://other.example.org/aggregation-3"
}
],
"proxies": [
{ "@id": "urn:uuid:d4e63599-d28d-4966-8606-dbb985a865f2",
"@type": "Proxy",
"proxyFor": "http://example.com/document-1"
},
{ "@id": "urn:uuid:05bd5e0c-94c7-4856-a53f-7f6cf0756751",
"@type": "Proxy",
"proxyFor": "http://other.example.org/data-2",
"lineage": {
"@id": "urn:uuid:360ea070-efee-11e3-ac10-0800200c9a66",
"@type": "Proxy",
"proxyFor": "http://other.example.org/data-2",
"proxyIn": "http://other.example.org/aggregation-2" }
},
{ "@id": "urn:uuid:c0f5f1ad-5269-4cfc-b9f5-e9621c499f53",
"@type": "Proxy",
"proxyFor": "http://other.example.org/aggregation-3"
},
{ "@id": "urn:uuid:318745e0-5ea4-4a68-8a0a-ab27ab96985a",
"@type": "Proxy",
"proxyFor": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602"
}
],
"similarTo": "http://dx.doi.org/10.1002/cpe.1594"
}
}