jsonld-ex/test/data/json-ld.org-test-suite/compact-0048-context.jsonld
2017-03-24 23:08:41 +01:00

11 lines
273 B
Text
Executable file

{
"@context": {
"@language": "de",
"propertyLanguageNull": {
"@id": "http://example.com/propertyA",
"@language": null
},
"propertyNoLang": "http://example.com/propertyA",
"propertyB": "http://example.com/propertyB"
}
}