7 lines
200 B
Text
7 lines
200 B
Text
|
{
|
||
|
"@graph": [{
|
||
|
"@id": "http://example.org/test/#library",
|
||
|
"@type": "http://example.org/vocab#Library",
|
||
|
"http://example.org/vocab#contains": {"@id": "http://example.org/test#book"}
|
||
|
}]
|
||
|
}
|