10,863,741
edits
No edit summary |
|||
Line 108: | Line 108: | ||
Overzicht van plaatsen zonder land: | Overzicht van plaatsen zonder land: | ||
==== Items met dezelfde naam === | ==== Items met dezelfde naam ==== | ||
===== Plaatsen in hetzelfde land met dezelfde naam ===== | |||
SELECT ?landLabel ?itemLabel (GROUP_CONCAT(?item) as ?itemURLs) (count(?itemLabel) as ?itemLabelCount) { | |||
?item <http://osloddt.wiki.opencura.com/prop/direct/P1> <http://osloddt.wiki.opencura.com/entity/Q229>; | |||
<http://osloddt.wiki.opencura.com/prop/direct/P20> ?land. | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . } | |||
} | |||
GROUP BY ?landLabel ?itemLabel | |||
HAVING (count(?itemLabel) > 1) | |||
=== Data validation === | === Data validation === |