query-81f7c12c3bfd55ec2df8ec9b52e40c43

rq turtle/ttl

Taxa named after women scientists

Use at

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:P31 wd:Q16521.
  ?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") c5(["wd:Q6581072"]):::iri c11(["bd:serviceParam"]):::iri c8(["wd:Q901"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q16521"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P138"--> v2 v2 --"wdt:P21"--> c5 v2 --"wdt:P106"--> v3 v3 --"wdt:P279"--> c8 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; c11 --"wikibase:language"--> c13 end bind0[/"'00FFFF'"/] bind0 --as--o v5