Difference between revisions of "tp:nomenclature"

From TDWG Terms Wiki
Jump to: navigation, search
m (1 revision: create redirect page to taxpub:term)
m (Reverted edits by Andreas Plank (talk) to last revision by Donat Agosti)
Line 1: Line 1:
[[REDIRECT: taxpub:nomenclature]]
+
{{Term
 +
|label=tp:nomenclature
 +
|full URI=http://purl.net/taxpub/nomenclature/
 +
|collection=TaxPub
 +
|definition=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.
 +
|remarks=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.
 +
* <[[tp:taxon-name]]>: Latinized Name (eg Latin Binomen in the case of species)
 +
* <[[tp:taxon-auhority]]>: Author
 +
 +
|example=A simple example
 +
 
 +
<source lang="xml">
 +
<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>
 +
</source>
 +
 
 +
An example with a <tp:nomenclature-citation-list>
 +
 
 +
<source lang="XML">
 +
<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>
 +
</source>
 +
}}

Revision as of 19:47, 5 October 2011

Template:Term