jsonld-ex/test/data/json-ld.org-test-suite/toRdf-0101-in.jsonld
2017-03-24 23:08:41 +01:00

10 lines
176 B
Plaintext
Executable file

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