dwc/www/guides/index.html

2646 lines
321 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Darwin Core quick reference guide</title>
<!-- CSS -->
<link rel="stylesheet" href="https://dev.tdwg.org/theme/css/main.css">
<style>
body {
position: relative; /* Needed for scrollspy */
}
@media screen and (min-width: 768px) {
#sidebar { position: fixed; } /* Use fixed sidebar on md screens */
}
.anchor:before { /* To offset sticky-top navbar */
content: " ";
display: block;
height: 4.4rem;
margin-top: -4.4rem;
visibility: hidden;
}
.table .label {
width: 7rem; /* To align all labels */
}
</style>
</head>
<body data-spy="scroll" data-target="#sidebar">
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="http://www.tdwg.org">TDWG</a>
<ul class="navbar-nav align-right">
<li class="nav-item">
<a class="nav-link" href="https://github.com/tdwg/dwc">DwC on GitHub</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid pt-3">
<div class="row">
<div class="col-md-3">
<nav id="sidebar" class="mb-4">
<ul class="nav flex-md-column nav-pills">
<li class="nav-item">
<a class="nav-link py-1" href="#Record-level">Record-level</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Occurrence">Occurrence</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Organism">Organism</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#MaterialSample">MaterialSample</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#LivingSpecimen">LivingSpecimen</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#PreservedSpecimen">PreservedSpecimen</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#FossilSpecimen">FossilSpecimen</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Event">Event</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#HumanObservation">HumanObservation</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#MachineObservation">MachineObservation</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Location">Location</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#GeologicalContext">GeologicalContext</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Identification">Identification</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#Taxon">Taxon</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#MeasurementOrFact">MeasurementOrFact</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#ResourceRelationship">ResourceRelationship</a><!-- anchor to class_group -->
</li>
<li class="nav-item">
<a class="nav-link py-1" href="#UseWithIRI">UseWithIRI</a><!-- anchor to class_group -->
</li>
</ul>
</nav>
</div>
<div class="col-md-9">
<h1>Darwin Core quick reference guide</h1>
<p class="lead">This page provides a list of all currently recommended terms of the Darwin Core standard. Categories such as <code>Occurrence</code>, <code>Event</code> correspond to Darwin Core classes, which group other terms. Convenient <a href="https://github.com/tdwg/dwc/tree/master/dist"> files of these terms</a> and <a href="https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv"> their full history</a> can be found in the <a href="https://github.com/tdwg/dwc">Darwin Core repository</a>.</p>
<section id="Record-level" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Record-level</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:type">type</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:modified">modified</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:language">language</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:license">license</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:rightsHolder">rightsHolder</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:accessRights">accessRights</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:bibliographicCitation">bibliographicCitation</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dcterms:references">references</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:institutionID">institutionID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:collectionID">collectionID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:datasetID">datasetID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:institutionCode">institutionCode</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:collectionCode">collectionCode</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:datasetName">datasetName</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:ownerInstitutionCode">ownerInstitutionCode</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:basisOfRecord">basisOfRecord</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:informationWithheld">informationWithheld</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:dataGeneralizations">dataGeneralizations</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:dynamicProperties">dynamicProperties</a><!-- link to term -->
</div>
<a id="dcterms:type" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">type <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/type">http://purl.org/dc/terms/type</a></td></tr>
<tr><td class="label">Definition</td><td>The nature or genre of the resource.</td></tr>
<tr><td class="label">Comments</td><td>For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record. Examples: <code>StillImage</code>, <code>MovingImage</code>, <code>Sound</code>, <code>PhysicalObject</code>, <code>Event</code>, <code>Text</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:type">http://terms.tdwg.org/wiki/dwc:type</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:modified" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">modified <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/modified">http://purl.org/dc/terms/modified</a></td></tr>
<tr><td class="label">Definition</td><td>The most recent date-time on which the resource was changed.</td></tr>
<tr><td class="label">Comments</td><td>For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:modified">http://terms.tdwg.org/wiki/dwc:modified</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:language" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">language <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/language">http://purl.org/dc/terms/language</a></td></tr>
<tr><td class="label">Definition</td><td>A language of the resource.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as RFC 5646. Examples: <code>en</code> for English, <code>es</code> for Spanish. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:language">http://terms.tdwg.org/wiki/dwc:language</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:license" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">license <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/license">http://purl.org/dc/terms/license</a></td></tr>
<tr><td class="label">Definition</td><td>A legal document giving official permission to do something with the resource.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code><a href="http://creativecommons.org/publicdomain/zero/1.0/legalcode">http://creativecommons.org/publicdomain/zero/1.0/legalcode</a></code>, <code><a href="http://creativecommons.org/licenses/by/4.0/legalcode">http://creativecommons.org/licenses/by/4.0/legalcode</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:license">http://terms.tdwg.org/wiki/dwc:license</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:rightsHolder" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">rightsHolder <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/rightsHolder">http://purl.org/dc/terms/rightsHolder</a></td></tr>
<tr><td class="label">Definition</td><td>A person or organization owning or managing rights over the resource.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>The Regents of the University of California</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:rightsHolder">http://terms.tdwg.org/wiki/dwc:rightsHolder</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:accessRights" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">accessRights <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/accessRights">http://purl.org/dc/terms/accessRights</a></td></tr>
<tr><td class="label">Definition</td><td>Information about who can access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>not-for-profit use only</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:accessRights">http://terms.tdwg.org/wiki/dwc:accessRights</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:bibliographicCitation" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">bibliographicCitation <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/bibliographicCitation">http://purl.org/dc/terms/bibliographicCitation</a></td></tr>
<tr><td class="label">Definition</td><td>A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used.</td></tr>
<tr><td class="label">Comments</td><td>Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. Examples: <code>Ctenomys sociabilis (MVZ 165861)</code> for a specimen, <code>Oliver P. Pearson. 1985. Los tuco-tucos (genera Ctenomys) de los Parques Nacionales Lanin y Nahuel Huapi, Argentina Historia Natural, 5(37):337-343.</code> for a Taxon. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:bibliographicCitation">http://terms.tdwg.org/wiki/dwc:bibliographicCitation</a>.</td></tr>
</tbody>
</table>
<a id="dcterms:references" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">references <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/references">http://purl.org/dc/terms/references</a></td></tr>
<tr><td class="label">Definition</td><td>A related resource that is referenced, cited, or otherwise pointed to by the described resource.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code><a href="http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861">http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861</a></code>, <code><a href="http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868">http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:references">http://terms.tdwg.org/wiki/dwc:references</a>.</td></tr>
</tbody>
</table>
<a id="dwc:institutionID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">institutionID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/institutionID">http://rs.tdwg.org/dwc/terms/institutionID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the institution having custody of the object(s) or information referred to in the record.</td></tr>
<tr><td class="label">Comments</td><td>For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (<a href="http://grbio.org/">http://grbio.org/</a>). Examples: <code><a href="http://biocol.org/urn:lsid:biocol.org:col:34777">http://biocol.org/urn:lsid:biocol.org:col:34777</a></code>, <code><a href="http://grbio.org/cool/km06-gtbn">http://grbio.org/cool/km06-gtbn</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:institutionID">http://terms.tdwg.org/wiki/dwc:institutionID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:collectionID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">collectionID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/collectionID">http://rs.tdwg.org/dwc/terms/collectionID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the collection or dataset from which the record was derived.</td></tr>
<tr><td class="label">Comments</td><td>For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (<a href="http://grbio.org/">http://grbio.org/</a>). Examples: <code><a href="http://biocol.org/urn:lsid:biocol.org:col:1001">http://biocol.org/urn:lsid:biocol.org:col:1001</a></code>, <code><a href="http://grbio.org/cool/p5fp-c036">http://grbio.org/cool/p5fp-c036</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:collectionID">http://terms.tdwg.org/wiki/dwc:collectionID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:datasetID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">datasetID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/datasetID">http://rs.tdwg.org/dwc/terms/datasetID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:datasetID">http://terms.tdwg.org/wiki/dwc:datasetID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:institutionCode" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">institutionCode <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/institutionCode">http://rs.tdwg.org/dwc/terms/institutionCode</a></td></tr>
<tr><td class="label">Definition</td><td>The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>MVZ</code>, <code>FMNH</code>, <code>AKN-CLO</code>, <code>University of California Museum of Paleontology (UCMP)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:institutionCode">http://terms.tdwg.org/wiki/dwc:institutionCode</a>.</td></tr>
</tbody>
</table>
<a id="dwc:collectionCode" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">collectionCode <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/collectionCode">http://rs.tdwg.org/dwc/terms/collectionCode</a></td></tr>
<tr><td class="label">Definition</td><td>The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Mammals</code>, <code>Hildebrandt</code>, <code>eBird</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:collectionCode">http://terms.tdwg.org/wiki/dwc:collectionCode</a>.</td></tr>
</tbody>
</table>
<a id="dwc:datasetName" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">datasetName <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/datasetName">http://rs.tdwg.org/dwc/terms/datasetName</a></td></tr>
<tr><td class="label">Definition</td><td>The name identifying the data set from which the record was derived.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Grinnell Resurvey Mammals</code>, <code>Lacey Ctenomys Recaptures</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:datasetName">http://terms.tdwg.org/wiki/dwc:datasetName</a>.</td></tr>
</tbody>
</table>
<a id="dwc:ownerInstitutionCode" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">ownerInstitutionCode <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/ownerInstitutionCode">http://rs.tdwg.org/dwc/terms/ownerInstitutionCode</a></td></tr>
<tr><td class="label">Definition</td><td>The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>NPS</code>, <code>APN</code>, <code>InBio</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode">http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode</a>.</td></tr>
</tbody>
</table>
<a id="dwc:basisOfRecord" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">basisOfRecord <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/basisOfRecord">http://rs.tdwg.org/dwc/terms/basisOfRecord</a></td></tr>
<tr><td class="label">Definition</td><td>The specific nature of the data record.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: <code>PreservedSpecimen</code>, <code>FossilSpecimen</code>, <code>LivingSpecimen</code>, <code>HumanObservation</code>, <code>MachineObservation</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:basisOfRecord">http://terms.tdwg.org/wiki/dwc:basisOfRecord</a>.</td></tr>
</tbody>
</table>
<a id="dwc:informationWithheld" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">informationWithheld <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/informationWithheld">http://rs.tdwg.org/dwc/terms/informationWithheld</a></td></tr>
<tr><td class="label">Definition</td><td>Additional information that exists, but that has not been shared in the given record.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>location information not given for endangered species</code>, <code>collector identities withheld</code>, <code>ask about tissue samples</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:informationWithheld">http://terms.tdwg.org/wiki/dwc:informationWithheld</a>.</td></tr>
</tbody>
</table>
<a id="dwc:dataGeneralizations" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">dataGeneralizations <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/dataGeneralizations">http://rs.tdwg.org/dwc/terms/dataGeneralizations</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>Coordinates generalized from original GPS coordinates to the nearest half degree grid cell</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:dataGeneralizations">http://terms.tdwg.org/wiki/dwc:dataGeneralizations</a>.</td></tr>
</tbody>
</table>
<a id="dwc:dynamicProperties" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">dynamicProperties <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/dynamicProperties">http://rs.tdwg.org/dwc/terms/dynamicProperties</a></td></tr>
<tr><td class="label">Definition</td><td>A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a key:value encoding schema such as JSON. Examples: <code>{"heightInMeters":1.5}</code>, <code>{"tragusLengthInMeters":0.014, "weightInGrams":120}</code>, <code>{"natureOfID":"expert identification", "identificationEvidence":"cytochrome B sequence"}</code>, <code>{"relativeHumidity":28, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}</code>, <code>{"aspectHeading":277, "slopeInDegrees":6}</code>, <code>{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:dynamicProperties">http://terms.tdwg.org/wiki/dwc:dynamicProperties</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Occurrence" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Occurrence</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:occurrenceID">occurrenceID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:catalogNumber">catalogNumber</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:recordNumber">recordNumber</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:recordedBy">recordedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:individualCount">individualCount</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismQuantity">organismQuantity</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismQuantityType">organismQuantityType</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:sex">sex</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:lifeStage">lifeStage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:reproductiveCondition">reproductiveCondition</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:behavior">behavior</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:establishmentMeans">establishmentMeans</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:occurrenceStatus">occurrenceStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:preparations">preparations</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:disposition">disposition</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedMedia">associatedMedia</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedReferences">associatedReferences</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedSequences">associatedSequences</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedTaxa">associatedTaxa</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:otherCatalogNumbers">otherCatalogNumbers</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:occurrenceRemarks">occurrenceRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Occurrence <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/Occurrence">http://rs.tdwg.org/dwc/terms/Occurrence</a></td></tr>
<tr><td class="label">Definition</td><td>An existence of an Organism (sensu <a href="http://rs.tdwg.org/dwc/terms/Organism">http://rs.tdwg.org/dwc/terms/Organism</a>) at a particular place at a particular time.</td></tr>
<tr><td class="label">Comments</td><td>Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Occurrence">http://terms.tdwg.org/wiki/dwc:Occurrence</a>.</td></tr>
</tbody>
</table>
<a id="dwc:occurrenceID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">occurrenceID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/occurrenceID">http://rs.tdwg.org/dwc/terms/occurrenceID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For a specimen in the absence of a bona fide global unique identifier, for example, use the form: urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: <code>urn:lsid:nhm.ku.edu:Herps:32</code>, <code>urn:catalog:FMNH:Mammal:145732</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:occurrenceID">http://terms.tdwg.org/wiki/dwc:occurrenceID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:catalogNumber" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">catalogNumber <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/catalogNumber">http://rs.tdwg.org/dwc/terms/catalogNumber</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier (preferably unique) for the record within the data set or collection.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>2008.1334</code>, <code>145732a</code>, <code>145732</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:catalogNumber">http://terms.tdwg.org/wiki/dwc:catalogNumber</a>.</td></tr>
</tbody>
</table>
<a id="dwc:recordNumber" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">recordNumber <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/recordNumber">http://rs.tdwg.org/dwc/terms/recordNumber</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>OPP 7101</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:recordNumber">http://terms.tdwg.org/wiki/dwc:recordNumber</a>.</td></tr>
</tbody>
</table>
<a id="dwc:recordedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">recordedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/recordedBy">http://rs.tdwg.org/dwc/terms/recordedBy</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: <code>José E. Crespo</code>, <code>Oliver P. Pearson | Anita K. Pearson</code> where the value in recordNumber <code>OPP 7101</code> corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:recordedBy">http://terms.tdwg.org/wiki/dwc:recordedBy</a>.</td></tr>
</tbody>
</table>
<a id="dwc:individualCount" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">individualCount <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/individualCount">http://rs.tdwg.org/dwc/terms/individualCount</a></td></tr>
<tr><td class="label">Definition</td><td>The number of individuals represented present at the time of the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>1</code>, <code>25</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:individualCount">http://terms.tdwg.org/wiki/dwc:individualCount</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismQuantity" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismQuantity <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismQuantity">http://rs.tdwg.org/dwc/terms/organismQuantity</a></td></tr>
<tr><td class="label">Definition</td><td>A number or enumeration value for the quantity of organisms.</td></tr>
<tr><td class="label">Comments</td><td>An organismQuantity must have a corresponding organismQuantityType. Examples: <code>27</code> (organismQuantity) with <code>individuals</code> (organismQuantityType), <code>12.5</code> (organismQuantity) with <code>%biomass</code> (organismQuantityType), <code>r</code> (organismQuantity) with <code>BraunBlanquetScale</code> (organismQuantityType). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismQuantity">http://terms.tdwg.org/wiki/dwc:organismQuantity</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismQuantityType" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismQuantityType <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismQuantityType">http://rs.tdwg.org/dwc/terms/organismQuantityType</a></td></tr>
<tr><td class="label">Definition</td><td>The type of quantification system used for the quantity of organisms.</td></tr>
<tr><td class="label">Comments</td><td>An organismQuantityType must have a corresponding organismQuantity. Examples: <code>27</code> (organismQuantity) with <code>individuals</code> (organismQuantityType), <code>12.5</code> (organismQuantity) with <code>%biomass</code> (organismQuantityType), <code>r</code> (organismQuantity) with <code>BraunBlanquetScale</code> (organismQuantityType). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismQuantityType">http://terms.tdwg.org/wiki/dwc:organismQuantityType</a>.</td></tr>
</tbody>
</table>
<a id="dwc:sex" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">sex <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/sex">http://rs.tdwg.org/dwc/terms/sex</a></td></tr>
<tr><td class="label">Definition</td><td>The sex of the biological individual(s) represented in the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>female</code>, <code>hermaphrodite</code>, <code>8 males, 4 females</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:sex">http://terms.tdwg.org/wiki/dwc:sex</a>.</td></tr>
</tbody>
</table>
<a id="dwc:lifeStage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">lifeStage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/lifeStage">http://rs.tdwg.org/dwc/terms/lifeStage</a></td></tr>
<tr><td class="label">Definition</td><td>The age class or life stage of the biological individual(s) at the time the Occurrence was recorded.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>egg</code>, <code>eft</code>, <code>juvenile</code>, <code>adult</code>, <code>2 adults 4 juveniles</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:lifeStage">http://terms.tdwg.org/wiki/dwc:lifeStage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:reproductiveCondition" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">reproductiveCondition <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/reproductiveCondition">http://rs.tdwg.org/dwc/terms/reproductiveCondition</a></td></tr>
<tr><td class="label">Definition</td><td>The reproductive condition of the biological individual(s) represented in the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>non-reproductive</code>, <code>pregnant</code>, <code>in bloom</code>, <code>fruit-bearing</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:reproductiveCondition">http://terms.tdwg.org/wiki/dwc:reproductiveCondition</a>.</td></tr>
</tbody>
</table>
<a id="dwc:behavior" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">behavior <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/behavior">http://rs.tdwg.org/dwc/terms/behavior</a></td></tr>
<tr><td class="label">Definition</td><td>The behavior shown by the subject at the time the Occurrence was recorded.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>roosting</code>, <code>foraging</code>, <code>running</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:behavior">http://terms.tdwg.org/wiki/dwc:behavior</a>.</td></tr>
</tbody>
</table>
<a id="dwc:establishmentMeans" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">establishmentMeans <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/establishmentMeans">http://rs.tdwg.org/dwc/terms/establishmentMeans</a></td></tr>
<tr><td class="label">Definition</td><td>The process by which the biological individual(s) represented in the Occurrence became established at the location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>native</code>, <code>introduced</code>, <code>naturalised</code>, <code>invasive</code>, <code>managed</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:establishmentMeans">http://terms.tdwg.org/wiki/dwc:establishmentMeans</a>.</td></tr>
</tbody>
</table>
<a id="dwc:occurrenceStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">occurrenceStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/occurrenceStatus">http://rs.tdwg.org/dwc/terms/occurrenceStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A statement about the presence or absence of a Taxon at a Location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>present</code>, <code>absent</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:occurrenceStatus">http://terms.tdwg.org/wiki/dwc:occurrenceStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:preparations" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">preparations <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/preparations">http://rs.tdwg.org/dwc/terms/preparations</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of preparations and preservation methods for a specimen.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>fossil</code>, <code>cast</code>, <code>photograph</code>, <code>DNA extract</code>, <code>skin | skull | skeleton</code>, <code>whole animal (ETOH) | tissue (EDTA)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:preparations">http://terms.tdwg.org/wiki/dwc:preparations</a>.</td></tr>
</tbody>
</table>
<a id="dwc:disposition" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">disposition <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/disposition">http://rs.tdwg.org/dwc/terms/disposition</a></td></tr>
<tr><td class="label">Definition</td><td>The current state of a specimen with respect to the collection identified in collectionCode or collectionID.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>in collection</code>, <code>missing</code>, <code>voucher elsewhere</code>, <code>duplicates elsewhere</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:disposition">http://terms.tdwg.org/wiki/dwc:disposition</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedMedia" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedMedia <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedMedia">http://rs.tdwg.org/dwc/terms/associatedMedia</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code><a href="http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG">http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG</a></code>, <code><a href="http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg">http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg</a> | <a href="http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg">http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedMedia">http://terms.tdwg.org/wiki/dwc:associatedMedia</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedReferences" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedReferences <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedReferences">http://rs.tdwg.org/dwc/terms/associatedReferences</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code><a href="http://www.sciencemag.org/cgi/content/abstract/322/5899/261">http://www.sciencemag.org/cgi/content/abstract/322/5899/261</a></code>, <code>Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.</code>, <code>Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedReferences">http://terms.tdwg.org/wiki/dwc:associatedReferences</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedSequences" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedSequences <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedSequences">http://rs.tdwg.org/dwc/terms/associatedSequences</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code><a href="http://www.ncbi.nlm.nih.gov/nuccore/U34853.1">http://www.ncbi.nlm.nih.gov/nuccore/U34853.1</a></code>, <code><a href="http://www.ncbi.nlm.nih.gov/nuccore/GU328060">http://www.ncbi.nlm.nih.gov/nuccore/GU328060</a> | <a href="http://www.ncbi.nlm.nih.gov/nuccore/AF326093">http://www.ncbi.nlm.nih.gov/nuccore/AF326093</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedSequences">http://terms.tdwg.org/wiki/dwc:associatedSequences</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedTaxa" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedTaxa <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedTaxa">http://rs.tdwg.org/dwc/terms/associatedTaxa</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>), and to separate the relationship from the taxon with a colon (<code>:</code>). Examples: <code>host:Quercus alba</code>, <code>parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedTaxa">http://terms.tdwg.org/wiki/dwc:associatedTaxa</a>.</td></tr>
</tbody>
</table>
<a id="dwc:otherCatalogNumbers" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">otherCatalogNumbers <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers">http://rs.tdwg.org/dwc/terms/otherCatalogNumbers</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>FMNH:Mammal:1234</code>, <code>NPS YELLO6778 | MBG 33424</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:otherCatalogNumbers">http://terms.tdwg.org/wiki/dwc:otherCatalogNumbers</a>.</td></tr>
</tbody>
</table>
<a id="dwc:occurrenceRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">occurrenceRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/occurrenceRemarks">http://rs.tdwg.org/dwc/terms/occurrenceRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>found dead on road</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:occurrenceRemarks">http://terms.tdwg.org/wiki/dwc:occurrenceRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Organism" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Organism</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismID">organismID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismName">organismName</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismScope">organismScope</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedOccurrences">associatedOccurrences</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:associatedOrganisms">associatedOrganisms</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:previousIdentifications">previousIdentifications</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:organismRemarks">organismRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Organism <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/Organism">http://rs.tdwg.org/dwc/terms/Organism</a></td></tr>
<tr><td class="label">Definition</td><td>A particular organism or defined group of organisms considered to be taxonomically homogeneous.</td></tr>
<tr><td class="label">Comments</td><td>Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Organism">http://terms.tdwg.org/wiki/dwc:Organism</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismID">http://rs.tdwg.org/dwc/terms/organismID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismID">http://terms.tdwg.org/wiki/dwc:organismID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismName" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismName <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismName">http://rs.tdwg.org/dwc/terms/organismName</a></td></tr>
<tr><td class="label">Definition</td><td>A textual name or label assigned to an Organism instance.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Huberta</code>, <code>Boab Prison Tree</code>, <code>J pod</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismName">http://terms.tdwg.org/wiki/dwc:organismName</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismScope" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismScope <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismScope">http://rs.tdwg.org/dwc/terms/organismScope</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#type">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</a>) instead. Examples: <code>multicellular organism</code>, <code>virus</code>, <code>clone</code> <code>pack</code>, <code>colony</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismScope">http://terms.tdwg.org/wiki/dwc:organismScope</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedOccurrences" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedOccurrences <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedOccurrences">http://rs.tdwg.org/dwc/terms/associatedOccurrences</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedOccurrences">http://terms.tdwg.org/wiki/dwc:associatedOccurrences</a>.</td></tr>
</tbody>
</table>
<a id="dwc:associatedOrganisms" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">associatedOrganisms <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/associatedOrganisms">http://rs.tdwg.org/dwc/terms/associatedOrganisms</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>sibling of MXA-232</code>, <code>mother of MXA-231 | mother of MXA-232</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:associatedOrganisms">http://terms.tdwg.org/wiki/dwc:associatedOrganisms</a>.</td></tr>
</tbody>
</table>
<a id="dwc:previousIdentifications" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">previousIdentifications <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/previousIdentifications">http://rs.tdwg.org/dwc/terms/previousIdentifications</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of previous assignments of names to the Organism.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>Chalepidae</code>, <code>Pinus abies</code>, <code>Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:previousIdentifications">http://terms.tdwg.org/wiki/dwc:previousIdentifications</a>.</td></tr>
</tbody>
</table>
<a id="dwc:organismRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/organismRemarks">http://rs.tdwg.org/dwc/terms/organismRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the Organism instance.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>One of a litter of six</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:organismRemarks">http://terms.tdwg.org/wiki/dwc:organismRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="MaterialSample" class="anchor mb-4"><!-- anchor to class_group -->
<h2>MaterialSample</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:materialSampleID">materialSampleID</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">MaterialSample <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/MaterialSample">http://rs.tdwg.org/dwc/terms/MaterialSample</a></td></tr>
<tr><td class="label">Definition</td><td>A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.</td></tr>
<tr><td class="label">Comments</td><td>Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:MaterialSample">http://terms.tdwg.org/wiki/dwc:MaterialSample</a>.</td></tr>
</tbody>
</table>
<a id="dwc:materialSampleID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">materialSampleID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/materialSampleID">http://rs.tdwg.org/dwc/terms/materialSampleID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:materialSampleID">http://terms.tdwg.org/wiki/dwc:materialSampleID</a>.</td></tr>
</tbody>
</table>
</section>
<section id="LivingSpecimen" class="anchor mb-4"><!-- anchor to class_group -->
<h2>LivingSpecimen</h2>
<div class="my-4">
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">LivingSpecimen <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/LivingSpecimen">http://rs.tdwg.org/dwc/terms/LivingSpecimen</a></td></tr>
<tr><td class="label">Definition</td><td>A specimen that is alive.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:LivingSpecimen">http://terms.tdwg.org/wiki/dwc:LivingSpecimen</a>.</td></tr>
</tbody>
</table>
</section>
<section id="PreservedSpecimen" class="anchor mb-4"><!-- anchor to class_group -->
<h2>PreservedSpecimen</h2>
<div class="my-4">
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">PreservedSpecimen <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/PreservedSpecimen">http://rs.tdwg.org/dwc/terms/PreservedSpecimen</a></td></tr>
<tr><td class="label">Definition</td><td>A specimen that has been preserved.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:PreservedSpecimen">http://terms.tdwg.org/wiki/dwc:PreservedSpecimen</a>.</td></tr>
</tbody>
</table>
</section>
<section id="FossilSpecimen" class="anchor mb-4"><!-- anchor to class_group -->
<h2>FossilSpecimen</h2>
<div class="my-4">
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">FossilSpecimen <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/FossilSpecimen">http://rs.tdwg.org/dwc/terms/FossilSpecimen</a></td></tr>
<tr><td class="label">Definition</td><td>A preserved specimen that is a fossil.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:FossilSpecimen">http://terms.tdwg.org/wiki/dwc:FossilSpecimen</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Event" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Event</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:eventID">eventID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:parentEventID">parentEventID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:fieldNumber">fieldNumber</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:eventDate">eventDate</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:eventTime">eventTime</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:startDayOfYear">startDayOfYear</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:endDayOfYear">endDayOfYear</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:year">year</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:month">month</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:day">day</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimEventDate">verbatimEventDate</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:habitat">habitat</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:samplingProtocol">samplingProtocol</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:sampleSizeValue">sampleSizeValue</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:sampleSizeUnit">sampleSizeUnit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:samplingEffort">samplingEffort</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:fieldNotes">fieldNotes</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:eventRemarks">eventRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Event <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/Event">http://rs.tdwg.org/dwc/terms/Event</a></td></tr>
<tr><td class="label">Definition</td><td>An action that occurs at some location during some time.</td></tr>
<tr><td class="label">Comments</td><td>Examples: A specimen collection process. A machine observation. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Event">http://terms.tdwg.org/wiki/dwc:Event</a>.</td></tr>
</tbody>
</table>
<a id="dwc:eventID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">eventID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/eventID">http://rs.tdwg.org/dwc/terms/eventID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:eventID">http://terms.tdwg.org/wiki/dwc:eventID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:parentEventID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">parentEventID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/parentEventID">http://rs.tdwg.org/dwc/terms/parentEventID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the broader Event that groups this and potentially other Events.</td></tr>
<tr><td class="label">Comments</td><td>May be a globally unique identifier or an identifier specific to the data set. Example: <code>A1</code> as parentEventID to identify the main Whittaker Plot in nested samples, each with its own eventID (e.g., <code>A1:1</code>, <code>A1:2</code>). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:parentEventID">http://terms.tdwg.org/wiki/dwc:parentEventID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:fieldNumber" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">fieldNumber <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/fieldNumber">http://rs.tdwg.org/dwc/terms/fieldNumber</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier given to the event in the field. Often serves as a link between field notes and the Event.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>RV Sol 87-03-08</code>, For discussion see <a href="http://terms.tdwg.org/wiki/dwc:fieldNumber">http://terms.tdwg.org/wiki/dwc:fieldNumber</a>.</td></tr>
</tbody>
</table>
<a id="dwc:eventDate" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">eventDate <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/eventDate">http://rs.tdwg.org/dwc/terms/eventDate</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:eventDate">http://terms.tdwg.org/wiki/dwc:eventDate</a>.</td></tr>
</tbody>
</table>
<a id="dwc:eventTime" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">eventTime <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/eventTime">http://rs.tdwg.org/dwc/terms/eventTime</a></td></tr>
<tr><td class="label">Definition</td><td>The time or interval during which an Event occurred.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>14:07-0600</code> is 2:07pm in the time zone six hours earlier than UTC, <code>08:40:21Z</code> is 8:40:21am UTC, <code>13:00:00Z/15:30:00Z</code> is the interval between 1pm UTC and 3:30pm UTC. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:eventTime">http://terms.tdwg.org/wiki/dwc:eventTime</a>.</td></tr>
</tbody>
</table>
<a id="dwc:startDayOfYear" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">startDayOfYear <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/startDayOfYear">http://rs.tdwg.org/dwc/terms/startDayOfYear</a></td></tr>
<tr><td class="label">Definition</td><td>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).</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>1</code> (=1 Jan), <code>366</code> (=31 Dec), <code>365</code> (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:startDayOfYear">http://terms.tdwg.org/wiki/dwc:startDayOfYear</a>.</td></tr>
</tbody>
</table>
<a id="dwc:endDayOfYear" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">endDayOfYear <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/endDayOfYear">http://rs.tdwg.org/dwc/terms/endDayOfYear</a></td></tr>
<tr><td class="label">Definition</td><td>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).</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>1</code> (=1 Jan), <code>366</code> (=31 Dec), <code>365</code> (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:endDayOfYear">http://terms.tdwg.org/wiki/dwc:endDayOfYear</a>.</td></tr>
</tbody>
</table>
<a id="dwc:year" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">year <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/year">http://rs.tdwg.org/dwc/terms/year</a></td></tr>
<tr><td class="label">Definition</td><td>The four-digit year in which the Event occurred, according to the Common Era Calendar.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>2008</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:year">http://terms.tdwg.org/wiki/dwc:year</a>.</td></tr>
</tbody>
</table>
<a id="dwc:month" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">month <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/month">http://rs.tdwg.org/dwc/terms/month</a></td></tr>
<tr><td class="label">Definition</td><td>The ordinal month in which the Event occurred.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>1</code> (=January), <code>10</code> (=October). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:month">http://terms.tdwg.org/wiki/dwc:month</a>.</td></tr>
</tbody>
</table>
<a id="dwc:day" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">day <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/day">http://rs.tdwg.org/dwc/terms/day</a></td></tr>
<tr><td class="label">Definition</td><td>The integer day of the month on which the Event occurred.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>9</code>, <code>28</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:day">http://terms.tdwg.org/wiki/dwc:day</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimEventDate" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimEventDate <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimEventDate">http://rs.tdwg.org/dwc/terms/verbatimEventDate</a></td></tr>
<tr><td class="label">Definition</td><td>The verbatim original representation of the date and time information for an Event.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>spring 1910</code>, <code>Marzo 2002</code>, <code>1999-03-XX</code>, <code>17IV1934</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimEventDate">http://terms.tdwg.org/wiki/dwc:verbatimEventDate</a>.</td></tr>
</tbody>
</table>
<a id="dwc:habitat" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">habitat <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/habitat">http://rs.tdwg.org/dwc/terms/habitat</a></td></tr>
<tr><td class="label">Definition</td><td>A category or description of the habitat in which the Event occurred.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>oak savanna</code>, <code>pre-cordilleran steppe</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:habitat">http://terms.tdwg.org/wiki/dwc:habitat</a>.</td></tr>
</tbody>
</table>
<a id="dwc:samplingProtocol" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">samplingProtocol <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/samplingProtocol">http://rs.tdwg.org/dwc/terms/samplingProtocol</a></td></tr>
<tr><td class="label">Definition</td><td>The name of, reference to, or description of the method or protocol used during an Event.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>UV light trap</code>, <code>mist net</code>, <code>bottom trawl</code>, <code>ad hoc observation</code>, <code>point count</code>, <code>Penguins from space: faecal stains reveal the location of emperor penguin colonies, <a href="https://doi.org/10.1111/j.1466-8238.2009.00467.x">https://doi.org/10.1111/j.1466-8238.2009.00467.x</a></code>, <code>Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.</code>, <code><a href="http://www.bsc-eoc.org/download/Owl.pdf">http://www.bsc-eoc.org/download/Owl.pdf</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:samplingProtocol">http://terms.tdwg.org/wiki/dwc:samplingProtocol</a>.</td></tr>
</tbody>
</table>
<a id="dwc:sampleSizeValue" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">sampleSizeValue <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/sampleSizeValue">http://rs.tdwg.org/dwc/terms/sampleSizeValue</a></td></tr>
<tr><td class="label">Definition</td><td>A numeric value for a measurement of the size (time duration, length, area, or volume) of a sample in a sampling event.</td></tr>
<tr><td class="label">Comments</td><td>A sampleSizeValue must have a corresponding sampleSizeUnit. Example: <code>5</code> for sampleSizeValue with <code>metre</code> for sampleSizeUnit. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:sampleSizeValue">http://terms.tdwg.org/wiki/dwc:sampleSizeValue</a>.</td></tr>
</tbody>
</table>
<a id="dwc:sampleSizeUnit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">sampleSizeUnit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/sampleSizeUnit">http://rs.tdwg.org/dwc/terms/sampleSizeUnit</a></td></tr>
<tr><td class="label">Definition</td><td>The unit of measurement of the size (time duration, length, area, or volume) of a sample in a sampling event.</td></tr>
<tr><td class="label">Comments</td><td>A sampleSizeUnit must have a corresponding sampleSizeValue, e.g., <code>5</code> for sampleSizeValue with <code>metre</code> for sampleSizeUnit. Examples: <code>minute</code>, <code>hour</code>, <code>day</code>, <code>metre</code>, <code>square metre</code>, <code>cubic metre</code>. Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure <a href="http://www.wurvoc.org/vocabularies/om-1.8/">http://www.wurvoc.org/vocabularies/om-1.8/</a> of SI units, derived units, or other non-SI units accepted for use within the SI (e.g., minute, hour, day, litre). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:sampleSizeUnit">http://terms.tdwg.org/wiki/dwc:sampleSizeUnit</a>.</td></tr>
</tbody>
</table>
<a id="dwc:samplingEffort" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">samplingEffort <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/samplingEffort">http://rs.tdwg.org/dwc/terms/samplingEffort</a></td></tr>
<tr><td class="label">Definition</td><td>The amount of effort expended during an Event.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>40 trap-nights</code>, <code>10 observer-hours</code>, <code>10 km by foot</code>, <code>30 km by car</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:samplingEffort">http://terms.tdwg.org/wiki/dwc:samplingEffort</a>.</td></tr>
</tbody>
</table>
<a id="dwc:fieldNotes" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">fieldNotes <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/fieldNotes">http://rs.tdwg.org/dwc/terms/fieldNotes</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>notes available in Grinnell-Miller Library</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:fieldNotes">http://terms.tdwg.org/wiki/dwc:fieldNotes</a>.</td></tr>
</tbody>
</table>
<a id="dwc:eventRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">eventRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/eventRemarks">http://rs.tdwg.org/dwc/terms/eventRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the Event.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>after the recent rains the river is nearly at flood stage</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:eventRemarks">http://terms.tdwg.org/wiki/dwc:eventRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="HumanObservation" class="anchor mb-4"><!-- anchor to class_group -->
<h2>HumanObservation</h2>
<div class="my-4">
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">HumanObservation <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/HumanObservation">http://rs.tdwg.org/dwc/terms/HumanObservation</a></td></tr>
<tr><td class="label">Definition</td><td>An output of a human observation process.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:HumanObservation">http://terms.tdwg.org/wiki/dwc:HumanObservation</a>.</td></tr>
</tbody>
</table>
</section>
<section id="MachineObservation" class="anchor mb-4"><!-- anchor to class_group -->
<h2>MachineObservation</h2>
<div class="my-4">
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">MachineObservation <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/MachineObservation">http://rs.tdwg.org/dwc/terms/MachineObservation</a></td></tr>
<tr><td class="label">Definition</td><td>An output of a machine observation process.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:MachineObservation">http://terms.tdwg.org/wiki/dwc:MachineObservation</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Location" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Location</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:locationID">locationID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:higherGeographyID">higherGeographyID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:higherGeography">higherGeography</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:continent">continent</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:waterBody">waterBody</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:islandGroup">islandGroup</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:island">island</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:country">country</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:countryCode">countryCode</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:stateProvince">stateProvince</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:county">county</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:municipality">municipality</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:locality">locality</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimLocality">verbatimLocality</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:minimumElevationInMeters">minimumElevationInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:maximumElevationInMeters">maximumElevationInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimElevation">verbatimElevation</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:minimumDepthInMeters">minimumDepthInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:maximumDepthInMeters">maximumDepthInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimDepth">verbatimDepth</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:minimumDistanceAboveSurfaceInMeters">minimumDistanceAboveSurfaceInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:maximumDistanceAboveSurfaceInMeters">maximumDistanceAboveSurfaceInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:locationAccordingTo">locationAccordingTo</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:locationRemarks">locationRemarks</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:decimalLatitude">decimalLatitude</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:decimalLongitude">decimalLongitude</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:geodeticDatum">geodeticDatum</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:coordinateUncertaintyInMeters">coordinateUncertaintyInMeters</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:coordinatePrecision">coordinatePrecision</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:pointRadiusSpatialFit">pointRadiusSpatialFit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimCoordinates">verbatimCoordinates</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimLatitude">verbatimLatitude</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimLongitude">verbatimLongitude</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimCoordinateSystem">verbatimCoordinateSystem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimSRS">verbatimSRS</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:footprintWKT">footprintWKT</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:footprintSRS">footprintSRS</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:footprintSpatialFit">footprintSpatialFit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferencedBy">georeferencedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferencedDate">georeferencedDate</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferenceProtocol">georeferenceProtocol</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferenceSources">georeferenceSources</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferenceVerificationStatus">georeferenceVerificationStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:georeferenceRemarks">georeferenceRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Location <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://purl.org/dc/terms/Location">http://purl.org/dc/terms/Location</a></td></tr>
<tr><td class="label">Definition</td><td>A spatial region or named place.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Location">http://terms.tdwg.org/wiki/dwc:Location</a>.</td></tr>
</tbody>
</table>
<a id="dwc:locationID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">locationID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/locationID">http://rs.tdwg.org/dwc/terms/locationID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:locationID">http://terms.tdwg.org/wiki/dwc:locationID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:higherGeographyID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">higherGeographyID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/higherGeographyID">http://rs.tdwg.org/dwc/terms/higherGeographyID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the geographic region within which the Location occurred.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: <code>TGN: 1002002</code> for Prov. Tierra del Fuego, Argentina. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:higherGeographyID">http://terms.tdwg.org/wiki/dwc:higherGeographyID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:higherGeography" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">higherGeography <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/higherGeography">http://rs.tdwg.org/dwc/terms/higherGeography</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>), with terms in order from least specific to most specific. Examples: <code>North Atlantic Ocean</code>, <code>South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos</code> with accompanying values <code>South America</code> in continent, <code>Argentina</code> in country, <code>Neuquén</code> in stateProvince, and <code>Los Lagos</code> in county. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:higherGeography">http://terms.tdwg.org/wiki/dwc:higherGeography</a>.</td></tr>
</tbody>
</table>
<a id="dwc:continent" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">continent <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/continent">http://rs.tdwg.org/dwc/terms/continent</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the continent in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Africa</code>, <code>Antarctica</code>, <code>Asia</code>, <code>Europe</code>, <code>North America</code>, <code>Oceania</code>, <code>South America</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:continent">http://terms.tdwg.org/wiki/dwc:continent</a>.</td></tr>
</tbody>
</table>
<a id="dwc:waterBody" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">waterBody <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/waterBody">http://rs.tdwg.org/dwc/terms/waterBody</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the water body in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Indian Ocean</code>, <code>Baltic Sea</code>, <code>Hudson River</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:waterBody">http://terms.tdwg.org/wiki/dwc:waterBody</a>.</td></tr>
</tbody>
</table>
<a id="dwc:islandGroup" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">islandGroup <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/islandGroup">http://rs.tdwg.org/dwc/terms/islandGroup</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the island group in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Alexander Archipelago</code>, <code>Seychelles</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:islandGroup">http://terms.tdwg.org/wiki/dwc:islandGroup</a>.</td></tr>
</tbody>
</table>
<a id="dwc:island" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">island <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/island">http://rs.tdwg.org/dwc/terms/island</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the island on or near which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Isla Victoria</code>, <code>Vancouver</code>, <code>Viti Levu</code>, <code>Zanzibar</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:island">http://terms.tdwg.org/wiki/dwc:island</a>.</td></tr>
</tbody>
</table>
<a id="dwc:country" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">country <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/country">http://rs.tdwg.org/dwc/terms/country</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the country or major administrative unit in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Denmark</code>, <code>Colombia</code>, <code>España</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:country">http://terms.tdwg.org/wiki/dwc:country</a>.</td></tr>
</tbody>
</table>
<a id="dwc:countryCode" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">countryCode <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/countryCode">http://rs.tdwg.org/dwc/terms/countryCode</a></td></tr>
<tr><td class="label">Definition</td><td>The standard code for the country in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use ISO 3166-1-alpha-2 country codes. Examples: <code>AR</code> for Argentina, <code>SV</code> for El Salvador. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:countryCode">http://terms.tdwg.org/wiki/dwc:countryCode</a>.</td></tr>
</tbody>
</table>
<a id="dwc:stateProvince" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">stateProvince <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/stateProvince">http://rs.tdwg.org/dwc/terms/stateProvince</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Montana</code>, <code>Minas Gerais</code>, <code>Córdoba</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:stateProvince">http://terms.tdwg.org/wiki/dwc:stateProvince</a>.</td></tr>
</tbody>
</table>
<a id="dwc:county" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">county <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/county">http://rs.tdwg.org/dwc/terms/county</a></td></tr>
<tr><td class="label">Definition</td><td>The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Missoula</code>, <code>Los Lagos</code>, <code>Mataró</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:county">http://terms.tdwg.org/wiki/dwc:county</a>.</td></tr>
</tbody>
</table>
<a id="dwc:municipality" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">municipality <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/municipality">http://rs.tdwg.org/dwc/terms/municipality</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: <code>Holzminden</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:municipality">http://terms.tdwg.org/wiki/dwc:municipality</a>.</td></tr>
</tbody>
</table>
<a id="dwc:locality" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">locality <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/locality">http://rs.tdwg.org/dwc/terms/locality</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:locality">http://terms.tdwg.org/wiki/dwc:locality</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimLocality" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimLocality <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimLocality">http://rs.tdwg.org/dwc/terms/verbatimLocality</a></td></tr>
<tr><td class="label">Definition</td><td>The original textual description of the place.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>25 km NNE Bariloche por R. Nac. 237</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimLocality">http://terms.tdwg.org/wiki/dwc:verbatimLocality</a>.</td></tr>
</tbody>
</table>
<a id="dwc:minimumElevationInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">minimumElevationInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/minimumElevationInMeters">http://rs.tdwg.org/dwc/terms/minimumElevationInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>The lower limit of the range of elevation (altitude, usually above sea level), in meters.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>100</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters">http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:maximumElevationInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">maximumElevationInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/maximumElevationInMeters">http://rs.tdwg.org/dwc/terms/maximumElevationInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>The upper limit of the range of elevation (altitude, usually above sea level), in meters.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>200</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters">http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimElevation" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimElevation <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimElevation">http://rs.tdwg.org/dwc/terms/verbatimElevation</a></td></tr>
<tr><td class="label">Definition</td><td>The original description of the elevation (altitude, usually above sea level) of the Location.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>100-200 m</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimElevation">http://terms.tdwg.org/wiki/dwc:verbatimElevation</a>.</td></tr>
</tbody>
</table>
<a id="dwc:minimumDepthInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">minimumDepthInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/minimumDepthInMeters">http://rs.tdwg.org/dwc/terms/minimumDepthInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>The lesser depth of a range of depth below the local surface, in meters.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>100</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters">http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:maximumDepthInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">maximumDepthInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/maximumDepthInMeters">http://rs.tdwg.org/dwc/terms/maximumDepthInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>The greater depth of a range of depth below the local surface, in meters.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>200</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters">http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimDepth" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimDepth <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimDepth">http://rs.tdwg.org/dwc/terms/verbatimDepth</a></td></tr>
<tr><td class="label">Definition</td><td>The original description of the depth below the local surface.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>100-200 m</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimDepth">http://terms.tdwg.org/wiki/dwc:verbatimDepth</a>.</td></tr>
</tbody>
</table>
<a id="dwc:minimumDistanceAboveSurfaceInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">minimumDistanceAboveSurfaceInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters">http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: <code>300m</code> (verbatimElevation), <code>300</code> (minimumElevationInMeters), <code>300</code> (maximumElevationInMeters), <code>20m</code> (verbatimDepth), <code>20</code> (minimumDepthInMeters), <code>20</code> (maximumDepthInMeters), <code>0</code> (minimumDistanceAboveSurfaceInMeters), <code>-1.5</code> (maximumDistanceAboveSurfaceInMeters). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:minimumDistanceAboveSurfaceInMeters">http://terms.tdwg.org/wiki/dwc:minimumDistanceAboveSurfaceInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:maximumDistanceAboveSurfaceInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">maximumDistanceAboveSurfaceInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters">http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: verbatimElevation: <code>300m</code> minimumElevationInMeters: <code>300</code>, maximumElevationInMeters: <code>300</code>, verbatimDepth: <code>20m</code>, minimumDepthInMeters: <code>20</code>, maximumDepthInMeters: <code>20</code>, minimumDistanceAboveSurfaceInMeters: <code>0</code>, maximumDistanceAboveSurfaceInMeters: <code>-1.5</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:maximumDistanceAboveSurfaceInMeters">http://terms.tdwg.org/wiki/dwc:maximumDistanceAboveSurfaceInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:locationAccordingTo" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">locationAccordingTo <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/locationAccordingTo">http://rs.tdwg.org/dwc/terms/locationAccordingTo</a></td></tr>
<tr><td class="label">Definition</td><td>Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Getty Thesaurus of Geographic Names</code>, <code>GADM</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:locationAccordingTo">http://terms.tdwg.org/wiki/dwc:locationAccordingTo</a>.</td></tr>
</tbody>
</table>
<a id="dwc:locationRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">locationRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/locationRemarks">http://rs.tdwg.org/dwc/terms/locationRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the Location.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>under water since 2005</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:locationRemarks">http://terms.tdwg.org/wiki/dwc:locationRemarks</a>.</td></tr>
</tbody>
</table>
<a id="dwc:decimalLatitude" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">decimalLatitude <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/decimalLatitude">http://rs.tdwg.org/dwc/terms/decimalLatitude</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>-41.0983423</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:decimalLatitude">http://terms.tdwg.org/wiki/dwc:decimalLatitude</a>.</td></tr>
</tbody>
</table>
<a id="dwc:decimalLongitude" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">decimalLongitude <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/decimalLongitude">http://rs.tdwg.org/dwc/terms/decimalLongitude</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>-121.1761111</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:decimalLongitude">http://terms.tdwg.org/wiki/dwc:decimalLongitude</a>.</td></tr>
</tbody>
</table>
<a id="dwc:geodeticDatum" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">geodeticDatum <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/geodeticDatum">http://rs.tdwg.org/dwc/terms/geodeticDatum</a></td></tr>
<tr><td class="label">Definition</td><td>The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.</td></tr>
<tr><td class="label">Comments</td><td>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 <code>unknown</code>. Examples: <code>EPSG:4326</code>, <code>WGS84</code>, <code>NAD27</code>, <code>Campo Inchauspe</code>, <code>European 1950</code>, <code>Clarke 1866</code>. For discussion see <a href="http://terms.tdwg.org.wiki/dwc:geodeticDatum">http://terms.tdwg.org.wiki/dwc:geodeticDatum</a>.</td></tr>
</tbody>
</table>
<a id="dwc:coordinateUncertaintyInMeters" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">coordinateUncertaintyInMeters <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters">http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>30</code> (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), <code>71</code> (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:coordinateUncertaintyInMeters">http://terms.tdwg.org/wiki/dwc:coordinateUncertaintyInMeters</a>.</td></tr>
</tbody>
</table>
<a id="dwc:coordinatePrecision" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">coordinatePrecision <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/coordinatePrecision">http://rs.tdwg.org/dwc/terms/coordinatePrecision</a></td></tr>
<tr><td class="label">Definition</td><td>A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>0.00001</code> (normal GPS limit for decimal degrees), <code>0.000278</code> (nearest second), <code>0.01667</code> (nearest minute), <code>1.0</code> (nearest degree). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:coordinatePrecision">http://terms.tdwg.org/wiki/dwc:coordinatePrecision</a>.</td></tr>
</tbody>
</table>
<a id="dwc:pointRadiusSpatialFit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">pointRadiusSpatialFit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit">http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing, Chapman and Wieczorek, eds. 2006. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:pointRadiusSpatialFit">http://terms.tdwg.org/wiki/dwc:pointRadiusSpatialFit</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimCoordinates" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimCoordinates <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimCoordinates">http://rs.tdwg.org/dwc/terms/verbatimCoordinates</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>41 05 54S 121 05 34W</code>, <code>17T 630000 4833400</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimCoordinates">http://terms.tdwg.org/wiki/dwc:verbatimCoordinates</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimLatitude" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimLatitude <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimLatitude">http://rs.tdwg.org/dwc/terms/verbatimLatitude</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>41 05 54.03S</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimLatitude">http://terms.tdwg.org/wiki/dwc:verbatimLatitude</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimLongitude" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimLongitude <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimLongitude">http://rs.tdwg.org/dwc/terms/verbatimLongitude</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>121d 10' 34" W</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimLongitude">http://terms.tdwg.org/wiki/dwc:verbatimLongitude</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimCoordinateSystem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimCoordinateSystem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem">http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem</a></td></tr>
<tr><td class="label">Definition</td><td>The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>decimal degrees</code>, <code>degrees decimal minutes</code>, <code>degrees minutes seconds</code>, <code>UTM</code>. verbatimCoordinateSystem.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimSRS" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimSRS <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimSRS">http://rs.tdwg.org/dwc/terms/verbatimSRS</a></td></tr>
<tr><td class="label">Definition</td><td>The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based.</td></tr>
<tr><td class="label">Comments</td><td>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 <code>unknown</code>. Examples: <code>EPSG:4326</code>, <code>WGS84</code>, <code>NAD27</code>, <code>Campo Inchauspe</code>, <code>European 1950</code>, <code>Clarke 1866</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimSRS">http://terms.tdwg.org/wiki/dwc:verbatimSRS</a>.</td></tr>
</tbody>
</table>
<a id="dwc:footprintWKT" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">footprintWKT <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/footprintWKT">http://rs.tdwg.org/dwc/terms/footprintWKT</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as <code>POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:footprintWKT">http://terms.tdwg.org/wiki/dwc:footprintWKT</a>.</td></tr>
</tbody>
</table>
<a id="dwc:footprintSRS" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">footprintSRS <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/footprintSRS">http://rs.tdwg.org/dwc/terms/footprintSRS</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: The WKT for the standard WGS84 SRS (EPSG:4326) is <code>GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:footprintSRS">http://terms.tdwg.org/wiki/dwc:footprintSRS</a>.</td></tr>
</tbody>
</table>
<a id="dwc:footprintSpatialFit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">footprintSpatialFit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/footprintSpatialFit">http://rs.tdwg.org/dwc/terms/footprintSpatialFit</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing, Chapman and Wieczorek, eds. 2006. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:footprintSpatialFit">http://terms.tdwg.org/wiki/dwc:footprintSpatialFit</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferencedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferencedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferencedBy">http://rs.tdwg.org/dwc/terms/georeferencedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>Brad Millen (ROM)</code>, <code>Kristina Yamamoto (MVZ) | Janet Fang (MVZ)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferencedBy">http://terms.tdwg.org/wiki/dwc:georeferencedBy</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferencedDate" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferencedDate <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferencedDate">http://rs.tdwg.org/dwc/terms/georeferencedDate</a></td></tr>
<tr><td class="label">Definition</td><td>The date on which the Location was georeferenced.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferencedDate">http://terms.tdwg.org/wiki/dwc:georeferencedDate</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferenceProtocol" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceProtocol <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferenceProtocol">http://rs.tdwg.org/dwc/terms/georeferenceProtocol</a></td></tr>
<tr><td class="label">Definition</td><td>A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.</code>, <code>MaNIS/HerpNet/ORNIS Georeferencing Guidelines</code>, <code>Georeferencing Quick Reference Guide</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferenceProtocol">http://terms.tdwg.org/wiki/dwc:georeferenceProtocol</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferenceSources" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceSources <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferenceSources">http://rs.tdwg.org/dwc/terms/georeferenceSources</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>GeoLocate</code>, <code>USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferenceSources">http://terms.tdwg.org/wiki/dwc:georeferenceSources</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferenceVerificationStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceVerificationStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus">http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>requires verification</code>, <code>verified by collector</code>, <code>verified by curator</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus">http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:georeferenceRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/georeferenceRemarks">http://rs.tdwg.org/dwc/terms/georeferenceRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>assumed distance by road (Hwy. 101)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:georeferenceRemarks">http://terms.tdwg.org/wiki/dwc:georeferenceRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="GeologicalContext" class="anchor mb-4"><!-- anchor to class_group -->
<h2>GeologicalContext</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:geologicalContextID">geologicalContextID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:earliestEonOrLowestEonothem">earliestEonOrLowestEonothem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:latestEonOrHighestEonothem">latestEonOrHighestEonothem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:earliestEraOrLowestErathem">earliestEraOrLowestErathem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:latestEraOrHighestErathem">latestEraOrHighestErathem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:earliestPeriodOrLowestSystem">earliestPeriodOrLowestSystem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:latestPeriodOrHighestSystem">latestPeriodOrHighestSystem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:earliestEpochOrLowestSeries">earliestEpochOrLowestSeries</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:latestEpochOrHighestSeries">latestEpochOrHighestSeries</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:earliestAgeOrLowestStage">earliestAgeOrLowestStage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:latestAgeOrHighestStage">latestAgeOrHighestStage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:lowestBiostratigraphicZone">lowestBiostratigraphicZone</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:highestBiostratigraphicZone">highestBiostratigraphicZone</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:lithostratigraphicTerms">lithostratigraphicTerms</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:group">group</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:formation">formation</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:member">member</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:bed">bed</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">GeologicalContext <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/GeologicalContext">http://rs.tdwg.org/dwc/terms/GeologicalContext</a></td></tr>
<tr><td class="label">Definition</td><td>Geological information, such as stratigraphy, that qualifies a region or place.</td></tr>
<tr><td class="label">Comments</td><td>Example: A lithostratigraphic layer. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:GeologicalContext">http://terms.tdwg.org/wiki/dwc:GeologicalContext</a>.</td></tr>
</tbody>
</table>
<a id="dwc:geologicalContextID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">geologicalContextID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/geologicalContextID">http://rs.tdwg.org/dwc/terms/geologicalContextID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:geologicalContextID">http://terms.tdwg.org/wiki/dwc:geologicalContextID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:earliestEonOrLowestEonothem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestEonOrLowestEonothem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem">http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Phanerozoic</code>, <code>Proterozoic</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem">http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:latestEonOrHighestEonothem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestEonOrHighestEonothem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem">http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Phanerozoic</code>, <code>Proterozoic</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem">http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:earliestEraOrLowestErathem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestEraOrLowestErathem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem">http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Cenozoic</code>, <code>Mesozoic</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem">http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:latestEraOrHighestErathem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestEraOrHighestErathem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem">http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Cenozoic</code>, <code>Mesozoic</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem">http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:earliestPeriodOrLowestSystem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestPeriodOrLowestSystem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem">http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Neogene</code>, <code>Tertiary</code>, <code>Quaternary</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem">http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:latestPeriodOrHighestSystem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestPeriodOrHighestSystem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem">http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Neogene</code>, <code>Tertiary</code>, <code>Quaternary</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem">http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem</a>.</td></tr>
</tbody>
</table>
<a id="dwc:earliestEpochOrLowestSeries" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestEpochOrLowestSeries <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries">http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Holocene</code>, <code>Pleistocene</code>, <code>Ibexian Series</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries">http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries</a>.</td></tr>
</tbody>
</table>
<a id="dwc:latestEpochOrHighestSeries" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestEpochOrHighestSeries <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries">http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Holocene</code>, <code>Pleistocene</code>, <code>Ibexian Series</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries">http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries</a>.</td></tr>
</tbody>
</table>
<a id="dwc:earliestAgeOrLowestStage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestAgeOrLowestStage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage">http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Atlantic</code>, <code>Boreal</code>, <code>Skullrockian</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage">http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:latestAgeOrHighestStage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestAgeOrHighestStage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage">http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Atlantic</code>, <code>Boreal</code>, <code>Skullrockian</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage">http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:lowestBiostratigraphicZone" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">lowestBiostratigraphicZone <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone">http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone">http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone</a>.</td></tr>
</tbody>
</table>
<a id="dwc:highestBiostratigraphicZone" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">highestBiostratigraphicZone <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone">http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone">http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone</a>.</td></tr>
</tbody>
</table>
<a id="dwc:lithostratigraphicTerms" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">lithostratigraphicTerms <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms">http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms</a></td></tr>
<tr><td class="label">Definition</td><td>The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms">http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms</a>.</td></tr>
</tbody>
</table>
<a id="dwc:group" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">group <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/group">http://rs.tdwg.org/dwc/terms/group</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the lithostratigraphic group from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:group">http://terms.tdwg.org/wiki/dwc:group</a>.</td></tr>
</tbody>
</table>
<a id="dwc:formation" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">formation <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/formation">http://rs.tdwg.org/dwc/terms/formation</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the lithostratigraphic formation from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Notch Peak Fromation</code>, <code>House Limestone</code>, <code>Fillmore Formation</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:formation">http://terms.tdwg.org/wiki/dwc:formation</a>.</td></tr>
</tbody>
</table>
<a id="dwc:member" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">member <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/member">http://rs.tdwg.org/dwc/terms/member</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the lithostratigraphic member from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Lava Dam Member</code>, <code>Hellnmaria Member</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:member">http://terms.tdwg.org/wiki/dwc:member</a>.</td></tr>
</tbody>
</table>
<a id="dwc:bed" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">bed <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/bed">http://rs.tdwg.org/dwc/terms/bed</a></td></tr>
<tr><td class="label">Definition</td><td>The full name of the lithostratigraphic bed from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:bed">http://terms.tdwg.org/wiki/dwc:bed</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Identification" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Identification</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identificationID">identificationID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identificationQualifier">identificationQualifier</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:typeStatus">typeStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identifiedBy">identifiedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:dateIdentified">dateIdentified</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identificationReferences">identificationReferences</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identificationVerificationStatus">identificationVerificationStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:identificationRemarks">identificationRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Identification <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/Identification">http://rs.tdwg.org/dwc/terms/Identification</a></td></tr>
<tr><td class="label">Definition</td><td>A taxonomic determination (e.g., the assignment to a taxon).</td></tr>
<tr><td class="label">Comments</td><td>Example: A subspecies determination of an organism. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Identification">http://terms.tdwg.org/wiki/dwc:Identification</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identificationID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identificationID">http://rs.tdwg.org/dwc/terms/identificationID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identificationID">http://terms.tdwg.org/wiki/dwc:identificationID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identificationQualifier" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationQualifier <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identificationQualifier">http://rs.tdwg.org/dwc/terms/identificationQualifier</a></td></tr>
<tr><td class="label">Definition</td><td>A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.</td></tr>
<tr><td class="label">Comments</td><td>Examples: 1) For the determination <code>Quercus aff. agrifolia var. oxyadenia</code>: <code>aff. agrifolia var. oxyadenia</code> (identificationQualifier) with accompanying values <code>Quercus</code> (genus), <code>agrifolia</code> (specificEpithet), <code>oxyadenia</code> (infraspecificEpithet), and <code>var.</code> (taxonRank). 2) For the determination <code>Quercus agrifolia cf. var. oxyadenia</code>: <code>cf. var. oxyadenia</code> (identificationQualifier) with accompanying values <code>Quercus</code> (genus), <code>agrifolia</code> (specificEpithet), <code>oxyadenia</code> (infraspecificEpithet), and <code>var.</code> (taxonRank). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identificationQualifier">http://terms.tdwg.org/wiki/dwc:identificationQualifier</a>.</td></tr>
</tbody>
</table>
<a id="dwc:typeStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">typeStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/typeStatus">http://rs.tdwg.org/dwc/terms/typeStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388</code>, <code>holotype of Pinus abies | holotype of Picea abies</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:typeStatus">http://terms.tdwg.org/wiki/dwc:typeStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identifiedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identifiedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identifiedBy">http://rs.tdwg.org/dwc/terms/identifiedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>James L. Patton</code>, <code>Theodore Pappenfuss | Robert Macey</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identifiedBy">http://terms.tdwg.org/wiki/dwc:identifiedBy</a>.</td></tr>
</tbody>
</table>
<a id="dwc:dateIdentified" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">dateIdentified <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/dateIdentified">http://rs.tdwg.org/dwc/terms/dateIdentified</a></td></tr>
<tr><td class="label">Definition</td><td>The date on which the subject was identified as representing the Taxon.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:dateIdentified">http://terms.tdwg.org/wiki/dwc:dateIdentified</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identificationReferences" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationReferences <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identificationReferences">http://rs.tdwg.org/dwc/terms/identificationReferences</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>Aves del Noroeste Patagonico. Christie et al. 2004.</code>, <code>Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata). Herpetologica, 53(1), 30-49.</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identificationReferences">http://terms.tdwg.org/wiki/dwc:identificationReferences</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identificationVerificationStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationVerificationStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identificationVerificationStatus">http://rs.tdwg.org/dwc/terms/identificationVerificationStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A categorical indicator of the extent to which the taxonomic identification has been verified to be correct.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. Examples: <code>0</code>, <code>4</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus">http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:identificationRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/identificationRemarks">http://rs.tdwg.org/dwc/terms/identificationRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the Identification.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.</code> For discussion see <a href="http://terms.tdwg.org/wiki/dwc:identificationRemarks">http://terms.tdwg.org/wiki/dwc:identificationRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="Taxon" class="anchor mb-4"><!-- anchor to class_group -->
<h2>Taxon</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:taxonID">taxonID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:scientificNameID">scientificNameID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:acceptedNameUsageID">acceptedNameUsageID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:parentNameUsageID">parentNameUsageID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:originalNameUsageID">originalNameUsageID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:nameAccordingToID">nameAccordingToID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:namePublishedInID">namePublishedInID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:taxonConceptID">taxonConceptID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:scientificName">scientificName</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:acceptedNameUsage">acceptedNameUsage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:parentNameUsage">parentNameUsage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:originalNameUsage">originalNameUsage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:nameAccordingTo">nameAccordingTo</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:namePublishedIn">namePublishedIn</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:namePublishedInYear">namePublishedInYear</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:higherClassification">higherClassification</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:kingdom">kingdom</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:phylum">phylum</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:class">class</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:order">order</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:family">family</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:genus">genus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:subgenus">subgenus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:specificEpithet">specificEpithet</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:infraspecificEpithet">infraspecificEpithet</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:taxonRank">taxonRank</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:verbatimTaxonRank">verbatimTaxonRank</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:scientificNameAuthorship">scientificNameAuthorship</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:vernacularName">vernacularName</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:nomenclaturalCode">nomenclaturalCode</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:taxonomicStatus">taxonomicStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:nomenclaturalStatus">nomenclaturalStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:taxonRemarks">taxonRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">Taxon <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/Taxon">http://rs.tdwg.org/dwc/terms/Taxon</a></td></tr>
<tr><td class="label">Definition</td><td>A group of organisms (sensu <a href="http://purl.obolibrary.org/obo/OBI_0100026">http://purl.obolibrary.org/obo/OBI_0100026</a>) considered by taxonomists to form a homogeneous unit.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820.</code> For discussion see <a href="http://terms.tdwg.org/wiki/dwc:Taxon">http://terms.tdwg.org/wiki/dwc:Taxon</a>.</td></tr>
</tbody>
</table>
<a id="dwc:taxonID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">taxonID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/taxonID">http://rs.tdwg.org/dwc/terms/taxonID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>8fa58e08-08de-4ac1-b69c-1235340b7001</code>, <code>32567</code>, <code><a href="http://species.gbif.org/abies_alba_1753">http://species.gbif.org/abies_alba_1753</a></code>, <code>urn:lsid:gbif.org:usages:32567</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:taxonID">http://terms.tdwg.org/wiki/dwc:taxonID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:scientificNameID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">scientificNameID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/scientificNameID">http://rs.tdwg.org/dwc/terms/scientificNameID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the nomenclatural (not taxonomic) details of a scientific name.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>urn:lsid:ipni.org:names:37829-1:1.3</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:scientificNameID">http://terms.tdwg.org/wiki/dwc:scientificNameID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:acceptedNameUsageID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">acceptedNameUsageID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID">http://rs.tdwg.org/dwc/terms/acceptedNameUsageID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>8fa58e08-08de-4ac1-b69c-1235340b7001</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID">http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:parentNameUsageID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">parentNameUsageID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/parentNameUsageID">http://rs.tdwg.org/dwc/terms/parentNameUsageID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>8fa58e08-08de-4ac1-b69c-1235340b7001</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:parentNameUsageID">http://terms.tdwg.org/wiki/dwc:parentNameUsageID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:originalNameUsageID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">originalNameUsageID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/originalNameUsageID">http://rs.tdwg.org/dwc/terms/originalNameUsageID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code><a href="http://species.gbif.org/abies_alba_1753">http://species.gbif.org/abies_alba_1753</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:originalNameUsageID">http://terms.tdwg.org/wiki/dwc:originalNameUsageID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:nameAccordingToID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">nameAccordingToID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/nameAccordingToID">http://rs.tdwg.org/dwc/terms/nameAccordingToID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code><a href="https://doi.org/10.1016/S0269-915X(97)80026-2">https://doi.org/10.1016/S0269-915X(97)80026-2</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:nameSccordingToID">http://terms.tdwg.org/wiki/dwc:nameSccordingToID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:namePublishedInID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">namePublishedInID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/namePublishedInID">http://rs.tdwg.org/dwc/terms/namePublishedInID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code><a href="http://hdl.handle.net/10199/7">http://hdl.handle.net/10199/7</a></code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:namePublishedInID">http://terms.tdwg.org/wiki/dwc:namePublishedInID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:taxonConceptID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">taxonConceptID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/taxonConceptID">http://rs.tdwg.org/dwc/terms/taxonConceptID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>8fa58e08-08de-4ac1-b69c-1235340b7001</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:taxonConceptID">http://terms.tdwg.org/wiki/dwc:taxonConceptID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:scientificName" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">scientificName <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/scientificName">http://rs.tdwg.org/dwc/terms/scientificName</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Coleoptera</code> (order), <code>Vespertilionidae</code> (family), <code>Manis</code> (genus), <code>Ctenomys sociabilis</code> (genus + specificEpithet), <code>Ambystoma tigrinum diaboli</code> (genus + specificEpithet + infraspecificEpithet), <code>Roptrocerus typographi (Györfi, 1952)</code> (genus + specificEpithet + scientificNameAuthorship), <code>Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell</code> (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:scientificName">http://terms.tdwg.org/wiki/dwc:scientificName</a>.</td></tr>
</tbody>
</table>
<a id="dwc:acceptedNameUsage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">acceptedNameUsage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/acceptedNameUsage">http://rs.tdwg.org/dwc/terms/acceptedNameUsage</a></td></tr>
<tr><td class="label">Definition</td><td>The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>Tamias minimus</code> valid name for <code>Eutamias minimus</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:acceptedNameUsage">http://terms.tdwg.org/wiki/dwc:acceptedNameUsage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:parentNameUsage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">parentNameUsage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/parentNameUsage">http://rs.tdwg.org/dwc/terms/parentNameUsage</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Rubiaceae</code>, <code>Gruiformes</code>, <code>Testudinae</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:parentNameUsage">http://terms.tdwg.org/wiki/dwc:parentNameUsage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:originalNameUsage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">originalNameUsage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/originalNameUsage">http://rs.tdwg.org/dwc/terms/originalNameUsage</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Pinus abies</code>, <code>Gasterosteus saltatrix Linnaeus 1768</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:originalNameUsage">http://terms.tdwg.org/wiki/dwc:originalNameUsage</a>.</td></tr>
</tbody>
</table>
<a id="dwc:nameAccordingTo" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">nameAccordingTo <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/nameAccordingTo">http://rs.tdwg.org/dwc/terms/nameAccordingTo</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.</code>, <code>Werner Greuter 2008</code>, <code>Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:nameAccordingTo">http://terms.tdwg.org/wiki/dwc:nameAccordingTo</a>.</td></tr>
</tbody>
</table>
<a id="dwc:namePublishedIn" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">namePublishedIn <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/namePublishedIn">http://rs.tdwg.org/dwc/terms/namePublishedIn</a></td></tr>
<tr><td class="label">Definition</td><td>A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388</code>, <code>Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:namePublishedIn">http://terms.tdwg.org/wiki/dwc:namePublishedIn</a>.</td></tr>
</tbody>
</table>
<a id="dwc:namePublishedInYear" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">namePublishedInYear <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/namePublishedInYear">http://rs.tdwg.org/dwc/terms/namePublishedInYear</a></td></tr>
<tr><td class="label">Definition</td><td>The four-digit year in which the scientificName was published.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>1915</code>, <code>2008</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:namePublishedInYear">http://terms.tdwg.org/wiki/dwc:namePublishedInYear</a>.</td></tr>
</tbody>
</table>
<a id="dwc:higherClassification" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">higherClassification <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/higherClassification">http://rs.tdwg.org/dwc/terms/higherClassification</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to separate the values with a vertical bar (<code> | </code>), with terms in order from the highest taxonomic rank to the lowest. Examples: <code>Animalia</code>, <code>Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:higherClassification">http://terms.tdwg.org/wiki/dwc:higherClassification</a>.</td></tr>
</tbody>
</table>
<a id="dwc:kingdom" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">kingdom <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/kingdom">http://rs.tdwg.org/dwc/terms/kingdom</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the kingdom in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Animalia</code>, <code>Plantae</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:kingdom">http://terms.tdwg.org/wiki/dwc:kingdom</a>.</td></tr>
</tbody>
</table>
<a id="dwc:phylum" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">phylum <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/phylum">http://rs.tdwg.org/dwc/terms/phylum</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the phylum or division in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Chordata</code> (phylum), <code>Bryophyta</code> (division). For discussion see <a href="http://terms.tdwg.org/wiki/dwc:phylum">http://terms.tdwg.org/wiki/dwc:phylum</a>.</td></tr>
</tbody>
</table>
<a id="dwc:class" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">class <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/class">http://rs.tdwg.org/dwc/terms/class</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the class in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Mammalia</code>, <code>Hepaticopsida</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:class">http://terms.tdwg.org/wiki/dwc:class</a>.</td></tr>
</tbody>
</table>
<a id="dwc:order" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">order <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/order">http://rs.tdwg.org/dwc/terms/order</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the order in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Carnivora</code>, <code>Monocleales</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:order">http://terms.tdwg.org/wiki/dwc:order</a>.</td></tr>
</tbody>
</table>
<a id="dwc:family" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">family <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/family">http://rs.tdwg.org/dwc/terms/family</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the family in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Felidae</code>, <code>Monocleaceae</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:family">http://terms.tdwg.org/wiki/dwc:family</a>.</td></tr>
</tbody>
</table>
<a id="dwc:genus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">genus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/genus">http://rs.tdwg.org/dwc/terms/genus</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the genus in which the taxon is classified.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Puma</code>, <code>Monoclea</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:genus">http://terms.tdwg.org/wiki/dwc:genus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:subgenus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">subgenus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/subgenus">http://rs.tdwg.org/dwc/terms/subgenus</a></td></tr>
<tr><td class="label">Definition</td><td>The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Strobus (Pinus)</code>, <code>Puma (Puma)</code> <code>Loligo (Amerigo)</code>, <code>Hieracium subgen. Pilosella</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:subgenus">http://terms.tdwg.org/wiki/dwc:subgenus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:specificEpithet" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">specificEpithet <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/specificEpithet">http://rs.tdwg.org/dwc/terms/specificEpithet</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the first or species epithet of the scientificName.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>concolor</code>, <code>gottschei</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:specificEpithet">http://terms.tdwg.org/wiki/dwc:specificEpithet</a>.</td></tr>
</tbody>
</table>
<a id="dwc:infraspecificEpithet" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">infraspecificEpithet <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/infraspecificEpithet">http://rs.tdwg.org/dwc/terms/infraspecificEpithet</a></td></tr>
<tr><td class="label">Definition</td><td>The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>concolor</code>, <code>oxyadenia</code>, <code>sayi</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:infraspecificEpithet">http://terms.tdwg.org/wiki/dwc:infraspecificEpithet</a>.</td></tr>
</tbody>
</table>
<a id="dwc:taxonRank" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">taxonRank <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/taxonRank">http://rs.tdwg.org/dwc/terms/taxonRank</a></td></tr>
<tr><td class="label">Definition</td><td>The taxonomic rank of the most specific name in the scientificName.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>subspecies</code>, <code>varietas</code>, <code>forma</code>, <code>species</code>, <code>genus</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:taxonRank">http://terms.tdwg.org/wiki/dwc:taxonRank</a>.</td></tr>
</tbody>
</table>
<a id="dwc:verbatimTaxonRank" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimTaxonRank <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/verbatimTaxonRank">http://rs.tdwg.org/dwc/terms/verbatimTaxonRank</a></td></tr>
<tr><td class="label">Definition</td><td>The taxonomic rank of the most specific name in the scientificName as it appears in the original record.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Agamospecies</code>, <code>sub-lesus</code>, <code>prole</code>, <code>apomict</code>, <code>nothogrex</code>, <code>sp.</code>, <code>subsp.</code>, <code>var.</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank">http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank</a>.</td></tr>
</tbody>
</table>
<a id="dwc:scientificNameAuthorship" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">scientificNameAuthorship <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/scientificNameAuthorship">http://rs.tdwg.org/dwc/terms/scientificNameAuthorship</a></td></tr>
<tr><td class="label">Definition</td><td>The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>(Torr.) J.T. Howell</code>, <code>(Martinovský) Tzvelev</code>, <code>(Györfi, 1952)</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship">http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship</a>.</td></tr>
</tbody>
</table>
<a id="dwc:vernacularName" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">vernacularName <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/vernacularName">http://rs.tdwg.org/dwc/terms/vernacularName</a></td></tr>
<tr><td class="label">Definition</td><td>A common or vernacular name.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>Andean Condor</code>, <code>Condor Andino</code>, <code>American Eagle</code>, <code>Gänsegeier</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:vernacularName">http://terms.tdwg.org/wiki/dwc:vernacularName</a>.</td></tr>
</tbody>
</table>
<a id="dwc:nomenclaturalCode" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">nomenclaturalCode <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/nomenclaturalCode">http://rs.tdwg.org/dwc/terms/nomenclaturalCode</a></td></tr>
<tr><td class="label">Definition</td><td>The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>ICBN</code>, <code>ICZN</code>, <code>BC</code>, <code>ICNCP</code>, <code>BioCode</code>, <code>ICZN | ICBN</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:nomenclaturalCode">http://terms.tdwg.org/wiki/dwc:nomenclaturalCode</a>.</td></tr>
</tbody>
</table>
<a id="dwc:taxonomicStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">taxonomicStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/taxonomicStatus">http://rs.tdwg.org/dwc/terms/taxonomicStatus</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>invalid</code>, <code>misapplied</code>, <code>homotypic synonym</code>, <code>accepted</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:taxonomicStatus">http://terms.tdwg.org/wiki/dwc:taxonomicStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:nomenclaturalStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">nomenclaturalStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/nomenclaturalStatus">http://rs.tdwg.org/dwc/terms/nomenclaturalStatus</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>nom. ambig.</code>, <code>nom. illeg.</code>, <code>nom. subnud.</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus">http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus</a>.</td></tr>
</tbody>
</table>
<a id="dwc:taxonRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">taxonRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/taxonRemarks">http://rs.tdwg.org/dwc/terms/taxonRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the taxon or name.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>this name is a misspelling in common use</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:taxonRemarks">http://terms.tdwg.org/wiki/dwc:taxonRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="MeasurementOrFact" class="anchor mb-4"><!-- anchor to class_group -->
<h2>MeasurementOrFact</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementID">measurementID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementType">measurementType</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementValue">measurementValue</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementAccuracy">measurementAccuracy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementUnit">measurementUnit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementDeterminedBy">measurementDeterminedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementDeterminedDate">measurementDeterminedDate</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementMethod">measurementMethod</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:measurementRemarks">measurementRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">MeasurementOrFact <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/MeasurementOrFact">http://rs.tdwg.org/dwc/terms/MeasurementOrFact</a></td></tr>
<tr><td class="label">Definition</td><td>A measurement of or fact about an rdfs:Resource (<a href="http://www.w3.org/2000/01/rdf-schema#Resource">http://www.w3.org/2000/01/rdf-schema#Resource</a>).</td></tr>
<tr><td class="label">Comments</td><td>Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:MeasurementOrFact">http://terms.tdwg.org/wiki/dwc:MeasurementOrFact</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementID">http://rs.tdwg.org/dwc/terms/measurementID</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementID">http://terms.tdwg.org/wiki/dwc:measurementID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementType" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementType <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementType">http://rs.tdwg.org/dwc/terms/measurementType</a></td></tr>
<tr><td class="label">Definition</td><td>The nature of the measurement, fact, characteristic, or assertion.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>tail length</code>, <code>temperature</code>, <code>trap line length</code>, <code>survey area</code>, <code>trap type</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementType">http://terms.tdwg.org/wiki/dwc:measurementType</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementValue" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementValue <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementValue">http://rs.tdwg.org/dwc/terms/measurementValue</a></td></tr>
<tr><td class="label">Definition</td><td>The value of the measurement, fact, characteristic, or assertion.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>45</code>, <code>20</code>, <code>1</code>, <code>14.5</code>, <code>UV-light</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementValue">http://terms.tdwg.org/wiki/dwc:measurementValue</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementAccuracy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementAccuracy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementAccuracy">http://rs.tdwg.org/dwc/terms/measurementAccuracy</a></td></tr>
<tr><td class="label">Definition</td><td>The description of the potential error associated with the measurementValue.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>0.01</code>, <code>normal distribution with variation of 2 m</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementAccuracy">http://terms.tdwg.org/wiki/dwc:measurementAccuracy</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementUnit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementUnit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementUnit">http://rs.tdwg.org/dwc/terms/measurementUnit</a></td></tr>
<tr><td class="label">Definition</td><td>The units associated with the measurementValue.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use the International System of Units (SI). Examples: <code>mm</code>, <code>C</code>, <code>km</code>, <code>ha</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementUnit">http://terms.tdwg.org/wiki/dwc:measurementUnit</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementDeterminedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementDeterminedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementDeterminedBy">http://rs.tdwg.org/dwc/terms/measurementDeterminedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.</td></tr>
<tr><td class="label">Comments</td><td>The recommended best practice is to separate the values with a vertical bar (<code> | </code>). Examples: <code>Rob Guralnick</code>, <code>Julie Woodruff | Eileen Lacey</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementDeterminedBy">http://terms.tdwg.org/wiki/dwc:measurementDeterminedBy</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementDeterminedDate" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementDeterminedDate <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementDeterminedDate">http://rs.tdwg.org/dwc/terms/measurementDeterminedDate</a></td></tr>
<tr><td class="label">Definition</td><td>The date on which the MeasurementOrFact was made.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementDeterminedDate">http://terms.tdwg.org/wiki/dwc:measurementDeterminedDate</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementMethod" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementMethod <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementMethod">http://rs.tdwg.org/dwc/terms/measurementMethod</a></td></tr>
<tr><td class="label">Definition</td><td>A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>minimum convex polygon around burrow entrances</code> for a home range area, <code>barometric altimeter</code> for an elevation. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementMethod">http://terms.tdwg.org/wiki/dwc:measurementMethod</a>.</td></tr>
</tbody>
</table>
<a id="dwc:measurementRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/measurementRemarks">http://rs.tdwg.org/dwc/terms/measurementRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes accompanying the MeasurementOrFact.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>tip of tail missing</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:measurementRemarks">http://terms.tdwg.org/wiki/dwc:measurementRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="ResourceRelationship" class="anchor mb-4"><!-- anchor to class_group -->
<h2>ResourceRelationship</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:resourceRelationshipID">resourceRelationshipID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:resourceID">resourceID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:relatedResourceID">relatedResourceID</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:relationshipOfResource">relationshipOfResource</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:relationshipAccordingTo">relationshipAccordingTo</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:relationshipEstablishedDate">relationshipEstablishedDate</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwc:relationshipRemarks">relationshipRemarks</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">ResourceRelationship <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/ResourceRelationship">http://rs.tdwg.org/dwc/terms/ResourceRelationship</a></td></tr>
<tr><td class="label">Definition</td><td>A relationship of one rdfs:Resource (<a href="http://www.w3.org/2000/01/rdf-schema#Resource">http://www.w3.org/2000/01/rdf-schema#Resource</a>) to another.</td></tr>
<tr><td class="label">Comments</td><td>Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:ResourceRelationship">http://terms.tdwg.org/wiki/dwc:ResourceRelationship</a>.</td></tr>
</tbody>
</table>
<a id="dwc:resourceRelationshipID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">resourceRelationshipID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/resourceRelationshipID">http://rs.tdwg.org/dwc/terms/resourceRelationshipID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:resourceRelationshipID">http://terms.tdwg.org/wiki/dwc:resourceRelationshipID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:resourceID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">resourceID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/resourceID">http://rs.tdwg.org/dwc/terms/resourceID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for the resource that is the subject of the relationship.</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:resourceID">http://terms.tdwg.org/wiki/dwc:resourceID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:relatedResourceID" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">relatedResourceID <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/relatedResourceID">http://rs.tdwg.org/dwc/terms/relatedResourceID</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier for a related resource (the object, rather than the subject of the relationship).</td></tr>
<tr><td class="label">Comments</td><td>For discussion see <a href="http://terms.tdwg.org/wiki/dwc:relatedResourceID">http://terms.tdwg.org/wiki/dwc:relatedResourceID</a>.</td></tr>
</tbody>
</table>
<a id="dwc:relationshipOfResource" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">relationshipOfResource <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/relationshipOfResource">http://rs.tdwg.org/dwc/terms/relationshipOfResource</a></td></tr>
<tr><td class="label">Definition</td><td>The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID).</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary. Examples: <code>duplicate of</code>, <code>mother of</code>, <code>endoparasite of</code>, <code>host to</code>, <code>sibling of</code>, <code>valid synonym of</code>, <code>located within</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:relationshipOfResource">http://terms.tdwg.org/wiki/dwc:relationshipOfResource</a>.</td></tr>
</tbody>
</table>
<a id="dwc:relationshipAccordingTo" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">relationshipAccordingTo <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/relationshipAccordingTo">http://rs.tdwg.org/dwc/terms/relationshipAccordingTo</a></td></tr>
<tr><td class="label">Definition</td><td>The source (person, organization, publication, reference) establishing the relationship between the two resources.</td></tr>
<tr><td class="label">Comments</td><td>Example: <code>Julie Woodruff</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo">http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo</a>.</td></tr>
</tbody>
</table>
<a id="dwc:relationshipEstablishedDate" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">relationshipEstablishedDate <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate">http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate</a></td></tr>
<tr><td class="label">Definition</td><td>The date-time on which the relationship between the two resources was established.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: <code>1963-03-08T14:07-0600</code> is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, <code>2009-02-20T08:40Z</code> is 20 Feb 2009 8:40am UTC, <code>1809-02-12</code> is 12 Feb 1809, <code>1906-06</code> is Jun 1906, <code>1971</code> is just that year, <code>2007-03-01T13:00:00Z/2008-05-11T15:30:00Z</code> is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, <code>2007-11-13/15</code> is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:relationshipEstablishedDate">http://terms.tdwg.org/wiki/dwc:relationshipEstablishedDate</a>.</td></tr>
</tbody>
</table>
<a id="dwc:relationshipRemarks" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">relationshipRemarks <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/relationshipRemarks">http://rs.tdwg.org/dwc/terms/relationshipRemarks</a></td></tr>
<tr><td class="label">Definition</td><td>Comments or notes about the relationship between the two resources.</td></tr>
<tr><td class="label">Comments</td><td>Examples: <code>mother and offspring collected from the same nest</code>, <code>pollinator captured in the act</code>. For discussion see <a href="http://terms.tdwg.org/wiki/dwc:relationshipRemarks">http://terms.tdwg.org/wiki/dwc:relationshipRemarks</a>.</td></tr>
</tbody>
</table>
</section>
<section id="UseWithIRI" class="anchor mb-4"><!-- anchor to class_group -->
<h2>UseWithIRI</h2>
<div class="my-4">
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:behavior">behavior</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:dataGeneralizations">dataGeneralizations</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:disposition">disposition</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:earliestGeochronologicalEra">earliestGeochronologicalEra</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:establishmentMeans">establishmentMeans</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:fieldNotes">fieldNotes</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:fieldNumber">fieldNumber</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:footprintSRS">footprintSRS</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:footprintWKT">footprintWKT</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:fromLithostratigraphicUnit">fromLithostratigraphicUnit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:geodeticDatum">geodeticDatum</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:georeferencedBy">georeferencedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:georeferenceProtocol">georeferenceProtocol</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:georeferenceSources">georeferenceSources</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:georeferenceVerificationStatus">georeferenceVerificationStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:habitat">habitat</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:identificationQualifier">identificationQualifier</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:identificationVerificationStatus">identificationVerificationStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:identifiedBy">identifiedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:inCollection">inCollection</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:inDataset">inDataset</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:inDescribedPlace">inDescribedPlace</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:informationWithheld">informationWithheld</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:latestGeochronologicalEra">latestGeochronologicalEra</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:lifeStage">lifeStage</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:locationAccordingTo">locationAccordingTo</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:measurementDeterminedBy">measurementDeterminedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:measurementMethod">measurementMethod</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:measurementType">measurementType</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:measurementUnit">measurementUnit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:occurrenceStatus">occurrenceStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:organismQuantityType">organismQuantityType</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:preparations">preparations</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:recordedBy">recordedBy</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:recordNumber">recordNumber</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:reproductiveCondition">reproductiveCondition</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:sampleSizeUnit">sampleSizeUnit</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:samplingProtocol">samplingProtocol</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:sex">sex</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:toTaxon">toTaxon</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:typeStatus">typeStatus</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:verbatimCoordinateSystem">verbatimCoordinateSystem</a><!-- link to term -->
<a class="btn btn-sm btn-outline-dark m-1" href="#dwciri:verbatimSRS">verbatimSRS</a><!-- link to term -->
</div>
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">UseWithIRI <span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI">http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI</a></td></tr>
<tr><td class="label">Definition</td><td>The category of terms that are recommended to have an IRI as a value.</td></tr>
<tr><td class="label">Comments</td><td>A utility class to organize the dwciri: terms.</td></tr>
</tbody>
</table>
<a id="dwciri:behavior" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">behavior <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/behavior">http://rs.tdwg.org/dwc/iri/behavior</a></td></tr>
<tr><td class="label">Definition</td><td>A description of the behavior shown by the subject at the time the Occurrence was recorded.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:dataGeneralizations" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">dataGeneralizations <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/dataGeneralizations">http://rs.tdwg.org/dwc/iri/dataGeneralizations</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:disposition" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">disposition <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/disposition">http://rs.tdwg.org/dwc/iri/disposition</a></td></tr>
<tr><td class="label">Definition</td><td>The current state of a specimen with respect to the collection identified in collectionCode or collectionID.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:earliestGeochronologicalEra" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">earliestGeochronologicalEra <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/earliestGeochronologicalEra">http://rs.tdwg.org/dwc/iri/earliestGeochronologicalEra</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a dwc:GeologicalContext instance to chronostratigraphic time periods at the lowest possible level in a standardized hierarchy. Use this property to point to the earliest possible geological time period from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.6 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:establishmentMeans" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">establishmentMeans <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/establishmentMeans">http://rs.tdwg.org/dwc/iri/establishmentMeans</a></td></tr>
<tr><td class="label">Definition</td><td>The process by which the biological individual(s) represented in the Occurrence became established at the location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:fieldNotes" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">fieldNotes <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/fieldNotes">http://rs.tdwg.org/dwc/iri/fieldNotes</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>The subject is a dwc:Event instance and the object is a (possibly IRI-identified) resource that is the field notes.</td></tr>
</tbody>
</table>
<a id="dwciri:fieldNumber" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">fieldNumber <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/fieldNumber">http://rs.tdwg.org/dwc/iri/fieldNumber</a></td></tr>
<tr><td class="label">Definition</td><td>An identifier given to the event in the field. Often serves as a link between field notes and the Event.</td></tr>
<tr><td class="label">Comments</td><td>The subject is a (possibly IRI-identified) resource that is the field notes and the object is a dwc:Event instance.</td></tr>
</tbody>
</table>
<a id="dwciri:footprintSRS" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">footprintSRS <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/footprintSRS">http://rs.tdwg.org/dwc/iri/footprintSRS</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:footprintWKT" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">footprintWKT <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/footprintWKT">http://rs.tdwg.org/dwc/iri/footprintWKT</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:fromLithostratigraphicUnit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">fromLithostratigraphicUnit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/fromLithostratigraphicUnit">http://rs.tdwg.org/dwc/iri/fromLithostratigraphicUnit</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a dwc:GeologicalContext instance to an IRI-identified lithostratigraphic unit at the lowest possible level in a hierarchy.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.7 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:geodeticDatum" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">geodeticDatum <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/geodeticDatum">http://rs.tdwg.org/dwc/iri/geodeticDatum</a></td></tr>
<tr><td class="label">Definition</td><td>The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based.</td></tr>
<tr><td class="label">Comments</td><td>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 <code>unknown</code>.</td></tr>
</tbody>
</table>
<a id="dwciri:georeferencedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferencedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/georeferencedBy">http://rs.tdwg.org/dwc/iri/georeferencedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A person, group, or organization who determined the georeference (spatial representation) for the Location.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:georeferenceProtocol" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceProtocol <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/georeferenceProtocol">http://rs.tdwg.org/dwc/iri/georeferenceProtocol</a></td></tr>
<tr><td class="label">Definition</td><td>A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:georeferenceSources" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceSources <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/georeferenceSources">http://rs.tdwg.org/dwc/iri/georeferenceSources</a></td></tr>
<tr><td class="label">Definition</td><td>A map, gazetteer, or other resource used to georeference the Location.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:georeferenceVerificationStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">georeferenceVerificationStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/georeferenceVerificationStatus">http://rs.tdwg.org/dwc/iri/georeferenceVerificationStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:habitat" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">habitat <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/habitat">http://rs.tdwg.org/dwc/iri/habitat</a></td></tr>
<tr><td class="label">Definition</td><td>A category or description of the habitat in which the Event occurred.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:identificationQualifier" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationQualifier <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/identificationQualifier">http://rs.tdwg.org/dwc/iri/identificationQualifier</a></td></tr>
<tr><td class="label">Definition</td><td>A controlled value to express the determiner's doubts about the Identification.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:identificationVerificationStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identificationVerificationStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/identificationVerificationStatus">http://rs.tdwg.org/dwc/iri/identificationVerificationStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A categorical indicator of the extent to which the taxonomic identification has been verified to be correct.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.</td></tr>
</tbody>
</table>
<a id="dwciri:identifiedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">identifiedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/identifiedBy">http://rs.tdwg.org/dwc/iri/identifiedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A person, group, or organization who assigned the Taxon to the subject.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:inCollection" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">inCollection <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/inCollection">http://rs.tdwg.org/dwc/iri/inCollection</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link any subject resource that is part of a collection to the collection containing the resource.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an IRI from a controlled registry. A "convenience property" that replaces literal-value terms related to collections and institutions. See Section 2.7.3 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:inDataset" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">inDataset <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/inDataset">http://rs.tdwg.org/dwc/iri/inDataset</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a subject dataset record to the dataset which contains it.</td></tr>
<tr><td class="label">Comments</td><td>A string literal name of the dataset can be provided using the term dwc:datasetName. See the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:inDescribedPlace" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">inDescribedPlace <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/inDescribedPlace">http://rs.tdwg.org/dwc/iri/inDescribedPlace</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a dcterms:Location instance subject to the lowest level standardized hierarchically-described resource.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an IRI from a controlled registry. A "convenience property" that replaces Darwin Core literal-value terms related to locations. See Section 2.7.5 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:informationWithheld" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">informationWithheld <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/informationWithheld">http://rs.tdwg.org/dwc/iri/informationWithheld</a></td></tr>
<tr><td class="label">Definition</td><td>Additional information that exists, but that has not been shared in the given record.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:latestGeochronologicalEra" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">latestGeochronologicalEra <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/latestGeochronologicalEra">http://rs.tdwg.org/dwc/iri/latestGeochronologicalEra</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a dwc:GeologicalContext instance to chronostratigraphic time periods at the lowest possible level in a standardized hierarchy. Use this property to point to the latest possible geological time period from which the cataloged item was collected.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.6 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:lifeStage" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">lifeStage <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/lifeStage">http://rs.tdwg.org/dwc/iri/lifeStage</a></td></tr>
<tr><td class="label">Definition</td><td>The age class or life stage of the biological individual(s) at the time the Occurrence was recorded.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:locationAccordingTo" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">locationAccordingTo <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/locationAccordingTo">http://rs.tdwg.org/dwc/iri/locationAccordingTo</a></td></tr>
<tr><td class="label">Definition</td><td>Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:measurementDeterminedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementDeterminedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/measurementDeterminedBy">http://rs.tdwg.org/dwc/iri/measurementDeterminedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A person, group, or organization who determined the value of the MeasurementOrFact.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:measurementMethod" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementMethod <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/measurementMethod">http://rs.tdwg.org/dwc/iri/measurementMethod</a></td></tr>
<tr><td class="label">Definition</td><td>The method or protocol used to determine the measurement, fact, characteristic, or assertion.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:measurementType" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementType <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/measurementType">http://rs.tdwg.org/dwc/iri/measurementType</a></td></tr>
<tr><td class="label">Definition</td><td>The nature of the measurement, fact, characteristic, or assertion.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:measurementUnit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">measurementUnit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/measurementUnit">http://rs.tdwg.org/dwc/iri/measurementUnit</a></td></tr>
<tr><td class="label">Definition</td><td>The units associated with the measurementValue.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use the International System of Units (SI).</td></tr>
</tbody>
</table>
<a id="dwciri:occurrenceStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">occurrenceStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/occurrenceStatus">http://rs.tdwg.org/dwc/iri/occurrenceStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A statement about the presence or absence of a Taxon at a Location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:organismQuantityType" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">organismQuantityType <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/organismQuantityType">http://rs.tdwg.org/dwc/iri/organismQuantityType</a></td></tr>
<tr><td class="label">Definition</td><td>The type of quantification system used for the quantity of organisms.</td></tr>
<tr><td class="label">Comments</td><td>An organismQuantityType must have a corresponding organismQuantity.</td></tr>
</tbody>
</table>
<a id="dwciri:preparations" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">preparations <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/preparations">http://rs.tdwg.org/dwc/iri/preparations</a></td></tr>
<tr><td class="label">Definition</td><td>A preparation or preservation method for a specimen.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:recordedBy" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">recordedBy <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/recordedBy">http://rs.tdwg.org/dwc/iri/recordedBy</a></td></tr>
<tr><td class="label">Definition</td><td>A person, group, or organization responsible for recording the original Occurrence.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:recordNumber" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">recordNumber <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/recordNumber">http://rs.tdwg.org/dwc/iri/recordNumber</a></td></tr>
<tr><td class="label">Definition</td><td>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.</td></tr>
<tr><td class="label">Comments</td><td>The subject is an occurrence and and the object is a (possibly IRI-identified) resource that is the field notes.</td></tr>
</tbody>
</table>
<a id="dwciri:reproductiveCondition" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">reproductiveCondition <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/reproductiveCondition">http://rs.tdwg.org/dwc/iri/reproductiveCondition</a></td></tr>
<tr><td class="label">Definition</td><td>The reproductive condition of the biological individual(s) represented in the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:sampleSizeUnit" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">sampleSizeUnit <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/sampleSizeUnit">http://rs.tdwg.org/dwc/iri/sampleSizeUnit</a></td></tr>
<tr><td class="label">Definition</td><td>The unit of measurement of the size (time duration, length, area, or volume) of a sample in a sampling event.</td></tr>
<tr><td class="label">Comments</td><td>A sampleSizeUnit must have a corresponding sampleSizeValue. Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure <a href="http://www.wurvoc.org/vocabularies/om-1.8/">http://www.wurvoc.org/vocabularies/om-1.8/</a> of SI units, derived units, or other non-SI units accepted for use within the SI Examples: <code>minute</code>, <code>hour</code>, <code>day</code>, <code>litre</code></td></tr>
</tbody>
</table>
<a id="dwciri:samplingProtocol" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">samplingProtocol <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/samplingProtocol">http://rs.tdwg.org/dwc/iri/samplingProtocol</a></td></tr>
<tr><td class="label">Definition</td><td>The method or protocol used during an Event.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:sex" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">sex <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/sex">http://rs.tdwg.org/dwc/iri/sex</a></td></tr>
<tr><td class="label">Definition</td><td>The sex of the biological individual(s) represented in the Occurrence.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:toTaxon" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">toTaxon <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/toTaxon">http://rs.tdwg.org/dwc/iri/toTaxon</a></td></tr>
<tr><td class="label">Definition</td><td>Use to link a dwc:Identification instance subject to a taxonomic entity such as a taxon, taxon concept, or taxon name use.</td></tr>
<tr><td class="label">Comments</td><td>A "convenience property" that replaces Darwin Core literal-value terms related to taxonomic entities. See Section 2.7.4 of the Darwin Core RDF Guide for details.</td></tr>
</tbody>
</table>
<a id="dwciri:typeStatus" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">typeStatus <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/typeStatus">http://rs.tdwg.org/dwc/iri/typeStatus</a></td></tr>
<tr><td class="label">Definition</td><td>A nomenclatural type (type status, typified scientific name, publication) applied to the subject.</td></tr>
<tr><td class="label">Comments</td><td></td></tr>
</tbody>
</table>
<a id="dwciri:verbatimCoordinateSystem" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimCoordinateSystem <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/verbatimCoordinateSystem">http://rs.tdwg.org/dwc/iri/verbatimCoordinateSystem</a></td></tr>
<tr><td class="label">Definition</td><td>The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location.</td></tr>
<tr><td class="label">Comments</td><td>Recommended best practice is to use a controlled vocabulary.</td></tr>
</tbody>
</table>
<a id="dwciri:verbatimSRS" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">verbatimSRS <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="http://rs.tdwg.org/dwc/iri/verbatimSRS">http://rs.tdwg.org/dwc/iri/verbatimSRS</a></td></tr>
<tr><td class="label">Definition</td><td>The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based.</td></tr>
<tr><td class="label">Comments</td><td>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 <code>unknown</code>.</td></tr>
</tbody>
</table>
</section>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://dev.tdwg.org/theme/js/jquery.min.js"></script>
<script src="https://dev.tdwg.org/theme/js/popper.min.js"></script>
<script src="https://dev.tdwg.org/theme/js/bootstrap.min.js"></script>
</body>
</html>