-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathframed-proxies.json
More file actions
42 lines (42 loc) · 1.35 KB
/
Copy pathframed-proxies.json
File metadata and controls
42 lines (42 loc) · 1.35 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
{
"@context": "https://w3id.org/ore/context",
"@graph": [
{
"@id": "urn:uuid:05bd5e0c-94c7-4856-a53f-7f6cf0756751",
"@type": "Proxy",
"lineage": "urn:uuid:360ea070-efee-11e3-ac10-0800200c9a66",
"proxyFor": "http://other.example.org/data-2",
"proxyIn": "http://example.com/aggregation-1"
},
{
"@id": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602",
"@type": "Proxy",
"proxyFor": "http://example.com/document-1",
"proxyIn": "http://other.example.org/aggregation-3"
},
{
"@id": "urn:uuid:318745e0-5ea4-4a68-8a0a-ab27ab96985a",
"@type": "Proxy",
"proxyFor": "urn:uuid:09561248-bf55-4c85-930a-9a7a60e81602",
"proxyIn": "http://example.com/aggregation-1"
},
{
"@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",
"proxyIn": "http://example.com/aggregation-1"
},
{
"@id": "urn:uuid:d4e63599-d28d-4966-8606-dbb985a865f2",
"@type": "Proxy",
"proxyFor": "http://example.com/document-1",
"proxyIn": "http://example.com/aggregation-1"
}
]
}