Class: RDF::Vocab::DWC

Inherits:
RDF::Vocabulary show all
Defined in:
lib/rdf/vocab/dwc.rb

Overview

Vocabulary for <rs.tdwg.org/dwc/terms/>

Darwin Core Recommended Terms

This document contains a list of Darwin Core terms that have the dwcattributes:status equal to “recommended”. For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in github.com/tdwg/dwc/issues

Instance Attribute Summary collapse

Method Summary

Methods inherited from RDF::Vocabulary

_orig_each, _orig_from_sym, each, from_sym, limit_vocabs, to_html, to_jsonld, to_ttl, value_to_html, vocab_map

Instance Attribute Details

#acceptedNameUsageRDF::Vocabulary::Term (readonly)

The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.

Returns:

  • (RDF::Vocabulary::Term)


65
66
67
# File 'lib/rdf/vocab/dwc.rb', line 65

def acceptedNameUsage
  @acceptedNameUsage
end

#acceptedNameUsageIDRDF::Vocabulary::Term (readonly)

An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.

Returns:

  • (RDF::Vocabulary::Term)


69
70
71
# File 'lib/rdf/vocab/dwc.rb', line 69

def acceptedNameUsageID
  @acceptedNameUsageID
end

#accordingToRDF::Vocabulary::Term (readonly)

Abstract term to attribute information to a source.

Returns:

  • (RDF::Vocabulary::Term)


73
74
75
# File 'lib/rdf/vocab/dwc.rb', line 73

def accordingTo
  @accordingTo
end

#associatedMediaRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


77
78
79
# File 'lib/rdf/vocab/dwc.rb', line 77

def associatedMedia
  @associatedMedia
end

#associatedOccurrencesRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


81
82
83
# File 'lib/rdf/vocab/dwc.rb', line 81

def associatedOccurrences
  @associatedOccurrences
end

#associatedOrganismsRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.

Returns:

  • (RDF::Vocabulary::Term)


85
86
87
# File 'lib/rdf/vocab/dwc.rb', line 85

def associatedOrganisms
  @associatedOrganisms
end

#associatedReferencesRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/dwc.rb', line 89

def associatedReferences
  @associatedReferences
end

#associatedSequencesRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


93
94
95
# File 'lib/rdf/vocab/dwc.rb', line 93

def associatedSequences
  @associatedSequences
end

#associatedTaxaRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


97
98
99
# File 'lib/rdf/vocab/dwc.rb', line 97

def associatedTaxa
  @associatedTaxa
end

#basisOfRecordRDF::Vocabulary::Term (readonly)

The specific nature of the data record.

Returns:

  • (RDF::Vocabulary::Term)


101
102
103
# File 'lib/rdf/vocab/dwc.rb', line 101

def basisOfRecord
  @basisOfRecord
end

#bedRDF::Vocabulary::Term (readonly)

The full name of the lithostratigraphic bed from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


105
106
107
# File 'lib/rdf/vocab/dwc.rb', line 105

def bed
  @bed
end

#behaviorRDF::Vocabulary::Term (readonly)

A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


109
110
111
# File 'lib/rdf/vocab/dwc.rb', line 109

def behavior
  @behavior
end

#catalogNumberRDF::Vocabulary::Term (readonly)

An identifier (preferably unique) for the record within the data set or collection.

Returns:

  • (RDF::Vocabulary::Term)


113
114
115
# File 'lib/rdf/vocab/dwc.rb', line 113

def catalogNumber
  @catalogNumber
end

#classRDF::Vocabulary::Term (readonly)

The full scientific name of the class in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


117
118
119
# File 'lib/rdf/vocab/dwc.rb', line 117

def class
  @class
end

#collectionCodeRDF::Vocabulary::Term (readonly)

The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.

Returns:

  • (RDF::Vocabulary::Term)


121
122
123
# File 'lib/rdf/vocab/dwc.rb', line 121

def collectionCode
  @collectionCode
end

#collectionIDRDF::Vocabulary::Term (readonly)

An identifier for the collection or dataset from which the record was derived.

Returns:

  • (RDF::Vocabulary::Term)


125
126
127
# File 'lib/rdf/vocab/dwc.rb', line 125

def collectionID
  @collectionID
end

#continentRDF::Vocabulary::Term (readonly)

The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/dwc.rb', line 129

def continent
  @continent
end

#coordinatePrecisionRDF::Vocabulary::Term (readonly)

A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.

Returns:

  • (RDF::Vocabulary::Term)


133
134
135
# File 'lib/rdf/vocab/dwc.rb', line 133

def coordinatePrecision
  @coordinatePrecision
end

#coordinateUncertaintyInMetersRDF::Vocabulary::Term (readonly)

The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term.

Returns:

  • (RDF::Vocabulary::Term)


137
138
139
# File 'lib/rdf/vocab/dwc.rb', line 137

def coordinateUncertaintyInMeters
  @coordinateUncertaintyInMeters
end

#countryRDF::Vocabulary::Term (readonly)

The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


141
142
143
# File 'lib/rdf/vocab/dwc.rb', line 141

def country
  @country
end

#countryCodeRDF::Vocabulary::Term (readonly)

The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.

Returns:

  • (RDF::Vocabulary::Term)


145
146
147
# File 'lib/rdf/vocab/dwc.rb', line 145

def countryCode
  @countryCode
end

#countyRDF::Vocabulary::Term (readonly)

The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.

Returns:

  • (RDF::Vocabulary::Term)


149
150
151
# File 'lib/rdf/vocab/dwc.rb', line 149

def county
  @county
end

#dataGeneralizationsRDF::Vocabulary::Term (readonly)

Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.

Returns:

  • (RDF::Vocabulary::Term)


153
154
155
# File 'lib/rdf/vocab/dwc.rb', line 153

def dataGeneralizations
  @dataGeneralizations
end

#datasetIDRDF::Vocabulary::Term (readonly)

An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.

Returns:

  • (RDF::Vocabulary::Term)


157
158
159
# File 'lib/rdf/vocab/dwc.rb', line 157

def datasetID
  @datasetID
