query-6fc2b2ceda27b3c28915962a10a7dd18

rq turtle/ttl

List of taxa whom taxon author is Edmond Perrier 12:41, 2 January 2019 (UTC)) talk (Christian Ferrer should be in the result. Thanks you. (Q2264145)Remaster palmatus . Example this item (P405)taxon author as value for (Q927667)Edmond Perrier Can I have a query that give me the list of the taxa that have

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription
{
    ?item p:P225 / pq:P405 wd:Q927667 . 
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c3(["wd:Q927667"]):::iri c7(["en"]):::literal v1 --"p:P225"--> a1 a1 --"p:qualifier/P405"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end