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

7 lines
270 B
Plaintext
Executable file

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