On 01/11/16 21:43, kumar rohit wrote:
+ "FILTER ( ?student =' "+name+" ' ) " //name can be any string + "FILTER ( ?student , ' "+name+" ' ) " which syntax is correct? == sign or just comma sign?
Syntax is shown in the SPARQL specification. https://www.w3.org/TR/sparql11-query/
And is regex keyword mandatory here? In which situation we should use regex with Filter keyword?
