query-6ef8740bb4bbe6c952492866972f97b6
Variante 2: Mitglieder damals
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#>
#author= Autor des Artikels im DDHeft
#occupation= Tätigkeit des Autors
#defaultView:BubbleChart
SELECT ?occupationLabel (count(*) as ?count) WHERE {
?author wdt:P463 wd:Q111243259.
?author wdt:P106 ?occupation.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de"}
} GROUP BY ?occupationLabel ?count ORDER BY DESC (?count)