Allows to parse e.g. Virtuoso query resultspull/216/head
parent
9c06f7f097
commit
710a76b9cc
@ -0,0 +1,16 @@ |
||||
{ |
||||
"head": { |
||||
"vars": ["s"] |
||||
}, |
||||
"results": { |
||||
"bindings": [ |
||||
{ |
||||
"s": { |
||||
"type": "typed-literal", |
||||
"value": "foo", |
||||
"datatype": "http://example.com/dt" |
||||
} |
||||
} |
||||
] |
||||
} |
||||
} |
Loading…
Reference in new issue