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

21 lines
260 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#",
"ex:p1": {
"@type": "@id"
}
},
"@graph": [
{
"@id": "_:b0",
"ex:p1": [
{},
"_:b2"
]
},
{
"@id": "_:b2",
"ex:p1": {}
}
]
}