parent
1f7e59dde7
commit
9c06f7f097
@ -0,0 +1,17 @@ |
|||||||
|
{ |
||||||
|
"head": { |
||||||
|
"vars": ["s"], |
||||||
|
"custom": null |
||||||
|
}, |
||||||
|
"results": { |
||||||
|
"custom": {"foo": [true, false]}, |
||||||
|
"bindings": [ |
||||||
|
{ |
||||||
|
"s": { |
||||||
|
"type": "uri", |
||||||
|
"value": "http://example.org/s1" |
||||||
|
} |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<sparql xmlns="http://www.w3.org/2005/sparql-results#"> |
||||||
|
<head custom="foo"> |
||||||
|
<variable name="s"/> |
||||||
|
</head> |
||||||
|
<results custom="foo"> |
||||||
|
<result> |
||||||
|
<binding name="s"> |
||||||
|
<uri>http://example.com/a</uri> |
||||||
|
</binding> |
||||||
|
</result> |
||||||
|
</results> |
||||||
|
</sparql> |
Loading…
Reference in new issue