# filename: ex271a.rq - 2025-07-26 update of ex271.rq PREFIX rdfs: SELECT ?label WHERE { rdfs:label ?label . FILTER ( lang(?label) = "en" ) }