16 lines
255 B
Text
Executable file
16 lines
255 B
Text
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"]
|
|
}
|
|
]
|
|
}
|