end

#datasetNameRDF::Vocabulary::Term (readonly)

The name identifying the data set from which the record was derived.

Returns:

  • (RDF::Vocabulary::Term)


161
162
163
# File 'lib/rdf/vocab/dwc.rb', line 161

def datasetName
  @datasetName
end

#dateIdentifiedRDF::Vocabulary::Term (readonly)

The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


165
166
167
# File 'lib/rdf/vocab/dwc.rb', line 165

def dateIdentified
  @dateIdentified
end

#dayRDF::Vocabulary::Term (readonly)

The integer day of the month on which the Event occurred.

Returns:

  • (RDF::Vocabulary::Term)


169
170
171
# File 'lib/rdf/vocab/dwc.rb', line 169

def day
  @day
end

#decimalLatitudeRDF::Vocabulary::Term (readonly)

The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.

Returns:

  • (RDF::Vocabulary::Term)


173
174
175
# File 'lib/rdf/vocab/dwc.rb', line 173

def decimalLatitude
  @decimalLatitude
end

#decimalLongitudeRDF::Vocabulary::Term (readonly)

The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.

Returns:

  • (RDF::Vocabulary::Term)


177
178
179
# File 'lib/rdf/vocab/dwc.rb', line 177

def decimalLongitude
  @decimalLongitude
end

#dispositionRDF::Vocabulary::Term (readonly)

The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


181
182
183
# File 'lib/rdf/vocab/dwc.rb', line 181

def disposition
  @disposition
end

#dynamicPropertiesRDF::Vocabulary::Term (readonly)

A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.

Returns:

  • (RDF::Vocabulary::Term)


185
186
187
# File 'lib/rdf/vocab/dwc.rb', line 185

def dynamicProperties
  @dynamicProperties
end

#earliestAgeOrLowestStageRDF::Vocabulary::Term (readonly)

The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


189
190
191
# File 'lib/rdf/vocab/dwc.rb', line 189

def earliestAgeOrLowestStage
  @earliestAgeOrLowestStage
end

#earliestEonOrLowestEonothemRDF::Vocabulary::Term (readonly)

The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name (“Precambrian”) attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


193
194
195
# File 'lib/rdf/vocab/dwc.rb', line 193

def earliestEonOrLowestEonothem
  @earliestEonOrLowestEonothem
end

#earliestEpochOrLowestSeriesRDF::Vocabulary::Term (readonly)

The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


197
198
199
# File 'lib/rdf/vocab/dwc.rb', line 197

def earliestEpochOrLowestSeries
  @earliestEpochOrLowestSeries
end

#earliestEraOrLowestErathemRDF::Vocabulary::Term (readonly)

The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


201
202
203
# File 'lib/rdf/vocab/dwc.rb', line 201

def earliestEraOrLowestErathem
  @earliestEraOrLowestErathem
end

#earliestPeriodOrLowestSystemRDF::Vocabulary::Term (readonly)

The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


205
206
207
# File 'lib/rdf/vocab/dwc.rb', line 205

def earliestPeriodOrLowestSystem
  @earliestPeriodOrLowestSystem
end

#endDayOfYearRDF::Vocabulary::Term (readonly)

The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).

Returns:

  • (RDF::Vocabulary::Term)


209
210
211
# File 'lib/rdf/vocab/dwc.rb', line 209

def endDayOfYear
  @endDayOfYear
end

#establishmentMeansRDF::Vocabulary::Term (readonly)

The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


213
214
215
# File 'lib/rdf/vocab/dwc.rb', line 213

def establishmentMeans
  @establishmentMeans
end

#EventRDF::Vocabulary::Term (readonly)

An action that occurs at some location during some time.

Returns:

  • (RDF::Vocabulary::Term)


9
10
11
# File 'lib/rdf/vocab/dwc.rb', line 9

def Event
  @Event
end

#eventDateRDF::Vocabulary::Term (readonly)

The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


217
218
219
# File 'lib/rdf/vocab/dwc.rb', line 217

def eventDate
  @eventDate
end

#eventIDRDF::Vocabulary::Term (readonly)

An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


221
222
223
# File 'lib/rdf/vocab/dwc.rb', line 221

def eventID
  @eventID
end

#eventRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the Event.

Returns:

  • (RDF::Vocabulary::Term)


225
226
227
# File 'lib/rdf/vocab/dwc.rb', line 225

def eventRemarks
  @eventRemarks
end

#eventTimeRDF::Vocabulary::Term (readonly)

The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


229
230
231
# File 'lib/rdf/vocab/dwc.rb', line 229

def eventTime
  @eventTime
end

#familyRDF::Vocabulary::Term (readonly)

The full scientific name of the family in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


233
234
235
# File 'lib/rdf/vocab/dwc.rb', line 233

def family
  @family
end

#fieldNotesRDF::Vocabulary::Term (readonly)

One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event.

Returns:

  • (RDF::Vocabulary::Term)


237
238
239
# File 'lib/rdf/vocab/dwc.rb', line 237

def fieldNotes
  @fieldNotes
end

#fieldNumberRDF::Vocabulary::Term (readonly)

An identifier given to the event in the field. Often serves as a link between field notes and the Event.

Returns:

  • (RDF::Vocabulary::Term)


241
242
243
# File 'lib/rdf/vocab/dwc.rb', line 241

def fieldNumber
  @fieldNumber
end

#footprintSpatialFitRDF::Vocabulary::Term (readonly)

The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.

Returns:

  • (RDF::Vocabulary::Term)


249
250
251
# File 'lib/rdf/vocab/dwc.rb', line 249

def footprintSpatialFit
  @footprintSpatialFit
end

#footprintSRSRDF::Vocabulary::Term (readonly)

A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.

Returns:

  • (RDF::Vocabulary::Term)


245
246
247
# File 'lib/rdf/vocab/dwc.rb', line 245

def footprintSRS
  @footprintSRS
end

#footprintWKTRDF::Vocabulary::Term (readonly)

A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other.

Returns:

  • (RDF::Vocabulary::Term)


253
254
255
# File 'lib/rdf/vocab/dwc.rb', line 253

