Is the query correct? It gives me error, I think syntax error.

  "SELECT  * " +
                " WHERE {   ?student std:result ?result"
                   + "FILTER ( ?student =' "+name+" ' ) " +

          "}";

name is java variable

Reply via email to