query-ae660431050be914350d8f30540e4fc3

rq turtle/ttl

Longévité en fonction du groupe sanguin SELECT distinct (count (?item) as ?count) ?groupeLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P1853 ?groupe ; } group by ?groupeLabel

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Longévité en fonction du groupe sanguin
SELECT distinct (count (?item) as ?count) ?groupeLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   ?item wdt:P1853 ?groupe ;
     }
group by ?groupeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v2("?groupe") v1("?item"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P1853"--> v2 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v3