Difference between revisions of "tp:nomenclature"
From TDWG Terms Wiki
Donat Agosti (Talk | contribs) |
Donat Agosti (Talk | contribs) |
||
Line 4: | Line 4: | ||
|collection=TaxPub | |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. | |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. | ||
− | |example=<source lang="xml"> | + | |example=A simple example |
+ | |||
+ | <source lang="xml"> | ||
<tp:taxon-treatment> | <tp:taxon-treatment> | ||
<tp:nomenclature> | <tp:nomenclature> | ||
Line 20: | Line 22: | ||
... | ... | ||
</tp:treatment-sec> | </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> | </tp:taxon-treatment> | ||
</source> | </source> | ||
}} | }} |