Skip to content

Dictionary: plant_genus

ShweataNHegde edited this page Feb 8, 2021 · 3 revisions

Dictionary Owner

Shweata

Dictionary Overview

  • The dictionary contains all the major plant genera.

SPARQL query

#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.

Clone this wiki locally