query-591592a57fccc174e8a5739d1834d572

rq turtle/ttl

Beroepen

Use at

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#>
select distinct ?oc ?ocLabel (count(?oc) as ?ocCount) where {
  ?item wdt:P179 wd:Q2330424;
        wdt:P5030 ?guest.
  ?guest wdt:P106 ?oc. 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". }
} group by ?oc ?ocLabel ?ocCount order by desc(?ocCount)

Query found at