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

19 lines
245 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#"
},
"@graph": [
{
"@id": "_:b0",
"ex:prop": {
"@id": "_:b1"
}
},
{
"@id": "_:a0",
"ex:prop": {
"@id": "_:a1"
}
}
]
}