query-e761e8310e5ecc55a60e8098932a7a1c
Propertiestaxon name (P225)taxon author (P405)
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?taxon ?taxonLabel WHERE {
?taxon wdt:P225 ?taxonName;
p:P225 [pq:P405 wd:Q6376201].
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("?taxon"):::projected
v2("?taxonName")
a1((" "))
c3(["wd:Q6376201"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["en"]):::literal
v1 --"p:direct/P225"--> v2
a1 --"p:qualifier/P405"--> c3
v1 --"p:P225"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end