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

11 lines
257 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/",
"term1": {"@id": "ex:term1", "@type": "ex:datatype"},
"term2": {"@id": "ex:term2", "@type": "@id"}
},
"@id": "ex:id1",
"@type": ["ex:Type1", "ex:Type2"],
"term1": "v1",
"term2": "ex:id2"
}