jsonld-ex/test/data/json-ld.org-test-suite/expand-0061-in.jsonld

10 lines
176 B
Text
Raw Normal View History

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