# filename: ex201.rq PREFIX dm: PREFIX xsd: ASK WHERE { ?item dm:amount ?amount . FILTER ((datatype(?amount)) != xsd:integer) }