query-b698a6cdd525870d9d1dfed49e99e677

rq turtle/ttl

Propertiespublisher (P123)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 ?item ?itemLabel WHERE {
  ?item wdt:P123 wd:Q171183 .
  OPTIONAL { ?item p:P179 [ ps:P179 wd:Q113992938 ;
                            pq:P1545 ?number ]}
  BIND(COALESCE(?number,'_') AS ?num)
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} ORDER BY ?num

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v4("?num") v3("?number") a1((" ")) c2(["wd:Q171183"]):::iri c8(["bd:serviceParam"]):::iri c4(["wd:Q113992938"]):::iri c10(["en"]):::literal v2 --"p:direct/P123"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; a1 -."p:statement/P179".-> c4 a1 --"p:qualifier/P1545"--> v3 v2 --"p:P179"--> a1 end bind0[/"?number'_'"/] v3 --o bind0 bind0 --as--o v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end