Project:Peoples and territories

From CODECS Wikibase
Jump to navigation Jump to search

Item:Q3051: people or territory

PREFIX : <https://codecs.wikibase.cloud/entity/>
PREFIX t: <https://codecs.wikibase.cloud/prop/direct/>

SELECT DISTINCT ?item ?itemLabel ?in_province ?in_provinceLabel WHERE {
  ## Service required to get the labels
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  ?item t:P1 :Q3051.
  OPTIONAL { ?item t:P17 ?in_province. }
}
LIMIT 100

Try it!


See also