tdwg / tcs2

The TCS 2 Task Group will turn TCS into a form in which it can be maintained. The new version of TCS will be a vocabulary standard like Darwin Core and Audiovisual Core and will complement these other existing TDWG standards.
6 stars 0 forks source link

class: NomenclaturalType #58

Open nielsklazenga opened 3 years ago

nielsklazenga commented 3 years ago

NomenclaturalType (class)

Identifier http://rs.tdwg.org/tcs/terms/NomenclaturalType
Type http://www.w3.org/2000/01/rdf-schema#Class
Label Nomenclatural Type
Definition

Element to which a scientific name is permanently attached.

Usage

A Nomenclatural Type requires a typifiedName and either a typeName or typeSpecimen.

Comments

A nomenclatural type fixes the usage of a name to the taxonomic group that contains the type. One or more Nomenclatural Types make up the typification of a Taxon Name. In Darwin Core, NomenclaturalType can be used as object with dwciri:typeStatus.

Examples

# Examples from TCS 1
[] a tcs:NomenclaturalType ;
    tcs:typifiedName <https://www.ipni.org/n/50985479-1> ;
    tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/lectotype> ;
    tcs:typeName <https://www.ipni.org/n/333193-1> ;
    tcs:typePublishedIn [ a bibo:Article ;
          dcterms:bibliographicCitation """Copeland, H.F. (1943). A study, anatomical and 
                taxonomic, of the genera of Rhododendroideae. Am. Midl. Nat. 30: 533-625""" ] .

[] a tcs:NomenclaturalType ;
    tcs:typifiedName <https://www.ipni.org/n/333193-1> ;
    tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/lectotype> ;
    tcs:typeSpecimen [ a dwc:MaterialCitation ;
        dwc:verbatimLocality "Japan, Honshu, Nikko" ;
        dwc:recordedBy "Bisset" ;
        dwc:recordNumber "233" ;
        dwc:eventDate "1876-05-23" ;
        dwc:institutionCode "E" ] ;
    tcs:typePublishedIn [ a bibo:Article ; 
        dcterms:bibliographicCitation """Judd, W.S.; Kron, K.A. (1995). A revision of Rhododendron 
                VI. Subgenus Pentanthera (sections Sciadorhodon, Rhodora and Viscidula). Edinburgh 
                Journal of Botany 52: 1-54.""" ] .

# name used in TaxonName examples; more data there
<https://www.ipni.org/n/50985479-1> a tcs:TaxonName ;
    tcs:taxonNameString "Rhododendron sect. Sciadorhodion" ;
    dwc:scientificNameAuthorship "Rehder & Wilson" .

<https://www.ipni.org/n/333193-1> a tcs:TaxonName ;
    tcs:taxonNameString "Rhododendron quinquefolium" ;
    dwc:scientificNameAuthorship "Bisset & S.Moore" .

[NomenclaturalType-example-1.ttl] [NomenclaturalType-example-1.jsonld]

Mapping

TCS 1 DataSet/TaxonNames/TaxonName/Typification/TypeVouchers/TypeVoucher | DataSet/TaxonNames/TaxonName/Typification/TypeName
TDWG Ontology http://rs.tdwg.org/ontology/voc/TaxonName#NomenclaturalType
Darwin Core