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

65 lines
860 B
Plaintext
Executable file

{
"@context": {
"eg": "http://example.org/vocab#",
"eg:p": {"@type": "@id"}
},
"@graph": [
{
"@id": "_:a",
"eg:p": "_:b"
},
{
"@id": "_:b",
"eg:p": "_:c"
},
{
"@id": "_:c",
"eg:p": ["_:d","_:z"]
},
{
"@id": "_:d",
"eg:p": "_:e"
},
{
"@id": "_:e",
"eg:p": "_:f"
},
{
"@id": "_:f",
"eg:p": "_:g"
},
{
"@id": "_:g",
"eg:p": "_:h"
},
{
"@id": "_:h",
"eg:p": "_:i"
},
{
"@id": "_:z",
"eg:p": "_:w"
},
{
"@id": "_:w",
"eg:p": "_:x"
},
{
"@id": "_:x",
"eg:p": "_:y"
},
{
"@id": "_:y",
"eg:p": "_:v"
},
{
"@id": "_:v",
"eg:p": "_:u"
},
{
"@id": "_:u",
"eg:p": "_:t"
}
]
}