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

24 lines
393 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:p7": {"@container": "@set"}
},
"@type": "ex:Example1",
"ex:p2": {
"@default": "custom-default"
},
"ex:p3": {
"@default": 3
},
"ex:p4": {
"@omitDefault": true
},
"ex:p5": {},
"ex:p6": {
"@type": "ex:Example2",
"ex:p3": {
"@default": 4
}
},
"ex:p7": {"@type": "ex:Example3"}
}