query-94d6eb8dfeb68e5dba99f6621f7083f3
PropertiesBugGuide taxon ID (P2464)taxon rank (P105)taxon name (P225)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?BugGuideID ?item ?taxon ?rank
{
?item wdt:P2464 ?BugGuideID . # BugGuideID
?item wdt:P105 ?rank .
?item wdt:P225 ?taxon . # taxon name
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?BugGuideID"):::projected
v1("?item"):::projected
v3("?rank"):::projected
v4("?taxon"):::projected
v1 --"wdt:P2464"--> v2
v1 --"wdt:P105"--> v3
v1 --"wdt:P225"--> v4