prefix ex: PREFIX xsd: SELECT ?PUB WHERE { ?PUB ex:pages ?n. FILTER ( xsd:integer(?n) = 8 ) }