19 lines
218 B
Text
19 lines
218 B
Text
|
{
|
||
|
"@context": {
|
||
|
"graph": "@graph",
|
||
|
"term": "http://example.org/term"
|
||
|
},
|
||
|
"graph": [
|
||
|
{
|
||
|
"term": {
|
||
|
"@list": [1]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"term": {
|
||
|
"@list": [2]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|