query-d4e0a868098a410531da9e522533ef04

rq turtle/ttl

Toutes les femmes ayant reçu la distinction d'officière de l'Ordre national du Québec SELECT DISTINCT ?item WHERE { ?item wdt:P31 wd:Q5 . ?item wdt:P21 wd:Q6581072 . ?item wdt:P166 wd:Q15464524 . }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Toutes les femmes ayant reçu la distinction d'officière de l'Ordre national du Québec
SELECT DISTINCT ?item WHERE {
  ?item wdt:P31 wd:Q5 .
  ?item wdt:P21 wd:Q6581072 .
  ?item wdt:P166 wd:Q15464524 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q5"]):::iri c4(["wd:Q6581072"]):::iri c6(["wd:Q15464524"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P21"--> c4 v1 --"wdt:P166"--> c6