query-40815aa0a5419002feaacc0701007b65

rq turtle/ttl

TODO

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 DISTINCT ?item ?itemLabel WHERE {
  ?item wdt:P27 wd:Q142 .
  ?item p:P27 [ ps:P27 wd:Q142 ; pq:P580 ?dateDebut ] .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?dateDebut") v1("?item"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["fr"]):::literal c2(["wd:Q142"]):::iri v1 --"p:direct/P27"--> c2 a1 --"p:statement/P27"--> c2 a1 --"p:qualifier/P580"--> v2 v1 --"p:P27"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end