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

13 lines
270 B
Text
Raw Normal View History

[
{
"@id": "http://example.com/Subj1",
"http://example.com/prop": [
{ "@value": true },
{ "@value": false },
{ "@value": 1 },
{ "@value": "1.1", "@type": "http://www.w3.org/2001/XMLSchema#decimal"},
{ "@value": 0.11 }
]
}
]