14 lines
244 B
Text
14 lines
244 B
Text
|
{
|
||
|
"@context": {
|
||
|
"ex": "http://example.org/vocab#"
|
||
|
},
|
||
|
"@id": "http://example.org/test#example1",
|
||
|
"ex:p": [
|
||
|
{
|
||
|
"@id": "http://example.org/test#example2"
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example.org/test#example2"
|
||
|
}
|
||
|
]
|
||
|
}
|