16 lines
No EOL
269 B
Text
Executable file
16 lines
No EOL
269 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://www.example.com/#"
|
|
},
|
|
"@graph": [{
|
|
"@id": "ex:subject",
|
|
"@type": "ex:Thing",
|
|
"ex:embed": {
|
|
"@id": "ex:embedded",
|
|
"ex:title": "Embedded"
|
|
},
|
|
"ex:noembed": {
|
|
"@id": "ex:notembedded"
|
|
}
|
|
}]
|
|
} |