10,863,741
edits
Tag: Manual revert |
No edit summary |
||
Line 19: | Line 19: | ||
==== Overzicht van alle Actoren, met actor type ==== | ==== Overzicht van alle Actoren, met actor type ==== | ||
SELECT ?actor ?actorLabel ?typeLabel | PREFIX kp:<https://osloddt.wikibase.cloud/entity/> | ||
PREFIX kpp:<https://osloddt.wikibase.cloud/prop/direct/> | |||
SELECT DISTINCT ?actor ?actorLabel ?typeLabel | |||
WHERE { | WHERE { | ||
?actor | ?actor kpp:P1 ?is. | ||
?actor | FILTER (?is IN (kp:Q58543, kp:Q58545)). | ||
OPTIONAL {?actor kpp:P41 ?type. }. | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . } | ||
} | } |