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

13 lines
270 B
Plaintext
Executable file

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