Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
17 lines
187 B
17 lines
187 B
![]()
2 years ago
|
{
|
||
|
"head": {
|
||
|
"vars": ["s"]
|
||
|
},
|
||
|
"results": {
|
||
|
"bindings": [
|
||
|
{},
|
||
|
{
|
||
|
"s": {
|
||
|
"type": "literal",
|
||
|
"value": "foo"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|