jsonld-ex/test/data/json-ld.org-test-suite/expand-0073-out.jsonld
2017-03-24 23:08:41 +01:00

15 lines
339 B
Plaintext
Executable file

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