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

9 lines
150 B
Plaintext
Executable file

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