query-530c50496f2c00a1d1742cc5024c9347
Bubble chart of different occupations occupation (P106) http://tinyurl.com/ycqdpxfk Yrken i Wikidata för SBL kopplade profiler =
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BubbleChart
select ?occupationLabel (count(?subj) as ?nr)
{
{?subj wdt:P3217 ?SBLID} # Beskrivna i SBL
OPTIONAL{?subj wdt:P106 ?occupation}
SERVICE wikibase:label { bd:serviceParam wikibase:language "sv","en","no","da","de","pl"}
}
Group by ?occupationLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?SBLID")
v4("?nr")
v3("?occupation")
v1("?subj"):::projected
c8(["no"]):::literal
c10(["de"]):::literal
c4(["bd:serviceParam"]):::iri
c6(["sv"]):::literal
c7(["en"]):::literal
c11(["pl"]):::literal
c9(["da"]):::literal
v1 --"wdt:P3217"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P106".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
c4 --"wikibase:language"--> c7
c4 --"wikibase:language"--> c8
c4 --"wikibase:language"--> c9
c4 --"wikibase:language"--> c10
c4 --"wikibase:language"--> c11
end
bind1[/"count(?subj)"/]
v1 --o bind1
bind1 --as--o v4