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

17 lines
255 B
Plaintext
Executable file

{
"@context": {
"eg": "http://example.org/vocab#",
"eg:p": {"@type": "@id"}
},
"@graph": [
{
"@id": "_:b",
"eg:p": "http://example.org"
},
{
"@id": "_:a",
"eg:p": ["_:b", "http://example.com"]
}
]
}