# filename: ex107.rq PREFIX dm: SELECT ?s ?city WHERE { ?s dm:location ?city . FILTER (!(isURI(?city))) }