We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Designation of a nomenclatural type for a name
The typification property takes a tcs:NomenclaturalType or array of tcs:NomenclaturalTypes.
typification
tcs:NomenclaturalType
Comments
tcs:typification is the inverse of tcs:typifiedName.
tcs:typification
tcs:typifiedName
Examples
<https://ipni.org/n/105731-1> a tcs:TaxonName ; tcs:taxonNameString "Begonia seychellensis" ; dwc:scientificNameAuthorship "Hemsl." ; dwc:namePublishedIn "J. Bot. 54(Suppl. 2): 15 (1916)" ; tcs:typification [ a tcs:NomenclaturalType ; tcs:typifiedName <https://ipni.org/n/105731-1> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Seychelles" ; dwc:island "Mahé" ; dwc:recordedBy "Horne" ; dwc:recordNumber "s.n." ; dwc:institutionCode "G" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/isolectotype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://ipni.org/n/105731-1> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Seychelles" ; dwc:island "Mahé" ; dwc:recordedBy "Horne" ; dwc:recordNumber "245" ; dwc:institutionCode "K" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/lectotype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://ipni.org/n/105731-1> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Seychelles" ; dwc:island "Mahé" ; dwc:recordedBy "Gardiner" ; dwc:recordNumber "s.n." ; dwc:institutionCode "K" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/syntype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://ipni.org/n/105731-1> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Seychelles" ; dwc:island "Silhouette" ; dwc:recordedBy "Gardiner" ; dwc:recordNumber "111" ; dwc:institutionCode "K" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/syntype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://ipni.org/n/105731-1> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Seychelles" ; dwc:island "Mahé and Silhouette" ; dwc:recordedBy "Neville" ; dwc:recordNumber "s.n." ; dwc:institutionCode "K" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/syntype> ] .
[TaxonName-typification-example-1.ttl] [TaxonName-typification-example-1.jsonld]
<https://tropicos.org/name/35121972> a tcs:TaxonName ; dwc:scientificName "Dicranum blumei Nees" ; tcs:taxonNameString "Dicranum blumei" ; dwc:scientificNameAuthorship "Nees" ; dwc:namePublishedIn """Nova Acta Physico-medica Academiae Caesareae Leopoldino-Carolinae Naturae Curiosorum Exhibentia Ephemerides sive Observationes Historias et Experimenta 11(1) tcs: 131. 15 f. 1. 1823. (Nova Acta Phys.-Med. Acad. Caes. Leop.-Carol. Nat. Cur.)""" ; tcs:nomenclaturalStatus <http://rs.gbif.org/vocabulary/gbif/nomenclatural_status/legitimate> ; tcs:typification [ a tcs:NomenclaturalType ; tcs:typifiedName <https://tropicos.org/name/35121972> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Indonesia" ; dwc:island "Java" ; dwc:verbatimLocality "Java in montibus excelsis partim ignivomis Salak et Gédé" ; dwc:recordedBy "C. Blume" ; dwc:recordNumber "s.n." ; dwc:institutionCode "LE" ; dwc:disposition "not located" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/holotype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://tropicos.org/name/35121972> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Indonesia" ; dwc:island "Java" ; dwc:verbatimLocality "Java in montibus excelsis partim ignivomis Salak et Gédé" ; dwc:recordedBy "C. Blume" ; dwc:recordNumber "s.n." ; dwc:institutionCode "JE" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/lectotype> ; tcs:typePublishedIn <https://www.tropicos.org/reference/9020903> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://tropicos.org/name/35121972> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Indonesia" ; dwc:island "Java" ; dwc:verbatimLocality "Java in montibus excelsis partim ignivomis Salak et Gédé" ; dwc:recordedBy "C. Blume" ; dwc:recordNumber "s.n." ; dwc:institutionCode "L" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/isotype> ] , [ a tcs:NomenclaturalType ; tcs:typifiedName <https://tropicos.org/name/35121972> ; tcs:typeSpecimen [ a dwc:MaterialCitation ; dwc:country "Indonesia" ; dwc:island "Java" ; dwc:verbatimLocality "Java in montibus excelsis partim ignivomis Salak et Gédé" ; dwc:recordedBy "C. Blume" ; dwc:recordNumber "s.n." ; dwc:institutionCode "NY" ] ; tcs:typeOfType <http://rs.gbif.org/vocabulary/gbif/type_status/isotype> ] .
[TaxonName-typification-example-2.ttl] [TaxonName-typification-example-2.jsonld]
The text was updated successfully, but these errors were encountered:
nielsklazenga
No branches or pull requests
typification (property)
Designation of a nomenclatural type for a name
The
typification
property takes atcs:NomenclaturalType
or array oftcs:NomenclaturalType
s.Comments
tcs:typification
is the inverse oftcs:typifiedName
.Examples
[TaxonName-typification-example-1.ttl] [TaxonName-typification-example-1.jsonld]
[TaxonName-typification-example-2.ttl] [TaxonName-typification-example-2.jsonld]
The text was updated successfully, but these errors were encountered: