forked from dimus/gni
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
curl --silent 'https://resolver.globalnames.org/?capitalize=on&ds=9&format=json&names=Ariopsis+felis'\
| jq .
yielded a result without higher order taxonomy in classification path.
[
{
"id": "a9140a43-7a9b-52b0-b97d-01ba55d214b2",
"name": "Ariopsis felis",
"cardinality": 2,
"matchType": "Exact",
"bestResult": {
"dataSourceId": 9,
"dataSourceTitleShort": "WoRMS",
"curation": "Curated",
"recordId": "urn:lsid:marinespecies.org:taxname:158709",
"outlink": "https://www.marinespecies.org/aphia.php?p=taxdetails&id=158709",
"entryDate": "2025-02-04",
"sortScore": 9.411446740174974,
"matchedNameID": "81444bff-1c6e-593c-9a03-5dae15de52fe",
"matchedName": "Ariopsis felis (Linnaeus, 1766)",
"matchedCardinality": 2,
"matchedCanonicalSimple": "Ariopsis felis",
"matchedCanonicalFull": "Ariopsis felis",
"currentRecordId": "urn:lsid:marinespecies.org:taxname:158709",
"currentNameId": "81444bff-1c6e-593c-9a03-5dae15de52fe",
"currentName": "Ariopsis felis (Linnaeus, 1766)",
"currentCardinality": 2,
"currentCanonicalSimple": "Ariopsis felis",
"currentCanonicalFull": "Ariopsis felis",
"taxonomicStatus": "Accepted",
"isSynonym": false,
"classificationPath": "Ariopsis felis",
"classificationRanks": "species",
"classificationIds": "urn:lsid:marinespecies.org:taxname:158709",
"editDistance": 0,
"stemEditDistance": 0,
"matchType": "Exact",
"scoreDetails": {
"cardinalityScore": 1,
"infraSpecificRankScore": 0,
"fuzzyLessScore": 1,
"curatedDataScore": 0.6666667,
"authorMatchScore": 0.14285715,
"acceptedNameScore": 1,
"parsingQualityScore": 1
}
},
"dataSourcesNum": 1,
"dataSourcesIds": [
9
],
"curation": "Curated"
}
]
Note that WoRMS html page on the species does include higher order taxonomic information.
https://www.marinespecies.org/aphia.php?p=taxdetails&id=158709 as accessed on 2025-02-11
Metadata
Metadata
Assignees
Labels
No labels