19 lines
No EOL
370 B
Text
Executable file
19 lines
No EOL
370 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://example.org/vocab#"
|
|
},
|
|
"@graph": [
|
|
{
|
|
"@id": "http://example.org/test/#example1",
|
|
"@type": "ex:Example1",
|
|
"ex:p1": "non-default",
|
|
"ex:p6": {
|
|
"@id": "http://example.org/test/#example2"
|
|
}
|
|
},
|
|
{
|
|
"@id": "http://example.org/test/#example2",
|
|
"@type": "ex:Example2"
|
|
}
|
|
]
|
|
} |