def footprintWKT
  @footprintWKT
end

#formationRDF::Vocabulary::Term (readonly)

The full name of the lithostratigraphic formation from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


257
258
259
# File 'lib/rdf/vocab/dwc.rb', line 257

def formation
  @formation
end

#FossilSpecimenRDF::Vocabulary::Term (readonly)

A preserved specimen that is a fossil.

Returns:

  • (RDF::Vocabulary::Term)


13
14
15
# File 'lib/rdf/vocab/dwc.rb', line 13

def FossilSpecimen
  @FossilSpecimen
end

#genusRDF::Vocabulary::Term (readonly)

The full scientific name of the genus in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


261
262
263
# File 'lib/rdf/vocab/dwc.rb', line 261

def genus
  @genus
end

#geodeticDatumRDF::Vocabulary::Term (readonly)

The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value “unknown”.

Returns:

  • (RDF::Vocabulary::Term)


265
266
267
# File 'lib/rdf/vocab/dwc.rb', line 265

def geodeticDatum
  @geodeticDatum
end

#GeologicalContextRDF::Vocabulary::Term (readonly)

Geological information, such as stratigraphy, that qualifies a region or place.

Returns:

  • (RDF::Vocabulary::Term)


17
18
19
# File 'lib/rdf/vocab/dwc.rb', line 17

def GeologicalContext
  @GeologicalContext
end

#geologicalContextIDRDF::Vocabulary::Term (readonly)

An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


269
270
271
# File 'lib/rdf/vocab/dwc.rb', line 269

def geologicalContextID
  @geologicalContextID
end

#georeferencedByRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.

Returns:

  • (RDF::Vocabulary::Term)


289
290
291
# File 'lib/rdf/vocab/dwc.rb', line 289

def georeferencedBy
  @georeferencedBy
end

#georeferencedDateRDF::Vocabulary::Term (readonly)

The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


293
294
295
# File 'lib/rdf/vocab/dwc.rb', line 293

def georeferencedDate
  @georeferencedDate
end

#georeferenceProtocolRDF::Vocabulary::Term (readonly)

A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.

Returns:

  • (RDF::Vocabulary::Term)


273
274
275
# File 'lib/rdf/vocab/dwc.rb', line 273

def georeferenceProtocol
  @georeferenceProtocol
end

#georeferenceRemarksRDF::Vocabulary::Term (readonly)

Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.

Returns:

  • (RDF::Vocabulary::Term)


277
278
279
# File 'lib/rdf/vocab/dwc.rb', line 277

def georeferenceRemarks
  @georeferenceRemarks
end

#georeferenceSourcesRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.

Returns:

  • (RDF::Vocabulary::Term)


281
282
283
# File 'lib/rdf/vocab/dwc.rb', line 281

def georeferenceSources
  @georeferenceSources
end

#georeferenceVerificationStatusRDF::Vocabulary::Term (readonly)

A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


285
286
287
# File 'lib/rdf/vocab/dwc.rb', line 285

def georeferenceVerificationStatus
  @georeferenceVerificationStatus
end

#groupRDF::Vocabulary::Term (readonly)

The full name of the lithostratigraphic group from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


297
298
299
# File 'lib/rdf/vocab/dwc.rb', line 297

def group
  @group
end

#habitatRDF::Vocabulary::Term (readonly)

A category or description of the habitat in which the Event occurred.

Returns:

  • (RDF::Vocabulary::Term)


301
302
303
# File 'lib/rdf/vocab/dwc.rb', line 301

def habitat
  @habitat
end

#higherClassificationRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.

Returns:

  • (RDF::Vocabulary::Term)


305
306
307
# File 'lib/rdf/vocab/dwc.rb', line 305

def higherClassification
  @higherClassification
end

#higherGeographyRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.

Returns:

  • (RDF::Vocabulary::Term)


309
310
311
# File 'lib/rdf/vocab/dwc.rb', line 309

def higherGeography
  @higherGeography
end

#higherGeographyIDRDF::Vocabulary::Term (readonly)

An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


313
314
315
# File 'lib/rdf/vocab/dwc.rb', line 313

def higherGeographyID
  @higherGeographyID
end

#highestBiostratigraphicZoneRDF::Vocabulary::Term (readonly)

The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


317
318
319
# File 'lib/rdf/vocab/dwc.rb', line 317

def highestBiostratigraphicZone
  @highestBiostratigraphicZone
end

#HumanObservationRDF::Vocabulary::Term (readonly)

An output of a human observation process.

Returns:

  • (RDF::Vocabulary::Term)


21
22
23
# File 'lib/rdf/vocab/dwc.rb', line 21

def HumanObservation
  @HumanObservation
end

#IdentificationRDF::Vocabulary::Term (readonly)

A taxonomic determination (e.g., the assignment to a taxon).

Returns:

  • (RDF::Vocabulary::Term)


25
26
27
# File 'lib/rdf/vocab/dwc.rb', line 25

def Identification
  @Identification
end

#identificationIDRDF::Vocabulary::Term (readonly)

An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


321
322
323
# File 'lib/rdf/vocab/dwc.rb', line 321

def identificationID
  @identificationID
end

#identificationQualifierRDF::Vocabulary::Term (readonly)

A brief phrase or a standard term (“cf.”, “aff.”) to express the determiner’s doubts about the Identification.

Returns:

  • (RDF::Vocabulary::Term)


325
326
327
# File 'lib/rdf/vocab/dwc.rb', line 325

def identificationQualifier
  @identificationQualifier
end

#identificationReferencesRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.

Returns:

  • (RDF::Vocabulary::Term)


329
330
331
# File 'lib/rdf/vocab/dwc.rb', line 329

def identificationReferences
  @identificationReferences
end

#identificationRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the Identification.

Returns:

  • (RDF::Vocabulary::Term)


333
334
335
# File 'lib/rdf/vocab/dwc.rb', line 333

def identificationRemarks
  @identificationRemarks
end

#identificationVerificationStatusRDF::Vocabulary::Term (readonly)

A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.

Returns:

  • (RDF::Vocabulary::Term)


