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