query-62e5ff01868b17b08fae139dcc087f13

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?item where {

     ?item rdfs:label ?itemLabelEn filter (lang(?itemLabelEn) = "en"&& contains(?itemLabelEn,_"eography"))
   OPTIONAL { ?item wdt:P2633 ?item_P2633 } FILTER(!bound(?item_P2633)) .
} limit 1

Query found at