Class: Export::Dwca::GbifProfile::TypeSpecimen
- Inherits:
-
Object
- Object
- Export::Dwca::GbifProfile::TypeSpecimen
- Defined in:
- lib/export/dwca/gbif_profile/type_specimen.rb
Instance Attribute Summary collapse
-
#bibliographicCitation ⇒ String
bibliographicCitation (purl.org/dc/terms/bibliographicCitation).
-
#catalogNumber ⇒ String
catalogNumber (rs.tdwg.org/dwc/terms/catalogNumber).
-
#collectionCode ⇒ String
collectionCode (rs.tdwg.org/dwc/terms/collectionCode).
-
#identificationRemarks ⇒ String
identificationRemarks (rs.tdwg.org/dwc/terms/identificationRemarks).
-
#institutionCode ⇒ String
institutionCode (rs.tdwg.org/dwc/terms/institutionCode).
-
#locality ⇒ Object
locality (rs.tdwg.org/dwc/terms/locality).
-
#occurrenceID ⇒ String
occurrenceID (rs.tdwg.org/dwc/terms/occurrenceID).
-
#recordedBy ⇒ String
recordedBy (rs.tdwg.org/dwc/terms/recordedBy).
-
#scientificName ⇒ String
scientificName (rs.tdwg.org/dwc/terms/scientificName).
-
#sex ⇒ String
sex (rs.tdwg.org/dwc/terms/sex).
-
#source ⇒ String
source (purl.org/dc/terms/source).
-
#taxonID ⇒ String
taxonID (rs.tdwg.org/dwc/terms/taxonID).
-
#taxonRank ⇒ String
taxonRank (rs.tdwg.org/dwc/terms/taxonRank).
-
#typeDesignatedBy ⇒ String
typeDesignatedBy (rs.gbif.org/terms/1.0/typeDesignatedBy).
-
#typeDesignationType ⇒ String
typeDesignationType (rs.gbif.org/terms/1.0/typeDesignationType).
-
#typeStatus ⇒ String
typeStatus (rs.tdwg.org/dwc/terms/typeStatus).
-
#verbatimEventDate ⇒ String
verbatimEventDate (rs.tdwg.org/dwc/terms/verbatimEventDate).
-
#verbatimLabel ⇒ String
verbatimLabel (rs.gbif.org/terms/1.0/verbatimLabel).
-
#verbatimLatitude ⇒ String
verbatimLatitude (rs.tdwg.org/dwc/terms/verbatimLatitude).
-
#verbatimLongitude ⇒ String
verbatimLongitude (rs.tdwg.org/dwc/terms/verbatimLongitude).
Instance Attribute Details
#bibliographicCitation ⇒ String
bibliographicCitation (purl.org/dc/terms/bibliographicCitation)
A text string citating the described specimen. Often found in taxonomic treatments and frequently based on institution code and catalog number.
Example: Iraq: Mosul: Jabal Khantur prope Sharanish N. Zakho, in fissures rupium calc., 1200 m, Rech. 12083 (W!).
25 26 27 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 25 def bibliographicCitation @bibliographicCitation end |
#catalogNumber ⇒ String
catalogNumber (rs.tdwg.org/dwc/terms/catalogNumber)
An identifier (preferably unique) for the record within the data set or collection.
Examples: “2008.1334”, “145732a”, “145732”
62 63 64 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 62 def catalogNumber @catalogNumber end |
#collectionCode ⇒ String
collectionCode (rs.tdwg.org/dwc/terms/collectionCode)
The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
Examples: “Mammals”, “Hildebrandt”, “eBird”
53 54 55 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 53 def collectionCode @collectionCode end |
#identificationRemarks ⇒ String
identificationRemarks (rs.tdwg.org/dwc/terms/identificationRemarks)
Information regarding the basis of the identification or designation (in the case of type species and type genera)
Example: by monotypy
120 121 122 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 120 def identificationRemarks @identificationRemarks end |
#institutionCode ⇒ String
institutionCode (rs.tdwg.org/dwc/terms/institutionCode)
The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
Examples: “MVZ”, “FMNH”, “AKN-CLO”, “University of California Museum of Paleontology (UCMP)”
44 45 46 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 44 def institutionCode @institutionCode end |
#locality ⇒ Object
locality (rs.tdwg.org/dwc/terms/locality)
The location where the specimen was collected. In case of type specimens the type locality.
Example: Iraq: Mosul: Jabal Khantur prope Sharanish N. Zakho, in fissures rupium calc., 1200 m
129 130 131 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 129 def locality @locality end |
#occurrenceID ⇒ String
occurrenceID (rs.tdwg.org/dwc/terms/occurrenceID)
An identifier for the specimen, preferably a resolvable globally unique identifier.
34 35 36 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 34 def occurrenceID @occurrenceID end |
#recordedBy ⇒ String
recordedBy (rs.tdwg.org/dwc/terms/recordedBy)
The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.
Example: KH Rechinger
148 149 150 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 148 def recordedBy @recordedBy end |
#scientificName ⇒ String
scientificName (rs.tdwg.org/dwc/terms/scientificName)
The scientific name as which this specimen has been identified in the collection/source. Not necessarily the same as the scientific name in the core file.
Example: “Ctenomys sociabilis“ ”Roptrocerus typographi (Györfi, 1952)“
103 104 105 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 103 def scientificName @scientificName end |
#sex ⇒ String
sex (rs.tdwg.org/dwc/terms/sex)
The sex of the specimen being referenced.
Vocabulary: rs.gbif.org/vocabulary/gbif/life_stage.xml
Example: male
139 140 141 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 139 def sex @sex end |
#source ⇒ String
source (purl.org/dc/terms/source)
Source reference for this type record. Can be proper publication citation, a webpage URL, etc.
155 156 157 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 155 def source @source end |
#taxonID ⇒ String
taxonID (rs.tdwg.org/dwc/terms/taxonID)
The first field in the data file should be the taxonID representing the taxon in the core data file to which this specimen record points. This identifier provides the link between the core data record and the extension record.
14 15 16 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 14 def taxonID @taxonID end |
#taxonRank ⇒ String
taxonRank (rs.tdwg.org/dwc/terms/taxonRank)
The rank of the taxon bearing the scientific name
Example: “subspecies”, “varietas”, “forma”, “species”, “genus”
111 112 113 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 111 def taxonRank @taxonRank end |
#typeDesignatedBy ⇒ String
typeDesignatedBy (rs.gbif.org/terms/1.0/typeDesignatedBy)
The citation of the publication where the type designation is found
Examples: Vachal, J. (1897) Éclaircissements sur de genre Scrapter et description d’une espéce nouvelle de Dufourea. Bulletin de la Société Entomologique de France, 1897, 61–64.
93 94 95 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 93 def typeDesignatedBy @typeDesignatedBy end |
#typeDesignationType ⇒ String
typeDesignationType (rs.gbif.org/terms/1.0/typeDesignationType)
The reason why this specimen or name is designated as a type.
Vocabulary: rs.gbif.org/vocabulary/gbif/type_designation_type.xml
Examples: monotypy, original designation, tautonomy
83 84 85 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 83 def typeDesignationType @typeDesignationType end |
#typeStatus ⇒ String
typeStatus (rs.tdwg.org/dwc/terms/typeStatus)
The type status of the specimen. Preferrably taken from a vocabulary like rs.gbif.org/vocabulary/gbif/type_status.xml
Vocabulary: rs.gbif.org/vocabulary/gbif/type_status.xml
Example: “holotype” “syntype” “lectotype”
73 74 75 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 73 def typeStatus @typeStatus end |
#verbatimEventDate ⇒ String
verbatimEventDate (rs.tdwg.org/dwc/terms/verbatimEventDate)
The date when the specimen was collected
Example: “spring 1910”, “Marzo 2002”, “1999-03-XX”, “17IV1934”
163 164 165 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 163 def verbatimEventDate @verbatimEventDate end |
#verbatimLabel ⇒ String
verbatimLabel (rs.gbif.org/terms/1.0/verbatimLabel)
The full, verbatim text from the specimen label
169 170 171 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 169 def verbatimLabel @verbatimLabel end |
#verbatimLatitude ⇒ String
verbatimLatitude (rs.tdwg.org/dwc/terms/verbatimLatitude)
The geographic latitude
Example: 41 05 54.03S
185 186 187 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 185 def verbatimLatitude @verbatimLatitude end |
#verbatimLongitude ⇒ String
verbatimLongitude (rs.tdwg.org/dwc/terms/verbatimLongitude)
The geographic longitude
Example: 121d 10’ 34 W
177 178 179 |
# File 'lib/export/dwca/gbif_profile/type_specimen.rb', line 177 def verbatimLongitude @verbatimLongitude end |