forked from ruzyysmartt/json-ld-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0124-in.jsonld
More file actions
47 lines (47 loc) · 2.08 KB
/
0124-in.jsonld
File metadata and controls
47 lines (47 loc) · 2.08 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
43
44
45
46
47
{
"@context": {"@base": "http://a/bb/ccc/.", "urn:ex:p": {"@type": "@id"}},
"@graph": [
{"@id": "urn:ex:s169", "urn:ex:p": "g:h"},
{"@id": "urn:ex:s170", "urn:ex:p": "g"},
{"@id": "urn:ex:s171", "urn:ex:p": "./g"},
{"@id": "urn:ex:s172", "urn:ex:p": "g/"},
{"@id": "urn:ex:s173", "urn:ex:p": "/g"},
{"@id": "urn:ex:s174", "urn:ex:p": "//g"},
{"@id": "urn:ex:s175", "urn:ex:p": "?y"},
{"@id": "urn:ex:s176", "urn:ex:p": "g?y"},
{"@id": "urn:ex:s177", "urn:ex:p": "#s"},
{"@id": "urn:ex:s178", "urn:ex:p": "g#s"},
{"@id": "urn:ex:s179", "urn:ex:p": "g?y#s"},
{"@id": "urn:ex:s180", "urn:ex:p": ";x"},
{"@id": "urn:ex:s181", "urn:ex:p": "g;x"},
{"@id": "urn:ex:s182", "urn:ex:p": "g;x?y#s"},
{"@id": "urn:ex:s183", "urn:ex:p": ""},
{"@id": "urn:ex:s184", "urn:ex:p": "."},
{"@id": "urn:ex:s185", "urn:ex:p": "./"},
{"@id": "urn:ex:s186", "urn:ex:p": ".."},
{"@id": "urn:ex:s187", "urn:ex:p": "../"},
{"@id": "urn:ex:s188", "urn:ex:p": "../g"},
{"@id": "urn:ex:s189", "urn:ex:p": "../.."},
{"@id": "urn:ex:s190", "urn:ex:p": "../../"},
{"@id": "urn:ex:s191", "urn:ex:p": "../../g"},
{"@id": "urn:ex:s192", "urn:ex:p": "../../../g"},
{"@id": "urn:ex:s193", "urn:ex:p": "../../../../g"},
{"@id": "urn:ex:s194", "urn:ex:p": "/./g"},
{"@id": "urn:ex:s195", "urn:ex:p": "/../g"},
{"@id": "urn:ex:s196", "urn:ex:p": "g."},
{"@id": "urn:ex:s197", "urn:ex:p": ".g"},
{"@id": "urn:ex:s198", "urn:ex:p": "g.."},
{"@id": "urn:ex:s199", "urn:ex:p": "..g"},
{"@id": "urn:ex:s200", "urn:ex:p": "./../g"},
{"@id": "urn:ex:s201", "urn:ex:p": "./g/."},
{"@id": "urn:ex:s202", "urn:ex:p": "g/./h"},
{"@id": "urn:ex:s203", "urn:ex:p": "g/../h"},
{"@id": "urn:ex:s204", "urn:ex:p": "g;x=1/./y"},
{"@id": "urn:ex:s205", "urn:ex:p": "g;x=1/../y"},
{"@id": "urn:ex:s206", "urn:ex:p": "g?y/./x"},
{"@id": "urn:ex:s207", "urn:ex:p": "g?y/../x"},
{"@id": "urn:ex:s208", "urn:ex:p": "g#s/./x"},
{"@id": "urn:ex:s209", "urn:ex:p": "g#s/../x"},
{"@id": "urn:ex:s210", "urn:ex:p": "http:g"}
]
}