query-1409d1b67fd02eaf32a820dfdd6a07e7

rq turtle/ttl

الأصناف وما أسموه على اسمها Taxons and what they are named after Taxons and what they are named after Taxony a jejich pojmenování Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons et ce d’après quoi ils ont été nommés Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after I taxon e da dove deriva il loro nome Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxonen en waar ze naar vernoemd zijn Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Таксоны и в честь чего они названы Taxons and what they are named after Taxon och vad de är namngivna efter Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after Taxons and what they are named after

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#>
SELECT ?taxon ?eponym ?taxonName ?eponymLabel
WHERE
{
  ?taxon wdt:P31 wd:Q16521;
         wdt:P225 ?taxonName;
         wdt:P138 ?eponym.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?eponym

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?eponym"):::projected v2("?taxon"):::projected v3("?taxonName"):::projected c6(["bd:serviceParam"]):::iri c8(["en"]):::literal c2(["wd:Q16521"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P225"--> v3 v2 --"wdt:P138"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end