aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0122-in.jsonld
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-11-11 14:00:49 +0100
committerDavid Robillard <d@drobilla.net>2019-05-25 11:15:50 +0200
commit5da18484b9af2406caff5f0daeeb493ead13fc70 (patch)
treeaf0d9f683d434c828d14b10b81f33355b1a74fd2 /tests/JSONLDTests/toRdf-0122-in.jsonld
parentd14838cf7217d27e499908fe324ebf4cd7863ed8 (diff)
downloadserd-5da18484b9af2406caff5f0daeeb493ead13fc70.tar.gz
serd-5da18484b9af2406caff5f0daeeb493ead13fc70.tar.bz2
serd-5da18484b9af2406caff5f0daeeb493ead13fc70.zip
Add JSON-LD test suite
Diffstat (limited to 'tests/JSONLDTests/toRdf-0122-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0122-in.jsonld47
1 files changed, 47 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0122-in.jsonld b/tests/JSONLDTests/toRdf-0122-in.jsonld
new file mode 100644
index 00000000..f6c240c0
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0122-in.jsonld
@@ -0,0 +1,47 @@
+{
+ "@context": {"@base": "http://a/bb/ccc/./d;p?q", "urn:ex:p": {"@type": "@id"}},
+ "@graph": [
+ {"@id": "urn:ex:s085", "urn:ex:p": "g:h"},
+ {"@id": "urn:ex:s086", "urn:ex:p": "g"},
+ {"@id": "urn:ex:s087", "urn:ex:p": "./g"},
+ {"@id": "urn:ex:s088", "urn:ex:p": "g/"},
+ {"@id": "urn:ex:s089", "urn:ex:p": "/g"},
+ {"@id": "urn:ex:s090", "urn:ex:p": "//g"},
+ {"@id": "urn:ex:s091", "urn:ex:p": "?y"},
+ {"@id": "urn:ex:s092", "urn:ex:p": "g?y"},
+ {"@id": "urn:ex:s093", "urn:ex:p": "#s"},
+ {"@id": "urn:ex:s094", "urn:ex:p": "g#s"},
+ {"@id": "urn:ex:s095", "urn:ex:p": "g?y#s"},
+ {"@id": "urn:ex:s096", "urn:ex:p": ";x"},
+ {"@id": "urn:ex:s097", "urn:ex:p": "g;x"},
+ {"@id": "urn:ex:s098", "urn:ex:p": "g;x?y#s"},
+ {"@id": "urn:ex:s099", "urn:ex:p": ""},
+ {"@id": "urn:ex:s100", "urn:ex:p": "."},
+ {"@id": "urn:ex:s101", "urn:ex:p": "./"},
+ {"@id": "urn:ex:s102", "urn:ex:p": ".."},
+ {"@id": "urn:ex:s103", "urn:ex:p": "../"},
+ {"@id": "urn:ex:s104", "urn:ex:p": "../g"},
+ {"@id": "urn:ex:s105", "urn:ex:p": "../.."},
+ {"@id": "urn:ex:s106", "urn:ex:p": "../../"},
+ {"@id": "urn:ex:s107", "urn:ex:p": "../../g"},
+ {"@id": "urn:ex:s108", "urn:ex:p": "../../../g"},
+ {"@id": "urn:ex:s109", "urn:ex:p": "../../../../g"},
+ {"@id": "urn:ex:s110", "urn:ex:p": "/./g"},
+ {"@id": "urn:ex:s111", "urn:ex:p": "/../g"},
+ {"@id": "urn:ex:s112", "urn:ex:p": "g."},
+ {"@id": "urn:ex:s113", "urn:ex:p": ".g"},
+ {"@id": "urn:ex:s114", "urn:ex:p": "g.."},
+ {"@id": "urn:ex:s115", "urn:ex:p": "..g"},
+ {"@id": "urn:ex:s116", "urn:ex:p": "./../g"},
+ {"@id": "urn:ex:s117", "urn:ex:p": "./g/."},
+ {"@id": "urn:ex:s118", "urn:ex:p": "g/./h"},
+ {"@id": "urn:ex:s119", "urn:ex:p": "g/../h"},
+ {"@id": "urn:ex:s120", "urn:ex:p": "g;x=1/./y"},
+ {"@id": "urn:ex:s121", "urn:ex:p": "g;x=1/../y"},
+ {"@id": "urn:ex:s122", "urn:ex:p": "g?y/./x"},
+ {"@id": "urn:ex:s123", "urn:ex:p": "g?y/../x"},
+ {"@id": "urn:ex:s124", "urn:ex:p": "g#s/./x"},
+ {"@id": "urn:ex:s125", "urn:ex:p": "g#s/../x"},
+ {"@id": "urn:ex:s126", "urn:ex:p": "http:g"}
+ ]
+} \ No newline at end of file