jsonld-ex/test/data/json-ld.org-test-suite/compact-0005-in.jsonld

6 lines
259 B
Text
Raw Normal View History

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