17 lines
252 B
Text
Executable file
17 lines
252 B
Text
Executable file
{
|
|
"@context": {
|
|
"@base": null
|
|
},
|
|
"@id": "",
|
|
"http://example.com/foo": "bar",
|
|
"@graph": [
|
|
{
|
|
"@id": "",
|
|
"http://example.com/baz": "bam"
|
|
},
|
|
{
|
|
"@id": "0",
|
|
"http://example.com/baaaaaz": "baaaam"
|
|
}
|
|
]
|
|
}
|