How To Choose the Proper Identifier Type

Other IDs in Arctos are functionally of two types: Those which are (or are somewhat likely to become) resolvable, and the rest. Therefore the most important question to ask when selecting an other ID type is, “can this number be used to form a URL?”

The code table for other IDs is CTCOLL_OTHER_ID_TYPE. Those ID types with a base_url are resolvable, and those without are (currently) not. For display purposes, numbers which are associated with an ID type having a base URL become links to the associated resource. For example, the “GenBank” ID “JQ964551”…

screen shot 2016-03-02 at 8 33 58 am

will be appended to the base_url

http://www.ncbi.nlm.nih.gov/nuccore/

as given in the code table

screen shot 2016-03-02 at 8 35 34 am

To form the URL http://www.ncbi.nlm.nih.gov/nuccore/JQ964551

which will be displayed as an external link in the Arctos pages

screen shot 2016-03-02 at 8 36 56 am

If any question exists to the format of the identifier, simply copy the base_url from the code table, append the number to it, and paste the result into your browser - something useful should happen.

Similar procedures should be followed for numbers which might at some future time become resolvable. For example, a catalog number assigned by a museum collection which is not currently on line in a useful manner (e.g., one which does not provide stable URLs to specimens) should be recorded as belonging to that collection. If the collection does come online, changing the code table will automatically create resolvable URLs from the existing other ID data.

In such cases, it is important to be as specific as possible. For example, it is extremely unlikely that a plant and mammal collection will share a base URL, and so

SomeInstitution

is very unlikely to become resolvable, while

SomeInstitution Mammal Collection

is much more likely to do so, and at which point with a simple code table update the Arctos data referring to that collection may be used in semantic queries. (Semantic queries are those in which two internet resources may be “joined” similar to tables in a SQL query to answer questions regarding multiple resources. An example using Arctos Other IDs is “what parasites of Canis are documented in Arctos?,” which joins various parasite and mammal collections to answer a question which cannot be addressed by any single resource.)

For identifiers which are not, and are unlikely to become, resolvable, the choice of other ID type becomes somewhat more arbitrary, but some important considerations remain. For example, “field number” is not a number assigned to an individual specimen (as is traditional terminology for many mammalogists), but rather an identifier assigned to a collecting event (as is traditional in ichthyology); “collector number” is (usually) the appropriate choice for a “mammal field number.” Please consult the documentation in the other ID code table, and file an Issue if any questions remain.

Edit this Documentation

If you see something that needs to be edited in this document, you can create an issue using the link under the search widget at the top left side of this page, or you can edit directly here.