# filename: ex279.rq PREFIX rdfs: SELECT ?label WHERE { ?s rdfs:label ?label . FILTER (!(langMatches(lang(?label),"*"))) }