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

15 lines
309 B
Plaintext
Executable file

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