query-d9e0cb3d72584cdd55cd39c6c8833058
Propertiesinstance of (P31)part of (P361)has part(s) (P527)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?part_of ?part_ofLabel WHERE {
?item wdt:P31 wd:Q2785216.
?item wdt:P361 ?part_of.
SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". }
FILTER (NOT EXISTS { ?part_of wdt:P527 ?item. })
}
ORDER BY ?itemLabelIt lists all Belgian communes that are missing some symmetric border sharing constraint.