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

11 lines
315 B
Plaintext
Executable file

[
{
"http://example.com/property": [
{ "@value": 1, "@type": "http://example.com/datatype" },
{ "@value": true, "@type": "http://example.com/datatype" },
{ "@value": false, "@type": "http://example.com/datatype" },
{ "@value": 5.1, "@type": "http://example.com/datatype" }
]
}
]