query-625bf1366a0ce1fcc40a0ceaf2f41080
Querying Wikidata & Editing WikipediaUse the query below to list actors and actresses who appeared in theatrical productions of Schauspielhaus Zürich but do not have an entry in the German Wikipedia (the query ranks the actors according to the number of their appearances. Search for information about said actors/actresses and write a short Wikipedia article about them. For people preferring to edit Wikipedia in English, French, Italian, etc.:Adapt the query below to output the same list, but for actors and actresses who do not have an entry in your language. Add the query below. Create Wikipedia articles in your language. For advanced users:The query below counts the number of appearances, counting actors who appeared several times in the same production (different roles) more than once. Adapt the query to indicate the number of individual productions in which the actor/actress appeared instead of providing the number of appearances. List the adapted query below. Create a list of all actors and actresses who appeared in theatrical productions of Schauspielhaus Zürich in the order of the number of their appearances with an overview which artists have a Wikipedia entry in which language. Querying Wikidata & Editing WikipediaUse the query below to list actors and actresses who appeared in theatrical productions of Schauspielhaus Zürich who do not have an entry in the German Wikipedia in the order of the number of their appearances. Search for information about said actors/actresses and write a short Wikipedia article about them. For people preferring to edit Wikipedia in English, French, Italian, etc.:Adapt the query below to output the same list, but for actors and actresses who do not have an entry in your language. Add the query below. Create Wikipedia articles in your language. For advanced users:The query below counts the number of appearances, counting actors who appeared several times in the same production (different roles) more than once. Adapt the query to indicate the number of individual productions in which the actor/actress appeared instead of providing the number of appearances. List the adapted query below. Create a list of all actors and actresses who appeared in theatrical productions of Schauspielhaus Zürich in the order of the number of their appearances with an overview which artists have a Wikipedia entry in which language.
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?actor ?actorLabel (count(*) AS ?count)
WHERE {
?prod (wdt:P31/wdt:P279*) wd:Q43099500 ;
wdt:P272 wd:Q40313234 .
?prod wdt:P161 ?actor .
MINUS { ?sitelink schema:isPartOf <https://de.wikipedia.org/> ;
schema:about ?actor . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" } .
}
GROUP BY ?actor ?actorLabel
ORDER BY DESC (?count)
Query found at
- https://www.wikidata.org/wiki/User:Beat_Estermann/WD-Atelier_2018
- https://www.wikidata.org/wiki/User:Beat_Estermann/WD-Intro-2019-05-13
- https://www.wikidata.org/wiki/User:Beat_Estermann/WD_Intro_Swiss_National_Library_2018