337
338
339
# File 'lib/rdf/vocab/dwc.rb', line 337

def identificationVerificationStatus
  @identificationVerificationStatus
end

#identifiedByRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.

Returns:

  • (RDF::Vocabulary::Term)


341
342
343
# File 'lib/rdf/vocab/dwc.rb', line 341

def identifiedBy
  @identifiedBy
end

#individualCountRDF::Vocabulary::Term (readonly)

The number of individuals represented present at the time of the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


345
346
347
# File 'lib/rdf/vocab/dwc.rb', line 345

def individualCount
  @individualCount
end

#informationWithheldRDF::Vocabulary::Term (readonly)

Additional information that exists, but that has not been shared in the given record.

Returns:

  • (RDF::Vocabulary::Term)


349
350
351
# File 'lib/rdf/vocab/dwc.rb', line 349

def informationWithheld
  @informationWithheld
end

#infraspecificEpithetRDF::Vocabulary::Term (readonly)

The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.

Returns:

  • (RDF::Vocabulary::Term)


353
354
355
# File 'lib/rdf/vocab/dwc.rb', line 353

def infraspecificEpithet
  @infraspecificEpithet
end

#institutionCodeRDF::Vocabulary::Term (readonly)

The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.

Returns:

  • (RDF::Vocabulary::Term)


357
358
359
# File 'lib/rdf/vocab/dwc.rb', line 357

def institutionCode
  @institutionCode
end

#institutionIDRDF::Vocabulary::Term (readonly)

An identifier for the institution having custody of the object(s) or information referred to in the record.

Returns:

  • (RDF::Vocabulary::Term)


361
362
363
# File 'lib/rdf/vocab/dwc.rb', line 361

def institutionID
  @institutionID
end

#islandRDF::Vocabulary::Term (readonly)

The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


365
366
367
# File 'lib/rdf/vocab/dwc.rb', line 365

def island
  @island
end

#islandGroupRDF::Vocabulary::Term (readonly)

The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


369
370
371
# File 'lib/rdf/vocab/dwc.rb', line 369

def islandGroup
  @islandGroup
end

#kingdomRDF::Vocabulary::Term (readonly)

The full scientific name of the kingdom in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


373
374
375
# File 'lib/rdf/vocab/dwc.rb', line 373

def kingdom
  @kingdom
end

#latestAgeOrHighestStageRDF::Vocabulary::Term (readonly)

The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


377
378
379
# File 'lib/rdf/vocab/dwc.rb', line 377

def latestAgeOrHighestStage
  @latestAgeOrHighestStage
end

#latestEonOrHighestEonothemRDF::Vocabulary::Term (readonly)

The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name (“Precambrian”) attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


381
382
383
# File 'lib/rdf/vocab/dwc.rb', line 381

def latestEonOrHighestEonothem
  @latestEonOrHighestEonothem
end

#latestEpochOrHighestSeriesRDF::Vocabulary::Term (readonly)

The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


385
386
387
# File 'lib/rdf/vocab/dwc.rb', line 385

def latestEpochOrHighestSeries
  @latestEpochOrHighestSeries
end

#latestEraOrHighestErathemRDF::Vocabulary::Term (readonly)

The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


389
390
391
# File 'lib/rdf/vocab/dwc.rb', line 389

def latestEraOrHighestErathem
  @latestEraOrHighestErathem
end

#latestPeriodOrHighestSystemRDF::Vocabulary::Term (readonly)

The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


393
394
395
# File 'lib/rdf/vocab/dwc.rb', line 393

def latestPeriodOrHighestSystem
  @latestPeriodOrHighestSystem
end

#lifeStageRDF::Vocabulary::Term (readonly)

The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


397
398
399
# File 'lib/rdf/vocab/dwc.rb', line 397

def lifeStage
  @lifeStage
end

#lithostratigraphicTermsRDF::Vocabulary::Term (readonly)

The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


401
402
403
# File 'lib/rdf/vocab/dwc.rb', line 401

def lithostratigraphicTerms
  @lithostratigraphicTerms
end

#LivingSpecimenRDF::Vocabulary::Term (readonly)

A specimen that is alive.

Returns:

  • (RDF::Vocabulary::Term)


29
30
31
# File 'lib/rdf/vocab/dwc.rb', line 29

def LivingSpecimen
  @LivingSpecimen
end

#localityRDF::Vocabulary::Term (readonly)

The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description.

Returns:

  • (RDF::Vocabulary::Term)


405
406
407
# File 'lib/rdf/vocab/dwc.rb', line 405

def locality
  @locality
end

#locationAccordingToRDF::Vocabulary::Term (readonly)

Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.

Returns:

  • (RDF::Vocabulary::Term)


409
410
411
# File 'lib/rdf/vocab/dwc.rb', line 409

def locationAccordingTo
  @locationAccordingTo
end

#locationIDRDF::Vocabulary::Term (readonly)

An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


413
414
415
# File 'lib/rdf/vocab/dwc.rb', line 413

def locationID
  @locationID
end

#locationRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the Location.

Returns:

  • (RDF::Vocabulary::Term)


417
418
419
# File 'lib/rdf/vocab/dwc.rb', line 417

def locationRemarks
  @locationRemarks
end

#lowestBiostratigraphicZoneRDF::Vocabulary::Term (readonly)

The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


421
422
423
# File 'lib/rdf/vocab/dwc.rb', line 421

def lowestBiostratigraphicZone
  @lowestBiostratigraphicZone
end

#MachineObservationRDF::Vocabulary::Term (readonly)

An output of a machine observation process.

Returns:

  • (RDF::Vocabulary::Term)


33
34
35
# File 'lib/rdf/vocab/dwc.rb', line 33

def MachineObservation
  @MachineObservation
end

#MaterialSampleRDF::Vocabulary::Term (readonly)

A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.

Returns:

  • (RDF::Vocabulary::Term)


37
38
39
# File 'lib/rdf/vocab/dwc.rb', line 37

def MaterialSample
  @MaterialSample
end

#materialSampleIDRDF::Vocabulary::Term (readonly)

