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

21 lines
425 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:p7": {"@container": "@set"}
},
"@graph": [{
"@id": "http://example.org/test/#example1",
"@type": "ex:Example1",
"ex:p1": "non-default",
"ex:p2": "custom-default",
"ex:p3": 3,
"ex:p5": null,
"ex:p6": {
"@id": "http://example.org/test/#example2",
"@type": "ex:Example2",
"ex:p3": 4
},
"ex:p7": []
}]
}