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

11 lines
262 B
Plaintext
Executable file

{
"@context": {
"d": "http://purl.org/dc/elements/1.1/",
"e": "http://example.org/vocab#",
"f": "http://xmlns.com/foaf/0.1/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://example.org/test",
"e:bool": true,
"e:int": 123
}