Project:Monasticon Hibernicum database/Provinces

From CODECS Wikibase
Jump to navigation Jump to search

Wikibase

SPARQL query

Query

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

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

Try it!