query-1bd4836790fee07387ba292b3067a4b7
Female scientists SELECT ?item WHERE {?item wdt:P31 wd:Q5; wdt:P21 wd:Q6581072; wdt:P106 wd:Q901.}
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Female scientists
SELECT ?item
WHERE {?item wdt:P31 wd:Q5;
wdt:P21 wd:Q6581072;
wdt:P106 wd:Q901.}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c6(["wd:Q901"]):::iri
c2(["wd:Q5"]):::iri
c4(["wd:Q6581072"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P21"--> c4
v1 --"wdt:P106"--> c6