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

15 lines
282 B
Plaintext
Executable file

{
"@context": {
"property": "http://example.com/property",
"nested": "http://example.com/nested",
"@language": "en"
},
"property": "this is English",
"nested": {
"@context": {
"@language": null
},
"property": "and this is a plain string"
}
}