query-7bd6f0fc148f0da06818d4f6fcad16dc

rq turtle/ttl

Taxa that might have been named after Ferdinand Bauer

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?name WHERE {
?item wdt:P225 ?name FILTER (CONTAINS(?name, " baueri")).
MINUS {?item wdt:P138 wd:Q936580}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?name"):::projected c4(["wd:Q936580"]):::iri f0[["contains(?name,' baueri')"]] f0 --> v1 v2 --"wdt:P225"--> v1 subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P138"--> c4 end