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

8 lines
141 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/",
"term1": { "@id": "ex:term1", "@type": "ex:datatype" },
"term2": "ex:term2"
}
}