# filename: ex211.rq PREFIX sch: PREFIX dm: PREFIX rdf: CONSTRUCT { [] rdf:type sch:Error; sch:message "location value should be a URI"; sch:implicated ?s. } WHERE { ?s dm:location ?city . FILTER (!(isURI(?city))) }