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

27 lines
No EOL
334 B
Text
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:p1": {
"@type": "@id"
}
},
"@graph": [
{
"@id": "_:a0",
"ex:p1": [
"_:a1",
"_:a2"
]
},
{
"@id": "_:a1",
"ex:p1": "_:a3"
},
{
"@id": "_:a2"
},
{
"@id": "_:a3"
}
]
}