query-cee3d0a7e7b29a7b7a425ca41f847496

rq turtle/ttl

Liste des poèmes compris dans l'anthologie de Stéphane Hessel

Sont affichés l'ordre d'apparition dans la série.

SELECT ?item ?itemLabel ?ordre WHERE { wd:Q63372286 wdt:P527 ?item. OPTIONAL {wd:Q63372286 p:P527 ?statement.
?statement pq:P1545 ?ordre.} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Liste des poèmes compris dans l'anthologie de Stéphane Hessel
#Sont affichés l'ordre d'apparition dans la série.
SELECT ?item ?itemLabel ?ordre
WHERE 
{ 
  wd:Q63372286 wdt:P527 ?item.
  OPTIONAL {wd:Q63372286 p:P527 ?statement.           
    ?statement pq:P1545 ?ordre.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?ordre"):::projected v2("?statement") c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1(["wd:Q63372286"]):::iri c1 --"p:direct/P527"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; c1 -."p:P527".-> v2 v2 --"p:qualifier/P1545"--> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end