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