query-ddd51a7c30095c874381f81a06aa25a3
AutorenBerufe der Autoren Variante 1: Autoren heute
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#>
#Uebersicht Berufe, Anzeige als BubbleChart
#author= Autor des Artikels im DDHeft
#occupation= Tätigkeit des Autors
#defaultView:BubbleChart
SELECT ?occupationLabel (count(*) as ?count) WHERE {
?item wdt:P1433 wd:Q14916674.
?item wdt:P50 ?author.
?author wdt:P106 ?occupation.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de"}
} GROUP BY ?occupationLabel ?count ORDER BY DESC (?count)