GlobalNamesArchitecture / gni

Global Names Index
http://wiki.github.com/GlobalNamesArchitecture/gni
22 stars 2 forks source link

search for Anura in WoRMS returns non-WoRMS taxon ids #35

Closed jhpoelen closed 4 years ago

jhpoelen commented 10 years ago

When executing using name "Anura" in http://resolver.globalnames.org , a result is returned that includes unexpected WoRMS classification ids like gn:I7WB_zNSUlqQP-4KWe8VCA . Expected WoRMS ids would include 448306 (see http://www.marinespecies.org/aphia.php?p=taxdetails&id=448306).

{
    "data_source_id": 9,
    "data_source_title": "WoRMS",
    "gni_uuid": "58305eaf-9617-5566-9bed-45388e44643b",
    "name_string": "Anura",
    "canonical_form": "Anura",
    "classification_path": "Animalia|Chordata|Amphibia|Anura",
    "classification_path_ranks": "kingdom|phylum|class|order",
    "classification_path_ids": "gn:3uL60ncMV0CLLRfxOOBRdQ|gn:0nPgiA8cWdWSAg1iZqIs6Q|gn:w4svaopeWPq3Ub7_uQ1eaw|gn:I7WB_zNSUlqQP-4KWe8VCA",
    "taxon_id": "gn:I7WB_zNSUlqQP-4KWe8VCA",
    "match_type": 1,
    "prescore": "1|0|0",
    "score": 0.75
}
dimus commented 10 years ago

I did not find a dump of WoRMS with their local ids, if you do know one -- I would like to know too! So I use ids generated automatically and mark them gn:... to avoid confusion

jhpoelen commented 8 years ago

(long overdue reply) The WoRMS API provides WoRMS ids. According to the http://www.marinespecies.org/about.php (see attached screenscrape), you can also request a full dump of their taxonomy. I'd be surprised if that archive did not provide the WoRMS ids. screen shot 2015-11-23 at 11 40 59 am

jhpoelen commented 4 years ago

Looks like WORMS ids are now included. Thanks!