Project:Monasticon Hibernicum database/Provinces
Jump to navigation
Jump to search
Wikibase
- Property:P17 (in province), ass. with Item:Q7
SPARQL 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