# filename: ex489.rq PREFIX owl: SELECT * WHERE { ?s a owl:Class . FILTER(CONTAINS(LCASE(str(?s)),"price")) }