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