An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.

Returns:

  • (RDF::Vocabulary::Term)


425
426
427
# File 'lib/rdf/vocab/dwc.rb', line 425

def materialSampleID
  @materialSampleID
end

#maximumDepthInMetersRDF::Vocabulary::Term (readonly)

The greater depth of a range of depth below the local surface, in meters.

Returns:

  • (RDF::Vocabulary::Term)


429
430
431
# File 'lib/rdf/vocab/dwc.rb', line 429

def maximumDepthInMeters
  @maximumDepthInMeters
end

#maximumDistanceAboveSurfaceInMetersRDF::Vocabulary::Term (readonly)

The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.

Returns:

  • (RDF::Vocabulary::Term)


433
434
435
# File 'lib/rdf/vocab/dwc.rb', line 433

def maximumDistanceAboveSurfaceInMeters
  @maximumDistanceAboveSurfaceInMeters
end

#maximumElevationInMetersRDF::Vocabulary::Term (readonly)

The upper limit of the range of elevation (altitude, usually above sea level), in meters.

Returns:

  • (RDF::Vocabulary::Term)


437
438
439
# File 'lib/rdf/vocab/dwc.rb', line 437

def maximumElevationInMeters
  @maximumElevationInMeters
end

#measurementAccuracyRDF::Vocabulary::Term (readonly)

The description of the potential error associated with the measurementValue.

Returns:

  • (RDF::Vocabulary::Term)


441
442
443
# File 'lib/rdf/vocab/dwc.rb', line 441

def measurementAccuracy
  @measurementAccuracy
end

#measurementDeterminedByRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.

Returns:

  • (RDF::Vocabulary::Term)


445
446
447
# File 'lib/rdf/vocab/dwc.rb', line 445

def measurementDeterminedBy
  @measurementDeterminedBy
end

#measurementDeterminedDateRDF::Vocabulary::Term (readonly)

The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


449
450
451
# File 'lib/rdf/vocab/dwc.rb', line 449

def measurementDeterminedDate
  @measurementDeterminedDate
end

#measurementIDRDF::Vocabulary::Term (readonly)

An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


453
454
455
# File 'lib/rdf/vocab/dwc.rb', line 453

def measurementID
  @measurementID
end

#measurementMethodRDF::Vocabulary::Term (readonly)

A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.

Returns:

  • (RDF::Vocabulary::Term)


457
458
459
# File 'lib/rdf/vocab/dwc.rb', line 457

def measurementMethod
  @measurementMethod
end

#MeasurementOrFactRDF::Vocabulary::Term (readonly)

A measurement of or fact about an rdfs:Resource (www.w3.org/2000/01/rdf-schema#Resource).

Returns:

  • (RDF::Vocabulary::Term)


41
42
43
# File 'lib/rdf/vocab/dwc.rb', line 41

def MeasurementOrFact
  @MeasurementOrFact
end

#measurementRemarksRDF::Vocabulary::Term (readonly)

Comments or notes accompanying the MeasurementOrFact.

Returns:

  • (RDF::Vocabulary::Term)


461
462
463
# File 'lib/rdf/vocab/dwc.rb', line 461

def measurementRemarks
  @measurementRemarks
end

#measurementTypeRDF::Vocabulary::Term (readonly)

The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


465
466
467
# File 'lib/rdf/vocab/dwc.rb', line 465

def measurementType
  @measurementType
end

#measurementUnitRDF::Vocabulary::Term (readonly)

The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).

Returns:

  • (RDF::Vocabulary::Term)


469
470
471
# File 'lib/rdf/vocab/dwc.rb', line 469

def measurementUnit
  @measurementUnit
end

#measurementValueRDF::Vocabulary::Term (readonly)

The value of the measurement, fact, characteristic, or assertion.

Returns:

  • (RDF::Vocabulary::Term)


473
474
475
# File 'lib/rdf/vocab/dwc.rb', line 473

def measurementValue
  @measurementValue
end

#memberRDF::Vocabulary::Term (readonly)

The full name of the lithostratigraphic member from which the cataloged item was collected.

Returns:

  • (RDF::Vocabulary::Term)


477
478
479
# File 'lib/rdf/vocab/dwc.rb', line 477

def member
  @member
end

#minimumDepthInMetersRDF::Vocabulary::Term (readonly)

The lesser depth of a range of depth below the local surface, in meters.

Returns:

  • (RDF::Vocabulary::Term)


481
482
483
# File 'lib/rdf/vocab/dwc.rb', line 481

def minimumDepthInMeters
  @minimumDepthInMeters
end

#minimumDistanceAboveSurfaceInMetersRDF::Vocabulary::Term (readonly)

The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.

Returns:

  • (RDF::Vocabulary::Term)


485
486
487
# File 'lib/rdf/vocab/dwc.rb', line 485

def minimumDistanceAboveSurfaceInMeters
  @minimumDistanceAboveSurfaceInMeters
end

#minimumElevationInMetersRDF::Vocabulary::Term (readonly)

The lower limit of the range of elevation (altitude, usually above sea level), in meters.

Returns:

  • (RDF::Vocabulary::Term)


489
490
491
# File 'lib/rdf/vocab/dwc.rb', line 489

def minimumElevationInMeters
  @minimumElevationInMeters
end

#monthRDF::Vocabulary::Term (readonly)

The ordinal month in which the Event occurred.

Returns:

  • (RDF::Vocabulary::Term)


493
494
495
# File 'lib/rdf/vocab/dwc.rb', line 493

def month
  @month
end

#municipalityRDF::Vocabulary::Term (readonly)

The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.

Returns:

  • (RDF::Vocabulary::Term)


497
498
499
# File 'lib/rdf/vocab/dwc.rb', line 497

def municipality
  @municipality
end

#nameAccordingToRDF::Vocabulary::Term (readonly)

The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin “sensu” or “sec.” (from secundum, meaning “according to”). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.

Returns:

  • (RDF::Vocabulary::Term)


501
502
503
# File 'lib/rdf/vocab/dwc.rb', line 501

def nameAccordingTo
  @nameAccordingTo
