First step to reorganize terms management to combine normative definitions (old term_versions.csv) with non-normative commentaries on recommended terms (terms.csv) and prepare to manage translations.

This commit is contained in:
tucotuco 2018-08-29 10:30:19 +12:00
parent edce32b3ca
commit 58058a245c
3 changed files with 0 additions and 348 deletions

View File

@ -1,103 +0,0 @@
<!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>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="https://www.tdwg.org/theme/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.tdwg.org/theme/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.tdwg.org/theme/icons/favicon-16x16.png">
<link rel="manifest" href="https://www.tdwg.org/theme/icons/site.webmanifest">
<link rel="mask-icon" href="https://www.tdwg.org/theme/icons/safari-pinned-tab.svg" color="#617694">
<link rel="shortcut icon" href="https://www.tdwg.org/theme/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="https://www.tdwg.org/theme/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel="stylesheet" href="https://www.tdwg.org/theme/css/main.css">
</head>
<body data-spy="scroll" data-target="#theme-sidebar-nav">
<header class="navbar navbar-expand navbar-dark theme-navbar">
<div class="container-fluid flex-column flex-md-row">
<a class="navbar-brand mr-md-3" href="http://www.tdwg.org">TDWG</a>
<nav>
<ul class="navbar-nav">
<li class="nav-item ml-auto">
<a class="nav-link" href="https://github.com/tdwg/dwc">DwC on GitHub</a>
</li>
</ul>
</nav>
</div>
</header>
<main class="container-fluid">
<div class="row">
<div class="col-12 col-md-3 order-md-2 theme-sidebar-primary">
<button class="btn d-md-none w-100" type="button" data-toggle="collapse" data-target="#theme-sidebar-nav">
<i class="fa fa-bars fa-lg"></i>
</button>
<nav class="collapse" id="theme-sidebar-nav">
<ul class="nav flex-column">
{% for class_group in class_groups %}
<li class="nav-item">
<a class="nav-link" href="#{{ class_group.label }}">{{ class_group.label }}</a><!-- anchor to class_group -->
</li>
{% endfor %}
</ul>
</nav>
</div>
<div class="col-12 col-md-9 order-md-1">
<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>
{% for class_group in class_groups %}
<section id="{{ class_group.label }}" class="anchor mb-4"><!-- anchor to class_group -->
<h2>{{ class_group.label }}</h2>
<div class="my-4">
{% for term in class_group.terms %}
<a class="btn btn-sm btn-outline-secondary m-1" href="#{{ term.namespace}}:{{ term.label }}">{{ term.label }}</a><!-- link to term -->
{% endfor %}
</div>
{% if class_group.iri is not none %}
{# The above will exclude the Record-level class_group #}
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-primary"><th colspan="2">{{ class_group.label }}<span class="badge badge-primary float-right">Class</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="{{ class_group.iri }}">{{ class_group.iri }}</a></td></tr>
<tr><td class="label">Definition</td><td>{{class_group.definition}}</td></tr>
<tr><td class="label">Comments</td><td>{{class_group.comments}}</td></tr>
</tbody>
</table>
{%endif %}
{% for term in class_group.terms %}
<a id="{{ term.namespace}}:{{ term.label }}" class="anchor"></a><!-- anchor to term -->
<table class="table table-sm border mb-3">
<tbody>
<tr class="table-secondary"><th colspan="2">{{ term.label }}<span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="label">Identifier</td><td><a href="{{ term.iri }}">{{ term.iri }}</a></td></tr>
<tr><td class="label">Definition</td><td>{{ term.definition }}</td></tr>
<tr><td class="label">Comments</td><td>{{ term.comments }}</td></tr>
</tbody>
</table>
{% endfor %}
</section>
{% endfor %}
</div>
</div>
</main>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://www.tdwg.org/theme/js/jquery.min.js"></script>
<script src="https://www.tdwg.org/theme/js/popper.min.js"></script>
<script src="https://www.tdwg.org/theme/js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -1,245 +0,0 @@
term_iri,comments,organized_in,abcd_equivalence,flags
http://purl.org/dc/terms/type,"For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record. Examples: `StillImage`, `MovingImage`, `Sound`, `PhysicalObject`, `Event`, `Text`. For discussion see http://terms.tdwg.org/wiki/dcterms:type.",http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/modified,"For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:modified.",http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/language,"Recommended best practice is to use a controlled vocabulary such as RFC 5646. Examples: `en` for English, `es` for Spanish. For discussion see http://terms.tdwg.org/wiki/dcterms:language.",http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/license,"Examples: `http://creativecommons.org/publicdomain/zero/1.0/legalcode`, `http://creativecommons.org/licenses/by/4.0/legalcode`. For discussion see http://terms.tdwg.org/wiki/dcterms:license.",http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/rightsHolder,Example: `The Regents of the University of California`. For discussion see http://terms.tdwg.org/wiki/dcterms:rightsHolder.,http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/accessRights,Example: `not-for-profit use only`. For discussion see http://terms.tdwg.org/wiki/dcterms:accessRights.,http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/bibliographicCitation,"Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. Examples: `Ctenomys sociabilis (MVZ 165861)` for a specimen, `Oliver P. Pearson. 1985. Los tuco-tucos (genera Ctenomys) de los Parques Nacionales Lanin y Nahuel Huapi, Argentina Historia Natural, 5(37):337-343.` for a Taxon. For discussion see http://terms.tdwg.org/wiki/dcterms:bibliographicCitation.",http://purl.org/dc/terms/,not in ABCD,simple
http://purl.org/dc/terms/references,"Examples: `http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861`, `http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868`. For discussion see http://terms.tdwg.org/wiki/dcterms:references.",http://purl.org/dc/terms/,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/institutionID,"For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: `http://biocol.org/urn:lsid:biocol.org:col:34777`, `http://grbio.org/cool/km06-gtbn`. For discussion see http://terms.tdwg.org/wiki/dwc:institutionID.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/SourceInstitutionID,simple
http://rs.tdwg.org/dwc/terms/collectionID,"For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: `http://biocol.org/urn:lsid:biocol.org:col:1001`, `http://grbio.org/cool/p5fp-c036`. For discussion see http://terms.tdwg.org/wiki/dwc:collectionID.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/SourceID,simple
http://rs.tdwg.org/dwc/terms/datasetID,For discussion see http://terms.tdwg.org/wiki/dwc:datasetID.,http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/DataSetGUID,simple
http://rs.tdwg.org/dwc/terms/institutionCode,"Examples: `MVZ`, `FMNH`, `AKN-CLO`, `University of California Museum of Paleontology (UCMP)`. For discussion see http://terms.tdwg.org/wiki/dwc:institutionCode.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/SourceInstitutionID,simple
http://rs.tdwg.org/dwc/terms/collectionCode,"Examples: `Mammals`, `Hildebrandt`, `eBird`. For discussion see http://terms.tdwg.org/wiki/dwc:collectionCode.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/SourceID,simple
http://rs.tdwg.org/dwc/terms/datasetName,"Examples: `Grinnell Resurvey Mammals`, `Lacey Ctenomys Recaptures`. For discussion see http://terms.tdwg.org/wiki/dwc:datasetName.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/SourceID,simple
http://rs.tdwg.org/dwc/terms/ownerInstitutionCode,"Examples: `NPS`, `APN`, `InBio`. For discussion see http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode.",http://rs.tdwg.org/dwc/terms/,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/basisOfRecord,"Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: `PreservedSpecimen`, `FossilSpecimen`, `LivingSpecimen`, `HumanObservation`, `MachineObservation`. For discussion see http://terms.tdwg.org/wiki/dwc:basisOfRecord.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/RecordBasis,simple
http://rs.tdwg.org/dwc/terms/informationWithheld,"Examples: `location information not given for endangered species`, `collector identities withheld`, `ask about tissue samples`. For discussion see http://terms.tdwg.org/wiki/dwc:informationWithheld.",http://rs.tdwg.org/dwc/terms/,DataSets/DataSet/Units/Unit/InformationWithheld,simple
http://rs.tdwg.org/dwc/terms/dataGeneralizations,Example: `Coordinates generalized from original GPS coordinates to the nearest half degree grid cell`. For discussion see http://terms.tdwg.org/wiki/dwc:dataGeneralizations.,http://rs.tdwg.org/dwc/terms/,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/dynamicProperties,"Recommended best practice is to use a key:value encoding schema such as JSON. Examples: `{""heightInMeters"":1.5}`, `{""tragusLengthInMeters"":0.014, ""weightInGrams"":120}`, `{""natureOfID"":""expert identification"", ""identificationEvidence"":""cytochrome B sequence""}`, `{""relativeHumidity"":28, ""airTemperatureInCelsius"":22, ""sampleSizeInKilograms"":10}`, `{""aspectHeading"":277, ""slopeInDegrees"":6}`, `{""iucnStatus"":""vulnerable"", ""taxonDistribution"":""Neuquén, Argentina""}`. For discussion see http://terms.tdwg.org/wiki/dwc:dynamicProperties.",http://rs.tdwg.org/dwc/terms/,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/Occurrence,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 http://terms.tdwg.org/wiki/dwc:Occurrence.,,DataSets/DataSet/Units/Unit,
http://rs.tdwg.org/dwc/terms/occurrenceID,"For a specimen in the absence of a bona fide global unique identifier, for example, use the form: urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: `urn:lsid:nhm.ku.edu:Herps:32`, `urn:catalog:FMNH:Mammal:145732`. For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceID.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/UnitGUID,simple
http://rs.tdwg.org/dwc/terms/catalogNumber,"Examples: `2008.1334`, `145732a`, `145732`. For discussion see http://terms.tdwg.org/wiki/dwc:catalogNumber.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/UnitID,simple
http://rs.tdwg.org/dwc/terms/recordNumber,Example: `OPP 7101`. For discussion see http://terms.tdwg.org/wiki/dwc:recordNumber.,http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/CollectorsFieldNumber,simple
http://rs.tdwg.org/dwc/terms/recordedBy,"Recommended best practice is to separate the values with a vertical bar (` | `). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: `José E. Crespo`, `Oliver P. Pearson | Anita K. Pearson` where the value in recordNumber `OPP 7101` corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. For discussion see http://terms.tdwg.org/wiki/dwc:recordedBy.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText,simple
http://rs.tdwg.org/dwc/terms/individualCount,"Examples: `1`, `25`. For discussion see http://terms.tdwg.org/wiki/dwc:individualCount.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue,simple
http://rs.tdwg.org/dwc/terms/organismQuantity,"An organismQuantity must have a corresponding organismQuantityType. Examples: `27` (organismQuantity) with `individuals` (organismQuantityType), `12.5` (organismQuantity) with `%biomass` (organismQuantityType), `r` (organismQuantity) with `BraunBlanquetScale` (organismQuantityType). For discussion see http://terms.tdwg.org/wiki/dwc:organismQuantity.",http://rs.tdwg.org/dwc/terms/Occurrence,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/organismQuantityType,"An organismQuantityType must have a corresponding organismQuantity. Examples: `27` (organismQuantity) with `individuals` (organismQuantityType), `12.5` (organismQuantity) with `%biomass` (organismQuantityType), `r` (organismQuantity) with `BraunBlanquetScale` (organismQuantityType). For discussion see http://terms.tdwg.org/wiki/dwc:organismQuantityType.",http://rs.tdwg.org/dwc/terms/Occurrence,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/sex,"Recommended best practice is to use a controlled vocabulary. Examples: `female`, `hermaphrodite`. For discussion see http://terms.tdwg.org/wiki/dwc:sex.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Sex,simple
http://rs.tdwg.org/dwc/terms/lifeStage,"Recommended best practice is to use a controlled vocabulary. Examples: `egg`, `eft`, `juvenile`, `adult`. For discussion see http://terms.tdwg.org/wiki/dwc:lifeStage.",http://rs.tdwg.org/dwc/terms/Occurrence,"DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ""MycologicalLifeStage"" or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage",simple
http://rs.tdwg.org/dwc/terms/reproductiveCondition,"Recommended best practice is to use a controlled vocabulary. Examples: `non-reproductive`, `pregnant`, `in bloom`, `fruit-bearing`. For discussion see http://terms.tdwg.org/wiki/dwc:reproductiveCondition.",http://rs.tdwg.org/dwc/terms/Occurrence,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/behavior,"Recommended best practice is to use a controlled vocabulary. Examples: `roosting`, `foraging`, `running`. For discussion see http://terms.tdwg.org/wiki/dwc:behavior.",http://rs.tdwg.org/dwc/terms/Occurrence,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/establishmentMeans,"Recommended best practice is to use a controlled vocabulary. Examples: `native`, `introduced`, `naturalised`, `invasive`, `managed`. For discussion see http://terms.tdwg.org/wiki/dwc:establishmentMeans.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans,simple
http://rs.tdwg.org/dwc/terms/occurrenceStatus,"Recommended best practice is to use a controlled vocabulary. Examples: `present`, `absent`. For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceStatus.",http://rs.tdwg.org/dwc/terms/Occurrence,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/preparations,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `fossil`, `cast`, `photograph`, `DNA extract`, `skin | skull | skeleton`, `whole animal (ETOH) | tissue (EDTA)`. For discussion see http://terms.tdwg.org/wiki/dwc:preparations.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText,simple
http://rs.tdwg.org/dwc/terms/disposition,"Recommended best practice is to use a controlled vocabulary. Examples: `in collection`, `missing`, `voucher elsewhere`, `duplicates elsewhere`. For discussion see http://terms.tdwg.org/wiki/dwc:disposition.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition,simple
http://rs.tdwg.org/dwc/terms/associatedMedia,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG`, `http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg`. For discussion see http://terms.tdwg.org/wiki/dwc:associatedMedia.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/MultimediaObjects,simple
http://rs.tdwg.org/dwc/terms/associatedReferences,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `http://www.sciencemag.org/cgi/content/abstract/322/5899/261`, `Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.`, `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.`. For discussion see http://terms.tdwg.org/wiki/dwc:associatedReferences.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/UnitReferences,simple
http://rs.tdwg.org/dwc/terms/associatedSequences,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `http://www.ncbi.nlm.nih.gov/nuccore/U34853.1`, `http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093`. For discussion see http://terms.tdwg.org/wiki/dwc:associatedSequences.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant,simple
http://rs.tdwg.org/dwc/terms/associatedTaxa,"Recommended best practice is to separate the values with a vertical bar (` | `), and to separate the relationship from the taxon with a colon (`:`). Examples: `host:Quercus alba`, `parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera`. For discussion see http://terms.tdwg.org/wiki/dwc:associatedTaxa.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa,simple
http://rs.tdwg.org/dwc/terms/otherCatalogNumbers,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `FMNH:Mammal:1234`, `NPS YELLO6778 | MBG 33424`. For discussion see http://terms.tdwg.org/wiki/dwc:otherCatalogNumbers.",http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText,simple
http://rs.tdwg.org/dwc/terms/occurrenceRemarks,Example: `found dead on road`. For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceRemarks.,http://rs.tdwg.org/dwc/terms/Occurrence,DataSets/DataSet/Units/Unit/Notes,simple
http://rs.tdwg.org/dwc/terms/Organism,"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 http://terms.tdwg.org/wiki/dwc:Organism.",,not in ABCD,
http://rs.tdwg.org/dwc/terms/organismID,For discussion see http://terms.tdwg.org/wiki/dwc:organismID.,http://rs.tdwg.org/dwc/terms/Organism,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/organismName,"Examples: `Huberta`, `Boab Prison Tree`, `J pod`. For discussion see http://terms.tdwg.org/wiki/dwc:organismName.",http://rs.tdwg.org/dwc/terms/Organism,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/organismScope,"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 (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: `multicellular organism`, `virus`, `clone` `pack`, `colony`. For discussion see http://terms.tdwg.org/wiki/dwc:organismScope.",http://rs.tdwg.org/dwc/terms/Organism,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/associatedOccurrences,Recommended best practice is to separate the values with a vertical bar (` | `). For discussion see http://terms.tdwg.org/wiki/dwc:associatedOccurrences.,http://rs.tdwg.org/dwc/terms/Organism,DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID,simple
http://rs.tdwg.org/dwc/terms/associatedOrganisms,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `sibling of MXA-232`, `mother of MXA-231 | mother of MXA-232`. For discussion see http://terms.tdwg.org/wiki/dwc:associatedOrganisms.",http://rs.tdwg.org/dwc/terms/Organism,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/previousIdentifications,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `Chalepidae`, `Pinus abies`, `Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology`. For discussion see http://terms.tdwg.org/wiki/dwc:previousIdentifications.",http://rs.tdwg.org/dwc/terms/Organism,DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false,simple
http://rs.tdwg.org/dwc/terms/organismRemarks,Example: `One of a litter of six`. For discussion see http://terms.tdwg.org/wiki/dwc:organismRemarks.,http://rs.tdwg.org/dwc/terms/Organism,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/MaterialSample,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 http://terms.tdwg.org/wiki/dwc:MaterialSample.,,DataSets/DataSet/Units/Unit,
http://rs.tdwg.org/dwc/terms/materialSampleID,For discussion see http://terms.tdwg.org/wiki/dwc:materialSampleID.,http://rs.tdwg.org/dwc/terms/MaterialSample,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/LivingSpecimen,For discussion see http://terms.tdwg.org/wiki/dwc:LivingSpecimen.,,RecordBasisEnum/LivingSpecimen,
http://rs.tdwg.org/dwc/terms/PreservedSpecimen,For discussion see http://terms.tdwg.org/wiki/dwc:PreservedSpecimen.,,RecordBasisEnum/PreservedSpecimen,
http://rs.tdwg.org/dwc/terms/FossilSpecimen,For discussion see http://terms.tdwg.org/wiki/dwc:FossilSpecimen.,,RecordBasisEnum/FossileSpecimen,
http://rs.tdwg.org/dwc/terms/Event,Examples: A specimen collection process. A machine observation. For discussion see http://terms.tdwg.org/wiki/dwc:Event.,,DataSets/DataSet/Units/Unit/Gathering,
http://rs.tdwg.org/dwc/terms/eventID,For discussion see http://terms.tdwg.org/wiki/dwc:eventID.,http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/Code,simple
http://rs.tdwg.org/dwc/terms/parentEventID,"May be a globally unique identifier or an identifier specific to the data set. Example: `A1` as parentEventID to identify the main Whittaker Plot in nested samples, each with its own eventID (e.g., `A1:1`, `A1:2`). For discussion see http://terms.tdwg.org/wiki/dwc:parentEventID.",http://rs.tdwg.org/dwc/terms/Event,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/fieldNumber,"Example: `RV Sol 87-03-08`, For discussion see http://terms.tdwg.org/wiki/dwc:fieldNumber.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/Code,simple
http://rs.tdwg.org/dwc/terms/eventDate,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:eventDate.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin,simple
http://rs.tdwg.org/dwc/terms/eventTime,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `14:07-0600` is 2:07pm in the time zone six hours earlier than UTC, `08:40:21Z` is 8:40:21am UTC, `13:00:00Z/15:30:00Z` is the interval between 1pm UTC and 3:30pm UTC. For discussion see http://terms.tdwg.org/wiki/dwc:eventTime.",http://rs.tdwg.org/dwc/terms/Event,accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd,simple
http://rs.tdwg.org/dwc/terms/startDayOfYear,"Examples: `1` (=1 Jan), `366` (=31 Dec), `365` (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:startDayOfYear.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin,simple
http://rs.tdwg.org/dwc/terms/endDayOfYear,"Examples: `1` (=1 Jan), `366` (=31 Dec), `365` (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:endDayOfYear.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd,simple
http://rs.tdwg.org/dwc/terms/year,Example: `2008`. For discussion see http://terms.tdwg.org/wiki/dwc:year.,http://rs.tdwg.org/dwc/terms/Event,accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin,simple
http://rs.tdwg.org/dwc/terms/month,"Examples: `1` (=January), `10` (=October). For discussion see http://terms.tdwg.org/wiki/dwc:month.",http://rs.tdwg.org/dwc/terms/Event,accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin,simple
http://rs.tdwg.org/dwc/terms/day,"Examples: `9`, `28`. For discussion see http://terms.tdwg.org/wiki/dwc:day.",http://rs.tdwg.org/dwc/terms/Event,accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin,simple
http://rs.tdwg.org/dwc/terms/verbatimEventDate,"Examples: `spring 1910`, `Marzo 2002`, `1999-03-XX`, `17IV1934`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimEventDate.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText,simple
http://rs.tdwg.org/dwc/terms/habitat,"Examples: `oak savanna`, `pre-cordilleran steppe`. For discussion see http://terms.tdwg.org/wiki/dwc:habitat.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/Biotope/Text,simple
http://rs.tdwg.org/dwc/terms/samplingProtocol,"Examples: `UV light trap`, `mist net`, `bottom trawl`, `ad hoc observation`, `point count`, `Penguins from space: faecal stains reveal the location of emperor penguin colonies, https://doi.org/10.1111/j.1466-8238.2009.00467.x`, `Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.`, `http://www.bsc-eoc.org/download/Owl.pdf`. For discussion see http://terms.tdwg.org/wiki/dwc:samplingProtocol.",http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/Method,simple
http://rs.tdwg.org/dwc/terms/sampleSizeValue,A sampleSizeValue must have a corresponding sampleSizeUnit. Example: `5` for sampleSizeValue with `metre` for sampleSizeUnit. For discussion see http://terms.tdwg.org/wiki/dwc:sampleSizeValue.,http://rs.tdwg.org/dwc/terms/Event,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/sampleSizeUnit,"A sampleSizeUnit must have a corresponding sampleSizeValue, e.g., `5` for sampleSizeValue with `metre` for sampleSizeUnit. Examples: `minute`, `hour`, `day`, `metre`, `square metre`, `cubic metre`. Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure http://www.wurvoc.org/vocabularies/om-1.8/ 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 http://terms.tdwg.org/wiki/dwc:sampleSizeUnit.",http://rs.tdwg.org/dwc/terms/Event,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/samplingEffort,"Examples: `40 trap-nights`, `10 observer-hours`, `10 km by foot`, `30 km by car`. For discussion see http://terms.tdwg.org/wiki/dwc:samplingEffort.",http://rs.tdwg.org/dwc/terms/Event,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/fieldNotes,Example: `notes available in Grinnell-Miller Library`. For discussion see http://terms.tdwg.org/wiki/dwc:fieldNotes.,http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/FieldNotes,simple
http://rs.tdwg.org/dwc/terms/eventRemarks,Example: `after the recent rains the river is nearly at flood stage`. For discussion see http://terms.tdwg.org/wiki/dwc:eventRemarks.,http://rs.tdwg.org/dwc/terms/Event,DataSets/DataSet/Units/Unit/Gathering/Notes,simple
http://rs.tdwg.org/dwc/terms/HumanObservation,For discussion see http://terms.tdwg.org/wiki/dwc:HumanObservation.,,RecordBasisEnum/HumanObservation,
http://rs.tdwg.org/dwc/terms/MachineObservation,For discussion see http://terms.tdwg.org/wiki/dwc:MachineObservation.,,RecordBasisEnum/MachineObservation,
http://purl.org/dc/terms/Location,For discussion see http://terms.tdwg.org/wiki/dwc:Location.,http://purl.org/dc/terms/,not in ABCD,
http://rs.tdwg.org/dwc/terms/locationID,For discussion see http://terms.tdwg.org/wiki/dwc:locationID.,http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/higherGeographyID,"Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: `TGN: 1002002` for Prov. Tierra del Fuego, Argentina. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeographyID.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/higherGeography,"Recommended best practice is to separate the values with a vertical bar (` | `), with terms in order from least specific to most specific. Examples: `North Atlantic Ocean`, `South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos` with accompanying values `South America` in continent, `Argentina` in country, `Neuquén` in stateProvince, and `Los Lagos` in county. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeography.",http://purl.org/dc/terms/Location,{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName},simple
http://rs.tdwg.org/dwc/terms/continent,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Africa`, `Antarctica`, `Asia`, `Europe`, `North America`, `Oceania`, `South America`. For discussion see http://terms.tdwg.org/wiki/dwc:continent.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent,simple
http://rs.tdwg.org/dwc/terms/waterBody,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Indian Ocean`, `Baltic Sea`, `Hudson River`. For discussion see http://terms.tdwg.org/wiki/dwc:waterBody.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body,simple
http://rs.tdwg.org/dwc/terms/islandGroup,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Alexander Archipelago`, `Seychelles`. For discussion see http://terms.tdwg.org/wiki/dwc:islandGroup.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group,simple
http://rs.tdwg.org/dwc/terms/island,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Isla Victoria`, `Vancouver`, `Viti Levu`, `Zanzibar`. For discussion see http://terms.tdwg.org/wiki/dwc:island.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island,simple
http://rs.tdwg.org/dwc/terms/country,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Denmark`, `Colombia`, `España`. For discussion see http://terms.tdwg.org/wiki/dwc:country.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Country/Name,simple
http://rs.tdwg.org/dwc/terms/countryCode,"Recommended best practice is to use ISO 3166-1-alpha-2 country codes. Examples: `AR` for Argentina, `SV` for El Salvador. For discussion see http://terms.tdwg.org/wiki/dwc:countryCode.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code,simple
http://rs.tdwg.org/dwc/terms/stateProvince,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Montana`, `Minas Gerais`, `Córdoba`. For discussion see http://terms.tdwg.org/wiki/dwc:stateProvince.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.),simple
http://rs.tdwg.org/dwc/terms/county,"Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Missoula`, `Los Lagos`, `Mataró`. For discussion see http://terms.tdwg.org/wiki/dwc:county.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County,simple
http://rs.tdwg.org/dwc/terms/municipality,Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Examples: `Holzminden`. For discussion see http://terms.tdwg.org/wiki/dwc:municipality.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName,simple
http://rs.tdwg.org/dwc/terms/locality,"Example: `Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)`. For discussion see http://terms.tdwg.org/wiki/dwc:locality.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName,simple
http://rs.tdwg.org/dwc/terms/verbatimLocality,Example: `25 km NNE Bariloche por R. Nac. 237`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLocality.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName,simple
http://rs.tdwg.org/dwc/terms/minimumElevationInMeters,Example: `100`. For discussion see http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue,simple
http://rs.tdwg.org/dwc/terms/maximumElevationInMeters,Example: `200`. For discussion see http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue,simple
http://rs.tdwg.org/dwc/terms/verbatimElevation,Example: `100-200 m`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimElevation.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText,simple
http://rs.tdwg.org/dwc/terms/minimumDepthInMeters,Example: `100`. For discussion see http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue,simple
http://rs.tdwg.org/dwc/terms/maximumDepthInMeters,Example: `200`. For discussion see http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue,simple
http://rs.tdwg.org/dwc/terms/verbatimDepth,Example: `100-200 m`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimDepth.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText,simple
http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters,"Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: `300m` (verbatimElevation), `300` (minimumElevationInMeters), `300` (maximumElevationInMeters), `20m` (verbatimDepth), `20` (minimumDepthInMeters), `20` (maximumDepthInMeters), `0` (minimumDistanceAboveSurfaceInMeters), `-1.5` (maximumDistanceAboveSurfaceInMeters). For discussion see http://terms.tdwg.org/wiki/dwc:minimumDistanceAboveSurfaceInMeters.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue,simple
http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters,"Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: verbatimElevation: `300m` minimumElevationInMeters: `300`, maximumElevationInMeters: `300`, verbatimDepth: `20m`, minimumDepthInMeters: `20`, maximumDepthInMeters: `20`, minimumDistanceAboveSurfaceInMeters: `0`, maximumDistanceAboveSurfaceInMeters: `-1.5`. For discussion see http://terms.tdwg.org/wiki/dwc:maximumDistanceAboveSurfaceInMeters.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue,simple
http://rs.tdwg.org/dwc/terms/locationAccordingTo,"Examples: `Getty Thesaurus of Geographic Names`, `GADM`. For discussion see http://terms.tdwg.org/wiki/dwc:locationAccordingTo.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/locationRemarks,Example: `under water since 2005`. For discussion see http://terms.tdwg.org/wiki/dwc:locationRemarks.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/AreaDetail,simple
http://rs.tdwg.org/dwc/terms/decimalLatitude,Example: `-41.0983423`. For discussion see http://terms.tdwg.org/wiki/dwc:decimalLatitude.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal,simple
http://rs.tdwg.org/dwc/terms/decimalLongitude,Example: `-121.1761111`. For discussion see http://terms.tdwg.org/wiki/dwc:decimalLongitude.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal,simple
http://rs.tdwg.org/dwc/terms/geodeticDatum,"Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value `unknown`. Examples: `EPSG:4326`, `WGS84`, `NAD27`, `Campo Inchauspe`, `European 1950`, `Clarke 1866`. For discussion see http://terms.tdwg.org.wiki/dwc:geodeticDatum.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum,simple
http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters,"Examples: `30` (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), `71` (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). For discussion see http://terms.tdwg.org/wiki/dwc:coordinateUncertaintyInMeters.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters,simple
http://rs.tdwg.org/dwc/terms/coordinatePrecision,"Examples: `0.00001` (normal GPS limit for decimal degrees), `0.000278` (nearest second), `0.01667` (nearest minute), `1.0` (nearest degree). For discussion see http://terms.tdwg.org/wiki/dwc:coordinatePrecision.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement,simple
http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit,"Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing, Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:pointRadiusSpatialFit.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit,simple
http://rs.tdwg.org/dwc/terms/verbatimCoordinates,"Examples: `41 05 54S 121 05 34W`, `17T 630000 4833400`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinates.",http://purl.org/dc/terms/Location,{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText},simple
http://rs.tdwg.org/dwc/terms/verbatimLatitude,Example: `41 05 54.03S`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLatitude.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude,simple
http://rs.tdwg.org/dwc/terms/verbatimLongitude,"Example: `121d 10' 34"" W`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLongitude.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude,simple
http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem,"Recommended best practice is to use a controlled vocabulary. Examples: `decimal degrees`, `degrees decimal minutes`, `degrees minutes seconds`, `UTM`. verbatimCoordinateSystem.",http://purl.org/dc/terms/Location,(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem,simple
http://rs.tdwg.org/dwc/terms/verbatimSRS,"Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value `unknown`. Examples: `EPSG:4326`, `WGS84`, `NAD27`, `Campo Inchauspe`, `European 1950`, `Clarke 1866`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimSRS.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/footprintWKT,"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 `POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))`. For discussion see http://terms.tdwg.org/wiki/dwc:footprintWKT.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b),simple
http://rs.tdwg.org/dwc/terms/footprintSRS,"Example: The WKT for the standard WGS84 SRS (EPSG:4326) is `GEOGCS[""GCS_WGS_1984"",DATUM[""D_WGS_1984"",SPHEROID[""WGS_1984"",6378137,298.257223563]],PRIMEM[""Greenwich"",0],UNIT[""Degree"",0.0174532925199433]]`. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSRS.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/footprintSpatialFit,"Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing, Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSpatialFit.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b),simple
http://rs.tdwg.org/dwc/terms/georeferencedBy,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `Brad Millen (ROM)`, `Kristina Yamamoto (MVZ) | Janet Fang (MVZ)`. For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedBy.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/georeferencedDate,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedDate.",http://purl.org/dc/terms/Location,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/georeferenceProtocol,"Examples: `Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.`, `MaNIS/HerpNet/ORNIS Georeferencing Guidelines`, `Georeferencing Quick Reference Guide`. For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceProtocol.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod,simple
http://rs.tdwg.org/dwc/terms/georeferenceSources,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `GeoLocate`, `USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth`. For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceSources.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources,simple
http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus,"Recommended best practice is to use a controlled vocabulary. Examples: `requires verification`, `verified by collector`, `verified by curator`. For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus.",http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus,simple
http://rs.tdwg.org/dwc/terms/georeferenceRemarks,Example: `assumed distance by road (Hwy. 101)`. For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceRemarks.,http://purl.org/dc/terms/Location,DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks,simple
http://rs.tdwg.org/dwc/terms/GeologicalContext,Example: A lithostratigraphic layer. For discussion see http://terms.tdwg.org/wiki/dwc:GeologicalContext.,,DataSets/DataSet/Units/Unit/Gathering/Stratigraphy,
http://rs.tdwg.org/dwc/terms/geologicalContextID,For discussion see http://terms.tdwg.org/wiki/dwc:geologicalContextID.,http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem,"Examples: `Phanerozoic`, `Proterozoic`. For discussion see http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem,"Examples: `Phanerozoic`, `Proterozoic`. For discussion see http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem,"Examples: `Cenozoic`, `Mesozoic`. For discussion see http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem,"Examples: `Cenozoic`, `Mesozoic`. For discussion see http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem,"Examples: `Neogene`, `Tertiary`, `Quaternary`. For discussion see http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem,"Examples: `Neogene`, `Tertiary`, `Quaternary`. For discussion see http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries,"Examples: `Holocene`, `Pleistocene`, `Ibexian Series`. For discussion see http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries,"Examples: `Holocene`, `Pleistocene`, `Ibexian Series`. For discussion see http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage,"Examples: `Atlantic`, `Boreal`, `Skullrockian`. For discussion see http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage,"Examples: `Atlantic`, `Boreal`, `Skullrockian`. For discussion see http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone,For discussion see http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone.,http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone,For discussion see http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone.,http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms,For discussion see http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms.,http://rs.tdwg.org/dwc/terms/GeologicalContext,DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms,simple
http://rs.tdwg.org/dwc/terms/group,For discussion see http://terms.tdwg.org/wiki/dwc:group.,http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/formation,"Examples: `Notch Peak Fromation`, `House Limestone`, `Fillmore Formation`. For discussion see http://terms.tdwg.org/wiki/dwc:formation.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/member,"Examples: `Lava Dam Member`, `Hellnmaria Member`. For discussion see http://terms.tdwg.org/wiki/dwc:member.",http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/bed,For discussion see http://terms.tdwg.org/wiki/dwc:bed.,http://rs.tdwg.org/dwc/terms/GeologicalContext,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/Identification,Example: A subspecies determination of an organism. For discussion see http://terms.tdwg.org/wiki/dwc:Identification.,,DataSets/DataSet/Units/Unit/Identifications/Identification,
http://rs.tdwg.org/dwc/terms/identificationID,For discussion see http://terms.tdwg.org/wiki/dwc:identificationID.,http://rs.tdwg.org/dwc/terms/Identification,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/identificationQualifier,"Examples: 1) For the determination `Quercus aff. agrifolia var. oxyadenia`: `aff. agrifolia var. oxyadenia` (identificationQualifier) with accompanying values `Quercus` (genus), `agrifolia` (specificEpithet), `oxyadenia` (infraspecificEpithet), and `var.` (taxonRank). 2) For the determination `Quercus agrifolia cf. var. oxyadenia`: `cf. var. oxyadenia` (identificationQualifier) with accompanying values `Quercus` (genus), `agrifolia` (specificEpithet), `oxyadenia` (infraspecificEpithet), and `var.` (taxonRank). For discussion see http://terms.tdwg.org/wiki/dwc:identificationQualifier.",http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier,simple
http://rs.tdwg.org/dwc/terms/typeStatus,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388`, `holotype of Pinus abies | holotype of Picea abies`. For discussion see http://terms.tdwg.org/wiki/dwc:typeStatus.",http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText,simple
http://rs.tdwg.org/dwc/terms/identifiedBy,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `James L. Patton`, `Theodore Pappenfuss | Robert Macey`. For discussion see http://terms.tdwg.org/wiki/dwc:identifiedBy.",http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText,simple
http://rs.tdwg.org/dwc/terms/dateIdentified,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:dateIdentified.",http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText,simple
http://rs.tdwg.org/dwc/terms/identificationReferences,"Recommended best practice is to separate the values with a vertical bar (` | `). Examples: `Aves del Noroeste Patagonico. Christie et al. 2004.`, `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.`. For discussion see http://terms.tdwg.org/wiki/dwc:identificationReferences.",http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/Identifications/Identification/References,simple
http://rs.tdwg.org/dwc/terms/identificationVerificationStatus,"Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. Examples: `0`, `4`. For discussion see http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus.",http://rs.tdwg.org/dwc/terms/Identification,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/identificationRemarks,Example: `Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.` For discussion see http://terms.tdwg.org/wiki/dwc:identificationRemarks.,http://rs.tdwg.org/dwc/terms/Identification,DataSets/DataSet/Units/Unit/Identifications/Identification/Notes,simple
http://rs.tdwg.org/dwc/terms/Taxon,Example: `The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820.` For discussion see http://terms.tdwg.org/wiki/dwc:Taxon.,,no simple equivalent in ABCD,
http://rs.tdwg.org/dwc/terms/taxonID,"Examples: `8fa58e08-08de-4ac1-b69c-1235340b7001`, `32567`, `http://species.gbif.org/abies_alba_1753`, `urn:lsid:gbif.org:usages:32567`. For discussion see http://terms.tdwg.org/wiki/dwc:taxonID.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/scientificNameID,Example: `urn:lsid:ipni.org:names:37829-1:1.3`. For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/acceptedNameUsageID,Example: `8fa58e08-08de-4ac1-b69c-1235340b7001`. For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/parentNameUsageID,Example: `8fa58e08-08de-4ac1-b69c-1235340b7001`. For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsageID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/originalNameUsageID,Example: `http://species.gbif.org/abies_alba_1753`. For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsageID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/nameAccordingToID,Example: `https://doi.org/10.1016/S0269-915X(97)80026-2`. For discussion see http://terms.tdwg.org/wiki/dwc:nameSccordingToID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/namePublishedInID,Example: `http://hdl.handle.net/10199/7`. For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/taxonConceptID,Example: `8fa58e08-08de-4ac1-b69c-1235340b7001`. For discussion see http://terms.tdwg.org/wiki/dwc:taxonConceptID.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/scientificName,"Examples: `Coleoptera` (order), `Vespertilionidae` (family), `Manis` (genus), `Ctenomys sociabilis` (genus + specificEpithet), `Ambystoma tigrinum diaboli` (genus + specificEpithet + infraspecificEpithet), `Roptrocerus typographi (Györfi, 1952)` (genus + specificEpithet + scientificNameAuthorship), `Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell` (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship). For discussion see http://terms.tdwg.org/wiki/dwc:scientificName.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString,simple
http://rs.tdwg.org/dwc/terms/acceptedNameUsage,Example: `Tamias minimus` valid name for `Eutamias minimus`. For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsage.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/parentNameUsage,"Examples: `Rubiaceae`, `Gruiformes`, `Testudinae`. For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsage.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName,simple
http://rs.tdwg.org/dwc/terms/originalNameUsage,"Examples: `Pinus abies`, `Gasterosteus saltatrix Linnaeus 1768`. For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsage.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/nameAccordingTo,"Example: `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.`, `Werner Greuter 2008`, `Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5`. For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingTo.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/namePublishedIn,"Examples: `Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388`, `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`. For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedIn.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation,simple
http://rs.tdwg.org/dwc/terms/namePublishedInYear,"Examples: `1915`, `2008`. For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInYear.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/higherClassification,"Recommended best practice is to separate the values with a vertical bar (` | `), with terms in order from the highest taxonomic rank to the lowest. Examples: `Animalia`, `Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys`. For discussion see http://terms.tdwg.org/wiki/dwc:higherClassification.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/kingdom,"Examples: `Animalia`, `Plantae`. For discussion see http://terms.tdwg.org/wiki/dwc:kingdom.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum,simple
http://rs.tdwg.org/dwc/terms/phylum,"Examples: `Chordata` (phylum), `Bryophyta` (division). For discussion see http://terms.tdwg.org/wiki/dwc:phylum.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum,simple
http://rs.tdwg.org/dwc/terms/class,"Examples: `Mammalia`, `Hepaticopsida`. For discussion see http://terms.tdwg.org/wiki/dwc:class.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis,simple
http://rs.tdwg.org/dwc/terms/order,"Examples: `Carnivora`, `Monocleales`. For discussion see http://terms.tdwg.org/wiki/dwc:order.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo,simple
http://rs.tdwg.org/dwc/terms/family,"Examples: `Felidae`, `Monocleaceae`. For discussion see http://terms.tdwg.org/wiki/dwc:family.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia,simple
http://rs.tdwg.org/dwc/terms/genus,"Examples: `Puma`, `Monoclea`. For discussion see http://terms.tdwg.org/wiki/dwc:genus.",http://rs.tdwg.org/dwc/terms/Taxon,{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial},simple
http://rs.tdwg.org/dwc/terms/subgenus,"Examples: `Strobus (Pinus)`, `Puma (Puma)` `Loligo (Amerigo)`, `Hieracium subgen. Pilosella`. For discussion see http://terms.tdwg.org/wiki/dwc:subgenus.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus,simple
http://rs.tdwg.org/dwc/terms/specificEpithet,"Examples: `concolor`, `gottschei`. For discussion see http://terms.tdwg.org/wiki/dwc:specificEpithet.",http://rs.tdwg.org/dwc/terms/Taxon,{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet},simple
http://rs.tdwg.org/dwc/terms/infraspecificEpithet,"Examples: `concolor`, `oxyadenia`, `sayi`. For discussion see http://terms.tdwg.org/wiki/dwc:infraspecificEpithet.",http://rs.tdwg.org/dwc/terms/Taxon,{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet},simple
http://rs.tdwg.org/dwc/terms/taxonRank,"Recommended best practice is to use a controlled vocabulary. Examples: `subspecies`, `varietas`, `forma`, `species`, `genus`. For discussion see http://terms.tdwg.org/wiki/dwc:taxonRank.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank,simple
http://rs.tdwg.org/dwc/terms/verbatimTaxonRank,"Examples: `Agamospecies`, `sub-lesus`, `prole`, `apomict`, `nothogrex`, `sp.`, `subsp.`, `var.`. For discussion see http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/scientificNameAuthorship,"Example: `(Torr.) J.T. Howell`, `(Martinovský) Tzvelev`, `(Györfi, 1952)`. For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship.",http://rs.tdwg.org/dwc/terms/Taxon,{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear},simple
http://rs.tdwg.org/dwc/terms/vernacularName,"Examples: `Andean Condor`, `Condor Andino`, `American Eagle`, `Gänsegeier`. For discussion see http://terms.tdwg.org/wiki/dwc:vernacularName.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/nomenclaturalCode,"Recommended best practice is to use a controlled vocabulary. Examples: `ICN`, `ICZN`, `BC`, `ICNCP`, `BioCode`, `ICZN | ICBN`. For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalCode.",http://rs.tdwg.org/dwc/terms/Taxon,DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code,simple
http://rs.tdwg.org/dwc/terms/taxonomicStatus,"Recommended best practice is to use a controlled vocabulary. Examples: `invalid`, `misapplied`, `homotypic synonym`, `accepted`. For discussion see http://terms.tdwg.org/wiki/dwc:taxonomicStatus.",http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/nomenclaturalStatus,"Examples: `nom. ambig.`, `nom. illeg.`, `nom. subnud.`. For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus.",http://rs.tdwg.org/dwc/terms/Taxon,(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte,simple
http://rs.tdwg.org/dwc/terms/taxonRemarks,Example: `this name is a misspelling in common use`. For discussion see http://terms.tdwg.org/wiki/dwc:taxonRemarks.,http://rs.tdwg.org/dwc/terms/Taxon,not in ABCD,simple
http://rs.tdwg.org/dwc/terms/MeasurementOrFact,"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 http://terms.tdwg.org/wiki/dwc:MeasurementOrFact.",,Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts,
http://rs.tdwg.org/dwc/terms/measurementID,For discussion see http://terms.tdwg.org/wiki/dwc:measurementID.,http://rs.tdwg.org/dwc/terms/MeasurementOrFact,not in ABCD,
http://rs.tdwg.org/dwc/terms/measurementType,"Recommended best practice is to use a controlled vocabulary. Examples: `tail length`, `temperature`, `trap line length`, `survey area`, `trap type`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementType.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter,
http://rs.tdwg.org/dwc/terms/measurementValue,"Examples: `45`, `20`, `1`, `14.5`, `UV-light`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementValue.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue,
http://rs.tdwg.org/dwc/terms/measurementAccuracy,"Examples: `0.01`, `normal distribution with variation of 2 m`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementAccuracy.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy,
http://rs.tdwg.org/dwc/terms/measurementUnit,"Recommended best practice is to use the International System of Units (SI). Examples: `mm`, `C`, `km`, `ha`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementUnit.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement,
http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,"The recommended best practice is to separate the values with a vertical bar (` | `). Examples: `Rob Guralnick`, `Julie Woodruff | Eileen Lacey`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedBy.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy,
http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedDate.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime,
http://rs.tdwg.org/dwc/terms/measurementMethod,"Examples: `minimum convex polygon around burrow entrances` for a home range area, `barometric altimeter` for an elevation. For discussion see http://terms.tdwg.org/wiki/dwc:measurementMethod.",http://rs.tdwg.org/dwc/terms/MeasurementOrFact,/DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method,
http://rs.tdwg.org/dwc/terms/measurementRemarks,Example: `tip of tail missing`. For discussion see http://terms.tdwg.org/wiki/dwc:measurementRemarks.,http://rs.tdwg.org/dwc/terms/MeasurementOrFact,not in ABCD,
http://rs.tdwg.org/dwc/terms/ResourceRelationship,"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 http://terms.tdwg.org/wiki/dwc:ResourceRelationship.",,DataSets/DataSet/Units/Unit/Associations,
http://rs.tdwg.org/dwc/terms/resourceRelationshipID,For discussion see http://terms.tdwg.org/wiki/dwc:resourceRelationshipID.,http://rs.tdwg.org/dwc/terms/ResourceRelationship,not in ABCD,
http://rs.tdwg.org/dwc/terms/resourceID,For discussion see http://terms.tdwg.org/wiki/dwc:resourceID.,http://rs.tdwg.org/dwc/terms/ResourceRelationship,not in ABCD,
http://rs.tdwg.org/dwc/terms/relatedResourceID,For discussion see http://terms.tdwg.org/wiki/dwc:relatedResourceID.,http://rs.tdwg.org/dwc/terms/ResourceRelationship,DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID,
http://rs.tdwg.org/dwc/terms/relationshipOfResource,"Recommended best practice is to use a controlled vocabulary. Examples: `duplicate of`, `mother of`, `endoparasite of`, `host to`, `sibling of`, `valid synonym of`, `located within`. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipOfResource.",http://rs.tdwg.org/dwc/terms/ResourceRelationship,DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType,
http://rs.tdwg.org/dwc/terms/relationshipAccordingTo,Example: `Julie Woodruff`. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo.,http://rs.tdwg.org/dwc/terms/ResourceRelationship,not in ABCD,
http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate,"Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). Examples: `1963-03-08T14:07-0600` is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, `2009-02-20T08:40Z` is 20 Feb 2009 8:40am UTC, `1809-02-12` is 12 Feb 1809, `1906-06` is Jun 1906, `1971` is just that year, `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, `2007-11-13/15` is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipEstablishedDate.",http://rs.tdwg.org/dwc/terms/ResourceRelationship,not in ABCD,
http://rs.tdwg.org/dwc/terms/relationshipRemarks,"Examples: `mother and offspring collected from the same nest`, `pollinator captured in the act`. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipRemarks.",http://rs.tdwg.org/dwc/terms/ResourceRelationship,DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments,
http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,A utility class to organize the dwciri: terms.,http://www.w3.org/2000/01/rdf-schema#Class,not in ABCD,
http://rs.tdwg.org/dwc/iri/behavior,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/dataGeneralizations,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/disposition,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/earliestGeochronologicalEra,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.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/establishmentMeans,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/fieldNotes,The subject is a dwc:Event instance and the object is a (possibly IRI-identified) resource that is the field notes.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/fieldNumber,The subject is a (possibly IRI-identified) resource that is the field notes and the object is a dwc:Event instance.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/footprintSRS,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/footprintWKT,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/fromLithostratigraphicUnit,"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.",http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/geodeticDatum,"Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value `unknown`.",http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/georeferencedBy,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/georeferenceProtocol,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/georeferenceSources,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/georeferenceVerificationStatus,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/habitat,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/identificationQualifier,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/identificationVerificationStatus,Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/identifiedBy,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/inCollection,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.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/inDataset,A string literal name of the dataset can be provided using the term dwc:datasetName. See the Darwin Core RDF Guide for details.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/inDescribedPlace,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.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/informationWithheld,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/latestGeochronologicalEra,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.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/lifeStage,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/locationAccordingTo,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/measurementDeterminedBy,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/measurementMethod,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/measurementType,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/measurementUnit,Recommended best practice is to use the International System of Units (SI).,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/occurrenceStatus,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/organismQuantityType,An organismQuantityType must have a corresponding organismQuantity.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/preparations,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/recordedBy,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/recordNumber,The subject is an occurrence and and the object is a (possibly IRI-identified) resource that is the field notes.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/reproductiveCondition,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/sampleSizeUnit,"A sampleSizeUnit must have a corresponding sampleSizeValue. Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure http://www.wurvoc.org/vocabularies/om-1.8/ of SI units, derived units, or other non-SI units accepted for use within the SI Examples: `minute`, `hour`, `day`, `litre`",http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/samplingProtocol,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/sex,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/toTaxon,"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.",http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/typeStatus,,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/verbatimCoordinateSystem,Recommended best practice is to use a controlled vocabulary.,http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
http://rs.tdwg.org/dwc/iri/verbatimSRS,"Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value `unknown`.",http://rs.tdwg.org/dwc/terms/attributes/UseWithIRI,not in ABCD,
Can't render this file because it contains an unexpected character in line 206 and column 131.