aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0121-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-0121-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-0121-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0121-in.jsonld47
1 files changed, 47 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0121-in.jsonld b/tests/JSONLDTests/toRdf-0121-in.jsonld
new file mode 100644
index 00000000..86a197dc
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0121-in.jsonld
@@ -0,0 +1,47 @@
+{
+ "@context": {"@base": "http://a/bb/ccc/d/", "urn:ex:p": {"@type": "@id"}},
+ "@graph": [
+ {"@id": "urn:ex:s043", "urn:ex:p": "g:h"},
+ {"@id": "urn:ex:s044", "urn:ex:p": "g"},
+ {"@id": "urn:ex:s045", "urn:ex:p": "./g"},
+ {"@id": "urn:ex:s046", "urn:ex:p": "g/"},
+ {"@id": "urn:ex:s047", "urn:ex:p": "/g"},
+ {"@id": "urn:ex:s048", "urn:ex:p": "//g"},
+ {"@id": "urn:ex:s049", "urn:ex:p": "?y"},
+ {"@id": "urn:ex:s050", "urn:ex:p": "g?y"},
+ {"@id": "urn:ex:s051", "urn:ex:p": "#s"},
+ {"@id": "urn:ex:s052", "urn:ex:p": "g#s"},
+ {"@id": "urn:ex:s053", "urn:ex:p": "g?y#s"},
+ {"@id": "urn:ex:s054", "urn:ex:p": ";x"},
+ {"@id": "urn:ex:s055", "urn:ex:p": "g;x"},
+ {"@id": "urn:ex:s056", "urn:ex:p": "g;x?y#s"},
+ {"@id": "urn:ex:s057", "urn:ex:p": ""},
+ {"@id": "urn:ex:s058", "urn:ex:p": "."},
+ {"@id": "urn:ex:s059", "urn:ex:p": "./"},
+ {"@id": "urn:ex:s060", "urn:ex:p": ".."},
+ {"@id": "urn:ex:s061", "urn:ex:p": "../"},
+ {"@id": "urn:ex:s062", "urn:ex:p": "../g"},
+ {"@id": "urn:ex:s063", "urn:ex:p": "../.."},
+ {"@id": "urn:ex:s064", "urn:ex:p": "../../"},
+ {"@id": "urn:ex:s065", "urn:ex:p": "../../g"},
+ {"@id": "urn:ex:s066", "urn:ex:p": "../../../g"},
+ {"@id": "urn:ex:s067", "urn:ex:p": "../../../../g"},
+ {"@id": "urn:ex:s068", "urn:ex:p": "/./g"},
+ {"@id": "urn:ex:s069", "urn:ex:p": "/../g"},
+ {"@id": "urn:ex:s070", "urn:ex:p": "g."},
+ {"@id": "urn:ex:s071", "urn:ex:p": ".g"},
+ {"@id": "urn:ex:s072", "urn:ex:p": "g.."},
+ {"@id": "urn:ex:s073", "urn:ex:p": "..g"},
+ {"@id": "urn:ex:s074", "urn:ex:p": "./../g"},
+ {"@id": "urn:ex:s075", "urn:ex:p": "./g/."},
+ {"@id": "urn:ex:s076", "urn:ex:p": "g/./h"},
+ {"@id": "urn:ex:s077", "urn:ex:p": "g/../h"},
+ {"@id": "urn:ex:s078", "urn:ex:p": "g;x=1/./y"},
+ {"@id": "urn:ex:s079", "urn:ex:p": "g;x=1/../y"},
+ {"@id": "urn:ex:s080", "urn:ex:p": "g?y/./x"},
+ {"@id": "urn:ex:s081", "urn:ex:p": "g?y/../x"},
+ {"@id": "urn:ex:s082", "urn:ex:p": "g#s/./x"},
+ {"@id": "urn:ex:s083", "urn:ex:p": "g#s/../x"},
+ {"@id": "urn:ex:s084", "urn:ex:p": "http:g"}
+ ]
+} \ No newline at end of file