end

#nameAccordingToIDRDF::Vocabulary::Term (readonly)

An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.

Returns:

  • (RDF::Vocabulary::Term)


505
506
507
# File 'lib/rdf/vocab/dwc.rb', line 505

def nameAccordingToID
  @nameAccordingToID
end

#namePublishedInRDF::Vocabulary::Term (readonly)

A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.

Returns:

  • (RDF::Vocabulary::Term)


509
510
511
# File 'lib/rdf/vocab/dwc.rb', line 509

def namePublishedIn
  @namePublishedIn
end

#namePublishedInIDRDF::Vocabulary::Term (readonly)

An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.

Returns:

  • (RDF::Vocabulary::Term)


513
514
515
# File 'lib/rdf/vocab/dwc.rb', line 513

def namePublishedInID
  @namePublishedInID
end

#namePublishedInYearRDF::Vocabulary::Term (readonly)

The four-digit year in which the scientificName was published.

Returns:

  • (RDF::Vocabulary::Term)


517
518
519
# File 'lib/rdf/vocab/dwc.rb', line 517

def namePublishedInYear
  @namePublishedInYear
end

#nomenclaturalCodeRDF::Vocabulary::Term (readonly)

The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


521
522
523
# File 'lib/rdf/vocab/dwc.rb', line 521

def nomenclaturalCode
  @nomenclaturalCode
end

#nomenclaturalStatusRDF::Vocabulary::Term (readonly)

The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.

Returns:

  • (RDF::Vocabulary::Term)


525
526
527
# File 'lib/rdf/vocab/dwc.rb', line 525

def nomenclaturalStatus
  @nomenclaturalStatus
end

#OccurrenceRDF::Vocabulary::Term (readonly)

An existence of an Organism (sensu rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.

Returns:

  • (RDF::Vocabulary::Term)


45
46
47
# File 'lib/rdf/vocab/dwc.rb', line 45

def Occurrence
  @Occurrence
end

#occurrenceIDRDF::Vocabulary::Term (readonly)

An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.

Returns:

  • (RDF::Vocabulary::Term)


529
530
531
# File 'lib/rdf/vocab/dwc.rb', line 529

def occurrenceID
  @occurrenceID
end

#occurrenceRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the Occurrence.

Returns:

  • (RDF::Vocabulary::Term)


533
534
535
# File 'lib/rdf/vocab/dwc.rb', line 533

def occurrenceRemarks
  @occurrenceRemarks
end

#occurrenceStatusRDF::Vocabulary::Term (readonly)

A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


537
538
539
# File 'lib/rdf/vocab/dwc.rb', line 537

def occurrenceStatus
  @occurrenceStatus
end

#orderRDF::Vocabulary::Term (readonly)

The full scientific name of the order in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


541
542
543
# File 'lib/rdf/vocab/dwc.rb', line 541

def order
  @order
end

#OrganismRDF::Vocabulary::Term (readonly)

A particular organism or defined group of organisms considered to be taxonomically homogeneous.

Returns:

  • (RDF::Vocabulary::Term)


49
50
51
# File 'lib/rdf/vocab/dwc.rb', line 49

def Organism
  @Organism
end

#organismIDRDF::Vocabulary::Term (readonly)

An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


545
546
547
# File 'lib/rdf/vocab/dwc.rb', line 545

def organismID
  @organismID
end

#organismNameRDF::Vocabulary::Term (readonly)

A textual name or label assigned to an Organism instance.

Returns:

  • (RDF::Vocabulary::Term)


549
550
551
# File 'lib/rdf/vocab/dwc.rb', line 549

def organismName
  @organismName
end

#organismRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the Organism instance.

Returns:

  • (RDF::Vocabulary::Term)


553
554
555
# File 'lib/rdf/vocab/dwc.rb', line 553

def organismRemarks
  @organismRemarks
end

#organismScopeRDF::Vocabulary::Term (readonly)

A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


557
558
559
# File 'lib/rdf/vocab/dwc.rb', line 557

def organismScope
  @organismScope
end

#originalNameUsageRDF::Vocabulary::Term (readonly)

The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names.

Returns:

  • (RDF::Vocabulary::Term)


561
562
563
# File 'lib/rdf/vocab/dwc.rb', line 561

def originalNameUsage
  @originalNameUsage
end

#originalNameUsageIDRDF::Vocabulary::Term (readonly)

An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.

Returns:

  • (RDF::Vocabulary::Term)


565
566
567
# File 'lib/rdf/vocab/dwc.rb', line 565

def originalNameUsageID
  @originalNameUsageID
end

#otherCatalogNumbersRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.

Returns:

  • (RDF::Vocabulary::Term)


569
570
571
# File 'lib/rdf/vocab/dwc.rb', line 569

def otherCatalogNumbers
  @otherCatalogNumbers
end

#ownerInstitutionCodeRDF::Vocabulary::Term (readonly)

The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.

Returns:

  • (RDF::Vocabulary::Term)


573
574
575
# File 'lib/rdf/vocab/dwc.rb', line 573

def ownerInstitutionCode
  @ownerInstitutionCode
end

#parentNameUsageRDF::Vocabulary::Term (readonly)

The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.

Returns:

  • (RDF::Vocabulary::Term)


577
578
579
# File 'lib/rdf/vocab/dwc.rb', line 577

def parentNameUsage
  @parentNameUsage
end

#parentNameUsageIDRDF::Vocabulary::Term (readonly)

An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.

Returns:

  • (RDF::Vocabulary::Term)


581
582
583
# File 'lib/rdf/vocab/dwc.rb', line 581

def parentNameUsageID
  @parentNameUsageID
end

#phylumRDF::Vocabulary::Term (readonly)

The full scientific name of the phylum or division in which the taxon is classified.

Returns:

  • (RDF::Vocabulary::Term)


585
586
587
# File 'lib/rdf/vocab/dwc.rb', line 585

def phylum
  @phylum
end

#pointRadiusSpatialFitRDF::Vocabulary::Term (readonly)

The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.

Returns:

  • (RDF::Vocabulary::Term)


589
590
591
# File 'lib/rdf/vocab/dwc.rb', line 589

def pointRadiusSpatialFit
  @pointRadiusSpatialFit
end

#preparationsRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of preparations and preservation methods for a specimen.

Returns:

  • (RDF::Vocabulary::Term)


593
594
595
# File 'lib/rdf/vocab/dwc.rb', line 593

def preparations
  @preparations
end

#PreservedSpecimenRDF::Vocabulary::Term (readonly)

A specimen that has been preserved.

Returns:

  • (RDF::Vocabulary::Term)


53
54
55
# File 'lib/rdf/vocab/dwc.rb', line 53

def PreservedSpecimen
  @PreservedSpecimen
end

#previousIdentificationsRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of previous assignments of names to the Organism.

Returns:

  • (RDF::Vocabulary::Term)


597
598
599
# File 'lib/rdf/vocab/dwc.rb', line 597

def previousIdentifications
  @previousIdentifications
end

#recordedByRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.

Returns:

  • (RDF::Vocabulary::Term)


605
606
607
# File 'lib/rdf/vocab/dwc.rb', line 605

def recordedBy
  @recordedBy
end

#recordNumberRDF::Vocabulary::Term (readonly)

An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector’s number.

Returns:

  • (RDF::Vocabulary::Term)


601
602
603
# File 'lib/rdf/vocab/dwc.rb', line 601

def recordNumber
  @recordNumber
end

#relatedResourceIDRDF::Vocabulary::Term (readonly)

An identifier for a related resource (the object, rather than the subject of the relationship).

Returns:

  • (RDF::Vocabulary::Term)


609
610
611
# File 'lib/rdf/vocab/dwc.rb', line 609

def relatedResourceID
  @relatedResourceID
end

#relationshipAccordingToRDF::Vocabulary::Term (readonly)

The source (person, organization, publication, reference) establishing the relationship between the two resources.

Returns:

  • (RDF::Vocabulary::Term)


613
614
615
# File 'lib/rdf/vocab/dwc.rb', line 613

def relationshipAccordingTo
  @relationshipAccordingTo
end

#relationshipEstablishedDateRDF::Vocabulary::Term (readonly)

The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).

