query-12bcfe91efc56311beca2dfa5ec6a227
Female painters linked to RKDartists .Wikidata:WikiProject Women/Women painters with paintings indexed in RKDSee also To find the female painters, include a statement for gender = female:
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(DISTINCT ?item) AS ?count) WHERE {
?item wdt:P31 wd:Q5;
wdt:P106 wd:Q1028181;
wdt:P21 wd:Q6581072;
wdt:P650 ?rkd.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count")
v1("?item"):::projected
v2("?rkd")
c4(["wd:Q1028181"]):::iri
c2(["wd:Q5"]):::iri
c6(["wd:Q6581072"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P106"--> c4
v1 --"wdt:P21"--> c6
v1 --"wdt:P650"--> v2
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v3