aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0051-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0051-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0051-in.jsonld13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0051-in.jsonld b/tests/JSONLDTests/toRdf-0051-in.jsonld
new file mode 100644
index 00000000..15815597
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0051-in.jsonld
@@ -0,0 +1,13 @@
+{
+ "@context": {
+ "dc": "http://purl.org/dc/elements/1.1/",
+ "ex": "http://example.org/vocab#",
+ "ex:contains": {
+ "@type": "@id"
+ },
+ "xsd": "http://www.w3.org/2001/XMLSchema#"
+ },
+ "@id": "http://example.org/test#book",
+ "dc:title": "Title",
+ "ex:contains": "http://example.org/test#chapter"
+} \ No newline at end of file