Returns:

  • (RDF::Vocabulary::Term)


617
618
619
# File 'lib/rdf/vocab/dwc.rb', line 617

def relationshipEstablishedDate
  @relationshipEstablishedDate
end

#relationshipOfResourceRDF::Vocabulary::Term (readonly)

The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


621
622
623
# File 'lib/rdf/vocab/dwc.rb', line 621

def relationshipOfResource
  @relationshipOfResource
end

#relationshipRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the relationship between the two resources.

Returns:

  • (RDF::Vocabulary::Term)


625
626
627
# File 'lib/rdf/vocab/dwc.rb', line 625

def relationshipRemarks
  @relationshipRemarks
end

#reproductiveConditionRDF::Vocabulary::Term (readonly)

The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


629
630
631
# File 'lib/rdf/vocab/dwc.rb', line 629

def reproductiveCondition
  @reproductiveCondition
end

#resourceIDRDF::Vocabulary::Term (readonly)

An identifier for the resource that is the subject of the relationship.

Returns:

  • (RDF::Vocabulary::Term)


633
634
635
# File 'lib/rdf/vocab/dwc.rb', line 633

def resourceID
  @resourceID
end

#ResourceRelationshipRDF::Vocabulary::Term (readonly)

A relationship of one rdfs:Resource (www.w3.org/2000/01/rdf-schema#Resource) to another.

Returns:

  • (RDF::Vocabulary::Term)


57
58
59
# File 'lib/rdf/vocab/dwc.rb', line 57

def ResourceRelationship
  @ResourceRelationship
end

#resourceRelationshipIDRDF::Vocabulary::Term (readonly)

An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).

Returns:

  • (RDF::Vocabulary::Term)


637
638
639
# File 'lib/rdf/vocab/dwc.rb', line 637

def resourceRelationshipID
  @resourceRelationshipID
end

#samplingEffortRDF::Vocabulary::Term (readonly)

The amount of effort expended during an Event.

Returns:

  • (RDF::Vocabulary::Term)


641
642
643
# File 'lib/rdf/vocab/dwc.rb', line 641

def samplingEffort
  @samplingEffort
end

#samplingProtocolRDF::Vocabulary::Term (readonly)

The name of, reference to, or description of the method or protocol used during an Event.

Returns:

  • (RDF::Vocabulary::Term)


645
646
647
# File 'lib/rdf/vocab/dwc.rb', line 645

def samplingProtocol
  @samplingProtocol
end

#scientificNameRDF::Vocabulary::Term (readonly)

The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.

Returns:

  • (RDF::Vocabulary::Term)


649
650
651
# File 'lib/rdf/vocab/dwc.rb', line 649

def scientificName
  @scientificName
end

#scientificNameAuthorshipRDF::Vocabulary::Term (readonly)

The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.

Returns:

  • (RDF::Vocabulary::Term)


653
654
655
# File 'lib/rdf/vocab/dwc.rb', line 653

def scientificNameAuthorship
  @scientificNameAuthorship
end

#scientificNameIDRDF::Vocabulary::Term (readonly)

An identifier for the nomenclatural (not taxonomic) details of a scientific name.

Returns:

  • (RDF::Vocabulary::Term)


657
658
659
# File 'lib/rdf/vocab/dwc.rb', line 657

def scientificNameID
  @scientificNameID
end

#sexRDF::Vocabulary::Term (readonly)

The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


661
662
663
# File 'lib/rdf/vocab/dwc.rb', line 661

def sex
  @sex
end

#specificEpithetRDF::Vocabulary::Term (readonly)

The name of the first or species epithet of the scientificName.

Returns:

  • (RDF::Vocabulary::Term)


665
666
667
# File 'lib/rdf/vocab/dwc.rb', line 665

def specificEpithet
  @specificEpithet
end

#startDayOfYearRDF::Vocabulary::Term (readonly)

The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).

Returns:

  • (RDF::Vocabulary::Term)


