PREFIX : PREFIX ns: PREFIX rdf: PREFIX xsd: SELECT * WHERE { :x ns:p ?v . FILTER xsd:integer(?v) } ORDER BY xsd:integer(?v) ## LIMIT 3 ## OFFSET 1