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

11 lines
249 B
Plaintext
Executable file

{
"@context": {
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"ex": "https://example.org/ns#",
"id": "@id",
"type": "@type",
"ex:properties": { "@container": "@list" }
}
}