# filename: ex271.rq # see update in ex271a.rq. PREFIX rdfs: SELECT ?label WHERE { ?s rdfs:label ?label . FILTER ( lang(?label) = "en" ) }