aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0124-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0124-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0124-in.jsonld47
1 files changed, 47 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0124-in.jsonld b/tests/JSONLDTests/toRdf-0124-in.jsonld
new file mode 100644
index 00000000..d75b3d8c
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0124-in.jsonld
@@ -0,0 +1,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"}
+ ]
+}