query-adef85fc80e75240feb49670a4a51654

rq turtle/ttl

Propertiespart of (P361)part of the series (P179)volume (P478)illustrator (P110)

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 ?dessin ?dessinLabel (count(?album) as ?nb_album)  WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?sous_serie wdt:P361 wd:Q162328.
  ?album wdt:P179 ?sous_serie;
    wdt:P478 ?numerotation.
    ?album wdt:P110 ?dessin.
}
group by ?dessin ?dessinLabel
order by desc(?nb_album)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?album"):::projected v5("?dessin"):::projected v6("?nb_album") v4("?numerotation") v2("?sous_serie") c2(["bd:serviceParam"]):::iri c6(["wd:Q162328"]):::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 v2 --"wdt:P361"--> c6 v3 --"wdt:P179"--> v2 v3 --"wdt:P478"--> v4 v3 --"wdt:P110"--> v5 bind1[/"count(?album)"/] v3 --o bind1 bind1 --as--o v6