-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunstructured.json
128 lines (128 loc) · 4.19 KB
/
unstructured.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"@graph": [
{
"@id": "http://example.com/aggregation-1",
"@type": "http://www.openarchives.org/ore/terms/Aggregation",
"http://www.openarchives.org/ore/terms/aggregates": [
{
"@id": "http://example.com/document-1"
},
{
"@id": "http://other.example.org/data-2"
},
{
"@id": "http://other.example.org/aggregation-3"
},
{
"@id": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602"
}
],
"http://www.openarchives.org/ore/terms/isDescribedBy": [
{
"@id": "http://example.com/aggregation-1.rdf"
},
{
"@id": "http://example.com/aggregation-1.jsonld"
}
],
"http://www.openarchives.org/ore/terms/similarTo": {
"@id": "http://dx.doi.org/10.1002/cpe.1594"
}
},
{
"@id": "index.html",
"@type": "http://www.openarchives.org/ore/terms/ResourceMap",
"http://www.openarchives.org/ore/terms/describes": {
"@id": "http://example.com/aggregation-1"
}
},
{
"@id": "http://other.example.org/aggregation-2",
"@type": "http://www.openarchives.org/ore/terms/Aggregation",
"http://www.openarchives.org/ore/terms/isDescribedBy": {
"@id": "http://other.example.org/aggregation-2.rdf"
}
},
{
"@id": "http://other.example.org/aggregation-3",
"@type": "http://www.openarchives.org/ore/terms/Aggregation",
"http://www.openarchives.org/ore/terms/isDescribedBy": [
{
"@id": "http://other.example.org/aggregation-3.rdf"
},
{
"@id": "http://other.example.org/aggregation-3.jsonld"
}
]
},
{
"@id": "http://other.example.org/data-2",
"http://www.openarchives.org/ore/terms/isAggregatedBy": {
"@id": "http://other.example.org/aggregation-2"
}
},
{
"@id": "urn:uuid:05bd5e0c-94c7-4856-a53f-7f6cf0756751",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/lineage": {
"@id": "urn:uuid:360ea070-efee-11e3-ac10-0800200c9a66"
},
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "http://other.example.org/data-2"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://example.com/aggregation-1"
}
},
{
"@id": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "http://example.com/document-1"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://other.example.org/aggregation-3"
}
},
{
"@id": "urn:uuid:318745e0-5ea4-4a68-8a0a-ab27ab96985a",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://example.com/aggregation-1"
}
},
{
"@id": "urn:uuid:360ea070-efee-11e3-ac10-0800200c9a66",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "http://other.example.org/data-2"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://other.example.org/aggregation-2"
}
},
{
"@id": "urn:uuid:c0f5f1ad-5269-4cfc-b9f5-e9621c499f53",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "http://other.example.org/aggregation-3"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://example.com/aggregation-1"
}
},
{
"@id": "urn:uuid:d4e63599-d28d-4966-8606-dbb985a865f2",
"@type": "http://www.openarchives.org/ore/terms/Proxy",
"http://www.openarchives.org/ore/terms/proxyFor": {
"@id": "http://example.com/document-1"
},
"http://www.openarchives.org/ore/terms/proxyIn": {
"@id": "http://example.com/aggregation-1"
}
}
]
}