jsonld-ex/test/data/json-ld.org-test-suite/normalize-0014-in.jsonld

9 lines
150 B
Text
Raw Normal View History

{
"@context": {
"e": "http://example.org/vocab#"
},
"@id": "http://example.org/test",
"e:bool": true,
"e:double": 1.23,
"e:int": 123
}