jsonld-ex/test/data/json-ld.org-test-suite/compact-0008-context.jsonld

9 lines
218 B
Text
Raw Normal View History

{
"@context": {
"http://example.org/test#property1": {"@type": "@id"},
"http://example.org/test#property2": {"@type": "@id"},
"http://example.org/test#property3": {"@type": "@id"},
"uri": "@id"
}
}