# SPARQL FILTER test by value. # A processor knows about XSD integer # so 1 and 01 are excluded by the filter PREFIX : PREFIX t: PREFIX rdf: PREFIX rdfs: PREFIX xsd: SELECT * { ?x :p ?v FILTER ( ?v != 1 ) }