jsonld-ex/test/data/json-ld.org-test-suite/toRdf-0032-in.jsonld
2017-03-24 23:08:41 +01:00

17 lines
348 B
Plaintext
Executable file

{
"@id": "ex:node1",
"owl:sameAs": {
"@id": "ex:node2",
"rdfs:label": "Node 2",
"link": "ex:node3",
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#"
}
},
"@context": {
"ex": "http://example.org/",
"owl": "http://www.w3.org/2002/07/owl#",
"link": { "@id": "ex:link", "@type": "@id" }
}
}