query-3fb28d991bf9b5711a900b6095fcab67

rq turtle/ttl

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

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 ?album ?albumLabel ?sous_serieLabel ?numerotation 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.
}
order by ?sous_serieLabel ?numerotation

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?album"):::projected v2("?numerotation"):::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 --"wdt:P361"--> c6 v4 --"wdt:P179"--> v3 v4 --"wdt:P478"--> v2