jsonld-ex/test/data/json-ld.org-test-suite/toRdf-0107-in.jsonld

9 lines
288 B
Text
Raw Normal View History

{
"@context": {
"http": "http://example.com/this-prefix-would-overwrite-all-http-iris"
},
"@id": "http://example.org/node1",
"@type": "http://example.org/type",
"http://example.org/property": "all these IRIs remain unchanged because they are interpreted as absolute IRIs"
}