aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0034-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0034-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0034-in.jsonld16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0034-in.jsonld b/tests/JSONLDTests/toRdf-0034-in.jsonld
new file mode 100644
index 00000000..e6113232
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0034-in.jsonld
@@ -0,0 +1,16 @@
+{
+ "@context": {
+ "link": { "@id": "ex:link", "@type": "@id" },
+ "ex": "http://example.org/",
+ "owl": "http://www.w3.org/2002/07/owl#"
+ },
+ "@id": "ex:node1",
+ "owl:sameAs": {
+ "@context": {
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#"
+ },
+ "@id": "ex:node2",
+ "rdfs:label": "Node 2",
+ "link": "ex:node3"
+ }
+}