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

15 lines
308 B
Plaintext
Executable file

[
{
"@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" ]
}
]