jsonld-ex/test/data/json-ld.org-test-suite/normalize-0002-in.jsonld

14 lines
244 B
Text
Raw Normal View History

{
"@context": {
"ex": "http://example.org/vocab#"
},
"@id": "http://example.org/test#example1",
"ex:p": [
{
"@id": "http://example.org/test#example2"
},
{
"@id": "http://example.org/test#example2"
}
]
}