Project:Mapping Ireland

From CODECS Wikibase
Jump to navigation Jump to search

Districts

Ecclesiastical districts

Ecclesiastical provinces

  • instances of Item:Q51
  • Property:P49 - 'in ecclesiastical province'
  • Four provinces of Ireland, est. at the Synod of Kells-Mellifont (1152?).

Dioceses

Peoples and territories

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <https://codecs.wikibase.cloud/entity/>
PREFIX wdt: <https://codecs.wikibase.cloud/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel 
  ?part_of ?part_ofLabel
  ?in_geographic_region ?in_geographic_regionLabel
  ?in_province ?in_provinceLabel
  ?in_county ?in_countyLabel
  ?in_barony ?in_baronyLabel
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P1 wd:Q3051.
  OPTIONAL { ?item wdt:P3 ?part_of. }
  OPTIONAL { ?item wdt:P15 ?in_geographic_region. }
  OPTIONAL { ?item wdt:P17 ?in_province. }
  OPTIONAL { ?item wdt:P19 ?in_county }
  OPTIONAL { ?item wdt:P53 ?in_barony }
}
LIMIT 1000

Try it!