-
Notifications
You must be signed in to change notification settings - Fork 19
Dictionary: plant_genus
ShweataNHegde edited this page Feb 8, 2021
·
3 revisions
Shweata
- The dictionary contains all the major plant genera.
#Plant Genera
SELECT ?plant_genus ?plant_genusLabel ?GRINid ?plant_genusAltLabel
WHERE
{
?plant_genus wdt:P31 wd:Q16521. # Give me all items which are instance of taxon
?plant_genus wdt:P105 wd:Q34740. # Give me all taxon with taxon rank 'genera'
?plant_genus wdt:P1421 ?GRINid. # genera with grin id
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Click here to run the above SPARQL query on the Wikidata query service.