jsonld-ex/test/data/json-ld.org-test-suite/fromRdf-0017-out.jsonld

15 lines
308 B
Text
Raw Normal View History

[
{
"@id": "http://example.com/nodeA",
"http://example.com/property": [
{ "@value": "1" },
{
"@value": "2",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
{ "@id": "http://example.com/nodeB" }
],
"@type": [ "http://example.com/TypeA" ]
}
]