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