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

19 lines
370 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#"
},
"@graph": [
{
"@id": "http://example.org/test/#example1",
"@type": "ex:Example1",
"ex:p1": "non-default",
"ex:p6": {
"@id": "http://example.org/test/#example2"
}
},
{
"@id": "http://example.org/test/#example2",
"@type": "ex:Example2"
}
]
}