query-6739a23fa56688b2ee520fa267d6d98d

rq turtle/ttl

Propertiesposition held (P39)occupation (P106)

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 (COUNT(?sen) AS ?sens) ?job ?jobLabel
WHERE { 
?sen wdt:P39 wd:Q27169;
    wdt:P106 ?job.
FILTER (?job not in (wd:Q82955) )
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} GROUP BY ?job ?jobLabel
ORDER BY DESC(?sens)
LIMIT 1

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?job"):::projected v3("?sen"):::projected v4("?sens") c3(["wd:Q27169"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal f0[["?job != 'wd:Q82955'"]] f0 --> v2 v3 --"wdt:P39"--> c3 v3 --"wdt:P106"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind2[/"count(?sen)"/] v3 --o bind2 bind2 --as--o v4