669
670
671
# File 'lib/rdf/vocab/dwc.rb', line 669

def startDayOfYear
  @startDayOfYear
end

#stateProvinceRDF::Vocabulary::Term (readonly)

The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.

Returns:

  • (RDF::Vocabulary::Term)


673
674
675
# File 'lib/rdf/vocab/dwc.rb', line 673

def stateProvince
  @stateProvince
end

#subgenusRDF::Vocabulary::Term (readonly)

The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.

Returns:

  • (RDF::Vocabulary::Term)


677
678
679
# File 'lib/rdf/vocab/dwc.rb', line 677

def subgenus
  @subgenus
end

#TaxonRDF::Vocabulary::Term (readonly)

A group of organisms (sensu purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.

Returns:

  • (RDF::Vocabulary::Term)


61
62
63
# File 'lib/rdf/vocab/dwc.rb', line 61

def Taxon
  @Taxon
end

#taxonConceptIDRDF::Vocabulary::Term (readonly)

An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.

Returns:

  • (RDF::Vocabulary::Term)


681
682
683
# File 'lib/rdf/vocab/dwc.rb', line 681

def taxonConceptID
  @taxonConceptID
end

#taxonIDRDF::Vocabulary::Term (readonly)

An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.

Returns:

  • (RDF::Vocabulary::Term)


685
686
687
# File 'lib/rdf/vocab/dwc.rb', line 685

def taxonID
  @taxonID
end

#taxonomicStatusRDF::Vocabulary::Term (readonly)

The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


697
698
699
# File 'lib/rdf/vocab/dwc.rb', line 697

def taxonomicStatus
  @taxonomicStatus
end

#taxonRankRDF::Vocabulary::Term (readonly)

The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


689
690
691
# File 'lib/rdf/vocab/dwc.rb', line 689

def taxonRank
  @taxonRank
end

#taxonRemarksRDF::Vocabulary::Term (readonly)

Comments or notes about the taxon or name.

Returns:

  • (RDF::Vocabulary::Term)


693
694
695
# File 'lib/rdf/vocab/dwc.rb', line 693

def taxonRemarks
  @taxonRemarks
end

#typeStatusRDF::Vocabulary::Term (readonly)

A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.

Returns:

  • (RDF::Vocabulary::Term)


701
702
703
# File 'lib/rdf/vocab/dwc.rb', line 701

def typeStatus
  @typeStatus
end

#verbatimCoordinatesRDF::Vocabulary::Term (readonly)

The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.

Returns:

  • (RDF::Vocabulary::Term)


709
710
711
# File 'lib/rdf/vocab/dwc.rb', line 709

def verbatimCoordinates
  @verbatimCoordinates
end

#verbatimCoordinateSystemRDF::Vocabulary::Term (readonly)

The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


705
706
707
# File 'lib/rdf/vocab/dwc.rb', line 705

def verbatimCoordinateSystem
  @verbatimCoordinateSystem
end

#verbatimDepthRDF::Vocabulary::Term (readonly)

The original description of the depth below the local surface.

Returns:

  • (RDF::Vocabulary::Term)


713
714
715
# File 'lib/rdf/vocab/dwc.rb', line 713

def verbatimDepth
  @verbatimDepth
end

#verbatimElevationRDF::Vocabulary::Term (readonly)

The original description of the elevation (altitude, usually above sea level) of the Location.

Returns:

  • (RDF::Vocabulary::Term)


717
718
719
# File 'lib/rdf/vocab/dwc.rb', line 717

def verbatimElevation
  @verbatimElevation
end

#verbatimEventDateRDF::Vocabulary::Term (readonly)

The verbatim original representation of the date and time information for an Event.

Returns:

  • (RDF::Vocabulary::Term)


721
722
723
# File 'lib/rdf/vocab/dwc.rb', line 721

def verbatimEventDate
  @verbatimEventDate
end

#verbatimLatitudeRDF::Vocabulary::Term (readonly)

The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.

Returns:

  • (RDF::Vocabulary::Term)


725
726
727
# File 'lib/rdf/vocab/dwc.rb', line 725

def verbatimLatitude
  @verbatimLatitude
end

#verbatimLocalityRDF::Vocabulary::Term (readonly)

The original textual description of the place.

Returns:

  • (RDF::Vocabulary::Term)


729
730
731
# File 'lib/rdf/vocab/dwc.rb', line 729

def verbatimLocality
  @verbatimLocality
end

#verbatimLongitudeRDF::Vocabulary::Term (readonly)

The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.

Returns:

  • (RDF::Vocabulary::Term)


733
734
735
# File 'lib/rdf/vocab/dwc.rb', line 733

def verbatimLongitude
  @verbatimLongitude
end

#verbatimSRSRDF::Vocabulary::Term (readonly)

The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value “unknown”.

Returns:

  • (RDF::Vocabulary::Term)


737
738
739
# File 'lib/rdf/vocab/dwc.rb', line 737

def verbatimSRS
  @verbatimSRS
end

#verbatimTaxonRankRDF::Vocabulary::Term (readonly)

The taxonomic rank of the most specific name in the scientificName as it appears in the original record.

Returns:

  • (RDF::Vocabulary::Term)


741
742
743
# File 'lib/rdf/vocab/dwc.rb', line 741

def verbatimTaxonRank
  @verbatimTaxonRank
end

#vernacularNameRDF::Vocabulary::Term (readonly)

A common or vernacular name.

Returns:

  • (RDF::Vocabulary::Term)


745
746
747
# File 'lib/rdf/vocab/dwc.rb', line 745

def vernacularName
  @vernacularName
end

#waterBodyRDF::Vocabulary::Term (readonly)

The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


749
750
751
# File 'lib/rdf/vocab/dwc.rb', line 749

def waterBody
  @waterBody
end

#yearRDF::Vocabulary::Term (readonly)

The four-digit year in which the Event occurred, according to the Common Era Calendar.

Returns:

  • (RDF::Vocabulary::Term)


753
754
755
# File 'lib/rdf/vocab/dwc.rb', line 753

def year
  @year
end