17 lines
255 B
Text
17 lines
255 B
Text
|
{
|
||
|
"@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"]
|
||
|
}
|
||
|
]
|
||
|
}
|