query-2a774211d4f001987326320f66bd538e

rq turtle/ttl

Propertiespart of (P361)part of the series (P179)series ordinal (P1545)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?album ?albumLabel ?sous_serieLabel ?rang WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?sous_serie wdt:P361 wd:Q162328.
  ?album p:P179 ?partie.
         ?partie ps:P179 ?sous_serie;
         pq:P1545 ?rang.
  }
order by ?sous_serieLabel ?rang

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?album"):::projected v5("?partie") v2("?rang"):::projected v3("?sous_serie") v1("?sous_serieLabel"):::projected 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 v3 --"p:direct/P361"--> c6 v4 --"p:P179"--> v5 v5 --"p:statement/P179"--> v3 v5 --"p:qualifier/P1545"--> v2