query-93f3e1ea5941714af6100fbcc4d29eab

rq turtle/ttl

Tous les épigraphes dans les littératures de l'imaginaireSpeculative fiction : fantasy, SF, etc.

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 bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?epi ?ref WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P7150 ?epi.  
  ?item wdt:P136/wdt:P279* wd:Q9326077.   
  OPTIONAL {?epi pq:P5997 ?ref.}  #comment récupérer la valeur ? 
  OPTIONAL {?item wdt:P577 ?year.}
}
ORDER BY ?year

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?epi"):::projected v2("?item"):::projected v4("?ref"):::projected v1("?year") a1((" ")) c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q9326077"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P7150"--> v3 v2 --"wdt:P136"--> a1 a1 --"wdt:P279"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."pq:P5997".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P577".-> v1 end