PREFIX foaf: PREFIX xsd: PREFIX eg: SELECT ?name ?size WHERE { ?x foaf:name ?name ; eg:shoeSize ?size . FILTER ( datatype(?size) = xsd:int ) }