query-cc36c7a956667167c8c013be7ca79b59
Anything named after women scientists
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?person ?personLabel ?image
WHERE
{
?item wdt:P138 ?person.
?person wdt:P21 wd:Q6581072.
?person wdt:P106 ?occ.
?occ wdt:P279* wd:Q901.
OPTIONAL {?person wdt:P18 ?image}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?image"):::projected
v1("?item"):::projected
v3("?occ")
v2("?person"):::projected
v5("?rgb")
c9(["bd:serviceParam"]):::iri
c6(["wd:Q901"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q6581072"]):::iri
v1 --"wdt:P138"--> v2
v2 --"wdt:P21"--> c3
v2 --"wdt:P106"--> v3
v3 --"wdt:P279"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end
bind0[/"'00FFFF'"/]
bind0 --as--o v5