tp:nomenclature

From TDWG Terms Wiki
Revision as of 13:40, 9 November 2012 by Andreas Plank (Talk | contribs) (1 revision: Template:TermTemplate:Concept)

Jump to: navigation, search
Scheme: TaxPub Pencil.png
nomenclature
Search for values Crystal Clear action find.png
nomenclature: The heading of a taxonomic treatment, containing the scientific name of the taxon described by the treatment, and possibly the authority for the taxon, citations to previous descriptions, designations of type-genus, and type-species, and other information.

Notes: The scientific names are regulated by Codes (e.g. International Code of Zoological Nomenclature) that define the conditions to be met to create an available name, or to amend existing names in case they are homonyms, missing a type specimens, etc. The Codes regulate "objective" cases. "Subjective" cases, essentially those based on scientific taxonomic reasons once a taxon has been established, such as the designation of synonymy, raising of the status of a taxon are not regulated by the Codes. The goal of the <tp:nomenclature> element is to include all the necessary elements to fulfill the requirements laid out in the code.

Example(s): A simple example

<tp:taxon-treatment>
   <tp:nomenclature>
      <tp:taxon-name>
         <tp:taxon-name-part taxon-name-part-type="genus">Monomorium</tp:taxon-name-part>
         <tp:taxon-name-part taxon-name-part-type="species">dryhimi</tp:taxon-name-part>
         <object-id xlink:type="simple">urn:lsid:zoobank.org:act:4C171A6D-B1F5-4D4D-BBAD-CE2250167E5B</object-id>
         <object-id xlink:type="simple">http://species-id.net/wiki/Monomorium_dryhimi</object-id>
      </tp:taxon-name>
      <tp:taxon-authority>Aldawood &amp; Sharaf</tp:taxon-authority>
      <tp:taxon-status xlink:type="simple">sp. n.</tp:taxon-status>
      <xref ref-type="fig" rid="F1">Figs 1–7</xref>
   </tp:nomenclature>
   <tp:treatment-sec sec-type="description">
   ...
   </tp:treatment-sec>
</tp:taxon-treatment>

An example with a <tp:nomenclature-citation-list>

<tp:taxon-treatment>
   <tp:nomenclature>
      <tp:taxon-name>
         <tp:taxon-name-part taxon-name-part-type="genus">Xerolycosa</tp:taxon-name-part>
         <object-id xlink:type="simple">http://species-id.net/wiki/Xerolycosa</object-id>
      </tp:taxon-name>
      <tp:taxon-authority>Dahl, 1908</tp:taxon-authority>
      <tp:nomenclature-citation-list>
         <tp:nomenclature-citation>
            <tp:taxon-name>Xerolycosa</tp:taxon-name>
            <comment>Dahl, 1908: 361. Type species:<italic><tp:taxon-name>Lycosa nemoralis</tp:taxon-name></italic> Westring, 1861.</comment>
         </tp:nomenclature-citation>
         <tp:nomenclature-citation>
            <tp:taxon-name>Saitocosa</tp:taxon-name>
            <comment>
               <xref ref-type="bibr" rid="B18">Roewer, 1960</xref>: 889. Type species: <italic><tp:taxon-name>Tarentula flavitibia</tp:taxon-name></italic> Saito, 1934.
            </comment>
         </tp:nomenclature-citation>
      </tp:nomenclature-citation-list>
   </tp:nomenclature>
   <tp:treatment-sec sec-type="Diagnosis">
   ...
   </tp:treatment-sec>
   ...
</tp:taxon-treatment>
The given value was not understood.
The given value was not understood.