query-7f4ccb6c04b1e76fc77f0c1f64786606

rq turtle/ttl

P53 Family för SBL kopplade profiler =

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BubbleChart
select ?familyLabel (count(?subj) as ?nr) 
{
   {?subj wdt:P3217 ?SBLID} # Beskrivna i SBL
    OPTIONAL{?subj wdt:P53 ?family}
    SERVICE wikibase:label { bd:serviceParam wikibase:language "sv","en","no","da","de","pl"}
 }
Group by ?familyLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?SBLID") v3("?family") v4("?nr") 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:P53".-> 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