SPARQL IN CLAUSE
880207Nov 29 2011 — edited Nov 29 2011Hi,
I want to use only SPARQL Query where i have to search within Triples for either of the input values. I mean similar to SQL's IN Clause.
SQL - select * from employee where empid IN ('1','2','3');
I want looking for a pure SPARQL query similar to above one.
Thanks and Regards,
Manish H