query-40604132a7cba085403d33c7230f2b53
Bubble chart of different position held (P39) http://tinyurl.com/ycff69ex
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 ?positionHeldLabel (count(?subj) as ?nr)
{
{?subj wdt:P3217 ?SBLID} # Beskrivna i SBL
{?subj wdt:P39 ?positionHeld}
SERVICE wikibase:label { bd:serviceParam wikibase:language "sv","en","no","da","de","pl"}
}
Group by ?positionHeldLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?SBLID")
v4("?nr")
v3("?positionHeld")
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
v1 --"wdt:P39"--> v3
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