SPARQL 1.1. BINDINGS + FILTER

Hi,

Just wanted to let you know that we (Kasabi/Talis) have a similar use 
case to [1] and would benefit from BINDINGS as a placeholder mechanism 
for parametrised queries, à la:

[[[
SELECT ?person WHERE {
  ?person ex:name ?name .
  FILTER(REGEX(?name, ?value))
}
BINDINGS ?value {('John')}
]]]


(We don't need a formal response, just wanted to report the use case.)

Cheers,
Benji

[1] 
http://lists.w3.org/Archives/Public/public-rdf-dawg-comments/2012Mar/0018.html

-- 
Benjamin Nowack
Software Engineer, Talis

http://talis.com/
http://twitter.com/bengee

Received on Wednesday, 2 May 2012 09:49:39 UTC