10,863,741
edits
Line 88: | Line 88: | ||
ORDER BY ?typeLabel | ORDER BY ?typeLabel | ||
==== Overzicht van alle | ==== Overzicht van alle Plaatsen ==== | ||
SELECT DISTINCT ?item ?itemLabel ?landLabel | SELECT DISTINCT ?item ?itemLabel ?landLabel | ||
Line 97: | Line 97: | ||
} | } | ||
ORDER BY ?landLabel ?itemLabel | ORDER BY ?landLabel ?itemLabel | ||
==== Overzicht van alle Landen ==== | |||
SELECT DISTINCT ?item ?itemLabel ?legacyurlLabel | |||
WHERE { | |||
?item <https://osloddt.wiki.opencura.com/prop/direct/P1> <https://osloddt.wiki.opencura.com/entity/Q70>; | |||
<https://osloddt.wiki.opencura.com/prop/direct/P26> ?legacyurl. | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . } | |||
} | |||
ORDER BY ?itemLabel | |||
==== Overzicht van alle Samenwerkings types ==== | ==== Overzicht van alle Samenwerkings types ==== |