From 90d9aab31559a93c6a95987caec6e0b6ffde76c3 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 6 Oct 2017 14:48:56 -0400 Subject: [PATCH] Clean up repository Closes #153 --- change_policy.html | 149 - index.html | 128 - references.html | 651 - ...DarwinCore definition Chinese version.xlsx | Bin 50492 -> 0 bytes ...ForTranslations_2011-10-16_Japanese15.xlsx | Bin 65838 -> 0 bytes ...ermsForTranslations_2011-10-16_Spanish.xls | Bin 195072 -> 0 bytes resources/dwc_terms.csv | 181 - resources/index.html | 139 - resources/simple_dwc.properties | 900 - resources/simple_dwc_MSAccess.mdb | Bin 557056 -> 0 bytes resources/simple_dwc_MySQL.sql | 172 - resources/simple_dwc_pgsql.sql | 182 - terms/decisions.html | 593 - terms/dwc_attributes.rdf | 66 - terms/dwc_normative.rdf | 2270 -- terms/history.html | 28987 ---------------- terms/mapping_abcd.html | 4468 --- terms/mappings.html | 913 - terms/old_versions.html | 2930 -- terms/terms.md | 701 - 20 files changed, 43430 deletions(-) delete mode 100644 change_policy.html delete mode 100644 index.html delete mode 100644 references.html delete mode 100755 resources/DarwinCore definition Chinese version.xlsx delete mode 100755 resources/DwCTermsForTranslations_2011-10-16_Japanese15.xlsx delete mode 100755 resources/DwCTermsForTranslations_2011-10-16_Spanish.xls delete mode 100644 resources/dwc_terms.csv delete mode 100644 resources/index.html delete mode 100644 resources/simple_dwc.properties delete mode 100644 resources/simple_dwc_MSAccess.mdb delete mode 100644 resources/simple_dwc_MySQL.sql delete mode 100644 resources/simple_dwc_pgsql.sql delete mode 100644 terms/decisions.html delete mode 100644 terms/dwc_attributes.rdf delete mode 100644 terms/dwc_normative.rdf delete mode 100644 terms/history.html delete mode 100644 terms/mapping_abcd.html delete mode 100644 terms/mappings.html delete mode 100644 terms/old_versions.html delete mode 100644 terms/terms.md diff --git a/change_policy.html b/change_policy.html deleted file mode 100644 index 234be1a..0000000 --- a/change_policy.html +++ /dev/null @@ -1,149 +0,0 @@ -<<<<<<< HEAD - -======= - ->>>>>>> 3f4250f44d233b1ab4b22dc0864b9b2ff4d7949f - - - - - Darwin Core Change Policy - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -

1. Introduction

-

This document and the policies contained herein are modeled on the Dublin Core Metadata Initiative Namespace Policy [DCMINAMESPACEPOLICY]. All terms in the Darwin Core must be identified with a unique Uniform Resource Identifier (URI). For convenience, the term URIs are grouped into collections known as Darwin Core namespaces. This document describes the policies associated with Darwin Core namespaces and how term URIs are allocated by the Darwin Core Task Group [DWC-TASK].

- -

2. Namespace URIs

-

The Darwin Core namespace URI for the collection of all Darwin Core properties, classes, and encoding schemes is:

-
http://rs.tdwg.org/dwc/terms/
-

The term identifier for the current (recommended) version of a term is a URI based on the namespace and the term name without version information. Some example Darwin Core term identifiers follow:

-
http://rs.tdwg.org/dwc/terms/scientificName
-

is the Darwin Core term identifier for the scientificName property, while

-
http://rs.tdwg.org/dwc/terms/MachineObservation
-

is the Darwin Core term identifier for the MachineObservation class.

-

All Darwin Core identifiers will dereference to a Darwin Core term - declaration for the identified term.

- -

3. Term change policy

-

Changes to Darwin Core recommendations or term declarations will occur from time to time for a variety of reasons. Changes have varying implications for the decision making process and for versioning Darwin Core documents and term URIs. The types of changes and appropriate processes are identified and explained in the following sections.

-

Reporting issues: In all cases the proposed change should be reported to the Technical Architecture Group [TDWG-TAG] and the outcome of the proposal should be announced on the Darwin Core mailing list [TDWG-CONTENT].

-

Decisions: In cases where an Executive decision is required,the Technical Architecture Group will conduct a minimum 30-day public comment period on the Darwin Core mailing list [TDWG-CONTENT], during which the proposal can be refined based on discussion in an effort to reach consensus (no dissenting opinion expressed publicly on the mailing list for 30 days from the most recent iteration). If a consensus is reached, the proposal will be presented by the Technical Architecture Group to the Executive Committee for a decision [DECISIONS] within 30 days.

-

Versions: In cases where a decision requires a version change, the attributes Status (recommended, superseded, or deprecated), Date Issued, Date Modified, Decision, Version, Replaces, and Is Replaced By will be modified in the affected terms as appropriate.

- -

3.1 Minor editorial errata

-

An error in spelling, punctuation, grammar, or other clerical mistake - discovered in a Darwin Core recommendation or term declaration may be - corrected without a public comment period or Executive Decision. Minor - editorial changes of this type do not require a version change for the - affected term and/or documents.

- -

3.2 Substantive editorial errata

-

A substantive error is one that compromises the usefulness or accuracy of systems based on Darwin Core. Those that are unequivocal (for example, an incorrect URI or reference) may be treated as minor editorial errata (Section 3.1).

-

Otherwise, the Technical Architecture Group will conduct a public comment period and seek an Executive decision to find a solution that minimizes adverse effects on existing applications. Changes of this nature require a version change for the affected term and/or documents.

- -

3.3 Semantic changes to Darwin Core terms

-

Darwin Core terms may be changed based on public demand and consensus. A request to the Technical Architecture Group for a term change should consist of proposed values for the complete list of attributes given in the term definitions section of the Darwin Core Terms Complete History [HISTORY] along with a statement of justification for the change.

-

Term changes that are likely to have substantial functional impact on human understanding or machine processing will posted for public commentary and an Executive decision. Changes of this nature require a version change for the affected term and/or documents.

- -

3.4 Addition of Darwin Core terms

-

New terms may be added to the Darwin Core namespaces based on public demand and consensus. A request to the Technical Architecture Group [TDWG-TAG] for a new term should consist of proposed values for the complete list of attributes given in the term definitions section of the Darwin Core Terms Complete History [HISTORY] along with a statement of justification for the new term, including an explanation of why no existing term will suffice.

-

New term proposals will be posted for public commentary and an Executive decision. Changes of this nature require a version change for the affected term and/or documents.

- -

4. Persistence policy

-

TDWG recognizes that people and applications depend on the persistence of formal documents and machine processable schemas that have been made publicly available. In particular, the stability of Darwin Core term URIs and Darwin Core namespace URIs is critical to interoperability over time. Thus, the wide promulgation of this set of URIs dictates that they be maintained to support legacy applications that have adopted them.

-
-
- - - - - - - - - diff --git a/index.html b/index.html deleted file mode 100644 index 6749f91..0000000 --- a/index.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - Darwin Core - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Darwin Core

-

A standard for sharing biodiversity data

-
-
- -
-
-

1. Introduction

-

The Darwin Core is body of standards. It includes a glossary of terms (in other contexts these might be called properties, elements, fields, columns, attributes, or concepts) intended to facilitate the sharing of information about biological diversity by providing reference definitions, examples, and commentaries. The Darwin Core is primarily based on taxa, their occurrence in nature as documented by observations, specimens, samples, and related information. Included are documents describing how these terms are managed, how the set of terms can be extended for new purposes, and how the terms can be used. The normative document for the terms [RDF-NORMATIVE] is written in the Resource Description Framework (RDF) and is the definitive resource to understand the term definitions and their relationships to each other. The Simple Darwin Core [SIMPLEDWC] is a specification for one particular way to use the terms - to share data about taxa and their occurrences in a simply structured way - and is probably what is meant if someone suggests to "format your data according to the Darwin Core".

- -

2. Motivation

-

The Darwin Core standard was originally conceived to facilitate the discovery, retrieval, and integration of information about modern biological specimens, their spatiotemporal occurrence, and their supporting evidence housed in collections (physical or digital). The Darwin Core today is broader in scope and more versatile. It is meant to provide a stable standard reference for sharing information on biological diversity. As a glossary of terms, the Darwin Core is meant to provide stable semantic definitions with the goal of being maximally reusable in a variety of contexts.

- -

3. Rationale

-

The Darwin Core is based on the standards developed by the Dublin Core Metadata Initiative [DCMI] and can be viewed as an extension of the Dublin Core for biodiversity information. The purpose of these terms is to facilitate data sharing by providing a well-defined standard core vocabulary in a flexible framework to minimize the barriers to adoption and to maximize reusability. The terms described in this standard are a part of a larger set of vocabularies and technical specifications under development [TDWG-DEV] and maintained by Biodiversity Information Standards (TDWG) [TDWG-STANDARDS].

- -

4. Guiding principles

-

Each term has a definition and commentaries that are meant to promote the consistent use of the terms across applications and disciplines. Evolving commentaries that discuss, refine, expand, or translate the definitions and examples are referred to through links in the Comments attribute of each term. This means of documentation allows the standard to adapt to new purposes without disrupting existing applications. There is meant to be a clear separation between the terms defined in this standard and the applications that make use of them. For example, though the data types and constraints are not provided in the term definitions, recommendations are made about how to restrict the values where appropriate.

- -

5. Content

-

The standard consists of a vocabulary of terms (properties, elements, fields, concepts) [TERMS], the policy governing the maintenance of these terms [NAMESPACEPOLICY], the decisions that resulted in changes to terms [DECISIONS], the complete history of terms including detailed attributes [HISTORY], a Generic Darwin Core XML schema [TERMSXMLSCHEMA] from which other schemas can be constructed, a Simple Darwin Core XML schema [SIMPLEXMLSCHEMA] as a complete schema ready for use, a schema to allow Darwin Core data transfer in text files [TEXTSCHEMA], and associated reference schemas for the construction of more structured content. These pages also describe mappings between the current standard and pre-standard historical versions [VERSIONS], including mappings [DWCTOABCD] to concepts in the Access to Biological Collections Data standard [ABCD].

- -

6. Extension

-

Though the Darwin Core is insufficient for the needs of all biological disciplines, it can be adapted to serve new purposes. Darwin Core can be extended by adding new terms to share additional information. To do so you should be familiar with the recommendations and procedures defined in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. Basically, before proposing a new term, consider the existing terms in this and other compatible standards to determine if the new concept can be accommodated by a simple revision of the description and comments for an existing term, without losing the existing meaning of that term.

- -

7. Participation

-

To receive notification of activity or participate in discussions about Darwin Core, join the tdwg-content mailing list [TDWG-CONTENT] and watch the Darwin Core Project [DWC-PROJECT]. For discussion or commentary on the definition of recommended terms, consult the link inside the Comment section in the listing for the term in the Quick Reference Guide [TERMS] or search for the relevant content in the auxiliary Darwin Core Documentation [DWC-WIKI].

-

To make a formal request for a change to or addition of a term to the Darwin Core, read and follow the recommendations in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. For those who wish to construct and submit as a standard any application profile, such as an XML schema, that extends the capabilities of the Darwin Core, adding new terms to the Darwin Core vocabulary that don't already exist in a compatible vocabulary will be a prerequisite. Consult the appropriate guideline, such as the XML Guide [XMLGUIDE], for information about the construction of a new application profile. The rules of submission of proposed standards can be found in the Biodiversity Information Standards (TDWG) process document [PROCESS].

-
-
- - - - - - - - - diff --git a/references.html b/references.html deleted file mode 100644 index cd3ede4..0000000 --- a/references.html +++ /dev/null @@ -1,651 +0,0 @@ - - - - - - -

References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- [ABCD] - - http://www.tdwg.org/schemas/abcd/2.06 - Access to Biological Collections Data Standard.
- [ABSTRACTMODEL] - - http://dublincore.org/documents/abstract-model/ - Dublin Core Metadata Initiative Abstract model.
- [ARCHIVE] - - http://rs.tdwg.org/dwc/archive/darwincore.zip - An archive of all files of the current Darwin Core - Standard.
- [BASISOFRECORD] - - http://rs.tdwg.org/dwc/terms/index.htm#basisOfRecord - Term describing the specific type of content in a - resource.
- [CLASSIC] - - http://digir.sourceforge.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd - Darwin Core 1.2 (Classic) schema.
- [CLASSESXMLSCHEMA] - - http://rs.tdwg.org/dwc/xsd/tdwg_dwc_class_terms.xsd - Darwin Core XML schema with classes as global - elements.
- [CURATORIAL] - - http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsd - Darwin Core 1.4 Curatorial Extension schema.
- [DCMI] - - http://dublincore.org/ - Dublin Core Metadata Initiative web site.
- [DCMI-TYPE] - - http://dublincore.org/documents/dcmi-type-vocabulary/ - Dublin Core Metadata Initiative Type Vocabulary - page.
- [DCMINS] - - http://dublincore.org/documents/dcmi-namespace/ - DCMI Namespace Policy
- [DCMIXMLGUIDE] - - http://dublincore.org/documents/dc-xml/ - Expressing Dublin Core metadata using XML.
- [DCTERMS] - - http://dublincore.org/documents/dcmi-terms/ - Dublin Core Metadata terms.
- [DECISIONS] - - http://rs.tdwg.org/dwc/terms/history/decisions/ - A reference to the decisions leading to changes in terms - (definitions, status, etc.).
- [DRAFT14] - - http://rs.tdwg.org/dwc/tdwg_dw_core.xsd - Darwin Core 1.4 draft standard schema.
- [DWC] - - http://rs.tdwg.org/dwc/ - An introduction to the Darwin Core Standard.
- [DWC-MAIL] - - tdwg-content@lists.tdwg.org - Mailing list for commentary and discussion on Darwin - Core.
- [DWC-PLOS] - - doi:10.1371/journal.pone.0029715 - The peer-reviewed article in PLoS ONE introducing the - Darwin Core Standard.
- [DWC-PROJECT] - - https://github.com/tdwg/dwc - Project site for the maintenance of Darwin Core - development activity.
- [DWC-TASK] - - http://www.tdwg.org/activities/darwincore/ - Reference site for the Darwin Core Task Group.
- [DWC-WIKI] - - http://kos.gbif.org/wiki/DarwinCore - Wiki pages for discussion and commentary on Darwin Core - terms.
- [DWCTOABCD] - - http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ - A reference for Darwin Core terms mapped to ABCD.
- [FIELDEDTEXT] - - http://www.fieldedtext.org/ - Fielded Text documentation.
- [GEOSPATIAL] - - http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsd - Darwin Core 1.4 Geospatial Extension schema.
- [HISTORY] - - http://rs.tdwg.org/dwc/terms/history/ - Complete historical reference to Darwin Core terms.
- [MANIS] - - http://digir.sourceforge.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd - Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) - schema.
- [NAMESPACEPOLICY] - - http://rs.tdwg.org/dwc/terms/namespace/ - Policy governing Darwin Core terms.
- [OBIS] - - http://iobis.org/obis/obis.xsd - OBIS additions to Darwin Core 1.2 (Classic).
- [PALEO] - - http://wiki.tdwg.org/twiki/bin/view/DarwinCore/PaleontologyElement - Darwin Core 1.4 Paleontology Extension wiki.
- [PROCESS] - - http://www.tdwg.org/about-tdwg/process/ - TDWG Standards Development Process.
- [RDF] - - http://rs.tdwg.org/dwc/rdf/dwcterms.rdf - An rdf document for the complete current recommended set - of Darwin Core terms. If this link shows a blank page in your browser, - use the View Source option to see the RDF document.
- [RDF-NORMATIVE] - - http://rs.tdwg.org/dwc/rdf/dwctermshistory.rdf - The normative document for the complete history of Darwin - Core terms, in RDF. If this link shows a blank page in your browser, use - the View Source option to see the RDF document.
- [SIMPLEMETAFILE] - - http://rs.tdwg.org/dwc/examples/text/simplemetafile.xml - Simple Darwin Core Text metafile. If this link shows a - blank page in your browser, use the View Source option to see the XML - document.
- [SIMPLEXMLSCHEMA] - - http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd - Simple Darwin Core XML schema.
- [SIMPLEDWC] - - http://rs.tdwg.org/dwc/terms/simple/index.htm - Simple Darwin Core guide.
- [TDWG-CONTENT] - - http://lists.tdwg.org/mailman/listinfo/tdwg-content - Web site for the tdwg-content mailing list used for - commentary and discussion on Darwin Core.
- [TDWG-DEV] - - http://wiki.tdwg.org/twiki/bin/view/ - Biodiversity Information Standards Wiki.
- [TDWG-STANDARDS] - - http://www.tdwg.org/standards/ - Biodiversity Information Standards.
- [TDWG-TAG] - - tdwg-tag@lists.tdwg.org - TDWG Technical Architecture Group mailing list.
- [TEXTGUIDE] - - http://rs.tdwg.org/dwc/terms/guides/text - Guide for using Darwin Core in fielded text - documents.
- [TERMS] - - http://rs.tdwg.org/dwc/terms/ - Quick reference to current standard Darwin Core - terms.
- [TERMSXMLSCHEMA] - - http://rs.tdwg.org/dwc/xsd/tdwg_dwcterms.xsd - Darwin Core XML schema with properties as global - elements.
- [TEXTSCHEMA] - - http://rs.tdwg.org/dwc/terms/text/tdwg_dwc_text.xsd - Simple Darwin Core Text schema.
- [TOOLS] - - - https://github.com/tdwg/dwc-documentation/blob/master/doc/resources.md - Darwin Core applications, tools, presentations, and - templates.
- [VERSIONS] - - http://rs.tdwg.org/dwc/terms/history/versions/ - Reference for mapping historical Darwin Core terms to the - current standard terms.
- [XML] - - http://www.w3.org/XML/ - Reference site for the Extensible Markup Language - (XML).
- [XMLGUIDE] - - http://rs.tdwg.org/dwc/terms/guides/xml - Guide for using Darwin Core in XML dcouments.
- [XMLNS] - - http://www.w3.org/TR/1999/REC-xml-names-19990114/ - Reference site for XML namespaces.
- [XMLSCHEMA] - - http://www.w3.org/XML/Schema - Reference site for XML Schema.
- - \ No newline at end of file diff --git a/resources/DarwinCore definition Chinese version.xlsx b/resources/DarwinCore definition Chinese version.xlsx deleted file mode 100755 index 8e07e868b2adf1cef24794668f1a912a25d2780d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50492 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 RWvL+o*nVkxbMIeA{}(Nr<}?5R diff --git a/resources/DwCTermsForTranslations_2011-10-16_Japanese15.xlsx b/resources/DwCTermsForTranslations_2011-10-16_Japanese15.xlsx deleted file mode 100755 index 630f32e50772684d709a6e0439cdd0de1408aa13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65838 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 z zG%=R)7oKNU_DS(0PECW49@A(CoV}ckT_|G;FY4e|DitWO9RFB^&HAD(=Gu zfB!f5Ybf4_4)?szMbui3Q@Tl-6oE!TZfZj!3ge`qKw<$irP3`GQr)hD(v!~~?-p_` zwLTJ)W8`AI8U*u{5-1AelrIFCmPAM1-Ep_RTW)EHWJQNuABWrH(!MGqmNTL+T2X)W z{+q3vpFX}%&sUq;_y3gBnu=}cm#$H~WZ(^W1;#pN1d3@;n^Yy_K(-bHqtNBf8fMY+ zU)Yqf4+*=|xG}Eu@>OKR|IATR&k>$GVHCey`;L;4FY8^QmeomvtL@bERz~hgp~zTf zKh<}>aA;2nBXBvgRRW}- zZ(rGNQs8KWKiEy;;9y4WkC_|APLdFMj)Sf(eR&7qv32Kj2q5UKKE6xtta=b=_ZIh2 zE5yU9U!%=26(pBM9a+wdCw8=bTh7%UakCE+Hk*P}RF8lu0X`m8>6o(k;LZoFn;*$yfKWp8J^zMsN-nVmT4zr`y7AN;^`IrnJxzVFv{s|eG3^CKKPNu5B@OtlwTKqQLJC{g;l z3R%2m3P*GLSk3kNWn-o7)Sp+DQS2Fbdxm|D!qomST)VS-;NIvg#p)=*``c5kIIb9C zNvguyMMofpWgFfcN;rghD0$q9Eb72+woO5F$p4`D#7-QVb1emlNuZb7ZRI;vdZJQt z1vdU|egk%3>f@+pfG~wFqR0XvO1_ZfDz2m*3}Xpy#XZ3^|B+8LE1Q0FfK}axd7wsF=2C(e9;o_-V*Q|2RW8anAJ6gW z-2%vfj~QRJ_oZ_kit`www<$&YRl2HUVgm z9k5c@lT@zK?WoNPep%+b5EONA6fKuXgv>)QSRqva{mCeFnv$d}EJ0V;a&9x1wq<7Z zZa-Y(^Mn%X;-=>Gz#4kdrZp4-sqh2FC!}K*ewK@##$l|$WUap>OPqc-{bzc>zdBZ% zTw7Y*vM-puPJN9I=W)iXDOZ!toJNAH8y3*C41H_F`yt)iE{s+046_|2<}=fOzN zwf_FLl1tx_BiEHBj`b28h6~I3#z#ReK9>hh}=?;YsJU2^3Fp!lh5)kH{IE zmXJF*P)ki<=ydDM^@sCNRK7wzmF~X93+ET#{ap0RW=}7jAlo|w9;7lx{Dx?OGy6~H zdRlLYm;�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 diff --git a/resources/DwCTermsForTranslations_2011-10-16_Spanish.xls b/resources/DwCTermsForTranslations_2011-10-16_Spanish.xls deleted file mode 100755 index 12dd17b757f74187ef3f35f5fb6c53a83073e137..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 195072 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

;I_ZC}TlEZm^~K`d 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://creativecommons.org/publicdomain/zero/1.0/legalcode"", ""http://creativecommons.org/licenses/by/4.0/legalcode""." -"rightsHolder","http://purl.org/dc/terms/rightsHolder","","","A person or organization owning or managing rights over the resource.","Example: ""The Regents of the University of California.""." -"accessRights","http://purl.org/dc/terms/accessRights","","","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.","Example: ""not-for-profit use only""." -"bibliographicCitation","http://purl.org/dc/terms/bibliographicCitation","","","A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. 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." -"references","http://purl.org/dc/terms/references","","","A related resource that is referenced, cited, or otherwise pointed to by the described resource.","Examples: ""http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861""; ""http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868""." -"institutionID","http://rs.tdwg.org/dwc/terms/institutionID","Institution ID","","An identifier for the institution having custody of the object(s) or information referred to in the record.","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""." -"collectionID","http://rs.tdwg.org/dwc/terms/collectionID","Collection ID","","An identifier for the collection or dataset from which the record was derived.","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""." -"datasetID","http://rs.tdwg.org/dwc/terms/datasetID","Dataset ID","","An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.","" -"institutionCode","http://rs.tdwg.org/dwc/terms/institutionCode","Institution Code","","The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.","Examples: ""MVZ"", ""FMNH"", ""AKN-CLO"", ""University of California Museum of Paleontology (UCMP)""" -"collectionCode","http://rs.tdwg.org/dwc/terms/collectionCode","Collection Code","","The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.","Examples: ""Mammals"", ""Hildebrandt"", ""eBird""" -"datasetName","http://rs.tdwg.org/dwc/terms/datasetName","Dataset Name","","The name identifying the data set from which the record was derived.","Examples: ""Grinnell Resurvey Mammals"", ""Lacey Ctenomys Recaptures""" -"ownerInstitutionCode","http://rs.tdwg.org/dwc/terms/ownerInstitutionCode","Owner Institution Code","","The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.","Examples: ""NPS"", ""APN"", ""InBio""" -"basisOfRecord","http://rs.tdwg.org/dwc/terms/basisOfRecord","Basis of Record","","The specific nature of the data record.","Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: ""PreservedSpecimen"", ""FossilSpecimen"", ""LivingSpecimen"", ""HumanObservation"", ""MachineObservation""" -"informationWithheld","http://rs.tdwg.org/dwc/terms/informationWithheld","Information Withheld","","Additional information that exists, but that has not been shared in the given record.","Examples: ""location information not given for endangered species"", ""collector identities withheld"", ""ask about tissue samples""" -"dataGeneralizations","http://rs.tdwg.org/dwc/terms/dataGeneralizations","Data Generalizations","","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.","Example: ""Coordinates generalized from original GPS coordinates to the nearest half degree grid cell""" -"dynamicProperties","http://rs.tdwg.org/dwc/terms/dynamicProperties","Dynamic Properties","","A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.","The 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, ""airTemperatureInCelcius"":22, ""sampleSizeInKilograms"":10}"", ""{""aspectHeading"":277, ""slopeInDegrees"":6}"", ""{""iucnStatus"":""vulnerable"", ""taxonDistribution"":""Neuquén, Argentina""}""." -"occurrenceID","http://rs.tdwg.org/dwc/terms/occurrenceID","Occurrence ID","http://rs.tdwg.org/dwc/terms/Occurrence","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.","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""" -"catalogNumber","http://rs.tdwg.org/dwc/terms/catalogNumber","Catalog Number","http://rs.tdwg.org/dwc/terms/Occurrence","An identifier (preferably unique) for the record within the data set or collection.","Examples: ""2008.1334"", ""145732a"", ""145732""" -"recordNumber","http://rs.tdwg.org/dwc/terms/recordNumber","Record Number","http://rs.tdwg.org/dwc/terms/Occurrence","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.","Example: ""OPP 7101""" -"recordedBy","http://rs.tdwg.org/dwc/terms/recordedBy","Recorded By","http://rs.tdwg.org/dwc/terms/Occurrence","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.","The 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." -"individualCount","http://rs.tdwg.org/dwc/terms/individualCount","Individual Count","http://rs.tdwg.org/dwc/terms/Occurrence","The number of individuals represented present at the time of the Occurrence.","Examples: ""1"", ""25""" -"sex","http://rs.tdwg.org/dwc/terms/sex","Sex","http://rs.tdwg.org/dwc/terms/Occurrence","The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.","Examples: ""female"", ""hermaphrodite"", ""8 males, 4 females""" -"lifeStage","http://rs.tdwg.org/dwc/terms/lifeStage","Life Stage","http://rs.tdwg.org/dwc/terms/Occurrence","The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.","Examples: ""egg"", ""eft"", ""juvenile"", ""adult"", ""2 adults 4 juveniles""" -"reproductiveCondition","http://rs.tdwg.org/dwc/terms/reproductiveCondition","Reproductive Condition","http://rs.tdwg.org/dwc/terms/Occurrence","The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.","Examples"" ""non-reproductive"", ""pregnant"", ""in bloom"", ""fruit-bearing""" -"behavior","http://rs.tdwg.org/dwc/terms/behavior","Behavior","http://rs.tdwg.org/dwc/terms/Occurrence","A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.","Examples: ""roosting"", ""foraging"", ""running""" -"establishmentMeans","http://rs.tdwg.org/dwc/terms/establishmentMeans","Establishment Means","http://rs.tdwg.org/dwc/terms/Occurrence","The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.","Examples: ""native"", ""introduced"", ""naturalised"", ""invasive"", ""managed""" -"occurrenceStatus","http://rs.tdwg.org/dwc/terms/occurrenceStatus","Occurrence Status","http://rs.tdwg.org/dwc/terms/Occurrence","A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.","Examples: ""present"", ""absent""" -"preparations","http://rs.tdwg.org/dwc/terms/preparations","Preparations","http://rs.tdwg.org/dwc/terms/Occurrence","A list (concatenated and separated) of preparations and preservation methods for a specimen.","The 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)""." -"disposition","http://rs.tdwg.org/dwc/terms/disposition","Disposition","http://rs.tdwg.org/dwc/terms/Occurrence","The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.","Examples: ""in collection"", ""missing"", ""voucher elsewhere"", ""duplicates elsewhere""" -"associatedMedia","http://rs.tdwg.org/dwc/terms/associatedMedia","Associated Media","http://rs.tdwg.org/dwc/terms/Occurrence","A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.","The 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""." -"associatedReferences","http://rs.tdwg.org/dwc/terms/associatedReferences","Associated References","http://rs.tdwg.org/dwc/terms/Occurrence","A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.","The 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.""." -"associatedSequences","http://rs.tdwg.org/dwc/terms/associatedSequences","Associated Sequences","http://rs.tdwg.org/dwc/terms/Occurrence","A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.","The 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""." -"associatedTaxa","http://rs.tdwg.org/dwc/terms/associatedTaxa","Associated Taxa","http://rs.tdwg.org/dwc/terms/Occurrence","A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.","The 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""." -"otherCatalogNumbers","http://rs.tdwg.org/dwc/terms/otherCatalogNumbers","Other Catalog Numbers","http://rs.tdwg.org/dwc/terms/Occurrence","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.","The recommended best practice is to separate the values with a vertical bar (' | '). Examples: ""FMNH:Mammal:1234"", ""NPS YELLO6778 | MBG 33424""." -"occurrenceRemarks","http://rs.tdwg.org/dwc/terms/occurrenceRemarks","Occurrence Remarks","http://rs.tdwg.org/dwc/terms/Occurrence","Comments or notes about the Occurrence.","Example: ""found dead on road""" -"organismID","http://rs.tdwg.org/dwc/terms/organismID","Organism ID","http://rs.tdwg.org/dwc/terms/Organism","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.","" -"organismName","http://rs.tdwg.org/dwc/terms/organismName","Organism Name","http://rs.tdwg.org/dwc/terms/Organism","A textual name or label assigned to an Organism instance.","Examples: ""Huberta"", ""Boab Prison Tree"", ""J pod""." -"organismScope","http://rs.tdwg.org/dwc/terms/organismScope","Organism Scope","http://rs.tdwg.org/dwc/terms/Organism","A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.","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""." -"associatedOccurrences","http://rs.tdwg.org/dwc/terms/associatedOccurrences","Associated Occurrences","http://rs.tdwg.org/dwc/terms/Organism","A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.","The recommended best practice is to separate the values with a vertical bar (' | ')." -"associatedOrganisms","http://rs.tdwg.org/dwc/terms/associatedOrganisms","Associated Organisms","http://rs.tdwg.org/dwc/terms/Organism","A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.","The 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""" -"previousIdentifications","http://rs.tdwg.org/dwc/terms/previousIdentifications","Previous Identifications","http://rs.tdwg.org/dwc/terms/Organism","A list (concatenated and separated) of previous assignments of names to the Organism.","The 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""." -"organismRemarks","http://rs.tdwg.org/dwc/terms/organismRemarks","Organism Remarks","http://rs.tdwg.org/dwc/terms/Organism","Comments or notes about the Organism instance.","Example: ""One of a litter of six.""" -"materialSampleID","http://rs.tdwg.org/dwc/terms/materialSampleID","Material Sample ID","http://rs.tdwg.org/dwc/terms/MaterialSample","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.","" -"eventID","http://rs.tdwg.org/dwc/terms/eventID","Event ID","http://rs.tdwg.org/dwc/terms/Event","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.","" -"fieldNumber","http://rs.tdwg.org/dwc/terms/fieldNumber","Field Number","http://rs.tdwg.org/dwc/terms/Event","An identifier given to the event in the field. Often serves as a link between field notes and the Event.","Example: ""RV Sol 87-03-08""" -"eventDate","http://rs.tdwg.org/dwc/terms/eventDate","Event Date","http://rs.tdwg.org/dwc/terms/Event","The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).","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." -"eventTime","http://rs.tdwg.org/dwc/terms/eventTime","Event Time","http://rs.tdwg.org/dwc/terms/Event","The time or interval during which an Event occurred. 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." -"startDayOfYear","http://rs.tdwg.org/dwc/terms/startDayOfYear","Start Day Of Year","http://rs.tdwg.org/dwc/terms/Event","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).","Examples: ""1"" (=1 Jan), ""366"" (=31 Dec), ""365"" (=30 Dec in a leap year, 31 Dec in a non-leap year)" -"endDayOfYear","http://rs.tdwg.org/dwc/terms/endDayOfYear","End Day Of Year","http://rs.tdwg.org/dwc/terms/Event","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).","Examples: ""1"" (=1 Jan), ""366"" (=31 Dec), ""365"" (=30 Dec in a leap year, 31 Dec in a non-leap year)" -"year","http://rs.tdwg.org/dwc/terms/year","Year","http://rs.tdwg.org/dwc/terms/Event","The four-digit year in which the Event occurred, according to the Common Era Calendar.","Example: ""2008""" -"month","http://rs.tdwg.org/dwc/terms/month","Month","http://rs.tdwg.org/dwc/terms/Event","The ordinal month in which the Event occurred.","Examples: ""1"" (=January), ""10"" (=October)" -"day","http://rs.tdwg.org/dwc/terms/day","Day","http://rs.tdwg.org/dwc/terms/Event","The integer day of the month on which the Event occurred.","Examples: ""9"", ""28""" -"verbatimEventDate","http://rs.tdwg.org/dwc/terms/verbatimEventDate","Verbatim EventDate","http://rs.tdwg.org/dwc/terms/Event","The verbatim original representation of the date and time information for an Event.","Examples: ""spring 1910"", ""Marzo 2002"", ""1999-03-XX"", ""17IV1934""" -"habitat","http://rs.tdwg.org/dwc/terms/habitat","Habitat","http://rs.tdwg.org/dwc/terms/Event","A category or description of the habitat in which the Event occurred.","Examples: ""oak savanna"", ""pre-cordilleran steppe""" -"samplingProtocol","http://rs.tdwg.org/dwc/terms/samplingProtocol","Sampling Protocol","http://rs.tdwg.org/dwc/terms/Event","The name of, reference to, or description of the method or protocol used during an Event.","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, http://dx.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""" -"samplingEffort","http://rs.tdwg.org/dwc/terms/samplingEffort","Sampling Effort","http://rs.tdwg.org/dwc/terms/Event","The amount of effort expended during an Event.","Examples: ""40 trap-nights"", ""10 observer-hours; 10 km by foot; 30 km by car""" -"fieldNotes","http://rs.tdwg.org/dwc/terms/fieldNotes","Field Notes","http://rs.tdwg.org/dwc/terms/Event","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.","Example: ""notes available in Grinnell-Miller Library""" -"eventRemarks","http://rs.tdwg.org/dwc/terms/eventRemarks","Event Remarks","http://rs.tdwg.org/dwc/terms/Event","Comments or notes about the Event.","Example: ""after the recent rains the river is nearly at flood stage""" -"locationID","http://rs.tdwg.org/dwc/terms/locationID","Location ID","http://purl.org/dc/terms/Location","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.","" -"higherGeographyID","http://rs.tdwg.org/dwc/terms/higherGeographyID","Higher Geography ID","http://purl.org/dc/terms/Location","An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Example: ""TGN: 1002002"" for Prov. Tierra del Fuego, Argentina" -"higherGeography","http://rs.tdwg.org/dwc/terms/higherGeography","Higher Geography","http://purl.org/dc/terms/Location","A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.","The 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." -"continent","http://rs.tdwg.org/dwc/terms/continent","Continent","http://purl.org/dc/terms/Location","The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Examples: ""Africa"", ""Antarctica"", ""Asia"", ""Europe"", ""North America"", ""Oceania"", ""South America""" -"waterBody","http://rs.tdwg.org/dwc/terms/waterBody","Water Body","http://purl.org/dc/terms/Location","The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Examples: ""Indian Ocean"", ""Baltic Sea"", ""Hudson River""" -"islandGroup","http://rs.tdwg.org/dwc/terms/islandGroup","Island Group","http://purl.org/dc/terms/Location","The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Examples: ""Alexander Archipelago"", ""Seychelles""" -"island","http://rs.tdwg.org/dwc/terms/island","Island","http://purl.org/dc/terms/Location","The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Examples: ""Isla Victoria"", ""Vancouver"", ""Viti Levu"", ""Zanzibar""" -"country","http://rs.tdwg.org/dwc/terms/country","Country","http://purl.org/dc/terms/Location","The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.","Examples: ""Denmark"", ""Colombia"", ""España""" -"countryCode","http://rs.tdwg.org/dwc/terms/countryCode","Country Code","http://purl.org/dc/terms/Location","The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.","Examples: ""AR"" for Argentina, ""SV"" for El Salvador" -"stateProvince","http://rs.tdwg.org/dwc/terms/stateProvince","State Province","http://purl.org/dc/terms/Location","The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.","Examples: ""Montana"", ""Minas Gerais"", ""Córdoba""" -"county","http://rs.tdwg.org/dwc/terms/county","County","http://purl.org/dc/terms/Location","The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.","Examples: ""Missoula"", ""Los Lagos"", ""Mataró""" -"municipality","http://rs.tdwg.org/dwc/terms/municipality","Municipality","http://purl.org/dc/terms/Location","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.","Examples: ""Holzminden""" -"locality","http://rs.tdwg.org/dwc/terms/locality","Locality","http://purl.org/dc/terms/Location","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.","Example: ""Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)""" -"verbatimLocality","http://rs.tdwg.org/dwc/terms/verbatimLocality","Verbatim Locality","http://purl.org/dc/terms/Location","The original textual description of the place.","Example: ""25 km NNE Bariloche por R. Nac. 237""" -"minimumElevationInMeters","http://rs.tdwg.org/dwc/terms/minimumElevationInMeters","Minimum Elevation In Meters","http://purl.org/dc/terms/Location","The lower limit of the range of elevation (altitude, usually above sea level), in meters.","Example: ""100""" -"maximumElevationInMeters","http://rs.tdwg.org/dwc/terms/maximumElevationInMeters","Maximum Elevation In Meters","http://purl.org/dc/terms/Location","The upper limit of the range of elevation (altitude, usually above sea level), in meters.","Example: ""200""" -"verbatimElevation","http://rs.tdwg.org/dwc/terms/verbatimElevation","Verbatim Elevation","http://purl.org/dc/terms/Location","The original description of the elevation (altitude, usually above sea level) of the Location.","Example: ""100-200 m""" -"minimumDepthInMeters","http://rs.tdwg.org/dwc/terms/minimumDepthInMeters","Minimum Depth In Meters","http://purl.org/dc/terms/Location","The lesser depth of a range of depth below the local surface, in meters.","Example: ""100""" -"maximumDepthInMeters","http://rs.tdwg.org/dwc/terms/maximumDepthInMeters","Maximum Depth In Meters","http://purl.org/dc/terms/Location","The greater depth of a range of depth below the local surface, in meters.","Example: ""200""" -"verbatimDepth","http://rs.tdwg.org/dwc/terms/verbatimDepth","Verbatim Depth","http://purl.org/dc/terms/Location","The original description of the depth below the local surface.","Example: ""100-200 m""" -"minimumDistanceAboveSurfaceInMeters","http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters","Minimum Distance Above Surface In Meters","http://purl.org/dc/terms/Location","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.","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""" -"maximumDistanceAboveSurfaceInMeters","http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters","Maximum Distance Above Surface In Meters","http://purl.org/dc/terms/Location","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.","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""" -"locationAccordingTo","http://rs.tdwg.org/dwc/terms/locationAccordingTo","Location According To","http://purl.org/dc/terms/Location","Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.","Examples: ""Getty Thesaurus of Geographic Names"", ""GADM""" -"locationRemarks","http://rs.tdwg.org/dwc/terms/locationRemarks","Location Remarks","http://purl.org/dc/terms/Location","Comments or notes about the Location.","Example: ""under water since 2005""" -"decimalLatitude","http://rs.tdwg.org/dwc/terms/decimalLatitude","Decimal Latitude","http://purl.org/dc/terms/Location","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.","Example: ""-41.0983423""" -"decimalLongitude","http://rs.tdwg.org/dwc/terms/decimalLongitude","Decimal Longitude","http://purl.org/dc/terms/Location","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.","Example: ""-121.1761111""" -"geodeticDatum","http://rs.tdwg.org/dwc/terms/geodeticDatum","Geodetic Datum","http://purl.org/dc/terms/Location","The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value ""unknown"".","Examples: ""EPSG:4326"", ""WGS84"", ""NAD27"", ""Campo Inchauspe"", ""European 1950"", ""Clarke 1866""" -"coordinateUncertaintyInMeters","http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters","Coordinate Uncertainty In Meters","http://purl.org/dc/terms/Location","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.","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)." -"coordinatePrecision","http://rs.tdwg.org/dwc/terms/coordinatePrecision","Coordinate Precision","http://purl.org/dc/terms/Location","A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.","Examples: ""0.00001"" (normal GPS limit for decimal degrees), ""0.000278"" (nearest second), ""0.01667"" (nearest minute), ""1.0"" (nearest degree)" -"pointRadiusSpatialFit","http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit","Point Radius Spatial Fit","http://purl.org/dc/terms/Location","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.","Detailed explanations with graphical examples can be found in the ""Guide to Best Practices for Georeferencing"", Chapman and Wieczorek, eds. 2006." -"verbatimCoordinates","http://rs.tdwg.org/dwc/terms/verbatimCoordinates","Verbatim Coordinates","http://purl.org/dc/terms/Location","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.","Examples: ""41 05 54S 121 05 34W"", ""17T 630000 4833400""" -"verbatimLatitude","http://rs.tdwg.org/dwc/terms/verbatimLatitude","Verbatim Latitude","http://purl.org/dc/terms/Location","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.","Example: ""41 05 54.03S""" -"verbatimLongitude","http://rs.tdwg.org/dwc/terms/verbatimLongitude","Verbatim Longitude","http://purl.org/dc/terms/Location","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.","Example: ""121d 10' 34"" W""" -"verbatimCoordinateSystem","http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem","Verbatim Coordinate System","http://purl.org/dc/terms/Location","The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.","Examples: ""decimal degrees"", ""degrees decimal minutes"", ""degrees minutes seconds"", ""UTM""" -"verbatimSRS","http://rs.tdwg.org/dwc/terms/verbatimSRS","Verbatim SRS","http://purl.org/dc/terms/Location","The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value ""unknown"".","Examples: ""EPSG:4326"", ""WGS84"", ""NAD27"", ""Campo Inchauspe"", ""European 1950"", ""Clarke 1866""" -"footprintWKT","http://rs.tdwg.org/dwc/terms/footprintWKT","Footprint WKT","http://purl.org/dc/terms/Location","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.","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))" -"footprintSRS","http://rs.tdwg.org/dwc/terms/footprintSRS","Footprint SRS","http://purl.org/dc/terms/Location","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.","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]]"" without the enclosing quotes." -"footprintSpatialFit","http://rs.tdwg.org/dwc/terms/footprintSpatialFit","Footprint Spatial Fit","http://purl.org/dc/terms/Location","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.","Detailed explanations with graphical examples can be found in the ""Guide to Best Practices for Georeferencing"", Chapman and Wieczorek, eds. 2006." -"georeferencedBy","http://rs.tdwg.org/dwc/terms/georeferencedBy","Georeferenced By","http://purl.org/dc/terms/Location","A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.","The recommended best practice is to separate the values with a vertical bar (' | '). Examples: ""Brad Millen (ROM)"", ""Kristina Yamamoto (MVZ) | Janet Fang (MVZ)""." -"georeferencedDate","http://rs.tdwg.org/dwc/terms/georeferencedDate","Georeferenced Date","http://purl.org/dc/terms/Location","The date on which the Location was georeferenced. 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." -"georeferenceProtocol","http://rs.tdwg.org/dwc/terms/georeferenceProtocol","Georeference Protocol","http://purl.org/dc/terms/Location","A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.","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""" -"georeferenceSources","http://rs.tdwg.org/dwc/terms/georeferenceSources","Georeference Sources","http://purl.org/dc/terms/Location","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.","The 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""." -"georeferenceVerificationStatus","http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus","Georeference Verification Status","http://purl.org/dc/terms/Location","A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.","Examples: ""requires verification"", ""verified by collector"", ""verified by curator""." -"georeferenceRemarks","http://rs.tdwg.org/dwc/terms/georeferenceRemarks","Georeference Remarks","http://purl.org/dc/terms/Location","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.","Example: ""assumed distance by road (Hwy. 101)""" -"geologicalContextID","http://rs.tdwg.org/dwc/terms/geologicalContextID","Geological Context ID","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","" -"earliestEonOrLowestEonothem","http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem","Earliest Eon Or Lowest Eonothem","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Phanerozoic"", ""Proterozoic""" -"latestEonOrHighestEonothem","http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem","Latest Eon Or Highest Eonothem","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Phanerozoic"", ""Proterozoic""" -"earliestEraOrLowestErathem","http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem","Earliest Era Or Lowest Erathem","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Cenozoic"", ""Mesozoic""" -"latestEraOrHighestErathem","http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem","Latest Era Or Highest Erathem","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Cenozoic"", ""Mesozoic""" -"earliestPeriodOrLowestSystem","http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem","Earliest Period Or Lowest System","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Neogene"", ""Tertiary"", ""Quaternary""" -"latestPeriodOrHighestSystem","http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem","Latest Period Or Highest System","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Neogene"", ""Tertiary"", ""Quaternary""" -"earliestEpochOrLowestSeries","http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries","Earliest Epoch Or Lowest Series","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Holocene"", ""Pleistocene"", ""Ibexian Series""" -"latestEpochOrHighestSeries","http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries","Latest Epoch Or Highest Series","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Holocene"", ""Pleistocene"", ""Ibexian Series""" -"earliestAgeOrLowestStage","http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage","Earliest Age Or Lowest Stage","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Atlantic"", ""Boreal"", ""Skullrockian""" -"latestAgeOrHighestStage","http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage","Latest AgeOr Highest Stage","http://rs.tdwg.org/dwc/terms/GeologicalContext","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.","Examples: ""Atlantic"", ""Boreal"", ""Skullrockian""" -"lowestBiostratigraphicZone","http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone","Lowest Biostratigraphic Zone","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.","" -"highestBiostratigraphicZone","http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone","Highest Biostratigraphic Zone","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.","" -"lithostratigraphicTerms","http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms","Lithostratigraphic Terms","http://rs.tdwg.org/dwc/terms/GeologicalContext","The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.","" -"group","http://rs.tdwg.org/dwc/terms/group","Group","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the lithostratigraphic group from which the cataloged item was collected.","" -"formation","http://rs.tdwg.org/dwc/terms/formation","Formation","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the lithostratigraphic formation from which the cataloged item was collected.","Examples: ""Notch Peak Fromation"", ""House Limestone"", ""Fillmore Formation""" -"member","http://rs.tdwg.org/dwc/terms/member","Member","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the lithostratigraphic member from which the cataloged item was collected.","Examples: ""Lava Dam Member"", ""Hellnmaria Member""" -"bed","http://rs.tdwg.org/dwc/terms/bed","Bed","http://rs.tdwg.org/dwc/terms/GeologicalContext","The full name of the lithostratigraphic bed from which the cataloged item was collected.","" -"identificationID","http://rs.tdwg.org/dwc/terms/identificationID","Identification ID","http://rs.tdwg.org/dwc/terms/Identification","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.","" -"identificationQualifier","http://rs.tdwg.org/dwc/terms/identificationQualifier","Identification Qualifier","http://rs.tdwg.org/dwc/terms/Identification","A brief phrase or a standard term (""cf."", ""aff."") to express the determiner's doubts about the Identification.","Examples: 1) For the determination ""Quercus aff. agrifolia var. oxyadenia"", identificationQualifier would be ""aff. agrifolia var. oxyadenia"" with accompanying values ""Quercus"" in genus, ""agrifolia"" in specificEpithet, ""oxyadenia"" in infraspecificEpithet, and ""var."" in rank. 2) For the determination ""Quercus agrifolia cf. var. oxyadenia"", identificationQualifier would be ""cf. var. oxyadenia "" with accompanying values ""Quercus"" in genus, ""agrifolia"" in specificEpithet, ""oxyadenia"" in infraspecificEpithet, and ""var."" in rank." -"typeStatus","http://rs.tdwg.org/dwc/terms/typeStatus","Type Status","http://rs.tdwg.org/dwc/terms/Identification","A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.","The 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""." -"identifiedBy","http://rs.tdwg.org/dwc/terms/identifiedBy","Identified By","http://rs.tdwg.org/dwc/terms/Identification","A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.","The recommended best practice is to separate the values with a vertical bar (' | '). Examples: ""James L. Patton"", ""Theodore Pappenfuss | Robert Macey""." -"dateIdentified","http://rs.tdwg.org/dwc/terms/dateIdentified","Date Identified","http://rs.tdwg.org/dwc/terms/Identification","The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).","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." -"identificationReferences","http://rs.tdwg.org/dwc/terms/identificationReferences","Identification References","http://rs.tdwg.org/dwc/terms/Identification","A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.","The 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.""." -"identificationVerificationStatus","http://rs.tdwg.org/dwc/terms/identificationVerificationStatus","Identification Verification Status","http://rs.tdwg.org/dwc/terms/Identification","A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.","Examples: ""0"", ""4""" -"identificationRemarks","http://rs.tdwg.org/dwc/terms/identificationRemarks","Identification Remarks","http://rs.tdwg.org/dwc/terms/Identification","Comments or notes about the Identification.","Example: ""Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.""" -"taxonID","http://rs.tdwg.org/dwc/terms/taxonID","Taxon ID","http://rs.tdwg.org/dwc/terms/Taxon","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.","Examples: ""8fa58e08-08de-4ac1-b69c-1235340b7001"", ""32567"", ""http://species.gbif.org/abies_alba_1753"", ""urn:lsid:gbif.org:usages:32567""" -"scientificNameID","http://rs.tdwg.org/dwc/terms/scientificNameID","Scientific Name ID","http://rs.tdwg.org/dwc/terms/Taxon","An identifier for the nomenclatural (not taxonomic) details of a scientific name.","Example: ""urn:lsid:ipni.org:names:37829-1:1.3""" -"acceptedNameUsageID","http://rs.tdwg.org/dwc/terms/acceptedNameUsageID","Accepted Name Usage ID","http://rs.tdwg.org/dwc/terms/Taxon","An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.","Example: ""8fa58e08-08de-4ac1-b69c-1235340b7001""" -"parentNameUsageID","http://rs.tdwg.org/dwc/terms/parentNameUsageID","Parent Name Usage ID","http://rs.tdwg.org/dwc/terms/Taxon","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.","Example: ""8fa58e08-08de-4ac1-b69c-1235340b7001""" -"originalNameUsageID","http://rs.tdwg.org/dwc/terms/originalNameUsageID","Original Name Usage ID","http://rs.tdwg.org/dwc/terms/Taxon","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.","Example: ""http://species.gbif.org/abies_alba_1753""" -"nameAccordingToID","http://rs.tdwg.org/dwc/terms/nameAccordingToID","Name According To ID","http://rs.tdwg.org/dwc/terms/Taxon","An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.","Example: ""doi:10.1016/S0269-915X(97)80026-2""" -"namePublishedInID","http://rs.tdwg.org/dwc/terms/namePublishedInID","Name Published In ID","http://rs.tdwg.org/dwc/terms/Taxon","An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.","Example: ""http://hdl.handle.net/10199/7""" -"taxonConceptID","http://rs.tdwg.org/dwc/terms/taxonConceptID","Taxon Concept ID","http://rs.tdwg.org/dwc/terms/Taxon","An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.","Example: ""8fa58e08-08de-4ac1-b69c-1235340b7001""" -"scientificName","http://rs.tdwg.org/dwc/terms/scientificName","Scientific Name","http://rs.tdwg.org/dwc/terms/Taxon","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.","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)" -"acceptedNameUsage","http://rs.tdwg.org/dwc/terms/acceptedNameUsage","Accepted Name Usage","http://rs.tdwg.org/dwc/terms/Taxon","The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.","Example: ""Tamias minimus"" valid name for ""Eutamias minimus""" -"parentNameUsage","http://rs.tdwg.org/dwc/terms/parentNameUsage","Parent Name Usage","http://rs.tdwg.org/dwc/terms/Taxon","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.","Examples: ""Rubiaceae"", ""Gruiformes"", ""Testudinae""" -"originalNameUsage","http://rs.tdwg.org/dwc/terms/originalNameUsage","Original Name Usage","http://rs.tdwg.org/dwc/terms/Taxon","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.","Examples: ""Pinus abies"", ""Gasterosteus saltatrix Linnaeus 1768""" -"nameAccordingTo","http://rs.tdwg.org/dwc/terms/nameAccordingTo","Name According To","http://rs.tdwg.org/dwc/terms/Taxon","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.","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""" -"namePublishedIn","http://rs.tdwg.org/dwc/terms/namePublishedIn","Name Published In","http://rs.tdwg.org/dwc/terms/Taxon","A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.","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""" -"namePublishedInYear","http://rs.tdwg.org/dwc/terms/namePublishedInYear","Name Published In Year","http://rs.tdwg.org/dwc/terms/Taxon","The four-digit year in which the scientificName was published.","Examples: ""1915"", ""2008""" -"higherClassification","http://rs.tdwg.org/dwc/terms/higherClassification","Higher Classification","http://rs.tdwg.org/dwc/terms/Taxon","A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.","The 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""." -"kingdom","http://rs.tdwg.org/dwc/terms/kingdom","Kingdom","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the kingdom in which the taxon is classified.","Examples: ""Animalia"", ""Plantae""" -"phylum","http://rs.tdwg.org/dwc/terms/phylum","Phylum","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the phylum or division in which the taxon is classified.","Examples: ""Chordata"" (phylum), ""Bryophyta"" (division)" -"class","http://rs.tdwg.org/dwc/terms/class","Class","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the class in which the taxon is classified.","Examples: ""Mammalia"", ""Hepaticopsida""" -"order","http://rs.tdwg.org/dwc/terms/order","Order","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the order in which the taxon is classified.","Examples: ""Carnivora"", ""Monocleales""" -"family","http://rs.tdwg.org/dwc/terms/family","Family","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the family in which the taxon is classified.","Examples: ""Felidae"", ""Monocleaceae""" -"genus","http://rs.tdwg.org/dwc/terms/genus","Genus","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the genus in which the taxon is classified.","Examples: ""Puma"", ""Monoclea""" -"subgenus","http://rs.tdwg.org/dwc/terms/subgenus","Subgenus","http://rs.tdwg.org/dwc/terms/Taxon","The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.","Examples: ""Strobus (Pinus)"", ""Puma (Puma)"" ""Loligo (Amerigo)"", ""Hieracium subgen. Pilosella""" -"specificEpithet","http://rs.tdwg.org/dwc/terms/specificEpithet","Specific Epithet","http://rs.tdwg.org/dwc/terms/Taxon","The name of the first or species epithet of the scientificName.","Examples: ""concolor"", ""gottschei""" -"infraspecificEpithet","http://rs.tdwg.org/dwc/terms/infraspecificEpithet","Infraspecific Epithet","http://rs.tdwg.org/dwc/terms/Taxon","The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.","Examples: ""concolor"", ""oxyadenia"", ""sayi""" -"taxonRank","http://rs.tdwg.org/dwc/terms/taxonRank","Taxon Rank","http://rs.tdwg.org/dwc/terms/Taxon","The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.","Examples: ""subspecies"", ""varietas"", ""forma"", ""species"", ""genus""" -"verbatimTaxonRank","http://rs.tdwg.org/dwc/terms/verbatimTaxonRank","Verbatim Taxon Rank","http://rs.tdwg.org/dwc/terms/Taxon","The taxonomic rank of the most specific name in the scientificName as it appears in the original record.","Examples: ""Agamospecies"", ""sub-lesus"", ""prole"", ""apomict"", ""nothogrex"", ""sp."", ""subsp."", ""var.""" -"scientificNameAuthorship","http://rs.tdwg.org/dwc/terms/scientificNameAuthorship","Scientific Name Authorship","http://rs.tdwg.org/dwc/terms/Taxon","The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.","Example: ""(Torr.) J.T. Howell"", ""(Martinovský) Tzvelev"", ""(Györfi, 1952)""" -"vernacularName","http://rs.tdwg.org/dwc/terms/vernacularName","Vernacular Name","http://rs.tdwg.org/dwc/terms/Taxon","A common or vernacular name.","Examples: ""Andean Condor"", ""Condor Andino"", ""American Eagle"", ""Gänsegeier""" -"nomenclaturalCode","http://rs.tdwg.org/dwc/terms/nomenclaturalCode","Nomenclatural Code","http://rs.tdwg.org/dwc/terms/Taxon","The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.","Examples: ""ICBN"", ""ICZN"", ""BC"", ""ICNCP"", ""BioCode"", ""ICZN; ICBN""" -"taxonomicStatus","http://rs.tdwg.org/dwc/terms/taxonomicStatus","Taxonomic Status","http://rs.tdwg.org/dwc/terms/Taxon","The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.","Examples: ""invalid"", ""misapplied"", ""homotypic synonym"", ""accepted""" -"nomenclaturalStatus","http://rs.tdwg.org/dwc/terms/nomenclaturalStatus","Nomenclatural Status","http://rs.tdwg.org/dwc/terms/Taxon","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.","Examples: ""nom. ambig."", ""nom. illeg."", ""nom. subnud.""" -"taxonRemarks","http://rs.tdwg.org/dwc/terms/taxonRemarks","Taxon Remarks","http://rs.tdwg.org/dwc/terms/Taxon","Comments or notes about the taxon or name.","Example: ""this name is a misspelling in common use""" -"resourceRelationshipID","http://rs.tdwg.org/dwc/terms/resourceRelationshipID","Resource Relationship ID","http://rs.tdwg.org/dwc/terms/ResourceRelationship","An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).","" -"resourceID","http://rs.tdwg.org/dwc/terms/resourceID","Resource ID","http://rs.tdwg.org/dwc/terms/ResourceRelationship","An identifier for the resource that is the subject of the relationship.","" -"relatedResourceID","http://rs.tdwg.org/dwc/terms/relatedResourceID","Related Resource ID","http://rs.tdwg.org/dwc/terms/ResourceRelationship","An identifier for a related resource (the object, rather than the subject of the relationship).","" -"relationshipOfResource","http://rs.tdwg.org/dwc/terms/relationshipOfResource","Relationship Of Resource","http://rs.tdwg.org/dwc/terms/ResourceRelationship","The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.","Examples: ""duplicate of"", ""mother of"", ""endoparasite of"", ""host to"", ""sibling of"", ""valid synonym of"", ""located within""" -"relationshipAccordingTo","http://rs.tdwg.org/dwc/terms/relationshipAccordingTo","Relationship According To","http://rs.tdwg.org/dwc/terms/ResourceRelationship","The source (person, organization, publication, reference) establishing the relationship between the two resources.","Example: ""Julie Woodruff""" -"relationshipEstablishedDate","http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate","Relationship Established Date","http://rs.tdwg.org/dwc/terms/ResourceRelationship","The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).","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." -"relationshipRemarks","http://rs.tdwg.org/dwc/terms/relationshipRemarks","Relationship Remarks","http://rs.tdwg.org/dwc/terms/ResourceRelationship","Comments or notes about the relationship between the two resources.","Examples: ""mother and offspring collected from the same nest"", ""pollinator captured in the act""" -"measurementID","http://rs.tdwg.org/dwc/terms/measurementID","Measurement ID","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","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.","" -"measurementType","http://rs.tdwg.org/dwc/terms/measurementType","Measurement Type","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.","Examples: ""tail length"", ""temperature"", ""trap line length"", ""survey area"", ""trap type""" -"measurementValue","http://rs.tdwg.org/dwc/terms/measurementValue","Measurement Value","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","The value of the measurement, fact, characteristic, or assertion.","Examples: ""45"", ""20"", ""1"", ""14.5"", ""UV-light""" -"measurementAccuracy","http://rs.tdwg.org/dwc/terms/measurementAccuracy","Measurement Accuracy","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","The description of the potential error associated with the measurementValue.","Examples: ""0.01"", ""normal distribution with variation of 2 m""" -"measurementUnit","http://rs.tdwg.org/dwc/terms/measurementUnit","Measurement Unit","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).","Examples: ""mm"", ""C"", ""km"", ""ha""" -"measurementDeterminedBy","http://rs.tdwg.org/dwc/terms/measurementDeterminedBy","Measurement Determined By","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.","The recommended best practice is to separate the values with a vertical bar (' | '). Examples: ""Rob Guralnick"", ""Julie Woodruff | Eileen Lacey""." -"measurementDeterminedDate","http://rs.tdwg.org/dwc/terms/measurementDeterminedDate","Measurement Determined Date","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","The date on which the MeasurementOrFact was made. 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." -"measurementMethod","http://rs.tdwg.org/dwc/terms/measurementMethod","Measurement Method","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.","Examples: ""minimum convex polygon around burrow entrances"" for a home range area, ""barometric altimeter"" for an elevation" -"measurementRemarks","http://rs.tdwg.org/dwc/terms/measurementRemarks","Measurement Remarks","http://rs.tdwg.org/dwc/terms/MeasurementOrFact","Comments or notes accompanying the MeasurementOrFact.","Example: ""tip of tail missing""" diff --git a/resources/index.html b/resources/index.html deleted file mode 100644 index b51f785..0000000 --- a/resources/index.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - Darwin Core resources - - - - - - - - - - - - - - - - - - - - - -

- - - -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - diff --git a/resources/simple_dwc.properties b/resources/simple_dwc.properties deleted file mode 100644 index 01ef6c2..0000000 --- a/resources/simple_dwc.properties +++ /dev/null @@ -1,900 +0,0 @@ -type.name=type -type.uri=http://purl.org/dc/terms/type -type.label= -type.definition=The nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record. -type.comment=Examples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". -modified.name=modified -modified.uri=http://purl.org/dc/terms/modified -modified.label= -modified.definition=The most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -modified.comment=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. -language.name=language -language.uri=http://purl.org/dc/terms/language -language.label= -language.definition=A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]. -language.comment=Examples: "en" for English, "es" for Spanish. -license.name=license -license.uri=http://purl.org/dc/terms/license -license.label= -license.definition=A legal document giving official permission to do something with the resource. -license.comment=Examples: "http://creativecommons.org/publicdomain/zero/1.0/legalcode", "http://creativecommons.org/licenses/by/4.0/legalcode". -rightsHolder.name=rightsHolder -rightsHolder.uri=http://purl.org/dc/terms/rightsHolder -rightsHolder.label= -rightsHolder.definition=A person or organization owning or managing rights over the resource. -rightsHolder.comment=Example: "The Regents of the University of California.". -accessRights.name=accessRights -accessRights.uri=http://purl.org/dc/terms/accessRights -accessRights.label= -accessRights.definition=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. -accessRights.comment=Example: "not-for-profit use only". -bibliographicCitation.name=bibliographicCitation -bibliographicCitation.uri=http://purl.org/dc/terms/bibliographicCitation -bibliographicCitation.label= -bibliographicCitation.definition=A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. -bibliographicCitation.comment=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. -references.name=references -references.uri=http://purl.org/dc/terms/references -references.label= -references.definition=A related resource that is referenced, cited, or otherwise pointed to by the described resource. -references.comment=Examples: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"; "http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868". -institutionID.name=institutionID -institutionID.uri=http://rs.tdwg.org/dwc/terms/institutionID -institutionID.label=Institution ID -institutionID.definition=An identifier for the institution having custody of the object(s) or information referred to in the record. -institutionID.comment=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". -collectionID.name=collectionID -collectionID.uri=http://rs.tdwg.org/dwc/terms/collectionID -collectionID.label=Collection ID -collectionID.definition=An identifier for the collection or dataset from which the record was derived. -collectionID.comment=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". -datasetID.name=datasetID -datasetID.uri=http://rs.tdwg.org/dwc/terms/datasetID -datasetID.label=Dataset ID -datasetID.definition=An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution. -datasetID.comment= -institutionCode.name=institutionCode -institutionCode.uri=http://rs.tdwg.org/dwc/terms/institutionCode -institutionCode.label=Institution Code -institutionCode.definition=The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. -institutionCode.comment=Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)" -collectionCode.name=collectionCode -collectionCode.uri=http://rs.tdwg.org/dwc/terms/collectionCode -collectionCode.label=Collection Code -collectionCode.definition=The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived. -collectionCode.comment=Examples: "Mammals", "Hildebrandt", "eBird" -datasetName.name=datasetName -datasetName.uri=http://rs.tdwg.org/dwc/terms/datasetName -datasetName.label=Dataset Name -datasetName.definition=The name identifying the data set from which the record was derived. -datasetName.comment=Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures" -ownerInstitutionCode.name=ownerInstitutionCode -ownerInstitutionCode.uri=http://rs.tdwg.org/dwc/terms/ownerInstitutionCode -ownerInstitutionCode.label=Owner Institution Code -ownerInstitutionCode.definition=The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record. -ownerInstitutionCode.comment=Examples: "NPS", "APN", "InBio" -basisOfRecord.name=basisOfRecord -basisOfRecord.uri=http://rs.tdwg.org/dwc/terms/basisOfRecord -basisOfRecord.label=Basis of Record -basisOfRecord.definition=The specific nature of the data record. -basisOfRecord.comment=Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation" -informationWithheld.name=informationWithheld -informationWithheld.uri=http://rs.tdwg.org/dwc/terms/informationWithheld -informationWithheld.label=Information Withheld -informationWithheld.definition=Additional information that exists, but that has not been shared in the given record. -informationWithheld.comment=Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples" -dataGeneralizations.name=dataGeneralizations -dataGeneralizations.uri=http://rs.tdwg.org/dwc/terms/dataGeneralizations -dataGeneralizations.label=Data Generalizations -dataGeneralizations.definition=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. -dataGeneralizations.comment=Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" -dynamicProperties.name=dynamicProperties -dynamicProperties.uri=http://rs.tdwg.org/dwc/terms/dynamicProperties -dynamicProperties.label=Dynamic Properties -dynamicProperties.definition=A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content. -dynamicProperties.comment=The 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, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}". -occurrenceID.name=occurrenceID -occurrenceID.uri=http://rs.tdwg.org/dwc/terms/occurrenceID -occurrenceID.label=Occurrence ID -occurrenceID.definition=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. -occurrenceID.comment=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" -catalogNumber.name=catalogNumber -catalogNumber.uri=http://rs.tdwg.org/dwc/terms/catalogNumber -catalogNumber.label=Catalog Number -catalogNumber.definition=An identifier (preferably unique) for the record within the data set or collection. -catalogNumber.comment=Examples: "2008.1334", "145732a", "145732" -recordNumber.name=recordNumber -recordNumber.uri=http://rs.tdwg.org/dwc/terms/recordNumber -recordNumber.label=Record Number -recordNumber.definition=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. -recordNumber.comment=Example: "OPP 7101" -recordedBy.name=recordedBy -recordedBy.uri=http://rs.tdwg.org/dwc/terms/recordedBy -recordedBy.label=Recorded By -recordedBy.definition=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. -recordedBy.comment=The 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. -individualCount.name=individualCount -individualCount.uri=http://rs.tdwg.org/dwc/terms/individualCount -individualCount.label=Individual Count -individualCount.definition=The number of individuals represented present at the time of the Occurrence. -individualCount.comment=Examples: "1", "25" -sex.name=sex -sex.uri=http://rs.tdwg.org/dwc/terms/sex -sex.label=Sex -sex.definition=The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. -sex.comment=Examples: "female", "hermaphrodite", "8 males, 4 females" -lifeStage.name=lifeStage -lifeStage.uri=http://rs.tdwg.org/dwc/terms/lifeStage -lifeStage.label=Life Stage -lifeStage.definition=The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. -lifeStage.comment=Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles" -reproductiveCondition.name=reproductiveCondition -reproductiveCondition.uri=http://rs.tdwg.org/dwc/terms/reproductiveCondition -reproductiveCondition.label=Reproductive Condition -reproductiveCondition.definition=The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. -reproductiveCondition.comment=Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing" -behavior.name=behavior -behavior.uri=http://rs.tdwg.org/dwc/terms/behavior -behavior.label=Behavior -behavior.definition=A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. -behavior.comment=Examples: "roosting", "foraging", "running" -establishmentMeans.name=establishmentMeans -establishmentMeans.uri=http://rs.tdwg.org/dwc/terms/establishmentMeans -establishmentMeans.label=Establishment Means -establishmentMeans.definition=The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary. -establishmentMeans.comment=Examples: "native", "introduced", "naturalised", "invasive", "managed" -occurrenceStatus.name=occurrenceStatus -occurrenceStatus.uri=http://rs.tdwg.org/dwc/terms/occurrenceStatus -occurrenceStatus.label=Occurrence Status -occurrenceStatus.definition=A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary. -occurrenceStatus.comment=Examples: "present", "absent" -preparations.name=preparations -preparations.uri=http://rs.tdwg.org/dwc/terms/preparations -preparations.label=Preparations -preparations.definition=A list (concatenated and separated) of preparations and preservation methods for a specimen. -preparations.comment=The 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)". -disposition.name=disposition -disposition.uri=http://rs.tdwg.org/dwc/terms/disposition -disposition.label=Disposition -disposition.definition=The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary. -disposition.comment=Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" -associatedMedia.name=associatedMedia -associatedMedia.uri=http://rs.tdwg.org/dwc/terms/associatedMedia -associatedMedia.label=Associated Media -associatedMedia.definition=A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence. -associatedMedia.comment=The 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". -associatedReferences.name=associatedReferences -associatedReferences.uri=http://rs.tdwg.org/dwc/terms/associatedReferences -associatedReferences.label=Associated References -associatedReferences.definition=A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence. -associatedReferences.comment=The 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.". -associatedSequences.name=associatedSequences -associatedSequences.uri=http://rs.tdwg.org/dwc/terms/associatedSequences -associatedSequences.label=Associated Sequences -associatedSequences.definition=A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence. -associatedSequences.comment=The 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". -associatedTaxa.name=associatedTaxa -associatedTaxa.uri=http://rs.tdwg.org/dwc/terms/associatedTaxa -associatedTaxa.label=Associated Taxa -associatedTaxa.definition=A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence. -associatedTaxa.comment=The 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". -otherCatalogNumbers.name=otherCatalogNumbers -otherCatalogNumbers.uri=http://rs.tdwg.org/dwc/terms/otherCatalogNumbers -otherCatalogNumbers.label=Other Catalog Numbers -otherCatalogNumbers.definition=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. -otherCatalogNumbers.comment=The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". -occurrenceRemarks.name=occurrenceRemarks -occurrenceRemarks.uri=http://rs.tdwg.org/dwc/terms/occurrenceRemarks -occurrenceRemarks.label=Occurrence Remarks -occurrenceRemarks.definition=Comments or notes about the Occurrence. -occurrenceRemarks.comment=Example: "found dead on road" -organismID.name=organismID -organismID.uri=http://rs.tdwg.org/dwc/terms/organismID -organismID.label=Organism ID -organismID.definition=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. -organismID.comment= -organismName.name=organismName -organismName.uri=http://rs.tdwg.org/dwc/terms/organismName -organismName.label=Organism Name -organismName.definition=A textual name or label assigned to an Organism instance. -organismName.comment=Examples: "Huberta", "Boab Prison Tree", "J pod". -organismScope.name=organismScope -organismScope.uri=http://rs.tdwg.org/dwc/terms/organismScope -organismScope.label=Organism Scope -organismScope.definition=A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary. -organismScope.comment=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". -associatedOccurrences.name=associatedOccurrences -associatedOccurrences.uri=http://rs.tdwg.org/dwc/terms/associatedOccurrences -associatedOccurrences.label=Associated Occurrences -associatedOccurrences.definition=A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence. -associatedOccurrences.comment=The recommended best practice is to separate the values with a vertical bar (' | '). -associatedOrganisms.name=associatedOrganisms -associatedOrganisms.uri=http://rs.tdwg.org/dwc/terms/associatedOrganisms -associatedOrganisms.label=Associated Organisms -associatedOrganisms.definition=A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism. -associatedOrganisms.comment=The 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" -previousIdentifications.name=previousIdentifications -previousIdentifications.uri=http://rs.tdwg.org/dwc/terms/previousIdentifications -previousIdentifications.label=Previous Identifications -previousIdentifications.definition=A list (concatenated and separated) of previous assignments of names to the Organism. -previousIdentifications.comment=The 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". -organismRemarks.name=organismRemarks -organismRemarks.uri=http://rs.tdwg.org/dwc/terms/organismRemarks -organismRemarks.label=Organism Remarks -organismRemarks.definition=Comments or notes about the Organism instance. -organismRemarks.comment=Example: "One of a litter of six." -materialSampleID.name=materialSampleID -materialSampleID.uri=http://rs.tdwg.org/dwc/terms/materialSampleID -materialSampleID.label=Material Sample ID -materialSampleID.definition=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. -materialSampleID.comment= -eventID.name=eventID -eventID.uri=http://rs.tdwg.org/dwc/terms/eventID -eventID.label=Event ID -eventID.definition=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. -eventID.comment= -fieldNumber.name=fieldNumber -fieldNumber.uri=http://rs.tdwg.org/dwc/terms/fieldNumber -fieldNumber.label=Field Number -fieldNumber.definition=An identifier given to the event in the field. Often serves as a link between field notes and the Event. -fieldNumber.comment=Example: "RV Sol 87-03-08" -eventDate.name=eventDate -eventDate.uri=http://rs.tdwg.org/dwc/terms/eventDate -eventDate.label=Event Date -eventDate.definition=The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -eventDate.comment=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. -eventTime.name=eventTime -eventTime.uri=http://rs.tdwg.org/dwc/terms/eventTime -eventTime.label=Event Time -eventTime.definition=The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -eventTime.comment=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. -startDayOfYear.name=startDayOfYear -startDayOfYear.uri=http://rs.tdwg.org/dwc/terms/startDayOfYear -startDayOfYear.label=Start Day Of Year -startDayOfYear.definition=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). -startDayOfYear.comment=Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) -endDayOfYear.name=endDayOfYear -endDayOfYear.uri=http://rs.tdwg.org/dwc/terms/endDayOfYear -endDayOfYear.label=End Day Of Year -endDayOfYear.definition=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). -endDayOfYear.comment=Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) -year.name=year -year.uri=http://rs.tdwg.org/dwc/terms/year -year.label=Year -year.definition=The four-digit year in which the Event occurred, according to the Common Era Calendar. -year.comment=Example: "2008" -month.name=month -month.uri=http://rs.tdwg.org/dwc/terms/month -month.label=Month -month.definition=The ordinal month in which the Event occurred. -month.comment=Examples: "1" (=January), "10" (=October) -day.name=day -day.uri=http://rs.tdwg.org/dwc/terms/day -day.label=Day -day.definition=The integer day of the month on which the Event occurred. -day.comment=Examples: "9", "28" -verbatimEventDate.name=verbatimEventDate -verbatimEventDate.uri=http://rs.tdwg.org/dwc/terms/verbatimEventDate -verbatimEventDate.label=Verbatim EventDate -verbatimEventDate.definition=The verbatim original representation of the date and time information for an Event. -verbatimEventDate.comment=Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934" -habitat.name=habitat -habitat.uri=http://rs.tdwg.org/dwc/terms/habitat -habitat.label=Habitat -habitat.definition=A category or description of the habitat in which the Event occurred. -habitat.comment=Examples: "oak savanna", "pre-cordilleran steppe" -samplingProtocol.name=samplingProtocol -samplingProtocol.uri=http://rs.tdwg.org/dwc/terms/samplingProtocol -samplingProtocol.label=Sampling Protocol -samplingProtocol.definition=The name of, reference to, or description of the method or protocol used during an Event. -samplingProtocol.comment=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, http://dx.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" -samplingEffort.name=samplingEffort -samplingEffort.uri=http://rs.tdwg.org/dwc/terms/samplingEffort -samplingEffort.label=Sampling Effort -samplingEffort.definition=The amount of effort expended during an Event. -samplingEffort.comment=Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car" -fieldNotes.name=fieldNotes -fieldNotes.uri=http://rs.tdwg.org/dwc/terms/fieldNotes -fieldNotes.label=Field Notes -fieldNotes.definition=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. -fieldNotes.comment=Example: "notes available in Grinnell-Miller Library" -eventRemarks.name=eventRemarks -eventRemarks.uri=http://rs.tdwg.org/dwc/terms/eventRemarks -eventRemarks.label=Event Remarks -eventRemarks.definition=Comments or notes about the Event. -eventRemarks.comment=Example: "after the recent rains the river is nearly at flood stage" -locationID.name=locationID -locationID.uri=http://rs.tdwg.org/dwc/terms/locationID -locationID.label=Location ID -locationID.definition=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. -locationID.comment= -higherGeographyID.name=higherGeographyID -higherGeographyID.uri=http://rs.tdwg.org/dwc/terms/higherGeographyID -higherGeographyID.label=Higher Geography ID -higherGeographyID.definition=An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -higherGeographyID.comment=Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina -higherGeography.name=higherGeography -higherGeography.uri=http://rs.tdwg.org/dwc/terms/higherGeography -higherGeography.label=Higher Geography -higherGeography.definition=A list (concatenated and separated) of geographic names less specific than the information captured in the locality term. -higherGeography.comment=The 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. -continent.name=continent -continent.uri=http://rs.tdwg.org/dwc/terms/continent -continent.label=Continent -continent.definition=The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -continent.comment=Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America" -waterBody.name=waterBody -waterBody.uri=http://rs.tdwg.org/dwc/terms/waterBody -waterBody.label=Water Body -waterBody.definition=The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -waterBody.comment=Examples: "Indian Ocean", "Baltic Sea", "Hudson River" -islandGroup.name=islandGroup -islandGroup.uri=http://rs.tdwg.org/dwc/terms/islandGroup -islandGroup.label=Island Group -islandGroup.definition=The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -islandGroup.comment=Examples: "Alexander Archipelago", "Seychelles" -island.name=island -island.uri=http://rs.tdwg.org/dwc/terms/island -island.label=Island -island.definition=The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -island.comment=Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar" -country.name=country -country.uri=http://rs.tdwg.org/dwc/terms/country -country.label=Country -country.definition=The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. -country.comment=Examples: "Denmark", "Colombia", "España" -countryCode.name=countryCode -countryCode.uri=http://rs.tdwg.org/dwc/terms/countryCode -countryCode.label=Country Code -countryCode.definition=The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes. -countryCode.comment=Examples: "AR" for Argentina, "SV" for El Salvador -stateProvince.name=stateProvince -stateProvince.uri=http://rs.tdwg.org/dwc/terms/stateProvince -stateProvince.label=State Province -stateProvince.definition=The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs. -stateProvince.comment=Examples: "Montana", "Minas Gerais", "Córdoba" -county.name=county -county.uri=http://rs.tdwg.org/dwc/terms/county -county.label=County -county.definition=The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs. -county.comment=Examples: "Missoula", "Los Lagos", "Mataró" -municipality.name=municipality -municipality.uri=http://rs.tdwg.org/dwc/terms/municipality -municipality.label=Municipality -municipality.definition=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. -municipality.comment=Examples: "Holzminden" -locality.name=locality -locality.uri=http://rs.tdwg.org/dwc/terms/locality -locality.label=Locality -locality.definition=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. -locality.comment=Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" -verbatimLocality.name=verbatimLocality -verbatimLocality.uri=http://rs.tdwg.org/dwc/terms/verbatimLocality -verbatimLocality.label=Verbatim Locality -verbatimLocality.definition=The original textual description of the place. -verbatimLocality.comment=Example: "25 km NNE Bariloche por R. Nac. 237" -minimumElevationInMeters.name=minimumElevationInMeters -minimumElevationInMeters.uri=http://rs.tdwg.org/dwc/terms/minimumElevationInMeters -minimumElevationInMeters.label=Minimum Elevation In Meters -minimumElevationInMeters.definition=The lower limit of the range of elevation (altitude, usually above sea level), in meters. -minimumElevationInMeters.comment=Example: "100" -maximumElevationInMeters.name=maximumElevationInMeters -maximumElevationInMeters.uri=http://rs.tdwg.org/dwc/terms/maximumElevationInMeters -maximumElevationInMeters.label=Maximum Elevation In Meters -maximumElevationInMeters.definition=The upper limit of the range of elevation (altitude, usually above sea level), in meters. -maximumElevationInMeters.comment=Example: "200" -verbatimElevation.name=verbatimElevation -verbatimElevation.uri=http://rs.tdwg.org/dwc/terms/verbatimElevation -verbatimElevation.label=Verbatim Elevation -verbatimElevation.definition=The original description of the elevation (altitude, usually above sea level) of the Location. -verbatimElevation.comment=Example: "100-200 m" -minimumDepthInMeters.name=minimumDepthInMeters -minimumDepthInMeters.uri=http://rs.tdwg.org/dwc/terms/minimumDepthInMeters -minimumDepthInMeters.label=Minimum Depth In Meters -minimumDepthInMeters.definition=The lesser depth of a range of depth below the local surface, in meters. -minimumDepthInMeters.comment=Example: "100" -maximumDepthInMeters.name=maximumDepthInMeters -maximumDepthInMeters.uri=http://rs.tdwg.org/dwc/terms/maximumDepthInMeters -maximumDepthInMeters.label=Maximum Depth In Meters -maximumDepthInMeters.definition=The greater depth of a range of depth below the local surface, in meters. -maximumDepthInMeters.comment=Example: "200" -verbatimDepth.name=verbatimDepth -verbatimDepth.uri=http://rs.tdwg.org/dwc/terms/verbatimDepth -verbatimDepth.label=Verbatim Depth -verbatimDepth.definition=The original description of the depth below the local surface. -verbatimDepth.comment=Example: "100-200 m" -minimumDistanceAboveSurfaceInMeters.name=minimumDistanceAboveSurfaceInMeters -minimumDistanceAboveSurfaceInMeters.uri=http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters -minimumDistanceAboveSurfaceInMeters.label=Minimum Distance Above Surface In Meters -minimumDistanceAboveSurfaceInMeters.definition=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. -minimumDistanceAboveSurfaceInMeters.comment=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" -maximumDistanceAboveSurfaceInMeters.name=maximumDistanceAboveSurfaceInMeters -maximumDistanceAboveSurfaceInMeters.uri=http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters -maximumDistanceAboveSurfaceInMeters.label=Maximum Distance Above Surface In Meters -maximumDistanceAboveSurfaceInMeters.definition=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. -maximumDistanceAboveSurfaceInMeters.comment=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" -locationAccordingTo.name=locationAccordingTo -locationAccordingTo.uri=http://rs.tdwg.org/dwc/terms/locationAccordingTo -locationAccordingTo.label=Location According To -locationAccordingTo.definition=Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals. -locationAccordingTo.comment=Examples: "Getty Thesaurus of Geographic Names", "GADM" -locationRemarks.name=locationRemarks -locationRemarks.uri=http://rs.tdwg.org/dwc/terms/locationRemarks -locationRemarks.label=Location Remarks -locationRemarks.definition=Comments or notes about the Location. -locationRemarks.comment=Example: "under water since 2005" -decimalLatitude.name=decimalLatitude -decimalLatitude.uri=http://rs.tdwg.org/dwc/terms/decimalLatitude -decimalLatitude.label=Decimal Latitude -decimalLatitude.definition=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. -decimalLatitude.comment=Example: "-41.0983423" -decimalLongitude.name=decimalLongitude -decimalLongitude.uri=http://rs.tdwg.org/dwc/terms/decimalLongitude -decimalLongitude.label=Decimal Longitude -decimalLongitude.definition=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. -decimalLongitude.comment=Example: "-121.1761111" -geodeticDatum.name=geodeticDatum -geodeticDatum.uri=http://rs.tdwg.org/dwc/terms/geodeticDatum -geodeticDatum.label=Geodetic Datum -geodeticDatum.definition=The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". -geodeticDatum.comment=Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" -coordinateUncertaintyInMeters.name=coordinateUncertaintyInMeters -coordinateUncertaintyInMeters.uri=http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters -coordinateUncertaintyInMeters.label=Coordinate Uncertainty In Meters -coordinateUncertaintyInMeters.definition=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. -coordinateUncertaintyInMeters.comment=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). -coordinatePrecision.name=coordinatePrecision -coordinatePrecision.uri=http://rs.tdwg.org/dwc/terms/coordinatePrecision -coordinatePrecision.label=Coordinate Precision -coordinatePrecision.definition=A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude. -coordinatePrecision.comment=Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree) -pointRadiusSpatialFit.name=pointRadiusSpatialFit -pointRadiusSpatialFit.uri=http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit -pointRadiusSpatialFit.label=Point Radius Spatial Fit -pointRadiusSpatialFit.definition=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. -pointRadiusSpatialFit.comment=Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. -verbatimCoordinates.name=verbatimCoordinates -verbatimCoordinates.uri=http://rs.tdwg.org/dwc/terms/verbatimCoordinates -verbatimCoordinates.label=Verbatim Coordinates -verbatimCoordinates.definition=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. -verbatimCoordinates.comment=Examples: "41 05 54S 121 05 34W", "17T 630000 4833400" -verbatimLatitude.name=verbatimLatitude -verbatimLatitude.uri=http://rs.tdwg.org/dwc/terms/verbatimLatitude -verbatimLatitude.label=Verbatim Latitude -verbatimLatitude.definition=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. -verbatimLatitude.comment=Example: "41 05 54.03S" -verbatimLongitude.name=verbatimLongitude -verbatimLongitude.uri=http://rs.tdwg.org/dwc/terms/verbatimLongitude -verbatimLongitude.label=Verbatim Longitude -verbatimLongitude.definition=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. -verbatimLongitude.comment=Example: "121d 10' 34" W" -verbatimCoordinateSystem.name=verbatimCoordinateSystem -verbatimCoordinateSystem.uri=http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem -verbatimCoordinateSystem.label=Verbatim Coordinate System -verbatimCoordinateSystem.definition=The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary. -verbatimCoordinateSystem.comment=Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM" -verbatimSRS.name=verbatimSRS -verbatimSRS.uri=http://rs.tdwg.org/dwc/terms/verbatimSRS -verbatimSRS.label=Verbatim SRS -verbatimSRS.definition=The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". -verbatimSRS.comment=Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" -footprintWKT.name=footprintWKT -footprintWKT.uri=http://rs.tdwg.org/dwc/terms/footprintWKT -footprintWKT.label=Footprint WKT -footprintWKT.definition=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. -footprintWKT.comment=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)) -footprintSRS.name=footprintSRS -footprintSRS.uri=http://rs.tdwg.org/dwc/terms/footprintSRS -footprintSRS.label=Footprint SRS -footprintSRS.definition=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. -footprintSRS.comment=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]]" without the enclosing quotes. -footprintSpatialFit.name=footprintSpatialFit -footprintSpatialFit.uri=http://rs.tdwg.org/dwc/terms/footprintSpatialFit -footprintSpatialFit.label=Footprint Spatial Fit -footprintSpatialFit.definition=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. -footprintSpatialFit.comment=Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. -georeferencedBy.name=georeferencedBy -georeferencedBy.uri=http://rs.tdwg.org/dwc/terms/georeferencedBy -georeferencedBy.label=Georeferenced By -georeferencedBy.definition=A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location. -georeferencedBy.comment=The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". -georeferencedDate.name=georeferencedDate -georeferencedDate.uri=http://rs.tdwg.org/dwc/terms/georeferencedDate -georeferencedDate.label=Georeferenced Date -georeferencedDate.definition=The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -georeferencedDate.comment=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. -georeferenceProtocol.name=georeferenceProtocol -georeferenceProtocol.uri=http://rs.tdwg.org/dwc/terms/georeferenceProtocol -georeferenceProtocol.label=Georeference Protocol -georeferenceProtocol.definition=A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. -georeferenceProtocol.comment=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" -georeferenceSources.name=georeferenceSources -georeferenceSources.uri=http://rs.tdwg.org/dwc/terms/georeferenceSources -georeferenceSources.label=Georeference Sources -georeferenceSources.definition=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. -georeferenceSources.comment=The 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". -georeferenceVerificationStatus.name=georeferenceVerificationStatus -georeferenceVerificationStatus.uri=http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus -georeferenceVerificationStatus.label=Georeference Verification Status -georeferenceVerificationStatus.definition=A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary. -georeferenceVerificationStatus.comment=Examples: "requires verification", "verified by collector", "verified by curator". -georeferenceRemarks.name=georeferenceRemarks -georeferenceRemarks.uri=http://rs.tdwg.org/dwc/terms/georeferenceRemarks -georeferenceRemarks.label=Georeference Remarks -georeferenceRemarks.definition=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. -georeferenceRemarks.comment=Example: "assumed distance by road (Hwy. 101)" -geologicalContextID.name=geologicalContextID -geologicalContextID.uri=http://rs.tdwg.org/dwc/terms/geologicalContextID -geologicalContextID.label=Geological Context ID -geologicalContextID.definition=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. -geologicalContextID.comment= -earliestEonOrLowestEonothem.name=earliestEonOrLowestEonothem -earliestEonOrLowestEonothem.uri=http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem -earliestEonOrLowestEonothem.label=Earliest Eon Or Lowest Eonothem -earliestEonOrLowestEonothem.definition=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. -earliestEonOrLowestEonothem.comment=Examples: "Phanerozoic", "Proterozoic" -latestEonOrHighestEonothem.name=latestEonOrHighestEonothem -latestEonOrHighestEonothem.uri=http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem -latestEonOrHighestEonothem.label=Latest Eon Or Highest Eonothem -latestEonOrHighestEonothem.definition=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. -latestEonOrHighestEonothem.comment=Examples: "Phanerozoic", "Proterozoic" -earliestEraOrLowestErathem.name=earliestEraOrLowestErathem -earliestEraOrLowestErathem.uri=http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem -earliestEraOrLowestErathem.label=Earliest Era Or Lowest Erathem -earliestEraOrLowestErathem.definition=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. -earliestEraOrLowestErathem.comment=Examples: "Cenozoic", "Mesozoic" -latestEraOrHighestErathem.name=latestEraOrHighestErathem -latestEraOrHighestErathem.uri=http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem -latestEraOrHighestErathem.label=Latest Era Or Highest Erathem -latestEraOrHighestErathem.definition=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. -latestEraOrHighestErathem.comment=Examples: "Cenozoic", "Mesozoic" -earliestPeriodOrLowestSystem.name=earliestPeriodOrLowestSystem -earliestPeriodOrLowestSystem.uri=http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem -earliestPeriodOrLowestSystem.label=Earliest Period Or Lowest System -earliestPeriodOrLowestSystem.definition=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. -earliestPeriodOrLowestSystem.comment=Examples: "Neogene", "Tertiary", "Quaternary" -latestPeriodOrHighestSystem.name=latestPeriodOrHighestSystem -latestPeriodOrHighestSystem.uri=http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem -latestPeriodOrHighestSystem.label=Latest Period Or Highest System -latestPeriodOrHighestSystem.definition=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. -latestPeriodOrHighestSystem.comment=Examples: "Neogene", "Tertiary", "Quaternary" -earliestEpochOrLowestSeries.name=earliestEpochOrLowestSeries -earliestEpochOrLowestSeries.uri=http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries -earliestEpochOrLowestSeries.label=Earliest Epoch Or Lowest Series -earliestEpochOrLowestSeries.definition=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. -earliestEpochOrLowestSeries.comment=Examples: "Holocene", "Pleistocene", "Ibexian Series" -latestEpochOrHighestSeries.name=latestEpochOrHighestSeries -latestEpochOrHighestSeries.uri=http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries -latestEpochOrHighestSeries.label=Latest Epoch Or Highest Series -latestEpochOrHighestSeries.definition=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. -latestEpochOrHighestSeries.comment=Examples: "Holocene", "Pleistocene", "Ibexian Series" -earliestAgeOrLowestStage.name=earliestAgeOrLowestStage -earliestAgeOrLowestStage.uri=http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage -earliestAgeOrLowestStage.label=Earliest Age Or Lowest Stage -earliestAgeOrLowestStage.definition=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. -earliestAgeOrLowestStage.comment=Examples: "Atlantic", "Boreal", "Skullrockian" -latestAgeOrHighestStage.name=latestAgeOrHighestStage -latestAgeOrHighestStage.uri=http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage -latestAgeOrHighestStage.label=Latest AgeOr Highest Stage -latestAgeOrHighestStage.definition=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. -latestAgeOrHighestStage.comment=Examples: "Atlantic", "Boreal", "Skullrockian" -lowestBiostratigraphicZone.name=lowestBiostratigraphicZone -lowestBiostratigraphicZone.uri=http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone -lowestBiostratigraphicZone.label=Lowest Biostratigraphic Zone -lowestBiostratigraphicZone.definition=The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. -lowestBiostratigraphicZone.comment= -highestBiostratigraphicZone.name=highestBiostratigraphicZone -highestBiostratigraphicZone.uri=http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone -highestBiostratigraphicZone.label=Highest Biostratigraphic Zone -highestBiostratigraphicZone.definition=The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. -highestBiostratigraphicZone.comment= -lithostratigraphicTerms.name=lithostratigraphicTerms -lithostratigraphicTerms.uri=http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms -lithostratigraphicTerms.label=Lithostratigraphic Terms -lithostratigraphicTerms.definition=The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. -lithostratigraphicTerms.comment= -group.name=group -group.uri=http://rs.tdwg.org/dwc/terms/group -group.label=Group -group.definition=The full name of the lithostratigraphic group from which the cataloged item was collected. -group.comment= -formation.name=formation -formation.uri=http://rs.tdwg.org/dwc/terms/formation -formation.label=Formation -formation.definition=The full name of the lithostratigraphic formation from which the cataloged item was collected. -formation.comment=Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation" -member.name=member -member.uri=http://rs.tdwg.org/dwc/terms/member -member.label=Member -member.definition=The full name of the lithostratigraphic member from which the cataloged item was collected. -member.comment=Examples: "Lava Dam Member", "Hellnmaria Member" -bed.name=bed -bed.uri=http://rs.tdwg.org/dwc/terms/bed -bed.label=Bed -bed.definition=The full name of the lithostratigraphic bed from which the cataloged item was collected. -bed.comment= -identificationID.name=identificationID -identificationID.uri=http://rs.tdwg.org/dwc/terms/identificationID -identificationID.label=Identification ID -identificationID.definition=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. -identificationID.comment= -identificationQualifier.name=identificationQualifier -identificationQualifier.uri=http://rs.tdwg.org/dwc/terms/identificationQualifier -identificationQualifier.label=Identification Qualifier -identificationQualifier.definition=A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification. -identificationQualifier.comment=Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. -typeStatus.name=typeStatus -typeStatus.uri=http://rs.tdwg.org/dwc/terms/typeStatus -typeStatus.label=Type Status -typeStatus.definition=A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject. -typeStatus.comment=The 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". -identifiedBy.name=identifiedBy -identifiedBy.uri=http://rs.tdwg.org/dwc/terms/identifiedBy -identifiedBy.label=Identified By -identifiedBy.definition=A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject. -identifiedBy.comment=The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". -dateIdentified.name=dateIdentified -dateIdentified.uri=http://rs.tdwg.org/dwc/terms/dateIdentified -dateIdentified.label=Date Identified -dateIdentified.definition=The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -dateIdentified.comment=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. -identificationReferences.name=identificationReferences -identificationReferences.uri=http://rs.tdwg.org/dwc/terms/identificationReferences -identificationReferences.label=Identification References -identificationReferences.definition=A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification. -identificationReferences.comment=The 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.". -identificationVerificationStatus.name=identificationVerificationStatus -identificationVerificationStatus.uri=http://rs.tdwg.org/dwc/terms/identificationVerificationStatus -identificationVerificationStatus.label=Identification Verification Status -identificationVerificationStatus.definition=A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. -identificationVerificationStatus.comment=Examples: "0", "4" -identificationRemarks.name=identificationRemarks -identificationRemarks.uri=http://rs.tdwg.org/dwc/terms/identificationRemarks -identificationRemarks.label=Identification Remarks -identificationRemarks.definition=Comments or notes about the Identification. -identificationRemarks.comment=Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." -taxonID.name=taxonID -taxonID.uri=http://rs.tdwg.org/dwc/terms/taxonID -taxonID.label=Taxon ID -taxonID.definition=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. -taxonID.comment=Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567" -scientificNameID.name=scientificNameID -scientificNameID.uri=http://rs.tdwg.org/dwc/terms/scientificNameID -scientificNameID.label=Scientific Name ID -scientificNameID.definition=An identifier for the nomenclatural (not taxonomic) details of a scientific name. -scientificNameID.comment=Example: "urn:lsid:ipni.org:names:37829-1:1.3" -acceptedNameUsageID.name=acceptedNameUsageID -acceptedNameUsageID.uri=http://rs.tdwg.org/dwc/terms/acceptedNameUsageID -acceptedNameUsageID.label=Accepted Name Usage ID -acceptedNameUsageID.definition=An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon. -acceptedNameUsageID.comment=Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" -parentNameUsageID.name=parentNameUsageID -parentNameUsageID.uri=http://rs.tdwg.org/dwc/terms/parentNameUsageID -parentNameUsageID.label=Parent Name Usage ID -parentNameUsageID.definition=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. -parentNameUsageID.comment=Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" -originalNameUsageID.name=originalNameUsageID -originalNameUsageID.uri=http://rs.tdwg.org/dwc/terms/originalNameUsageID -originalNameUsageID.label=Original Name Usage ID -originalNameUsageID.definition=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. -originalNameUsageID.comment=Example: "http://species.gbif.org/abies_alba_1753" -nameAccordingToID.name=nameAccordingToID -nameAccordingToID.uri=http://rs.tdwg.org/dwc/terms/nameAccordingToID -nameAccordingToID.label=Name According To ID -nameAccordingToID.definition=An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo. -nameAccordingToID.comment=Example: "doi:10.1016/S0269-915X(97)80026-2" -namePublishedInID.name=namePublishedInID -namePublishedInID.uri=http://rs.tdwg.org/dwc/terms/namePublishedInID -namePublishedInID.label=Name Published In ID -namePublishedInID.definition=An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. -namePublishedInID.comment=Example: "http://hdl.handle.net/10199/7" -taxonConceptID.name=taxonConceptID -taxonConceptID.uri=http://rs.tdwg.org/dwc/terms/taxonConceptID -taxonConceptID.label=Taxon Concept ID -taxonConceptID.definition=An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon. -taxonConceptID.comment=Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" -scientificName.name=scientificName -scientificName.uri=http://rs.tdwg.org/dwc/terms/scientificName -scientificName.label=Scientific Name -scientificName.definition=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. -scientificName.comment=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) -acceptedNameUsage.name=acceptedNameUsage -acceptedNameUsage.uri=http://rs.tdwg.org/dwc/terms/acceptedNameUsage -acceptedNameUsage.label=Accepted Name Usage -acceptedNameUsage.definition=The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon. -acceptedNameUsage.comment=Example: "Tamias minimus" valid name for "Eutamias minimus" -parentNameUsage.name=parentNameUsage -parentNameUsage.uri=http://rs.tdwg.org/dwc/terms/parentNameUsage -parentNameUsage.label=Parent Name Usage -parentNameUsage.definition=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. -parentNameUsage.comment=Examples: "Rubiaceae", "Gruiformes", "Testudinae" -originalNameUsage.name=originalNameUsage -originalNameUsage.uri=http://rs.tdwg.org/dwc/terms/originalNameUsage -originalNameUsage.label=Original Name Usage -originalNameUsage.definition=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. -originalNameUsage.comment=Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768" -nameAccordingTo.name=nameAccordingTo -nameAccordingTo.uri=http://rs.tdwg.org/dwc/terms/nameAccordingTo -nameAccordingTo.label=Name According To -nameAccordingTo.definition=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. -nameAccordingTo.comment=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" -namePublishedIn.name=namePublishedIn -namePublishedIn.uri=http://rs.tdwg.org/dwc/terms/namePublishedIn -namePublishedIn.label=Name Published In -namePublishedIn.definition=A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. -namePublishedIn.comment=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" -namePublishedInYear.name=namePublishedInYear -namePublishedInYear.uri=http://rs.tdwg.org/dwc/terms/namePublishedInYear -namePublishedInYear.label=Name Published In Year -namePublishedInYear.definition=The four-digit year in which the scientificName was published. -namePublishedInYear.comment=Examples: "1915", "2008" -higherClassification.name=higherClassification -higherClassification.uri=http://rs.tdwg.org/dwc/terms/higherClassification -higherClassification.label=Higher Classification -higherClassification.definition=A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. -higherClassification.comment=The 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". -kingdom.name=kingdom -kingdom.uri=http://rs.tdwg.org/dwc/terms/kingdom -kingdom.label=Kingdom -kingdom.definition=The full scientific name of the kingdom in which the taxon is classified. -kingdom.comment=Examples: "Animalia", "Plantae" -phylum.name=phylum -phylum.uri=http://rs.tdwg.org/dwc/terms/phylum -phylum.label=Phylum -phylum.definition=The full scientific name of the phylum or division in which the taxon is classified. -phylum.comment=Examples: "Chordata" (phylum), "Bryophyta" (division) -class.name=class -class.uri=http://rs.tdwg.org/dwc/terms/class -class.label=Class -class.definition=The full scientific name of the class in which the taxon is classified. -class.comment=Examples: "Mammalia", "Hepaticopsida" -order.name=order -order.uri=http://rs.tdwg.org/dwc/terms/order -order.label=Order -order.definition=The full scientific name of the order in which the taxon is classified. -order.comment=Examples: "Carnivora", "Monocleales" -family.name=family -family.uri=http://rs.tdwg.org/dwc/terms/family -family.label=Family -family.definition=The full scientific name of the family in which the taxon is classified. -family.comment=Examples: "Felidae", "Monocleaceae" -genus.name=genus -genus.uri=http://rs.tdwg.org/dwc/terms/genus -genus.label=Genus -genus.definition=The full scientific name of the genus in which the taxon is classified. -genus.comment=Examples: "Puma", "Monoclea" -subgenus.name=subgenus -subgenus.uri=http://rs.tdwg.org/dwc/terms/subgenus -subgenus.label=Subgenus -subgenus.definition=The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion. -subgenus.comment=Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella" -specificEpithet.name=specificEpithet -specificEpithet.uri=http://rs.tdwg.org/dwc/terms/specificEpithet -specificEpithet.label=Specific Epithet -specificEpithet.definition=The name of the first or species epithet of the scientificName. -specificEpithet.comment=Examples: "concolor", "gottschei" -infraspecificEpithet.name=infraspecificEpithet -infraspecificEpithet.uri=http://rs.tdwg.org/dwc/terms/infraspecificEpithet -infraspecificEpithet.label=Infraspecific Epithet -infraspecificEpithet.definition=The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation. -infraspecificEpithet.comment=Examples: "concolor", "oxyadenia", "sayi" -taxonRank.name=taxonRank -taxonRank.uri=http://rs.tdwg.org/dwc/terms/taxonRank -taxonRank.label=Taxon Rank -taxonRank.definition=The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. -taxonRank.comment=Examples: "subspecies", "varietas", "forma", "species", "genus" -verbatimTaxonRank.name=verbatimTaxonRank -verbatimTaxonRank.uri=http://rs.tdwg.org/dwc/terms/verbatimTaxonRank -verbatimTaxonRank.label=Verbatim Taxon Rank -verbatimTaxonRank.definition=The taxonomic rank of the most specific name in the scientificName as it appears in the original record. -verbatimTaxonRank.comment=Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var." -scientificNameAuthorship.name=scientificNameAuthorship -scientificNameAuthorship.uri=http://rs.tdwg.org/dwc/terms/scientificNameAuthorship -scientificNameAuthorship.label=Scientific Name Authorship -scientificNameAuthorship.definition=The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode. -scientificNameAuthorship.comment=Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)" -vernacularName.name=vernacularName -vernacularName.uri=http://rs.tdwg.org/dwc/terms/vernacularName -vernacularName.label=Vernacular Name -vernacularName.definition=A common or vernacular name. -vernacularName.comment=Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier" -nomenclaturalCode.name=nomenclaturalCode -nomenclaturalCode.uri=http://rs.tdwg.org/dwc/terms/nomenclaturalCode -nomenclaturalCode.label=Nomenclatural Code -nomenclaturalCode.definition=The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary. -nomenclaturalCode.comment=Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN" -taxonomicStatus.name=taxonomicStatus -taxonomicStatus.uri=http://rs.tdwg.org/dwc/terms/taxonomicStatus -taxonomicStatus.label=Taxonomic Status -taxonomicStatus.definition=The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary. -taxonomicStatus.comment=Examples: "invalid", "misapplied", "homotypic synonym", "accepted" -nomenclaturalStatus.name=nomenclaturalStatus -nomenclaturalStatus.uri=http://rs.tdwg.org/dwc/terms/nomenclaturalStatus -nomenclaturalStatus.label=Nomenclatural Status -nomenclaturalStatus.definition=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. -nomenclaturalStatus.comment=Examples: "nom. ambig.", "nom. illeg.", "nom. subnud." -taxonRemarks.name=taxonRemarks -taxonRemarks.uri=http://rs.tdwg.org/dwc/terms/taxonRemarks -taxonRemarks.label=Taxon Remarks -taxonRemarks.definition=Comments or notes about the taxon or name. -taxonRemarks.comment=Example: "this name is a misspelling in common use" -resourceRelationshipID.name=resourceRelationshipID -resourceRelationshipID.uri=http://rs.tdwg.org/dwc/terms/resourceRelationshipID -resourceRelationshipID.label=Resource Relationship ID -resourceRelationshipID.definition=An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object). -resourceRelationshipID.comment= -resourceID.name=resourceID -resourceID.uri=http://rs.tdwg.org/dwc/terms/resourceID -resourceID.label=Resource ID -resourceID.definition=An identifier for the resource that is the subject of the relationship. -resourceID.comment= -relatedResourceID.name=relatedResourceID -relatedResourceID.uri=http://rs.tdwg.org/dwc/terms/relatedResourceID -relatedResourceID.label=Related Resource ID -relatedResourceID.definition=An identifier for a related resource (the object, rather than the subject of the relationship). -relatedResourceID.comment= -relationshipOfResource.name=relationshipOfResource -relationshipOfResource.uri=http://rs.tdwg.org/dwc/terms/relationshipOfResource -relationshipOfResource.label=Relationship Of Resource -relationshipOfResource.definition=The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary. -relationshipOfResource.comment=Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within" -relationshipAccordingTo.name=relationshipAccordingTo -relationshipAccordingTo.uri=http://rs.tdwg.org/dwc/terms/relationshipAccordingTo -relationshipAccordingTo.label=Relationship According To -relationshipAccordingTo.definition=The source (person, organization, publication, reference) establishing the relationship between the two resources. -relationshipAccordingTo.comment=Example: "Julie Woodruff" -relationshipEstablishedDate.name=relationshipEstablishedDate -relationshipEstablishedDate.uri=http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate -relationshipEstablishedDate.label=Relationship Established Date -relationshipEstablishedDate.definition=The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -relationshipEstablishedDate.comment=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. -relationshipRemarks.name=relationshipRemarks -relationshipRemarks.uri=http://rs.tdwg.org/dwc/terms/relationshipRemarks -relationshipRemarks.label=Relationship Remarks -relationshipRemarks.definition=Comments or notes about the relationship between the two resources. -relationshipRemarks.comment=Examples: "mother and offspring collected from the same nest", "pollinator captured in the act" -measurementID.name=measurementID -measurementID.uri=http://rs.tdwg.org/dwc/terms/measurementID -measurementID.label=Measurement ID -measurementID.definition=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. -measurementID.comment= -measurementType.name=measurementType -measurementType.uri=http://rs.tdwg.org/dwc/terms/measurementType -measurementType.label=Measurement Type -measurementType.definition=The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary. -measurementType.comment=Examples: "tail length", "temperature", "trap line length", "survey area", "trap type" -measurementValue.name=measurementValue -measurementValue.uri=http://rs.tdwg.org/dwc/terms/measurementValue -measurementValue.label=Measurement Value -measurementValue.definition=The value of the measurement, fact, characteristic, or assertion. -measurementValue.comment=Examples: "45", "20", "1", "14.5", "UV-light" -measurementAccuracy.name=measurementAccuracy -measurementAccuracy.uri=http://rs.tdwg.org/dwc/terms/measurementAccuracy -measurementAccuracy.label=Measurement Accuracy -measurementAccuracy.definition=The description of the potential error associated with the measurementValue. -measurementAccuracy.comment=Examples: "0.01", "normal distribution with variation of 2 m" -measurementUnit.name=measurementUnit -measurementUnit.uri=http://rs.tdwg.org/dwc/terms/measurementUnit -measurementUnit.label=Measurement Unit -measurementUnit.definition=The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI). -measurementUnit.comment=Examples: "mm", "C", "km", "ha" -measurementDeterminedBy.name=measurementDeterminedBy -measurementDeterminedBy.uri=http://rs.tdwg.org/dwc/terms/measurementDeterminedBy -measurementDeterminedBy.label=Measurement Determined By -measurementDeterminedBy.definition=A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. -measurementDeterminedBy.comment=The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". -measurementDeterminedDate.name=measurementDeterminedDate -measurementDeterminedDate.uri=http://rs.tdwg.org/dwc/terms/measurementDeterminedDate -measurementDeterminedDate.label=Measurement Determined Date -measurementDeterminedDate.definition=The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). -measurementDeterminedDate.comment=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. -measurementMethod.name=measurementMethod -measurementMethod.uri=http://rs.tdwg.org/dwc/terms/measurementMethod -measurementMethod.label=Measurement Method -measurementMethod.definition=A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion. -measurementMethod.comment=Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation -measurementRemarks.name=measurementRemarks -measurementRemarks.uri=http://rs.tdwg.org/dwc/terms/measurementRemarks -measurementRemarks.label=Measurement Remarks -measurementRemarks.definition=Comments or notes accompanying the MeasurementOrFact. -measurementRemarks.comment=Example: "tip of tail missing" diff --git a/resources/simple_dwc_MSAccess.mdb b/resources/simple_dwc_MSAccess.mdb deleted file mode 100644 index 6dc564c9d3bc42fbbe4a85945cbb7a7595350594..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 557056 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 P<}TG-h0C-QyMFe+cAJu5 diff --git a/resources/simple_dwc_MySQL.sql b/resources/simple_dwc_MySQL.sql deleted file mode 100644 index 792a533..0000000 --- a/resources/simple_dwc_MySQL.sql +++ /dev/null @@ -1,172 +0,0 @@ -CREATE TABLE simpledwc ( -type VARCHAR(32), -modified DATETIME, -language CHAR(2), -license TEXT, -rightsHolder varchar(255), -accessRights TEXT, -bibliographicCitation varchar(255), -references TEXT, -institutionID varchar(255), -collectionID varchar(255), -datasetID varchar(255), -institutionCode varchar(64), -collectionCode varchar(64), -datasetName varchar(255), -ownerInstitutionCode varchar(32), -basisOfRecord varchar(32), -informationWithheld TEXT, -dataGeneralizations TEXT, -dynamicProperties TEXT, -occurrenceID varchar(255), -catalogNumber varchar(32), -recordNumber varchar(32), -recordedBy varchar(255), -individualCount INTEGER, -organismQuantity varchar(20), -organismQuantityType varchar(32), -sex varchar(32), -lifeStage varchar(32), -reproductiveCondition varchar(255), -behavior varchar(255), -establishmentMeans varchar(32), -occurrenceStatus varchar(32), -preparations varchar(255), -disposition varchar(32), -associatedMedia TEXT, -associatedReferences TEXT, -associatedSequences TEXT, -associatedTaxa TEXT, -otherCatalogNumbers varchar(255), -occurrenceRemarks TEXT, -organismID varchar(255), -organismName varchar(32), -organismScope varchar(32), -associatedOccurrences TEXT, -associatedOrganisms TEXT, -previousIdentifications TEXT, -organismRemarks TEXT, -materialSampleID varchar(255), -eventID varchar(255), -parentEventID varchar(255), -fieldNumber varchar(255), -eventDate DATETIME, -eventTime TIME, -startDayOfYear INTEGER, -endDayOfYear INTEGER, -year INTEGER, -month INTEGER, -day INTEGER, -verbatimEventDate varchar(255), -habitat varchar(255), -samplingProtocol TEXT, -samplingEffort varchar(255), -sampleSizeValue varchar(20), -sampleSizeUnit varchar(32), -fieldNotes TEXT, -eventRemarks TEXT, -locationID varchar(255), -higherGeographyID varchar(255), -higherGeography varchar(255), -continent varchar(32), -waterBody varchar(255), -islandGroup varchar(255), -island varchar(255), -country varchar(64), -countryCode varchar(2), -stateProvince varchar(255), -county varchar(255), -municipality varchar(255), -locality TEXT, -verbatimLocality TEXT, -minimumElevationInMeters DECIMAL(6,2), -maximumElevationInMeters DECIMAL(6,2), -verbatimElevation varchar(255), -minimumDepthInMeters DECIMAL(6,2), -maximumDepthInMeters DECIMAL(6,2), -verbatimDepth varchar(255), -minimumDistanceAboveSurfaceInMeters DECIMAL(6,2), -maximumDistanceAboveSurfaceInMeters DECIMAL(6,2), -locationAccordingTo varchar(255), -locationRemarks TEXT, -decimalLatitude DECIMAL(9,7), -decimalLongitude DECIMAL(10,7), -geodeticDatum varchar(255), -coordinateUncertaintyInMeters DECIMAL (10,2), -coordinatePrecision DECIMAL(9,7), -pointRadiusSpatialFit DOUBLE, -verbatimCoordinates varchar(255), -verbatimLatitude varchar(32), -verbatimLongitude varchar(32), -verbatimCoordinateSystem varchar(255), -verbatimSRS varchar(255), -footprintWKT TEXT, -footprintSRS varchar(255), -footprintSpatialFit DOUBLE, -georeferencedBy varchar(255), -georeferencedDate DATETIME, -georeferenceProtocol varchar(255), -georeferenceSources TEXT, -georeferenceVerificationStatus varchar(32), -georeferenceRemarks TEXT, -geologicalContextID varchar(255), -earliestEonOrLowestEonothem varchar(255), -latestEonOrHighestEonothem varchar(255), -earliestEraOrLowestErathem varchar(255), -latestEraOrHighestErathem varchar(255), -earliestPeriodOrLowestSystem varchar(255), -latestPeriodOrHighestSystem varchar(255), -earliestEpochOrLowestSeries varchar(255), -latestEpochOrHighestSeries varchar(255), -earliestAgeOrLowestStage varchar(255), -latestAgeOrHighestStage varchar(255), -lowestBiostratigraphicZone varchar(255), -highestBiostratigraphicZone varchar(255), -lithostratigraphicTerms varchar(255), -group varchar(255), -formation varchar(255), -member varchar(255), -bed varchar(255), -identificationID varchar(255), -identificationQualifier varchar(255), -typeStatus varchar(255), -identifiedBy varchar(255), -dateIdentified DATETIME, -identificationReferences TEXT, -identificationVerificationStatus varchar(32), -identificationRemarks TEXT, -taxonID varchar(255), -scientificNameID varchar(255), -acceptedNameUsageID varchar(255), -parentNameUsageID varchar(255), -originalNameUsageID varchar(255), -nameAccordingToID varchar(255), -namePublishedInID varchar(255), -taxonConceptID varchar(255), -scientificName varchar(255), -acceptedNameUsage varchar(255), -parentNameUsage varchar(255), -originalNameUsage varchar(255), -nameAccordingTo varchar(255), -namePublishedIn varchar(255), -namePublishedInYear INTEGER, -higherClassification varchar(255), -kingdom varchar(32), -phylum varchar(255), -class varchar(255), -order varchar(255), -family varchar(255), -genus varchar(255), -subgenus varchar(255), -specificEpithet varchar(255), -infraspecificEpithet varchar(255), -taxonRank varchar(32), -verbatimTaxonRank varchar(255), -scientificNameAuthorship varchar(255), -vernacularName varchar(255), -nomenclaturalCode varchar(32), -taxonomicStatus varchar(32), -nomenclaturalStatus varchar(32), -taxonRemarks TEXT -); - diff --git a/resources/simple_dwc_pgsql.sql b/resources/simple_dwc_pgsql.sql deleted file mode 100644 index 2c72353..0000000 --- a/resources/simple_dwc_pgsql.sql +++ /dev/null @@ -1,182 +0,0 @@ -CREATE TABLE dwc ( - "type" text, - "modified" timestamp, - "language" varchar(2), - "license" text, - "rightsHolder" text, - "accessRights" text, - "bibliographicCitation" text, - "references" text, - "institutionID" text, - "collectionID" text, - "datasetID" text, - "institutionCode" text, - "collectionCode" text, - "datasetName" text, - "ownerInstitutionCode" text, - "basisOfRecord" text, - "informationWithheld" text, - "dataGeneralizations" text, - "dynamicProperties" text, - "occurrenceID" text, - "catalogNumber" text, - "recordNumber" text, - "recordedBy" text, - "individualCount" integer, - "sex" text, - "lifeStage" text, - "reproductiveCondition" text, - "behavior" text, - "establishmentMeans" text, - "occurrenceStatus" text, - "preparations" text, - "disposition" text, - "associatedMedia" text, - "associatedReferences" text, - "associatedSequences" text, - "associatedTaxa" text, - "otherCatalogNumbers" text, - "occurrenceRemarks" text, - "organismID" text, - "organismName" text, - "organismScope" text, - "associatedOccurrences" text, - "associatedOrganisms" text, - "previousIdentifications" text, - "organismRemarks" text, - "materialSampleID" text, - "eventID" text, - "fieldNumber" text, - "eventDate" timestamp, - "eventTime" time, - "startDayOfYear" integer, - "endDayOfYear" integer, - "year" integer, - "month" integer, - "day" integer, - "verbatimEventDate" text, - "habitat" text, - "samplingProtocol" text, - "samplingEffort" text, - "fieldNotes" text, - "eventRemarks" text, - "locationID" text, - "higherGeographyID" text, - "higherGeography" text, - "continent" text, - "waterBody" text, - "islandGroup" text, - "island" text, - "country" text, - "countryCode" varchar(2), - "stateProvince" text, - "county" text, - "municipality" text, - "locality" text, - "verbatimLocality" text, - "minimumElevationInMeters" decimal(6,2), - "maximumElevationInMeters" decimal(6,2), - "verbatimElevation" text, - "minimumDepthInMeters" decimal(6,2), - "maximumDepthInMeters" decimal(6,2), - "verbatimDepth" text, - "minimumDistanceAboveSurfaceInMeters" decimal(6,2), - "maximumDistanceAboveSurfaceInMeters" decimal(6,2), - "locationAccordingTo" text, - "locationRemarks" text, - "decimalLatitude" decimal(9,7), - "decimalLongitude" decimal(10,7), - "geodeticDatum" text, - "coordinateUncertaintyInMeters" integer, - "coordinatePrecision" text, - "pointRadiusSpatialFit" text, - "verbatimCoordinates" text, - "verbatimLatitude" text, - "verbatimLongitude" text, - "verbatimCoordinateSystem" text, - "verbatimSRS" text, - "footprintWKT" text, - "footprintSRS" text, - "footprintSpatialFit" text, - "georeferencedBy" text, - "georeferencedDate" date, - "georeferenceProtocol" text, - "georeferenceSources" text, - "georeferenceVerificationStatus" text, - "georeferenceRemarks" text, - "geologicalContextID" text, - "earliestEonOrLowestEonothem" text, - "latestEonOrHighestEonothem" text, - "earliestEraOrLowestErathem" text, - "latestEraOrHighestErathem" text, - "earliestPeriodOrLowestSystem" text, - "latestPeriodOrHighestSystem" text, - "earliestEpochOrLowestSeries" text, - "latestEpochOrHighestSeries" text, - "earliestAgeOrLowestStage" text, - "latestAgeOrHighestStage" text, - "lowestBiostratigraphicZone" text, - "highestBiostratigraphicZone" text, - "lithostratigraphicTerms" text, - "group" text, - "formation" text, - "member" text, - "bed" text, - "identificationID" text, - "identificationQualifier" text, - "typeStatus" text, - "identifiedBy" text, - "dateIdentified" date, - "identificationReferences" text, - "identificationVerificationStatus" text, - "identificationRemarks" text, - "taxonID" text, - "scientificNameID" text, - "acceptedNameUsageID" text, - "parentNameUsageID" text, - "originalNameUsageID" text, - "nameAccordingToID" text, - "namePublishedInID" text, - "taxonConceptID" text, - "scientificName" text, - "acceptedNameUsage" text, - "parentNameUsage" text, - "originalNameUsage" text, - "nameAccordingTo" text, - "namePublishedIn" text, - "namePublishedInYear" integer, - "higherClassification" text, - "kingdom" text, - "phylum" text, - "class" text, - "order" text, - "family" text, - "genus" text, - "subgenus" text, - "specificEpithet" text, - "infraspecificEpithet" text, - "taxonRank" text, - "verbatimTaxonRank" text, - "scientificNameAuthorship" text, - "vernacularName" text, - "nomenclaturalCode" text, - "taxonomicStatus" text, - "nomenclaturalStatus" text, - "taxonRemarks" text, - "resourceRelationshipID" text, - "resourceID" text, - "relatedResourceID" text, - "relationshipOfResource" text, - "relationshipAccordingTo" text, - "relationshipEstablishedDate" text, - "relationshipRemarks" text, - "measurementID" text, - "measurementType" text, - "measurementValue" text, - "measurementAccuracy" text, - "measurementUnit" text, - "measurementDeterminedBy" text, - "measurementDeterminedDate" text, - "measurementMethod" text, - "measurementRemarks" text -); diff --git a/terms/decisions.html b/terms/decisions.html deleted file mode 100644 index a56d1c5..0000000 --- a/terms/decisions.html +++ /dev/null @@ -1,593 +0,0 @@ -<<<<<<< HEAD - - - - - - Darwin Core term decisions - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -

1. Introduction

-

From time to time changes are proposed to Darwin Core terms through the process described in the Term Change Policy section of the Darwin Core Namespace Policy [NAMESPACEPOLICY]. This document shows the outcome of decisions based on officially proposed changes.

- -

2. Decisions

- - - - - - - - - - -
Decision-2009-12-07_1
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2009-12-07_1
DescriptionThe recommended controlled vocabulary for dcterms:type was changed from a vocabulary of Darwin Core Classes (Occurrence, Taxon, Location, Event) to the DCMI type vocabulary (PhysicalObject, Event, StillImage, MovingImage, Sound, Text, Dataset) to be consistent with the standard use of that term.
Date2009-12-07
- - - - - - - - - - -
Decision-2009-12-07_2
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2009-12-07_2
DescriptionThe recommended controlled vocabulary for basisOfRecord remains the Darwin Core Type Vocabulary, but the Dublin Core classes StillImage, MovingImage, and Sound were removed from that list as these are to be used as vocabulary for the dcterms:type term.
Date2009-12-07
- - - - - - - - - - -
Decision-2011-10-16_3
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_3
DescriptionThe Dublin Core type vocabulary values StillImage, MovingImage, and Sound have not been added to the list of valid values for Darwin Core type vocabulary pending further insights from the RDF Interest Group about how best to manage basisOfRecord when a record can be "about" more than one subject.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_4
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_4
DescriptionThe recommendation to add alias as an attribute of Darwin Core terms was rejected as being an application-specific recommendation without sufficiently demonstrated community need.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_5
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_5
DescriptionThe label for all terms have been changed to words in English rather than lower camel case term names. This will facilitate discovery with search engines and is consistent with Dublin Core.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_6
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_6
DescriptionThe subclasses for Darwin Core type vocabulary have been removed. These were seen as too constraining when considering biodiversity information in the context of linked data.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_7
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_7
DescriptionThe term Darwin Core term dwc:occurrenceDetails has been deprecated in favor of a new record-level term from the Dublin Core - dcterms:references, which is broader in meaning than the deprecated term.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_8
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_8
DescriptionAdded term namePublishedInYear.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_9
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_9
DescriptionAdded term georeferencedDate.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_10
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_10
DescriptionAdded term identificationVerificationStatus.
Date2011-10-16
- - - - - - - - - - -
Decision-2013-10-09_11
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_11
DescriptionAdded term MaterialSample.
Date2013-10-09
- - - - - - - - - - -
Decision-2013-10-09_12
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_12
DescriptionAdded Darwin Core type vocabulary term MaterialSample.
Date2013-10-09
- - - - - - - - - - -
Decision-2013-10-09_13
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_13
DescriptionAdded term materialSampleID.
Date2013-10-09
- - - - - - - - - - -
Decision-2014-10-26_14
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-26_14
DescriptionAdded class term Organism with associated properties organismID, organismName, organismScope, organismRemarks, and associatedOrganisms. Associated terms previousIdentifications and associatedOccurrences with the new Organism class. Removed the individualID term.
Date2014-10-26
- - - - - - - - - - -
Decision-2014-10-26_15
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-26_15
DescriptionDeprecated the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/dwctype) in favor of the corresponding terms in the dwc namespace (http://rs.tdwg.org/dwc/terms). Added terms PreservedSpecimen, LivingSpecimen, FossilSpecimen, MachineObservation, and HumanObservation to the Darwin Core namespace (http://rs.tdwg.org/dwc/terms).
Date2014-10-26
- - - - - - - - - - -
Decision-2014-10-30_16
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-30_16
DescriptionAdded comments recommending list value separation with ' | ' for terms that can be constructed from concatenated lists. Added comment recommending that dynamicProperties be populated with JSON.
Date2014-10-30
- - - - - - - - - - -
Decision-2014-11-06_17
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-11-06_17
DescriptionDeprecated the Dublin Core rights term in favor of the Dublin Core license term, which is how rights was being promoted since it was first recommended for use in Darwin Core..
Date2014-11-06
-
-
- -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - -======= - - - - - - Darwin Core term decisions - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -

1. Introduction

-

From time to time changes are proposed to Darwin Core terms through the process described in the Term Change Policy section of the Darwin Core Namespace Policy [NAMESPACEPOLICY]. This document shows the outcome of decisions based on officially proposed changes.

- -

2. Decisions

- - - - - - - - - - -
Decision-2009-12-07_1
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2009-12-07_1
DescriptionThe recommended controlled vocabulary for dcterms:type was changed from a vocabulary of Darwin Core Classes (Occurrence, Taxon, Location, Event) to the DCMI type vocabulary (PhysicalObject, Event, StillImage, MovingImage, Sound, Text, Dataset) to be consistent with the standard use of that term.
Date2009-12-07
- - - - - - - - - - -
Decision-2009-12-07_2
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2009-12-07_2
DescriptionThe recommended controlled vocabulary for basisOfRecord remains the Darwin Core Type Vocabulary, but the Dublin Core classes StillImage, MovingImage, and Sound were removed from that list as these are to be used as vocabulary for the dcterms:type term.
Date2009-12-07
- - - - - - - - - - -
Decision-2011-10-16_3
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_3
DescriptionThe Dublin Core type vocabulary values StillImage, MovingImage, and Sound have not been added to the list of valid values for Darwin Core type vocabulary pending further insights from the RDF Interest Group about how best to manage basisOfRecord when a record can be "about" more than one subject.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_4
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_4
DescriptionThe recommendation to add alias as an attribute of Darwin Core terms was rejected as being an application-specific recommendation without sufficiently demonstrated community need.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_5
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_5
DescriptionThe label for all terms have been changed to words in English rather than lower camel case term names. This will facilitate discovery with search engines and is consistent with Dublin Core.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_6
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_6
DescriptionThe subclasses for Darwin Core type vocabulary have been removed. These were seen as too constraining when considering biodiversity information in the context of linked data.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_7
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_7
DescriptionThe term Darwin Core term dwc:occurrenceDetails has been deprecated in favor of a new record-level term from the Dublin Core - dcterms:references, which is broader in meaning than the deprecated term.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_8
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_8
DescriptionAdded term namePublishedInYear.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_9
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_9
DescriptionAdded term georeferencedDate.
Date2011-10-16
- - - - - - - - - - -
Decision-2011-10-16_10
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2011-10-16_10
DescriptionAdded term identificationVerificationStatus.
Date2011-10-16
- - - - - - - - - - -
Decision-2013-10-09_11
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_11
DescriptionAdded term MaterialSample.
Date2013-10-09
- - - - - - - - - - -
Decision-2013-10-09_12
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_12
DescriptionAdded Darwin Core type vocabulary term MaterialSample.
Date2013-10-09
- - - - - - - - - - -
Decision-2013-10-09_13
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2013-10-09_13
DescriptionAdded term materialSampleID.
Date2013-10-09
- - - - - - - - - - -
Decision-2014-10-26_14
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-26_14
DescriptionAdded class term Organism with associated properties organismID, organismName, organismScope, organismRemarks, and associatedOrganisms. Associated terms previousIdentifications and associatedOccurrences with the new Organism class. Removed the individualID term.
Date2014-10-26
- - - - - - - - - - -
Decision-2014-10-26_15
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-26_15
DescriptionDeprecated the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/dwctype) in favor of the corresponding terms in the dwc namespace (http://rs.tdwg.org/dwc/terms). Added terms PreservedSpecimen, LivingSpecimen, FossilSpecimen, MachineObservation, and HumanObservation to the Darwin Core namespace (http://rs.tdwg.org/dwc/terms).
Date2014-10-26
- - - - - - - - - - -
Decision-2014-10-30_16
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-10-30_16
DescriptionAdded comments recommending list value separation with ' | ' for terms that can be constructed from concatenated lists. Added comment recommending that dynamicProperties be populated with JSON.
Date2014-10-30
- - - - - - - - - - -
Decision-2014-11-06_17
Identifierhttp://rs.tdwg.org/dwc/terms/decisions.html#Decision-2014-11-06_17
DescriptionDeprecated the Dublin Core rights term in favor of the Dublin Core license term, which is how rights was being promoted since it was first recommended for use in Darwin Core..
Date2014-11-06
-
-
- -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - ->>>>>>> 3f4250f44d233b1ab4b22dc0864b9b2ff4d7949f diff --git a/terms/dwc_attributes.rdf b/terms/dwc_attributes.rdf deleted file mode 100644 index 228606e..0000000 --- a/terms/dwc_attributes.rdf +++ /dev/null @@ -1,66 +0,0 @@ - - - - - -]> - - -Darwin Core attributes to describe terms in the http://rs.tdwg.org/dwc/terms/ (dwcterms) namespace -The attributes here are those not found in tdwg/Common, dcterms, rdf, or rdfs, but that are required to fully describe the terms in the dwcterms namespace. -BiodiversityInformation Standards (TDWG) -2016-04-25 - - - - - - - Status - Used to indicate if the term is recommended for use or if it is only of historical significance. - Values for this term should be either "recommended" or "historical". - - 2009-01-25 - 2009-01-25 - - - - - - Decision - Used to reference the formal decision that resulted in this version of the term. - Example: "http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-01-20_1" - - 2009-01-25 - 2009-01-25 - - - - - - ABCD Equivalence - Used to show the xpath(s) to the equivalent term(s) in the current version of the Access to Biological Collections Data (ABCD) schema. - Currently mapped to ABCD 2.06b - - 2009-01-25 - 2009-01-25 - - - - - - Organized in Class - Used to organize properties within classes for easier human understanding. - Does not imply domain or range membership in the class. - - 2009-08-24 - 2009-08-24 - - - - - diff --git a/terms/dwc_normative.rdf b/terms/dwc_normative.rdf deleted file mode 100644 index fbfa46d..0000000 --- a/terms/dwc_normative.rdf +++ /dev/null @@ -1,2270 +0,0 @@ - - - - - - -]> - - - Darwin Core Recommended Terms - This document contains a list of Darwin Core terms that have the dwcattributes:status equal to "recommended". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues - Biodiversity Information Standards (TDWG) - 2015-01-12 - http://creativecommons.org/licenses/by/4.0/ - - - - - Accepted Name Usage - The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon. - Example: "Tamias minimus" valid name for "Eutamias minimus" - - 2008-11-19 - 2009-09-21 - - - not in ABCD - - - - Accepted Name Usage ID - An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon. - Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" - - 2009-01-21 - 2009-09-21 - - - - not in ABCD - - - - According To - Abstract term to attribute information to a source. - - 2009-01-21 - 2009-01-21 - - - not in ABCD - - - Associated Media - A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/MultimediaObjects - - - - Associated Occurrences - A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence. - The recommended best practice is to separate the values with a vertical bar (' | '). - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - - - - Associated Organisms - A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism. - The 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" - - 2014-10-23 - 2014-10-23 - - - not in ABCD - - - - Associated References - A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence. - The 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.". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/UnitReferences - - - - Associated Sequences - A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant - - - - Associated Taxa - A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa - - - - Basis of Record - The specific nature of the data record. - Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation" - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/RecordBasis - - - Bed - The full name of the lithostratigraphic bed from which the cataloged item was collected. - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Behavior - A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. - Examples: "roosting", "foraging", "running" - - 2009-03-06 - 2009-04-24 - - - not in ABCD - - - - Catalog Number - An identifier (preferably unique) for the record within the data set or collection. - Examples: "2008.1334", "145732a", "145732" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/UnitID - - - - Class - The full scientific name of the class in which the taxon is classified. - Examples: "Mammalia", "Hepaticopsida" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis - - - - Collection Code - The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived. - Examples: "Mammals", "Hildebrandt", "eBird" - - 2008-11-19 - 2013-10-04 - - - DataSets/DataSet/Units/Unit/SourceID - - - Collection ID - An identifier for the collection or dataset from which the record was derived. - 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/SourceID - - - Continent - The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America" - - 2008-11-19 - 2013-10-04 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent - - - - Coordinate Precision - A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude. - Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree) - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement - - - - Coordinate Uncertainty In Meters - 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. - 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). - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters - - - - Country - The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Examples: "Denmark", "Colombia", "España" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Country/Name - - - - Country Code - The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes. - Examples: "AR" for Argentina, "SV" for El Salvador - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code - - - - County - The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs. - Examples: "Missoula", "Los Lagos", "Mataró" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County - - - - Data Generalizations - 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. - Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" - - 2008-11-19 - 2009-04-24 - - - not in ABCD - - - Dataset ID - An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution. - - 2008-11-19 - 2009-09-11 - - - - DataSets/DataSet/DataSetGUID - - - Dataset Name - The name identifying the data set from which the record was derived. - Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures" - - 2009-09-11 - 2009-09-11 - - - DataSets/DataSet/Units/Unit/SourceID - - - Date Identified - The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). - 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. - - 2008-11-19 - 2009-08-24 - - - - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - - - - Day - The integer day of the month on which the Event occurred. - Examples: "9", "28" - - 2008-11-19 - 2009-04-24 - - - accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - - - - Decimal Latitude - 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. - Example: "-41.0983423" - - 2008-11-19 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - - - - Decimal Longitude - 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. - Example: "-121.1761111" - - 2008-11-19 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - - - - Disposition - The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary. - Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition - - - - Dynamic Properties - A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content. - The 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, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}". - - 2008-11-19 - 2014-10-23 - - - not in ABCD - - - Earliest Age Or Lowest Stage - 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. - Examples: "Atlantic", "Boreal", "Skullrockian" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Earliest Eon Or Lowest Eonothem - 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. - Examples: "Phanerozoic", "Proterozoic" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Earliest Epoch Or Lowest Series - 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. - Examples: "Holocene", "Pleistocene", "Ibexian Series" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Earliest Era Or Lowest Erathem - 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. - Examples: "Cenozoic", "Mesozoic" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Earliest Period Or Lowest System - 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. - Examples: "Neogene", "Tertiary", "Quaternary" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - End Day Of Year - 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). - Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd - - - - Establishment Means - The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary. - Examples: "native", "introduced", "naturalised", "invasive", "managed" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans - - - - Event - An action that occurs at some location during some time. - Examples: A specimen collection process. A machine observation. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering - - - Event Date - The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). - 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. - - 2009-04-24 - 2009-07-01 - - - - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - - - - Event ID - 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. - - 2008-11-19 - 2009-04-24 - - - - DataSets/DataSet/Units/Unit/Gathering/Code - - - - Event Remarks - Comments or notes about the Event. - Example: "after the recent rains the river is nearly at flood stage" - - 2009-01-18 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Notes - - - - Event Time - The time or interval during which an Event occurred. 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. - - 2009-04-24 - 2009-04-24 - - - accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - - - - Family - The full scientific name of the family in which the taxon is classified. - Examples: "Felidae", "Monocleaceae" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia - - - - Field Notes - 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. - Example: "notes available in Grinnell-Miller Library" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/FieldNotes - - - - Field Number - An identifier given to the event in the field. Often serves as a link between field notes and the Event. - Example: "RV Sol 87-03-08" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Code - - - - Footprint Spatial Fit - 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. - Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) - - - - Footprint SRS - 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. - 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]]" without the enclosing quotes. - - 2009-07-06 - 2009-07-06 - - - not in ABCD - - - - Footprint WKT - 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. - 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)) - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) - - - - Formation - The full name of the lithostratigraphic formation from which the cataloged item was collected. - Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Fossil Specimen - A preserved specimen that is a fossil. - - 2014-10-23 - 2014-10-23 - - - RecordBasisEnum/FossileSpecimen - - - Genus - The full scientific name of the genus in which the taxon is classified. - Examples: "Puma", "Monoclea" - - 2008-11-19 - 2009-08-24 - - - {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} - - - - Geodetic Datum - The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". - Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" - - 2008-11-19 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum - - - - Geological Context - Geological information, such as stratigraphy, that qualifies a region or place. - Example: A lithostratigraphic layer. - - 2009-07-06 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering/Stratigraphy - - - Geological Context ID - 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. - - 2009-07-06 - 2009-07-06 - - - - not in ABCD - - - - Georeferenced By - A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location. - The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". - - 2009-01-21 - 2014-10-23 - - - - not in ABCD - - - - Georeferenced Date - The date on which the Location was georeferenced. 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. - - 2011-10-16 - 2011-10-16 - - - - not in ABCD - - - - Georeference Protocol - A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. - 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" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod - - - - Georeference Remarks - 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. - Example: "assumed distance by road (Hwy. 101)" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks - - - - Georeference Sources - 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. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources - - - - Georeference Verification Status - A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary. - Examples: "requires verification", "verified by collector", "verified by curator". - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus - - - - Group - The full name of the lithostratigraphic group from which the cataloged item was collected. - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Habitat - A category or description of the habitat in which the Event occurred. - Examples: "oak savanna", "pre-cordilleran steppe" - - 2008-11-19 - 2009-05-17 - - - DataSets/DataSet/Units/Unit/Gathering/Biotope/Text - - - - Higher Classification - A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. - The 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". - - 2008-11-19 - 2014-10-23 - - - not in ABCD - - - - Higher Geography - A list (concatenated and separated) of geographic names less specific than the information captured in the locality term. - The 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. - - 2008-11-19 - 2014-10-23 - - - {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} - - - - Higher Geography ID - An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina - - 2009-01-21 - 2009-04-24 - - - - not in ABCD - - - - Highest Biostratigraphic Zone - The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Human Observation - An output of a human observation process. - - 2014-10-23 - 2014-10-23 - - - RecordBasisEnum/HumanObservation - - - Identification - A taxonomic determination (e.g., the assignment to a taxon). - Example: A subspecies determination of an organism. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Identifications/Identification - - - Identification ID - 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. - - 2008-11-19 - 2009-04-24 - - - - not in ABCD - - - - Identification Qualifier - A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification. - Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier - - - - Identification References - A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification. - The 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.". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/References - - - - Identification Remarks - Comments or notes about the Identification. - Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/Notes - - - - Identification Verification Status - A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. - Examples: "0", "4" - - 2011-10-16 - 2011-10-16 - - - not in ABCD - - - - Identified By - A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject. - The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". - - 2008-11-19 - 2014-10-23 - - - - DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText - - - - Individual Count - The number of individuals represented present at the time of the Occurrence. - Examples: "1", "25" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue - - - - Information Withheld - Additional information that exists, but that has not been shared in the given record. - Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/InformationWithheld - - - Infraspecific Epithet - The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation. - Examples: "concolor", "oxyadenia", "sayi" - - 2008-11-19 - 2009-08-24 - - - {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} - - - - Institution Code - The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. - Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)" - - 2008-11-19 - 2013-10-04 - - - DataSets/DataSet/Units/Unit/SourceInstitutionID - - - Institution ID - An identifier for the institution having custody of the object(s) or information referred to in the record. - 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". - - 2009-09-11 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/SourceInstitutionID - - - Island - The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island - - - - Island Group - The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Examples: "Alexander Archipelago", "Seychelles" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group - - - - Kingdom - The full scientific name of the kingdom in which the taxon is classified. - Examples: "Animalia", "Plantae" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum - - - - Latest AgeOr Highest Stage - 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. - Examples: "Atlantic", "Boreal", "Skullrockian" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Latest Eon Or Highest Eonothem - 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. - Examples: "Phanerozoic", "Proterozoic" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Latest Epoch Or Highest Series - 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. - Examples: "Holocene", "Pleistocene", "Ibexian Series" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Latest Era Or Highest Erathem - 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. - Examples: "Cenozoic", "Mesozoic" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Latest Period Or Highest System - 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. - Examples: "Neogene", "Tertiary", "Quaternary" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Life Stage - The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. - Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles" - - 2008-11-19 - 2009-04-24 - - - 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 - - - - Lithostratigraphic Terms - The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. - - 2009-04-24 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms - - - - Living Specimen - A specimen that is alive. - - 2014-10-23 - 2014-10-23 - - - RecordBasisEnum/LivingSpecimen - - - Locality - 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. - Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - - - - Location According To - Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals. - Examples: "Getty Thesaurus of Geographic Names", "GADM" - - 2009-08-24 - 2009-08-24 - - - - not in ABCD - - - - Location ID - 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. - - 2008-11-19 - 2009-04-24 - - - - not in ABCD - - - - Location Remarks - Comments or notes about the Location. - Example: "under water since 2005" - - 2009-01-18 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/AreaDetail - - - - Lowest Biostratigraphic Zone - The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Machine Observation - An output of a machine observation process. - - 2014-10-23 - 2014-10-23 - - - RecordBasisEnum/MachineObservation - - - Material Sample - A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed. - Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. - - 2013-03-28 - 2014-10-23 - - - DataSets/DataSet/Units/Unit - - - Material Sample ID - 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. - - 2013-03-28 - 2013-09-26 - - - - not in ABCD - - - - Maximum Depth In Meters - The greater depth of a range of depth below the local surface, in meters. - Example: "200" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue - - - - Maximum Distance Above Surface In Meters - 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. - 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" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue - - - - Maximum Elevation In Meters - The upper limit of the range of elevation (altitude, usually above sea level), in meters. - Example: "200" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue - - - - Measurement Accuracy - The description of the potential error associated with the measurementValue. - Examples: "0.01", "normal distribution with variation of 2 m" - - 2009-01-18 - 2009-04-24 - - - 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 - - - - Measurement Determined By - A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. - The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". - - 2009-01-23 - 2014-10-23 - - - - 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 - - - - Measurement Determined Date - The date on which the MeasurementOrFact was made. 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. - - 2009-01-23 - 2009-04-24 - - - - 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 - - - - Measurement ID - 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. - - 2009-03-06 - 2009-04-24 - - - - not in ABCD - - - - Measurement Method - A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion. - Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation - - 2008-11-19 - 2009-04-24 - - - /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 - - - - Measurement or Fact - A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource). - 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. - - 2009-04-24 - 2014-10-23 - - - Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts - - - Measurement Remarks - Comments or notes accompanying the MeasurementOrFact. - Example: "tip of tail missing" - - 2008-11-19 - 2009-04-24 - - - not in ABCD - - - - Measurement Type - The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary. - Examples: "tail length", "temperature", "trap line length", "survey area", "trap type" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter - - - - Measurement Unit - The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI). - Examples: "mm", "C", "km", "ha" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement - - - - Measurement Value - The value of the measurement, fact, characteristic, or assertion. - Examples: "45", "20", "1", "14.5", "UV-light" - - 2008-11-19 - 2009-04-24 - - - 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 - - - - Member - The full name of the lithostratigraphic member from which the cataloged item was collected. - Examples: "Lava Dam Member", "Hellnmaria Member" - - 2009-04-24 - 2009-07-06 - - - not in ABCD - - - - Minimum Depth In Meters - The lesser depth of a range of depth below the local surface, in meters. - Example: "100" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue - - - - Minimum Distance Above Surface In Meters - 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. - 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" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue - - - - Minimum Elevation In Meters - The lower limit of the range of elevation (altitude, usually above sea level), in meters. - Example: "100" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue - - - - Month - The ordinal month in which the Event occurred. - Examples: "1" (=January), "10" (=October) - - 2008-11-19 - 2009-04-24 - - - accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - - - - Municipality - 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. - Examples: "Holzminden" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - - - - Name According To - 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. - 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" - - 2008-11-19 - 2009-09-21 - - - - not in ABCD - - - - Name According To ID - An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo. - Example: "doi:10.1016/S0269-915X(97)80026-2" - - 2009-08-24 - 2009-09-21 - - - - not in ABCD - - - - Name Published In - A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. - 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" - - 2008-11-19 - 2009-09-21 - - - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation - - - - Name Published In ID - An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. - Example: "http://hdl.handle.net/10199/7" - - 2009-05-18 - 2009-09-21 - - - - not in ABCD - - - - Name Published In Year - The four-digit year in which the scientificName was published. - Examples: "1915", "2008" - - 2011-10-16 - 2011-10-16 - - - not in ABCD - - - - Nomenclatural Code - The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary. - Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN" - - 2008-11-19 - 2009-09-21 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code - - - - Nomenclatural Status - 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. - Examples: "nom. ambig.", "nom. illeg.", "nom. subnud." - - 2009-01-18 - 2009-04-24 - - - (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte - - - - Occurrence - An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time. - 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. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit - - - Occurrence ID - 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. - 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" - - 2008-11-19 - 2009-04-24 - - - - DataSets/DataSet/Units/Unit/UnitGUID - - - - Occurrence Remarks - Comments or notes about the Occurrence. - Example: "found dead on road" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Notes - - - - Occurrence Status - A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary. - Examples: "present", "absent" - - 2009-09-17 - 2009-09-17 - - - not in ABCD - - - - Order - The full scientific name of the order in which the taxon is classified. - Examples: "Carnivora", "Monocleales" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo - - - - Organism - A particular organism or defined group of organisms considered to be taxonomically homogeneous. - 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. - - 2014-10-23 - 2014-10-23 - - - not in ABCD - - - Organism ID - 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. - - 2014-10-23 - 2014-10-23 - - - - not in ABCD - - - - Organism Name - A textual name or label assigned to an Organism instance. - Examples: "Huberta", "Boab Prison Tree", "J pod". - - 2014-10-23 - 2014-10-23 - - - not in ABCD - - - - Organism Remarks - Comments or notes about the Organism instance. - Example: "One of a litter of six." - - 2014-10-23 - 2014-10-23 - - - not in ABCD - - - - Organism Scope - A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary. - 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". - - 2014-10-23 - 2014-10-23 - - - not in ABCD - - - - Original Name Usage - 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. - Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768" - - 2008-11-19 - 2009-09-21 - - - not in ABCD - - - - Original Name Usage ID - 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. - Example: "http://species.gbif.org/abies_alba_1753" - - 2009-01-21 - 2009-09-21 - - - - not in ABCD - - - - Other Catalog Numbers - 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. - The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText - - - - Owner Institution Code - The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record. - Examples: "NPS", "APN", "InBio" - - 2009-08-24 - 2013-10-04 - - - not in ABCD - - - Parent Name Usage - 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. - Examples: "Rubiaceae", "Gruiformes", "Testudinae" - - 2009-08-24 - 2009-09-21 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - - - - Parent Name Usage ID - 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. - Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" - - 2009-01-21 - 2009-09-21 - - - - not in ABCD - - - - Phylum - The full scientific name of the phylum or division in which the taxon is classified. - Examples: "Chordata" (phylum), "Bryophyta" (division) - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum - - - - Point Radius Spatial Fit - 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. - Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit - - - - Preparations - A list (concatenated and separated) of preparations and preservation methods for a specimen. - The 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)". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - - - - Preserved Specimen - A specimen that has been preserved. - - 2014-10-23 - 2014-10-23 - - - RecordBasisEnum/PreservedSpecimen - - - Previous Identifications - A list (concatenated and separated) of previous assignments of names to the Organism. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false - - - - Recorded By - 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. - The 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. - - 2008-11-19 - 2014-10-23 - - - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - - - - Record Number - 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. - Example: "OPP 7101" - - 2008-11-19 - 2009-05-18 - - - DataSets/DataSet/Units/Unit/CollectorsFieldNumber - - - - Related Resource ID - An identifier for a related resource (the object, rather than the subject of the relationship). - - 2008-11-19 - 2009-04-24 - - - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - - - - Relationship According To - The source (person, organization, publication, reference) establishing the relationship between the two resources. - Example: "Julie Woodruff" - - 2009-04-24 - 2009-04-24 - - - - not in ABCD - - - - Relationship Established Date - The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). - 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. - - 2009-04-24 - 2009-04-24 - - - - not in ABCD - - - - Relationship Of Resource - The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary. - Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType - - - - Relationship Remarks - Comments or notes about the relationship between the two resources. - Examples: "mother and offspring collected from the same nest", "pollinator captured in the act" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments - - - - Reproductive Condition - The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. - Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing" - - 2008-11-19 - 2009-04-24 - - - not in ABCD - - - - Resource ID - An identifier for the resource that is the subject of the relationship. - - 2009-04-24 - 2009-04-24 - - - - not in ABCD - - - - Resource Relationship - A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another. - 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. - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/Associations - - - Resource Relationship ID - An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object). - - 2009-01-26 - 2009-04-24 - - - - not in ABCD - - - - Sampling Effort - The amount of effort expended during an Event. - Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car" - - 2009-08-24 - 2009-08-24 - - - not in ABCD - - - - Sampling Protocol - The name of, reference to, or description of the method or protocol used during an Event. - 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, http://dx.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" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Method - - - - Scientific Name - 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. - 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) - - 2008-11-19 - 2009-09-21 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString - - - - Scientific Name Authorship - The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode. - Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)" - - 2008-11-19 - 2009-04-24 - - - {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} - - - - Scientific Name ID - An identifier for the nomenclatural (not taxonomic) details of a scientific name. - Example: "urn:lsid:ipni.org:names:37829-1:1.3" - - 2008-11-19 - 2009-08-24 - - - - not in ABCD - - - - Sex - The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. - Examples: "female", "hermaphrodite", "8 males, 4 females" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Sex - - - - Specific Epithet - The name of the first or species epithet of the scientificName. - Examples: "concolor", "gottschei" - - 2008-11-19 - 2009-04-24 - - - {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} - - - - Start Day Of Year - 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). - Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - - - - State Province - The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs. - Examples: "Montana", "Minas Gerais", "Córdoba" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) - - - - Subgenus - The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion. - Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella" - - 2008-11-19 - 2009-08-24 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus - - - - Taxon - A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit. - Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. - - 2008-11-19 - 2014-10-23 - - - no simple equivalent in ABCD - - - Taxon Concept ID - An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon. - Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" - - 2009-04-24 - 2009-09-21 - - - - not in ABCD - - - - Taxon ID - 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. - Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567" - - 2008-11-19 - 2009-08-24 - - - - not in ABCD - - - - Taxonomic Status - The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary. - Examples: "invalid", "misapplied", "homotypic synonym", "accepted" - - 2008-11-19 - 2009-04-24 - - - not in ABCD - - - - Taxon Rank - The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. - Examples: "subspecies", "varietas", "forma", "species", "genus" - - 2008-11-19 - 2009-09-21 - - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank - - - - Taxon Remarks - Comments or notes about the taxon or name. - Example: "this name is a misspelling in common use" - - 2008-11-19 - 2009-08-24 - - - not in ABCD - - - - Type Status - A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject. - The 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". - - 2008-11-19 - 2014-10-23 - - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText - - - - Verbatim Coordinates - 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. - Examples: "41 05 54S 121 05 34W", "17T 630000 4833400" - - 2008-11-19 - 2009-07-06 - - - {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} - - - - Verbatim Coordinate System - The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary. - Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM" - - 2008-11-19 - 2009-07-06 - - - (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem - - - - Verbatim Depth - The original description of the depth below the local surface. - Example: "100-200 m" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText - - - - Verbatim Elevation - The original description of the elevation (altitude, usually above sea level) of the Location. - Example: "100-200 m" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText - - - - Verbatim EventDate - The verbatim original representation of the date and time information for an Event. - Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText - - - - Verbatim Latitude - 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. - Example: "41 05 54.03S" - - 2008-11-19 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude - - - - Verbatim Locality - The original textual description of the place. - Example: "25 km NNE Bariloche por R. Nac. 237" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - - - - Verbatim Longitude - 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. - Example: "121d 10' 34" W" - - 2008-11-19 - 2009-07-06 - - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude - - - - Verbatim SRS - The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". - Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" - - 2009-07-06 - 2009-07-06 - - - not in ABCD - - - - Verbatim Taxon Rank - The taxonomic rank of the most specific name in the scientificName as it appears in the original record. - Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var." - - 2009-07-06 - 2009-09-21 - - - not in ABCD - - - - Vernacular Name - A common or vernacular name. - Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier" - - 2009-07-06 - 2009-07-06 - - - not in ABCD - - - - Water Body - The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. - Examples: "Indian Ocean", "Baltic Sea", "Hudson River" - - 2008-11-19 - 2009-04-24 - - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body - - - - Year - The four-digit year in which the Event occurred, according to the Common Era Calendar. - Example: "2008" - - 2008-11-19 - 2009-04-24 - - - accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - - - - \ No newline at end of file diff --git a/terms/history.html b/terms/history.html deleted file mode 100644 index 5bc4933..0000000 --- a/terms/history.html +++ /dev/null @@ -1,28987 +0,0 @@ -<<<<<<< HEAD - - - - - - Darwin Core term history - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -

1. Introduction

-

This page contains detailed historical information about the Darwin Core terms and standard. You may want to consider consulting one of the following pages if you have other specific interests:

- - -

2. History of Darwin Core

-

Darwin Core was developed as a standard under the Darwin Core Task Group following the standards process of Biodiversity Information Standards (TDWG).

-

Following is the timeline for the Darwin Core ratification process:

-
    -
  • 14 Feb 2009 - The standard was submitted to the TDWG Executive Committee.
  • -
  • 17 Feb 2009 - Gail Kampmeier accepted role as Review Manager.
  • -
  • 11 Apr 2009 - Peer Review submitted to Darwin Core Task Group.
  • -
  • 01 May 2009 - Revisions made and comments submitted to Review Manager.
  • -
  • 13 May 2009 - Additional recommendations provided by the Review Manager.
  • -
  • 24 May 2009 - Revisions made and new version committed to standards track.
  • -
  • 29 May 2009 - Revisions accepted and draft standard forwarded for review by the TDWG Executive Committee.
  • -
  • 29 Jun 2009 - Executive Review submitted to Darwin Core Task Group with recommendation to accept for Public Review with revisions.
  • -
  • 08 Jul 2009 - Revisions made and new version committed to standards track.
  • -
  • 11 Jul 2009 - Proposed standard announced for public review.
  • -
  • 10 Aug 2009 - Earliest possible date for the close of public review.
  • -
  • 23 Sep 2009 - Public Review closed, response version published.
  • -
  • 08 Oct 2009 - Standard ratified by TDWG Executive Committee.
  • -
-

Public review was conducted and archived on the tdwg-content mailing list (tdwg-content@lists.tdwg.org) from 11 July through 23 Sep 2009.

- -

Changes from previous versions

-

The Standard Darwin Core differs from previous versions in several important ways.

-
    -
  • The primary purpose of the standard is more open to biological data of all kinds than previous versions, whose scope was limited to biological occurrence and biased toward specimen data.
  • -
  • The foundation of the standard is a list of reusable concepts (called terms) rather than just a set of XML schemas. The list is maintained in its canonical form in rdf (http://rs.tdwg.org/dwc/rdf/dwcterms.rdf). The remainder of the standard consists of documentation about the terms, their maintenance, their use in applications, and the mechanisms for extending the Darwin Core, as well as a number of functional and example application profiles.
  • -
  • The list of terms consists of those derived from previous versions of the Darwin Core XML schemas (including OBIS and the Curatorial, Geospatial, and Paleontology extensions), as well as terms recommended for use by the Observations, Animal Movement, Crop Wild Relatives, Genetic Resources, and Sensitive Data groups. In the making of this list and the crafting of the term definitions, care was taken to address concerns arising in discussion groups, mailing lists, and wiki commentary since the inception of the first proposed Darwin Core XML schema.
  • -
- -

3. Term History

-

This document serves as a complete alphabetically ordered reference for all terms associated with the Darwin Core, including historical pre-standard versions (Classic, MaNIS, OBIS, Draft Standard 1.4, Curatorial extension, Geospatial extension, Paleontology extension).

-

Following is the complete list of term attributes and their definitions:

- -
-
Term name
The name by which the latest version of the term is commonly known.
-
Identifier
The unique identifier for the latest version of the term.
-
Namespace
The namespace (Darwin Core, Dublin Core) within which the term is defined. The combination of the namespace and the version make a unique identifier for the term.
-
Label
The commonly used label for the term.
-
Definition
A description of the nature of the content of the term.
-
Comment
Further commentary about the usage of the term, with examples and a reference to further information.
-
Type of term
The category (property, class, vocabulary encoding scheme, or datatype - syntax encoding scheme) to which the term belongs.
-
Refines
The name of a term of which this term is a refined (more specialized) version.
-
Status
The status of the term - deprecated (not recommended for use), superseded (not recommended for use - replaced by the term or terms shown in the Is Replaced By column), or recommended (ready for use).
-
Date issued
Date on which the term was first published.
-
Date modified
Date on which the term was last changed in any way that would change its meaning or use.
-
Member of
The Class of which this term is a member.
-
Has domain
A Class of which a resource described by the term is a property.
-
Has range
A Class of which a value described by the term is an instance.
-
Decision
The reference to the published decision that resulted in the current version of the term.
-
Version
The identifier for the specific version of the term.
-
Replaces
The identifier of the previous version of the term.
-
Is replaced by
The identifier of the next newer version of the term.
-
Class
The primary category of terms (Class) that this term describes.
-
ABCD 2.06
The xpath(s) to the equivalent concept(s) in the Access to Biological Collections Data schema version 2.06.
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
acceptedNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Name Usage
DefinitionThe full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionacceptedNameUsage-2009-09-21
ReplacesacceptedScientificName-2009-07-06
Is replaced by
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Name Usage ID
DefinitionAn identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionacceptedNameUsageID-2009-09-21
ReplacesacceptedTaxonID-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedScientificName
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedScientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Scientific Name
DefinitionThe currently valid (zoological) or accepted (botanical) name for the scientificName.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionacceptedScientificName-2009-07-06
ReplacesacceptedTaxonName-2009-04-24
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedScientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedScientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Scientific Name ID
DefinitionA unique identifier for the acceptedScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-07-06
Has domain
Has range
VersionacceptedScientificNameID-2009-07-06
ReplacesacceptedTaxonNameID-2009-04-24
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AcceptedTaxon
Identifierhttp://rs.tdwg.org/dwc/terms/AcceptedTaxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon
DefinitionThe currently valid (zoological) or accepted (botanical) name for the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionAcceptedTaxon-2008-11-19
Replaces:
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AcceptedTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon ID
DefinitionA global unique identifier for the parent to the AcceptedTaxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionAcceptedTaxonID-2009-01-21
Replaces:
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon ID
DefinitionAn identifier for the name of the currently valid (zoological) or accepted (botanical) taxon. See acceptedTaxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-08-24
Has domain
Has range
VersionacceptedTaxonID-2009-08-24
ReplacesacceptedScientificNameID-2009-07-06
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonName
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon Name
DefinitionThe currently valid (zoological) or accepted (botanical) name for the scientificName.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionacceptedTaxonName-2009-04-24
ReplacesAcceptedTaxon-2008-11-19
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon Name ID
DefinitionA unique identifier for the acceptedTaxonName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionacceptedTaxonNameID-2009-04-24
ReplacesAcceptedTaxonID-2009-01-21
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AccessConstraints
Identifierhttp://rs.tdwg.org/dwc/terms/AccessConstraints
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccess Constraints
DefinitionA description of constraints on the use of the data as shared or access to further data that is not shared.
CommentExample: "not-for-profit use only".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionAccessConstraints-2008-11-19
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-accessRights
Classhttp://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
accordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/accordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccording To
DefinitionAbstract term to attribute information to a source.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:accordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionaccordingTo-2009-01-21
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
accuracy
Identifierhttp://rs.tdwg.org/dwc/terms/accuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccuracy
DefinitionAbstract term to capture error information about a measurement or fact.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
Versionaccuracy-2009-01-21
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
AgeClass
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/AgeClass
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelAge Class
DefinitionThe age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionAgeClass-2003-06-17
Replaces:
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedMedia
Identifierhttp://rs.tdwg.org/dwc/terms/associatedMedia
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Media
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
CommentExample: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedMedia-2009-04-24
ReplacesImageURL-2007-04-17
Is replaced byassociatedMedia-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedMedia
Identifierhttp://rs.tdwg.org/dwc/terms/associatedMedia
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Media
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedMedia-2014-10-23
ReplacesassociatedMedia-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOccurrences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Occurrences
DefinitionA list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
CommentExample: "sibling of FMNH:Mammal:1234; sibling of FMNH:Mammal:1235"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedOccurrences-2009-04-24
ReplacesRelatedCatalogedItems-2007-04-17
Is replaced byassociatedOccurrences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOccurrences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Occurrences
DefinitionA list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
CommentThe recommended best practice is to separate the values with a vertical bar (' | '). For discussion see http://terms.tdwg.org/wiki/dwc:associatedOccurrences
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedOccurrences-2014-10-23
ReplacesassociatedOccurrences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOrganisms
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOrganisms
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Organisms
DefinitionA list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionassociatedOrganisms-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedReferences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated References
DefinitionA list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
CommentExamples: "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."
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedReferences-2009-04-24
Replaces:
Is replaced byassociatedReferences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitReferences
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedReferences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated References
DefinitionA list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedReferences-2014-10-23
ReplacesassociatedReferences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitReferences
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedSequences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedSequences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Sequences
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
CommentExample: "GenBank: U34853.1"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedSequences-2009-04-24
ReplacesGenBankNumber-2007-04-17
Is replaced byassociatedSequences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedSequences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedSequences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Sequences
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedSequences-2014-10-23
ReplacesassociatedSequences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedTaxa
Identifierhttp://rs.tdwg.org/dwc/terms/associatedTaxa
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Taxa
DefinitionA list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
CommentExample: "host: Quercus alba"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedTaxa-2009-04-24
Replaces:
Is replaced byassociatedTaxa-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedTaxa
Identifierhttp://rs.tdwg.org/dwc/terms/associatedTaxa
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Taxa
DefinitionA list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedTaxa-2014-10-23
ReplacesassociatedTaxa-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
- - - - - - - - - - - - - - - - - - - - - - - -
Attributes
Identifierhttp://rs.tdwg.org/dwc/dwcore/Attributes
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelAttributes
DefinitionList of additional measurements or characteristics (concatenated and separated) for which there is no existing semantic element, but which the data provider nevertheless feels the desire to share. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionAttributes-2007-04-17
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
AuthorYearOfScientificName
Identifierhttp://rs.tdwg.org/dwc/dwcore/AuthorYearOfScientificName
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelAuthor Year of Scientific Name
DefinitionThe author of the ScientificName and the year of publication, if known. More than one author can be listed in a concatenated string. Should be formatted with parentheses and year according to the conventions of the applicable NomenclaturalCode.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionAuthorYearOfScientificName-2007-04-17
ReplacesScientificNameAuthor-2003-06-17
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
basionym
Identifierhttp://rs.tdwg.org/dwc/terms/basionym
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasionym
DefinitionThe basionym (botany) or basonym (bacteriology) of the scientificName.
CommentExample: "Pinus abies"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionbasionym-2009-04-24
Replaces:
Is replaced byoriginalNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
basionymID
Identifierhttp://rs.tdwg.org/dwc/terms/basionymID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasionym ID
DefinitionA unique identifier for the basionym (botany) or basonym (bacteriology) of the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionbasionymID-2009-04-24
Replaces:
Is replaced byoriginalNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBasis of Record
DefinitionAn abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionBasisOfRecord-2003-06-13
Replaces:
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBasis of Record
DefinitionA description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionBasisOfRecord-2003-06-17
ReplacesBasisOfRecord-2003-06-13
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://rs.tdwg.org/dwc/dwcore/BasisOfRecord
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelBasis of Record
DefinitionA descriptive term indicating whether the record represents an object or observation. Examples: PreservedSpecimen- A physical object representing one or more organisms, part of organism, or artifact of an organism. synonyms: voucher, collection, lot. FossilSpecimen- A physical object representing one or more fossil organisms, part of fossil organism, or artifact of a fossil organism. LivingSpecimen- An organism removed from its natural occurrence and now living in captivity or cultivation. HumanObservation- A report by a known observer that an organism was present at the place and time. MachineObservation- A report by a monitoring device that an organism was present at the place and time. StillImage- An photograph, drawing, painting. MovingImage- A sequence of still images taken at regular intervals and intended to be played back as a moving image; may include sound. SoundRecording- An audio recording. OtherSpecimen- Any type of specimen not covered by any of the categories above.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionBasisOfRecord-2007-04-17
ReplacesBasisOfRecord-2003-06-17
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
CommentExamples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/type
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionbasisOfRecord-2009-04-24
ReplacesBasisOfRecord-2007-04-17
Is replaced bybasisOfRecord-2009-12-07
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-09-11
Has domain
Has range
VersionbasisOfRecord-2009-09-11
ReplacesbasisOfRecord-2009-04-24
Is replaced bybasisOfRecord-2009-12-07
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
CommentExamples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2009-12-07_2
VersionbasisOfRecord-2009-12-07
ReplacesbasisOfRecord-2009-09-11
Is replaced bybasisOfRecord-2014-10-23
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record.
CommentRecommended 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionbasisOfRecord-2014-10-23
ReplacesbasisOfRecord-2009-12-07
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - -
Bed
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Bed
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelBed
DefinitionThe full name of the lithostratigraphic bed from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionBed-2005-07-03
Replaces:
Is replaced bybed-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
bed
Identifierhttp://rs.tdwg.org/dwc/terms/bed
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBed
DefinitionThe full name of the lithostratigraphic bed from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:bed
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionbed-2009-04-24
ReplacesBed-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
behavior
Identifierhttp://rs.tdwg.org/dwc/terms/behavior
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBehavior
DefinitionA description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "roosting", "foraging", "running". For discussion see http://terms.tdwg.org/wiki/dwc:behavior
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
Versionbehavior-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Binomial
Identifierhttp://rs.tdwg.org/dwc/terms/Binomial
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBinomial
DefinitionThe combination of genus and first (species) epithet of the scientificName.
CommentExample: "Ctenomys sociabilis"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
Versionbinomial-2008-11-19
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
BoundingBox
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBounding Box
DefinitionThis access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the Latitude and Longitude columns by the data provider
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionBoundingBox-2003-06-13
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06not covered by ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
BoundingBox
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBounding Box
DefinitionThis access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the DecimalLatitude and DecimalLongitude columns by the data provider.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionBoundingBox-2003-06-17
ReplacesBoundingBox-2003-06-13
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06not covered by ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number
DefinitionA unique alphanumeric value which identifies an individual record within the collection. It is recommended that this value provides a key by which the actual specimen can be identified. If the specimen has several items such as various types of preparation, this value should identify the individual component of the specimen
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCatalogNumber-2003-06-13
Replaces:
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumber
Identifierhttp://rs.tdwg.org/dwc/dwcore/CatalogNumber
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCatalog Number
DefinitionThe alphanumeric value identifying a record within the collection. It is highly recommended that each record be uniquely identified within a collection by this value. It is also recommended that each record be uniquely identified in a global context by the combination of InstitutionCode, CollectionCode and CatalogNumber.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCatalogNumber-2007-04-17
ReplacesCatalogNumberText-2003-06-17
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
catalogNumber
Identifierhttp://rs.tdwg.org/dwc/terms/catalogNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCatalog Number
DefinitionAn identifier (preferably unique) for the record within the data set or collection.
CommentExamples: "2008.1334", "145732a", "145732". For discussion see http://terms.tdwg.org/wiki/dwc:catalogNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncatalogNumber-2009-04-24
ReplacesCatalogNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberNumeric
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number Numeric
DefinitionThe CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCatalogNumberNumeric-2003-06-17
Replaces:
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://rs.tdwg.org/dwc/curatorial/CatalogNumberNumeric
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelCatalog Number Numeric
DefinitionThe CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCatalogNumberNumeric-2007-04-17
ReplacesCatalogNumberNumeric-2003-06-17
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCatalog Number Numeric
DefinitionThe numeric value of the catalogNumber, used to facilitate numerical sorting and searching by ranges.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionCatalogNumberNumeric-2008-11-19
ReplacesCatalogNumberNumeric-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberText
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberText
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number Text
DefinitionAn alphanumeric value which identifies an individual cataloged item within the collection. It is recommended that this value provides a key by which the individual cataloged item can be identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCatalogNumberText-2003-06-17
ReplacesCatalogNumber-2003-06-13
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
Citation
Identifierhttp://www.iobis.org/obis/Citation
Namespacehttp://www.iobis.org/obis/
LabelCitation
DefinitionIndicates how this dataset or record should be attributed if used.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionCitation-2005-07-10
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelClass
DefinitionThe class name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionClass-2003-06-13
Replaces:
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelClass
DefinitionThe phylogenetic class to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionClass-2003-06-17
ReplacesClass-2003-06-13
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://rs.tdwg.org/dwc/dwcore/Class
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelClass
DefinitionThe name of the class in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionClass-2007-04-17
ReplacesClass-2003-06-17
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
class
Identifierhttp://rs.tdwg.org/dwc/terms/class
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelClass
DefinitionThe name of the class in which the scientificName is classified.
CommentExample: "Mammalia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionclass-2009-04-24
ReplacesClass-2007-04-17
Is replaced byclass-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
class
Identifierhttp://rs.tdwg.org/dwc/terms/class
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelClass
DefinitionThe full scientific name of the class in which the taxon is classified.
CommentExamples: "Mammalia", "Hepaticopsida". For discussion see http://terms.tdwg.org/wiki/dwc:class
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionclass-2009-08-24
Replacesclass-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
CollectingMethod
Identifierhttp://rs.tdwg.org/dwc/dwcore/CollectingMethod
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollection Method
DefinitionThe name of, reference to, or brief description of the method or protocol under which the collecting event occurred. Examples: "UV light trap", "mist net", "bottom trawl".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectingMethod-2007-04-17
Replaces:
Is replaced bysamplingProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Method
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollection Code
DefinitionA unique alphanumeric value which identifies the collection within the institution
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollectionCode-2003-06-13
Replaces:
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollection Code
DefinitionA unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollectionCode-2003-06-17
ReplacesCollectionCode-2003-06-13
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/CollectionCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollection Code
DefinitionThe code (or acronym) identifying the collection within the institution in which the organism record is cataloged.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectionCode-2007-04-17
ReplacesCollectionCode-2003-06-17
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name (or acronym) identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionCode-2009-04-24
ReplacesCollectionCode-2007-04-17
Is replaced bycollectionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionCode-2009-08-24
ReplacescollectionCode-2009-04-24
Is replaced bycollectionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird". For discussion see http://terms.tdwg.org/wiki/dwc:collectionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
VersioncollectionCode-2009-09-11
ReplacescollectionCode-2009-08-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionID
Identifierhttp://rs.tdwg.org/dwc/terms/collectionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection ID
DefinitionAn identifier for the collection or dataset from which the record was derived. For physical specimens, the recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index (http://www.biodiversitycollectionsindex.org/).
CommentExample: "urn:lsid:biocol.org:col:34818"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionID-2009-04-24
Replaces:
Is replaced bycollectionID-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionID
Identifierhttp://rs.tdwg.org/dwc/terms/collectionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection ID
DefinitionAn identifier for the collection or dataset from which the record was derived.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersioncollectionID-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector
DefinitionThe name(s) of the collector(s) responsible for collection the specimen or taking the observation
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollector-2003-06-13
Replaces:
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector
DefinitionThe name(s) of the collector(s) of the original data for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollector-2003-06-17
ReplacesCollector-2003-06-13
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://rs.tdwg.org/dwc/dwcore/Collector
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollector
DefinitionThe name(s) (concatenated and separated) of collectors or observers. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching collector names. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first. Example: "Oliver P. Pearson, Anita K. Pearson" where the value in CollectorNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollector-2007-04-17
ReplacesCollector-2003-06-17
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector Number
DefinitionAn identifying "number" (really a string) applied to specimens (in some disciplines) at the time of collection. Establishes a links different parts/preparations of a single specimen and between field notes and the specimen.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollectorNumber-2003-06-13
Replaces:
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector Number
DefinitionAn identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollectorNumber-2003-06-17
ReplacesCollectorNumber-2003-06-13
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/CollectorNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelCollector Number
DefinitionAn identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectorNumber-2007-04-17
ReplacesCollectorNumber-2003-06-17
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Continent
Identifierhttp://rs.tdwg.org/dwc/dwcore/Continent
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelContinent
DefinitionThe full, unabbreviated name of the continent on which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionContinent-2007-04-17
ReplacesContinentOcean-2003-06-17
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
continent
Identifierhttp://rs.tdwg.org/dwc/terms/continent
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelContinent
DefinitionThe name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America". For discussion see http://terms.tdwg.org/wiki/dwc:continent
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
Versioncontinent-2009-04-24
ReplacesContinent-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
ContinentOcean
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelContinent Ocean
DefinitionThe continent or ocean from which a specimen was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionContinentOcean-2003-06-13
Replaces:
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
ContinentOcean
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelContinent Ocean
DefinitionThe full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionContinentOcean-2003-06-17
ReplacesContinentOcean-2003-06-13
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinatePrecision
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CoordinatePrecision
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCoordinate Precision
DefinitionAn estimate of how tightly the collecting locality was specified; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCoordinatePrecision-2003-06-13
Replaces:
Is replaced bycoordinatePrecision-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- - - - - - - - - - - - - - - - - - - - - - - -
coordinatePrecision
Identifierhttp://rs.tdwg.org/dwc/terms/coordinatePrecision
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCoordinate Precision
DefinitionA decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncoordinatePrecision-2009-04-24
ReplacesCoordinatePrecision-2003-06-13
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinateUncertaintyInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CoordinateUncertaintyInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCoordinate Uncertainty In Meters
DefinitionThe upper limit of the distance (in meters) from the given latitude and longitude describing a circle within which the whole of the described locality must lie. Use NULL where the uncertainty is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCoordinateUncertaintyInMeters-2003-06-17
ReplacesCoordinatePrecision-2003-06-13
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinateUncertaintyInMeters
Identifierhttp://rs.tdwg.org/dwc/geospatial/CoordinateUncertaintyInMeters
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelCoordinate Uncertainty In Meters
DefinitionThe upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the described locality lies. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Describes the point-radius representation of the location, along with DecimalLatitude, DecimalLongitude, and GeodeticDatum. Zero is not a valid value for this element.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCoordinateUncertaintyInMeters-2007-04-17
ReplacesCoordinateUncertaintyInMeters-2003-06-17
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
coordinateUncertaintyInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCoordinate Uncertainty In Meters
DefinitionThe 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncoordinateUncertaintyInMeters-2009-04-24
ReplacesCoordinateUncertaintyInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCountry
DefinitionThe country or major political unit from which the specimen was collected. ISO 3166-1 (http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html) values should be used. Full country names are currently in use. A future recommendation is to use ISO3166-1 two letter codes or the full name when searching
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCountry-2003-06-13
Replaces:
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCountry
DefinitionThe full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCountry-2003-06-17
ReplacesCountry-2003-06-13
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://rs.tdwg.org/dwc/dwcore/Country
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCountry
DefinitionThe full, unabbreviated name of the country or major political unit in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCountry-2007-04-17
ReplacesCountry-2003-06-17
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
country
Identifierhttp://rs.tdwg.org/dwc/terms/country
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCountry
DefinitionThe name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Denmark", "Colombia", "España". For discussion see http://terms.tdwg.org/wiki/dwc:country
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versioncountry-2009-04-24
ReplacesCountry-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
countryCode
Identifierhttp://rs.tdwg.org/dwc/terms/countryCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCountry Code
DefinitionThe standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.
CommentExamples: "AR" for Argentina, "SV" for El Salvador. For discussion see http://terms.tdwg.org/wiki/dwc:countryCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncountryCode-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCounty
DefinitionThe county (or shire, or next political region smaller than State / Province) from which the specimen was collected
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCounty-2003-06-13
Replaces:
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCounty
DefinitionThe full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCounty-2003-06-17
ReplacesCounty-2003-06-13
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://rs.tdwg.org/dwc/dwcore/County
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCounty
DefinitionThe full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCounty-2007-04-17
ReplacesCounty-2003-06-17
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
county
Identifierhttp://rs.tdwg.org/dwc/terms/county
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCounty
DefinitionThe full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.
CommentExamples: "Missoula", "Los Lagos", "Mataró". For discussion see http://terms.tdwg.org/wiki/dwc:county
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versioncounty-2009-04-24
ReplacesCounty-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
dataGeneralizations
Identifierhttp://rs.tdwg.org/dwc/terms/dataGeneralizations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelData Generalizations
DefinitionActions 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.
CommentExample: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". For discussion see http://terms.tdwg.org/wiki/dwc:dataGeneralizations
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondataGeneralizations-2009-04-24
ReplacesGeneralizations-2008-11-19
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Dataset
Identifierhttp://rs.tdwg.org/dwc/terms/Dataset
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset
DefinitionThe category of information pertaining to a logical set of records.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.org/dc/dcmitype/Dataset
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionDataset-2008-11-19
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet
- - - - - - - - - - - - - - - - - - - - - - - -
datasetID
Identifierhttp://rs.tdwg.org/dwc/terms/datasetID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset ID
DefinitionAn identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondatasetID-2009-04-24
Replaces:
Is replaced bydatasetID-2009-09-11
Classhttp://rs.tdwg.org/dwc/terms/Dataset
ABCD 2.06DataSets/DataSet/DataSetGUID
- - - - - - - - - - - - - - - - - - - - - - - -
datasetID
Identifierhttp://rs.tdwg.org/dwc/terms/datasetID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset ID
DefinitionAn identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:datasetID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-09-11
Has domain
Has range
VersiondatasetID-2009-09-11
ReplacesdatasetID-2009-04-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/DataSetGUID
- - - - - - - - - - - - - - - - - - - - - - - -
datasetName
Identifierhttp://rs.tdwg.org/dwc/terms/datasetName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset Name
DefinitionThe name identifying the data set from which the record was derived.
CommentExamples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures". For discussion see http://terms.tdwg.org/wiki/dwc:datasetName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-11
Date modified2009-09-11
Has domain
Has range
VersiondatasetName-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
DateIdentified
Identifierhttp://rs.tdwg.org/dwc/curatorial/DateIdentified
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelDate Identified
DefinitionThe date-time in the Common Era calendar in which the object or observation was identified as being a member of the taxon given in the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDateIdentified-2007-04-17
ReplacesYearIdentified-2003-06-17, MonthIdentified-2003-06-17, DayIdentified-2003-06-17
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
dateIdentified
Identifierhttp://rs.tdwg.org/dwc/terms/dateIdentified
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDate Identified
DefinitionThe date on which the subject was identified as representing the taxon given in the scientificName. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondateIdentified-2009-04-24
ReplacesDateIdentified-2007-04-17
Is replaced bydateIdentified-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
dateIdentified
Identifierhttp://rs.tdwg.org/dwc/terms/dateIdentified
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDate Identified
DefinitionThe date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiondateIdentified-2009-08-24
ReplacesdateIdentified-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDate Last Modified
DefinitionISO 8601 compliant stamp indicating the date and time in UTC(GMT) when the record was last modified. Example: the instant "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be represented as "1994-11-05T13:15:30Z" (see W3C Note on Date and Time Formats - http://www.w3.org/TR/NOTE-datetime). (What to do when this date-time is unknown? Use Date-Time first "published"?)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDateLastModified-2003-06-13
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDate Last Modified
DefinitionISO 8601 date and time in UTC(GMT) when the record was last modified. Example: "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be "1994-11-05T13:15:30Z" (see http://www.w3.org/TR/NOTE-datetime).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDateLastModified-2003-06-17
ReplacesDateLastModified-2003-06-13
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://rs.tdwg.org/dwc/dwcore/DateLastModified
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelDate Last Modified
DefinitionThe last date-time of publication when any of the data for the record were modified from the previous publication of that record. When publishing a record for the first time, use the publication date-time. Returns values as ISO 8601 date and time. (cf. http://www.w3.org/TR/xmlschema-2/#isoformats and http://www.iso.org/iso/en/prods-services/popstds/dateandtime.html Example: November 5, 1994, 8:15:30 am, US Eastern Standard Time” would be “1994-11-05T13:15:30Z”
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDateLastModified-2007-04-17
ReplacesDateLastModified-2003-06-17
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
day
Identifierhttp://rs.tdwg.org/dwc/terms/day
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDay
DefinitionThe integer day of the month on which the Event occurred.
CommentExamples: "9", "28". For discussion see http://terms.tdwg.org/wiki/dwc:day
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionday-2009-04-24
ReplacesDayCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Collected
DefinitionThe day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDayCollected-2003-06-13
Replaces:
Is replaced byday-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Collected
DefinitionThe two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDayCollected-2003-06-17
ReplacesDayCollected-2003-06-13
Is replaced byday-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Identified
DefinitionThe day portion of the date when the Collection Item was identified; as two digits [01..31].
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDayIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DayIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Identified
DefinitionThe two digit day of the month in the Common Era calendar during which the cataloged item was identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDayIdentified-2003-06-17
ReplacesDayIdentified-2003-06-13
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DayOfYear
Identifierhttp://rs.tdwg.org/dwc/dwcore/DayOfYear
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelDay of Year
DefinitionThe ordinal day of the year on which the object or observation was collected (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). If the EarliestDateCollected and LatestDateCollected do not occur on the same day, do not populate DayOfYear.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDayOfYear-2007-04-17
ReplacesJulianDay-2003-06-17
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:MovingImage
Identifierhttp://purl.org/dc/dcmitype/MovingImage
Namespacehttp://purl.org/dc/dcmitype/
LabelMoving Image
DefinitionA series of visual representations imparting an impression of motion when shown in succession.
CommentExamples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2003-11-18
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#MovingImage-003
Replaces:
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MultimediaObject
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:Sound
Identifierhttp://purl.org/dc/dcmitype/Sound
Namespacehttp://purl.org/dc/dcmitype/
LabelSound
DefinitionA resource primarily intended to be heard.
CommentExamples include a music playback file format, an audio compact disc, and recorded speech or sounds.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2000-07-11
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#Sound-003
Replaces:
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MultimediaObject
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:StillImage
Identifierhttp://purl.org/dc/dcmitype/StillImage
Namespacehttp://purl.org/dc/dcmitype/
LabelStill Image
DefinitionA resource describing a static visual representation.
CommentExamples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2003-11-18
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#StillImage-003
Replaces:
Is Replaced By:
Class
ABCD 2.06{RecordBasisEnum/DrawingOrPhotograph or RecordBasisEnum/MultimediaObject}
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:accessRights
Identifierhttp://purl.org/dc/terms/accessRights
Namespacehttp://purl.org/dc/terms/
LabelAccess Rights
DefinitionInformation 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.
CommentExample: "not-for-profit use only". For discussion see http://terms.tdwg.org/wiki/dwc:accessRights
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/rights
Statusrecommended
Date issued2003-02-15
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/RightsStatement
Versionhttp://dublincore.org/usage/terms/history/#accessRights-002
ReplacesAccessConstraints-2008-11-19
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:bibliographicCitation
Identifierhttp://purl.org/dc/terms/bibliographicCitation
Namespacehttp://purl.org/dc/terms/
LabelBibliographic Citation
DefinitionA bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.
CommentExamples: "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/dwc:bibliographicCitation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2003-02-15
Date modified2009-04-24
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Literal
Versionhttp://dublincore.org/usage/terms/history/#bibliographicCitation-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:language
Identifierhttp://purl.org/dc/terms/language
Namespacehttp://purl.org/dc/terms/
LabelLanguage
DefinitionA language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
CommentExamples: "en" for English, "es" for Spanish. For discussion see http://terms.tdwg.org/wiki/dwc:language
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/language
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/LinguisticSystem
Versionhttp://dublincore.org/usage/terms/history/#languageT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06some ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:license
Identifierhttp://purl.org/dc/terms/license
Namespacehttp://purl.org/dc/terms/
LabelLicense
DefinitionA legal document giving official permission to do something with the resource.
CommentExamples: "http://creativecommons.org/publicdomain/zero/1.0/legalcode", "http://creativecommons.org/licenses/by/4.0/legalcode". For discussion see http://terms.tdwg.org/wiki/dwc:license
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/rights
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/LicenseDocument
Versionhttp://dublincore.org/usage/terms/history/#license-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:modified
Identifierhttp://purl.org/dc/terms/modified
Namespacehttp://purl.org/dc/terms/
LabelModified
DefinitionThe most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/date, http://purl.org/dc/terms/date
Statusrecommended
Date issued2000-07-11
Date modified2008-01-14
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Literal
Versionhttp://dublincore.org/usage/terms/history/#modified-003
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - - -
dcterms:references
Identifierhttp://purl.org/dc/terms/references
Namespacehttp://purl.org/dc/terms/
LabelReferences
DefinitionA related resource that is referenced, cited, or otherwise pointed to by the described resource.
CommentExamples: "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/dwc:references
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/relation, http://purl.org/dc/terms/relation
Statusrecommended
Date issued2000-07-11
Date modified2008-01-14
Has domain
Has range
Decision:Decision-2011-10-16_7
Versionhttp://dublincore.org/usage/terms/history/#references-003
Replaces:
Is Replaced By:
Classall
ABCD 2.06{DataSets/DataSet/Units/Unit/RecordURI or Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or Datasets/Dataset/Units/Unit/SourceReference or Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference or Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference or MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:rights
Identifierhttp://purl.org/dc/terms/rights
Namespacehttp://purl.org/dc/terms/
LabelRights
DefinitionInformation about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
CommentExample: "http://creativecommons.org/licenses/by-sa/3.0/"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/rights
Statusdeprecated
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/RightsStatement
Versionhttp://dublincore.org/usage/terms/history/#rightsT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:rightsHolder
Identifierhttp://purl.org/dc/terms/rightsHolder
Namespacehttp://purl.org/dc/terms/
LabelRights Holder
DefinitionA person or organization owning or managing rights over the resource.
CommentExample: "The Regents of the University of California.". For discussion see http://terms.tdwg.org/wiki/dwc:rightsHolder
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2004-06-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/Agent
Versionhttp://dublincore.org/usage/terms/history/#rightsHolder-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06{DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Units/Unit/Owner/Person/FullName or DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
- - - - - - - - - - - - - - - - - - - - - - - - -
dcterms:type
Identifierhttp://purl.org/dc/terms/type
Namespacehttp://purl.org/dc/terms/
LabelType
DefinitionThe nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.
CommentExamples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/type
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Class
Decision:Decision-2009-12-07_1
Versionhttp://dublincore.org/usage/terms/history/#typeT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLatitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLatitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDecimal Latitude
DefinitionThe latitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDecimalLatitude-2003-06-17
ReplacesLatitude-2003-06-13
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLatitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/DecimalLatitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelDecimal Latitude
DefinitionThe latitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are North of the Equator, negative values are South of the Equator. Describes the point-radius representation of the location, along with DecimalLongitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -41.0983423
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDecimalLatitude-2007-04-17
ReplacesDecimalLatitude-2003-06-17
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
decimalLatitude
Identifierhttp://rs.tdwg.org/dwc/terms/decimalLatitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDecimal Latitude
DefinitionThe 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.
CommentExample: "-41.0983423". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLatitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiondecimalLatitude-2009-04-24
ReplacesDecimalLatitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLongitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLongitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDecimal Longitude
DefinitionThe longitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDecimalLongitude-2003-06-17
ReplacesLongitude-2003-06-13
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLongitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/DecimalLongitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelDecimal Longitude
DefinitionThe longitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are East of the Greenwich Meridian, negative values are West of the Greenwich Meridian. Describes the point-radius representation of the location, along with DecimalLatitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -71.0943235
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDecimalLongitude-2007-04-17
ReplacesDecimalLongitude-2003-06-17
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
decimalLongitude
Identifierhttp://rs.tdwg.org/dwc/terms/decimalLongitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDecimal Longitude
DefinitionThe 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.
CommentExample: "-121.1761111". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLongitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiondecimalLongitude-2009-04-24
ReplacesDecimalLongitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DepthRange
Identifierhttp://www.iobis.org/obis/DepthRange
Namespacehttp://www.iobis.org/obis/
LabelDepth Range
DefinitionFor data sets that have the depth range expressed in one field (e.g. "150-200 m") it can be entered here as free text. Separate, numeric Minimum and Maximum Depth fields are the preferred format; the Depth Range option is included for legacy data sets.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionDepthRange-2005-07-10
Replaces:
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
Disposition
Identifierhttp://rs.tdwg.org/dwc/curatorial/Disposition
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelDisposition
DefinitionThe current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDisposition-2007-04-17
Replaces:
Is replaced bydisposition-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- - - - - - - - - - - - - - - - - - - - - - - -
disposition
Identifierhttp://rs.tdwg.org/dwc/terms/disposition
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDisposition
DefinitionThe current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". For discussion see http://terms.tdwg.org/wiki/dwc:disposition
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versiondisposition-2009-04-24
ReplacesDisposition-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- - - - - - - - - - - - - - - - - - - - - - - -
DwCType
Identifierhttp://rs.tdwg.org/dwc/terms/DwCType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDarwin Core Type
DefinitionThe set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource.
Comment
Type of termhttp://purl.org/dc/dcam/VocabularyEncodingScheme
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionDwCType-2008-11-19
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
dynamicProperties
Identifierhttp://rs.tdwg.org/dwc/terms/dynamicProperties
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDynamic Properties
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs.
CommentExamples: "tragusLengthInMeters=0.014; weightInGrams=120", "heightInMeters=1.5", "natureOfID=expert identification; identificationEvidence=cytochrome B sequence", "relativeHumidity=28; airTemperatureInC=22; sampleSizeInKilograms=10", "aspectHeading=277; slopeInDegrees=6", "iucnStatus=vulnerable; taxonDistribution=Neuquen, Argentina"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiondynamicProperties-2009-04-24
ReplacesAttributes-2007-04-17
Is replaced bydynamicProperties-2014-10-23
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
dynamicProperties
Identifierhttp://rs.tdwg.org/dwc/terms/dynamicProperties
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDynamic Properties
DefinitionA list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.
CommentThe 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, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}". For discussion see http://terms.tdwg.org/wiki/dwc:dynamicProperties
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiondynamicProperties-2014-10-23
ReplacesdynamicProperties-2009-04-24
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestAgeOrLowestStage
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestAgeOrLowestStage
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Age Or Lowest Stage
DefinitionThe full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestAgeOrLowestStage-2005-07-03
Replaces:
Is replaced byearliestAgeOrLowestStage-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestAgeOrLowestStage
Identifierhttp://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Age Or Lowest Stage
DefinitionThe full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestAgeOrLowestStage-2009-04-24
ReplacesEarliestAgeOrLowestStage-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestDateCollected
Identifierhttp://rs.tdwg.org/dwc/dwcore/EarliestDateCollected
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelEarliest Date Collected
DefinitionThe earliest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionEarliestDateCollected-2007-04-17
ReplacesYearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
EarliestDateCollected
Identifierhttp://rs.tdwg.org/dwc/terms/EarliestDateCollected
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Date Collected
DefinitionThe earliest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEarliestDateCollected-2008-11-19
ReplacesEarliestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEonOrLowestEonothem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEonOrLowestEonothem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Eon Or Lowest Eonothem
DefinitionThe 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.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEonOrLowestEonothem-2005-07-03
Replaces:
Is replaced byearliestEonOrLowestEonothem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEonOrLowestEonothem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Eon Or Lowest Eonothem
DefinitionThe 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.
CommentExamples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEonOrLowestEonothem-2009-04-24
ReplacesEarliestEonOrLowestEonothem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEpochOrLowestSeries
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEpochOrLowestSeries
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Epoch Or Lowest Series
DefinitionThe full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEpochOrLowestSeries-2005-07-03
Replaces:
Is replaced byearliestEpochOrLowestSeries-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEpochOrLowestSeries
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Epoch Or Lowest Series
DefinitionThe full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEpochOrLowestSeries-2009-04-24
ReplacesEarliestEpochOrLowestSeries-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEraOrLowestErathem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEraOrLowestErathem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Era Or Lowest Erathem
DefinitionThe full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEraOrLowestErathem-2005-07-03
Replaces:
Is replaced byearliestEraOrLowestErathem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEraOrLowestErathem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Era Or Lowest Erathem
DefinitionThe full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEraOrLowestErathem-2009-04-24
ReplacesEarliestEraOrLowestErathem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestPeriodOrLowestSystem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestPeriodOrLowestSystem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Period Or Lowest System
DefinitionThe full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestPeriodOrLowestSystem-2005-07-03
Replaces:
Is replaced byearliestPeriodOrLowestSystem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestPeriodOrLowestSystem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Period Or Lowest System
DefinitionThe full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestPeriodOrLowestSystem-2009-04-24
ReplacesEarliestPeriodOrLowestSystem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
EndDayCollected
Identifierhttp://www.iobis.org/obis/EndDayCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Day Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndDayCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
endDayOfYear
Identifierhttp://rs.tdwg.org/dwc/terms/endDayOfYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEnd Day Of Year
DefinitionThe 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).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionendDayOfYear-2009-04-24
ReplacesDayOfYear-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndJulianDay
Identifierhttp://www.iobis.org/obis/EndJulianDay
Namespacehttp://www.iobis.org/obis/
LabelEnd Julian Day
DefinitionFor samples/observations/record events that were taken over time this gives the end ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndJulianDay-2005-07-10
Replaces:
Is replaced byendDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndLatitude
Identifierhttp://www.iobis.org/obis/EndLatitude
Namespacehttp://www.iobis.org/obis/
LabelEnd Latitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndLatitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
EndLongitude
Identifierhttp://www.iobis.org/obis/EndLongitude
Namespacehttp://www.iobis.org/obis/
LabelEnd Longitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndLongitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
EndMonthCollected
Identifierhttp://www.iobis.org/obis/EndMonthCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Month Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end month of the collecting event. Possible values range from 01...12 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndMonthCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndTimeOfDay
Identifierhttp://www.iobis.org/obis/EndTimeOfDay
Namespacehttp://www.iobis.org/obis/
LabelEnd Time of Day
DefinitionThe time of day when the sampling event ended, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndTimeOfDay-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndTimeOfDay
Identifierhttp://rs.tdwg.org/dwc/terms/EndTimeOfDay
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEnd Time of Day
DefinitionThe time of day when the event ended, expressed as decimal hours from midnight, local time.
CommentExamples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionEndTimeOfDay-2008-11-19
ReplacesEndTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndYearCollected
Identifierhttp://www.iobis.org/obis/EndYearCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Year Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndYearCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
establishmentMeans
Identifierhttp://rs.tdwg.org/dwc/terms/establishmentMeans
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEstablishment Means
DefinitionThe process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "native", "introduced", "naturalised", "invasive", "managed". For discussion see http://terms.tdwg.org/wiki/dwc:establishmentMeans
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionestablishmentMeans-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
- - - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://purl.org/dc/dcmitype/Event
Namespacehttp://purl.org/dc/dcmitype/
LabelEvent
DefinitionA non-persistent, time-based occurrence. For Darwin Core, a resource describing an instance of the Event class.
CommentMetadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2000-07-11
Date modified2014-10-23
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:Decision-2014-10-26_15
Versionhttp://dublincore.org/usage/terms/history/#Event-003
Replaces:
Is replaced byEvent-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://rs.tdwg.org/dwc/terms/Event
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent
DefinitionThe category of information pertaining to an event (an action that occurs at a place and during a period of time).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionEvent-2009-04-29
ReplacesSamplingEvent-2008-11-19
Is replaced byEvent-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://rs.tdwg.org/dwc/terms/Event
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent
DefinitionAn action that occurs at some location during some time.
CommentExamples: A specimen collection process. A machine observation. For discussion see http://terms.tdwg.org/wiki/dwc:Event
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionEvent-2014-10-23
ReplacesEvent-2009-04-29
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttribute
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttribute
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute
DefinitionContainer class for information about attributes related to a given sampling event.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttribute-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Accuracy
DefinitionThe description of the error associated with the EventAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionEventAttributeAccuracy-2009-01-18
Replaces:
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the sampling event.
CommentExample: "Robert Hijmans"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionEventAttributeDeterminedBy-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Determined Date
DefinitionThe date on which the the measurement or characteristic of the sampling event was made.
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionEventAttributeDeterminedDate-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeID
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute ID
DefinitionAn identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeID-2008-11-19
Replaces:
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the sampling event.
CommentExample: "temperature taken at 15:00"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeRemarks-2008-11-19
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/eventAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attributes
DefinitionA list (concatenated and separated) of additional measurements or characteristics of the Event.
CommentExample: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeType
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Type
DefinitionThe nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary.
CommentExample: "Temperature"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeType-2008-11-19
Replaces:
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeUnit
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Unit
DefinitionThe units for the value of the measurement or characteristic of the sampling event. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "C"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeUnit-2008-11-19
Replaces:
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeValue
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute
DefinitionThe value of the measurement or characteristic of the sampling event.
CommentExample: "22"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeValue-2008-11-19
Replaces:
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventDate
Identifierhttp://rs.tdwg.org/dwc/terms/eventDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Date
DefinitionThe date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-04-24
Date modified2009-07-01
Has domain
Has range
VersioneventDate-2009-04-24
ReplacesEarliestDateCollected-2007-04-17, LatestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
eventID
Identifierhttp://rs.tdwg.org/dwc/terms/eventID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:eventID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventID-2009-04-24
ReplacesSamplingEventID-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
EventMeasurement
Identifierhttp://rs.tdwg.org/dwc/terms/EventMeasurement
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement
DefinitionThe category of information pertaining to measurements associated with an event.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionEventMeasurement-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Accuracy
DefinitionThe description of the error associated with the EventAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statusdeprecated
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementAccuracy-2009-04-24
ReplacesEventAttributeAccuracy-2009-01-18
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the event.
CommentExample: "Robert Hijmans"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementDeterminedBy-2009-04-24
ReplacesEventAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Determined Date
DefinitionThe date on which the the measurement or characteristic of the event was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementDeterminedDate-2009-04-24
ReplacesEventAttributeDeterminedDate-2009-01-23
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementID
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement ID
DefinitionAn identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementID-2009-04-24
ReplacesEventAttributeID-2008-11-19
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the event.
CommentExample: "temperature taken at 15:00"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementRemarks-2009-04-24
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementType
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Type
DefinitionThe nature of the measurement or characteristic of the event. Recommended best practice is to use a controlled vocabulary.
CommentExample: "temperature"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementType-2009-04-24
ReplacesEventAttributeType-2008-11-19
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Unit
DefinitionThe units for the value of the measurement or characteristic of the event. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "C"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementUnit-2009-04-24
ReplacesEventAttributeUnit-2008-11-19
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Value
DefinitionThe value of the measurement or characteristic of the event.
CommentExample: "22"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementValue-2009-04-24
ReplacesEventAttributeValue-2008-11-19
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/eventRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Remarks
DefinitionComments or notes about the Event.
CommentExample: "after the recent rains the river is nearly at flood stage". For discussion see http://terms.tdwg.org/wiki/dwc:eventRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersioneventRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
eventTime
Identifierhttp://rs.tdwg.org/dwc/terms/eventTime
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Time
DefinitionThe time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersioneventTime-2009-04-24
ReplacesStartTimeOfDay-2005-07-10, EndTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelFamily
DefinitionThe family name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionFamily-2003-06-13
Replaces:
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelFamily
DefinitionThe phylogenetic family to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFamily-2003-06-17
ReplacesFamily-2003-06-13
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://rs.tdwg.org/dwc/dwcore/Family
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelFamily
DefinitionThe name of the family in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFamily-2007-04-17
ReplacesFamily-2003-06-17
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
family
Identifierhttp://rs.tdwg.org/dwc/terms/family
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFamily
DefinitionThe name of the family in which the scientificName is classified.
CommentExample: "Ctenomyidae"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionfamily-2009-04-24
ReplacesFamily-2007-04-17
Is replaced byfamily-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
family
Identifierhttp://rs.tdwg.org/dwc/terms/family
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFamily
DefinitionThe full scientific name of the family in which the taxon is classified.
CommentExamples: "Felidae", "Monocleaceae". For discussion see http://terms.tdwg.org/wiki/dwc:family
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionfamily-2009-08-24
Replacesfamily-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNotes
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNotes
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Notes
DefinitionA reference to, or flag marking the existence of notes taken in the field for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFieldNotes-2003-06-17
Replaces:
Is replaced byfieldNotes-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNotes
Identifierhttp://rs.tdwg.org/dwc/curatorial/FieldNotes
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelField Notes
DefinitionOne of a) a flag indicating the existence of, b) a reference to (such as a URL or literature citation), or c) the actual free text content of notes taken in the field about the specimen or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFieldNotes-2007-04-17
ReplacesFieldNotes-2003-06-17
Is replaced byfieldNotes-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
fieldNotes
Identifierhttp://rs.tdwg.org/dwc/terms/fieldNotes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelField Notes
DefinitionOne 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.
CommentExample: "notes available in Grinnell-Miller Library". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNotes
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfieldNotes-2009-04-24
ReplacesFieldNotes-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Number
DefinitionA "number" (really a string) created at collection time to identify all material that resulted from a collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionFieldNumber-2003-06-13
Replaces:
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Number
DefinitionAn identifying string applied to a set of material that resulted from a single collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFieldNumber-2003-06-17
ReplacesFieldNumber-2003-06-13
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/FieldNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelField Number
DefinitionAn identifying string applied to a set of objects or observations resulting from a single collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFieldNumber-2007-04-17
ReplacesFieldNumber-2003-06-17
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
fieldNumber
Identifierhttp://rs.tdwg.org/dwc/terms/fieldNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelField Number
DefinitionAn identifier given to the event in the field. Often serves as a link between field notes and the Event.
CommentExample: "RV Sol 87-03-08". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfieldNumber-2009-04-24
ReplacesFieldNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FootprintSpatialFit
Identifierhttp://rs.tdwg.org/dwc/geospatial/FootprintSpatialFit
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelFootprint Spatial Fit
DefinitionA measure of how well the geometry expressed in the footprint match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. 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 georeference does not completely contain the original representation. The FootprintSpatialFit is undefined 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 FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFootprintSpatialFit-2007-04-17
Replaces:
Is replaced byfootprintSpatialFit-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintSpatialFit
Identifierhttp://rs.tdwg.org/dwc/terms/footprintSpatialFit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint Spatial Fit
DefinitionThe 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.
CommentDetailed 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionfootprintSpatialFit-2009-04-24
ReplacesFootprintSpatialFit-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintSRS
Identifierhttp://rs.tdwg.org/dwc/terms/footprintSRS
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint SRS
DefinitionA 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.
CommentExample: 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]]" without the enclosing quotes. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSRS
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionfootprintSRS-2009-07-06
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
FootprintWKT
Identifierhttp://rs.tdwg.org/dwc/geospatial/FootprintWKT
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelFootprint WKT
DefinitionA Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The same place may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for the same occurrence. 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))
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFootprintWKT-2007-04-17
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintWKT
Identifierhttp://rs.tdwg.org/dwc/terms/footprintWKT
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint WKT
DefinitionA 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.
CommentExample: 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfootprintWKT-2009-04-24
ReplacesFootprintWKT-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - -
Formation
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Formation
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelFormation
DefinitionThe full name of the lithostratigraphic formation from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionFormation-2005-07-03
Replaces:
Is replaced byformation-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
formation
Identifierhttp://rs.tdwg.org/dwc/terms/formation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFormation
DefinitionThe full name of the lithostratigraphic formation from which the cataloged item was collected.
CommentExamples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation". For discussion see http://terms.tdwg.org/wiki/dwc:formation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionformation-2009-04-24
ReplacesFormation-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelFossil Specimen
DefinitionA resource describing a fossilized specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionFossilSpecimen-2008-11-19
Replaces:
Is replaced byFossilSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelFossil Specimen
DefinitionA resource describing a fossilized specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionFossilSpecimen-2011-10-16
ReplacesFossilSpecimen-2008-11-19
Is replaced byFossilSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFossil Specimen
DefinitionA preserved specimen that is a fossil.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:FossilSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionFossilSpecimen-2014-10-23
ReplacesFossilSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
GenBankNum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/GenBankNum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGen Bank Num
DefinitionGenBank Accession number.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGenBankNum-2003-06-17
Replaces:
Is replaced byassociatedSequences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - -
GenBankNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/GenBankNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelGen Bank Number
DefinitionGenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGenBankNumber-2007-04-17
ReplacesGenBankNum-2003-06-17
Is replaced byassociatedSequences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - -
Generalizations
Identifierhttp://rs.tdwg.org/dwc/terms/Generalizations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeneralizations
DefinitionActions taken to make the data as shared less specific or complete than in its original form. Suggests that alternative data of highly quality may be available on request.
CommentExamples: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell", "locality information given only to nearest county".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionGeneralizations-2008-11-19
Replaces:
Is replaced bydataGeneralizations-2009-04-24
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGenus
DefinitionThe genus name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionGenus-2003-06-13
Replaces:
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGenus
DefinitionThe phylogenetic genus to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGenus-2003-06-17
ReplacesGenus-2003-06-13
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://rs.tdwg.org/dwc/dwcore/Genus
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelGenus
DefinitionThe name of the genus in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGenus-2007-04-17
ReplacesGenus-2003-06-17
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
genus
Identifierhttp://rs.tdwg.org/dwc/terms/genus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGenus
DefinitionThe name of the genus in which the scientificName is classified.
CommentExample: "Quercus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versiongenus-2009-04-24
ReplacesGenus-2007-04-17
Is replaced bygenus-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
genus
Identifierhttp://rs.tdwg.org/dwc/terms/genus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGenus
DefinitionThe full scientific name of the genus in which the taxon is classified.
CommentExamples: "Puma", "Monoclea". For discussion see http://terms.tdwg.org/wiki/dwc:genus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versiongenus-2009-08-24
Replacesgenus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
GeodeticDatum
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeodeticDatum
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeodetic Datum
DefinitionThe geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeodeticDatum-2007-04-17
ReplacesHorizontalDatum-2003-06-17
Is replaced bygeodeticDatum-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - -
geodeticDatum
Identifierhttp://rs.tdwg.org/dwc/terms/geodeticDatum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeodetic Datum
DefinitionThe ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
CommentExamples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:geodeticDatum
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiongeodeticDatum-2009-04-24
ReplacesGeodeticDatum-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - - -
GeologicalContext
Identifierhttp://rs.tdwg.org/dwc/terms/GeologicalContext
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context
DefinitionThe category of information pertaining to a location within a geological context, such as stratigraphy.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2009-07-06
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionGeologicalContext-2009-07-06
Replaces:
Is replaced byGeologicalContext-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
- - - - - - - - - - - - - - - - - - - - - - - - -
GeologicalContext
Identifierhttp://rs.tdwg.org/dwc/terms/GeologicalContext
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context
DefinitionGeological information, such as stratigraphy, that qualifies a region or place.
CommentExample: A lithostratigraphic layer. For discussion see http://terms.tdwg.org/wiki/dwc:GeologicalContext
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2009-07-06
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionGeologicalContext-2014-10-23
ReplacesGeologicalContext-2009-07-06
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
- - - - - - - - - - - - - - - - - - - - - - - -
geologicalContextID
Identifierhttp://rs.tdwg.org/dwc/terms/geologicalContextID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:geologicalContextID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersiongeologicalContextID-2009-07-06
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedBy
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
CommentExamples: "Kristina Yamamoto (MVZ); Janet Fang (MVZ)", "Brad Millen (ROM)"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-21
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferencedBy-2009-04-24
Replaces:
Is replaced bygeoreferencedBy-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedBy
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-01-21
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferencedBy-2014-10-23
ReplacesgeoreferencedBy-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedDate
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced Date
DefinitionThe date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_9
VersiongeoreferencedDate-2011-10-16
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceProtocol
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceProtocol
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Protocol
DefinitionA reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceProtocol-2007-04-17
ReplacesGeorefMethod-2003-06-17
Is replaced bygeoreferenceProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceProtocol
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceProtocol
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Protocol
DefinitionA description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceProtocol-2009-04-24
ReplacesGeoreferenceProtocol-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceRemarks
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceRemarks
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Remarks
DefinitionComments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceRemarks-2007-04-17
ReplacesLatLongComments-2003-06-17
Is replaced bygeoreferenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Remarks
DefinitionNotes 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.
CommentExample: "assumed distance by road (Hwy. 101)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceRemarks-2009-04-24
ReplacesGeoreferenceRemarks-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceSources
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceSources
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Sources
DefinitionA list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceSources-2007-04-17
Replaces:
Is replaced bygeoreferenceSources-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferenceSources
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceSources
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Sources
DefinitionA 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.
CommentExamples: "USGS 1:24000 Florence Montana Quad; Terrametrics 2008 on Google Earth"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferenceSources-2009-04-24
ReplacesGeoreferenceSources-2007-04-17
Is replaced bygeoreferenceSources-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferenceSources
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceSources
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Sources
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferenceSources-2014-10-23
ReplacesgeoreferenceSources-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Verification Status
DefinitionA categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled. Examples: "requires verification", "verified by collector", "verified by curator".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceVerificationStatus-2007-04-17
Replaces:
Is replaced bygeoreferenceVerificationStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Verification Status
DefinitionA categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "requires verification", "verified by collector", "verified by curator". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceVerificationStatus-2009-04-24
ReplacesGeoreferenceVerificationStatus-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- - - - - - - - - - - - - - - - - - - - - - - -
GeorefMethod
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/GeorefMethod
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGeoref Method
DefinitionA reference to the methods used for determining the coordinates and uncertainties.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGeorefMethod-2003-06-17
Replaces:
Is replaced bygeoreferenceProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
GlobalUniqueIdentifier
Identifierhttp://rs.tdwg.org/dwc/dwcore/GlobalUniqueIdentifier
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelGlobal Unique Identifier
DefinitionA Uniform Resource Name (URN) as a unique identifier for the specimen or observation record. In the absence of a persistent global unique identifier, construct one in the form: “[InstitutionCode]:[CollectionCode]: [CatalogNumber]” Examples: 1) urn:lsid:nhm.ku.edu:Herps:32 2) “FMNH:Mammal:145732”
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGlobalUniqueIdentifier-2007-04-17
Replaces:
Is replaced byoccurrenceID-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitGUID
- - - - - - - - - - - - - - - - - - - - - - - -
GMLFeature
Identifierhttp://www.iobis.org/obis/GMLFeature
Namespacehttp://www.iobis.org/obis/
LabelGML Feature
DefinitionGeographic Markup Language(GML) description of the feature for representing complex shapes such as lines and polygons, per Open GIS Consortium (OGC) standards - http://www.opengis.net/gml/01-029/GML2.html.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionGMLFeature-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GML
- - - - - - - - - - - - - - - - - - - - - - -
Group
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Group
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelGroup
DefinitionThe full name of the lithostratigraphic group from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionGroup-2005-07-03
Replaces:
Is replaced bygroup-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
group
Identifierhttp://rs.tdwg.org/dwc/terms/group
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGroup
DefinitionThe full name of the lithostratigraphic group from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:group
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versiongroup-2009-04-24
ReplacesGroup-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
habitat
Identifierhttp://rs.tdwg.org/dwc/terms/habitat
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHabitat
DefinitionA category or description of the habitat in which the Event occurred.
CommentExamples: "oak savanna", "pre-cordilleran steppe". For discussion see http://terms.tdwg.org/wiki/dwc:habitat
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-05-17
Has domain
Has range
Versionhabitat-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Biotope/Text
- - - - - - - - - - - - - - - - - - - - - - - - -
higherClassification
Identifierhttp://rs.tdwg.org/dwc/terms/higherClassification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Classification
DefinitionA list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. Recommended best practice is to order the list starting with the highest rank and separating the names for each rank with a semi-colon (";").
CommentExample: "Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria;Rodentia;Hystricognatha;Hystricognathi;Ctenomyidae;Ctenomyini;Ctenomys"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherClassification-2009-08-24
ReplaceshigherTaxonName-2009-04-24
Is replaced byhigherClassification-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
higherClassification
Identifierhttp://rs.tdwg.org/dwc/terms/higherClassification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Classification
DefinitionA list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherClassification-2014-10-23
ReplaceshigherClassification-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherGeography
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HigherGeography
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHigher Geography
DefinitionThe combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring in any of the higher geography attributes.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHigherGeography-2003-06-17
Replaces:
Is replaced byhigherGeography-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - -
HigherGeography
Identifierhttp://rs.tdwg.org/dwc/dwcore/HigherGeography
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelHigher Geography
DefinitionThe names (concatenated and separated) of geographic elements less specific than the information in the Locality element. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching geographic names. This can be useful if it is unclear in which element a name might be found, and in cases where there is no other appropriate geographic element. Example: "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.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionHigherGeography-2007-04-17
ReplacesHigherGeography-2003-06-17
Is replaced byhigherGeography-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - - -
higherGeography
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeography
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography
DefinitionA list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
CommentExample: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherGeography-2009-04-24
ReplacesHigherGeography-2007-04-17
Is replaced byhigherGeography-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - - -
higherGeography
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeography
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography
DefinitionA list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherGeography-2014-10-23
ReplaceshigherGeography-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - -
higherGeographyID
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeographyID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography ID
DefinitionAn identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExample: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeographyID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionhigherGeographyID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HigherTaxon
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHigher Taxon
DefinitionThe combination of names of taxonomic ranks less specific than Genus. "Like" query operations on this element will search for a substring in any of the higher taxon attributes.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHigherTaxon-2003-06-17
Replaces:
Is replaced byhigherClassification-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://rs.tdwg.org/dwc/dwcore/HigherTaxon
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelHigher Taxon
DefinitionThe names of taxonomic ranks less specific than SpecificEpithet concatenated and separated. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching higher taxon names. This element may contain the list of scientific names of all of the supra-specific taxa in the classification used to identify (determine) the specimen or observation. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionHigherTaxon-2007-04-17
ReplacesHigherTaxon-2003-06-17
Is replaced byhigherClassification-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://rs.tdwg.org/dwc/terms/HigherTaxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon
DefinitionA list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName.
CommentExample: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-01-21
Has domain
Has range
VersionHigherTaxon-2009-01-21
Replaces:
Is replaced byhigherClassification-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Concept ID
DefinitionA unique identifier for the taxon concept less specific than that given in the taxonConceptID.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonconceptID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/HigherTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon ID
DefinitionA global unique identifier for the parent to the taxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionHigherTaxonID-2009-01-21
Replaces:
Is replaced byparentNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonName
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Name
DefinitionA list (concatenated and separated) of the names for the taxonomic ranks less specific than that given in the scientificName.
CommentExample: "Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonName-2009-04-24
ReplacesHigherTaxon-2007-04-17
Is replaced byparentNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Name ID
DefinitionA unique identifier for the name of the next higher rank than the scientificName in a taxonomic classification. See higherTaxonName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonNameID-2009-04-24
ReplacesHigherTaxonID-2009-01-21
Is replaced byparentNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
HighestBiostratigraphicZone
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/HighestBiostratigraphicZone
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelHighest Biostratigraphic Zone
DefinitionThe full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionHighestBiostratigraphicZone-2005-07-03
Replaces:
Is replaced byhighestBiostratigraphicZone-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
highestBiostratigraphicZone
Identifierhttp://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHighest Biostratigraphic Zone
DefinitionThe full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionhighestBiostratigraphicZone-2009-04-24
ReplacesHighestBiostratigraphicZone-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HorizontalDatum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HorizontalDatum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHorizontal Datum
DefinitionThe horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHorizontalDatum-2003-06-17
Replaces:
Is replaced bygeodeticDatum-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelHuman Observation
DefinitionA resource describing an observation made by one or more people.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionHumanObservation-2008-11-19
Replaces:
Is replaced byHumanObservation-2011-10-16
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelHuman Observation
DefinitionA resource describing an observation made by one or more people.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionHumanObservation-2011-10-16
ReplacesHumanObservation-2008-11-19
Is replaced byHumanObservation-2014-10-23
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/terms/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHuman Observation
DefinitionAn output of a human observation process.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:HumanObservation
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionHumanObservation-2014-10-23
ReplacesHumanObservation-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
Identification
Identifierhttp://rs.tdwg.org/dwc/terms/Identification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification
DefinitionThe category of information pertaining to taxonomic determinations (the assignment of a scientific name).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionIdentification-2008-11-19
Replaces:
Is replaced byIdentification-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification
- - - - - - - - - - - - - - - - - - - - - - - - -
Identification
Identifierhttp://rs.tdwg.org/dwc/terms/Identification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification
DefinitionA taxonomic determination (e.g., the assignment to a taxon).
CommentExample: A subspecies determination of an organism. For discussion see http://terms.tdwg.org/wiki/dwc:Identification
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionIdentification-2014-10-23
ReplacesIdentification-2008-11-19
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification
- - - - - - - - - - - - - - - - - - - - - - - -
identificationAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/identificationAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Identification.
CommentExample: "natureOfID=expert identification; identificationEvidence=cytochrome B sequence"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionidentificationAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
identificationID
Identifierhttp://rs.tdwg.org/dwc/terms/identificationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:identificationID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
IdentificationModifier
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentificationModifier
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentification Modifier
DefinitionAdditional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIdentificationModifier-2003-06-17
Replaces:
Is replaced byidentificationQualifier-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - -
IdentificationQualifier
Identifierhttp://rs.tdwg.org/dwc/dwcore/IdentificationQualifier
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIdentification Qualifier
DefinitionA brief phrase or a standard term ("cf.", "aff.") to qualify the identification of the organism when doubts have arisen as to its taxonomic identity (determination). Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", IdentificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", IdentificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIdentificationQualifier-2007-04-17
ReplacesIdentificationModifier-2003-06-17
Is replaced byidentificationQualifier-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - -
identificationQualifier
Identifierhttp://rs.tdwg.org/dwc/terms/identificationQualifier
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Qualifier
DefinitionA brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.
CommentExamples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. For discussion see http://terms.tdwg.org/wiki/dwc:identificationQualifier
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationQualifier-2009-04-24
ReplacesIdentificationQualifier-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationReferences
Identifierhttp://rs.tdwg.org/dwc/terms/identificationReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification References
DefinitionA list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
CommentExample: "Aves del Noroeste Patagonico. Christie et al. 2004."
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentificationReferences-2009-04-24
Replaces:
Is replaced byidentificationReferences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/References
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationReferences
Identifierhttp://rs.tdwg.org/dwc/terms/identificationReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification References
DefinitionA list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentificationReferences-2014-10-23
ReplacesidentificationReferences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/References
- - - - - - - - - - - - - - - - - - - - - - - -
identificationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/identificationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Remarks
DefinitionComments or notes about the Identification.
CommentExample: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/terms/identificationVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Verification Status
DefinitionA categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.
CommentExamples: "0", "4". For discussion see http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_10
VersionidentificationVerificationStatus-2011-10-16
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionIdentifiedBy-2003-06-13
Replaces:
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIdentifiedBy-2003-06-17
ReplacesIdentifiedBy-2003-06-13
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://rs.tdwg.org/dwc/curatorial/IdentifiedBy
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIdentifiedBy-2007-04-17
ReplacesIdentifiedBy-2003-06-17
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the scientificName.
CommentExample: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentifiedBy-2009-04-24
ReplacesIdentifiedBy-2007-04-17
Is replaced byidentifiedBy-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
CommentExamples: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentifiedBy-2009-08-24
ReplacesidentifiedBy-2009-04-24
Is replaced byidentifiedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentifiedBy-2014-10-23
ReplacesidentifiedBy-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
ImageURL
Identifierhttp://rs.tdwg.org/dwc/dwcore/ImageURL
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelImage URL
DefinitionA Universal Resource Locator reference to digital images associated with the specimen or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionImageURL-2007-04-17
Replaces:
Is replaced byassociatedMedia-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionIndividualCount-2003-06-13
Replaces:
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIndividualCount-2003-06-17
ReplacesIndividualCount-2003-06-13
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://rs.tdwg.org/dwc/curatorial/IndividualCount
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container. Not to be used for observations.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIndividualCount-2007-04-17
ReplacesIndividualCount-2003-06-17
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
individualCount
Identifierhttp://rs.tdwg.org/dwc/terms/individualCount
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIndividual Count
DefinitionThe number of individuals represented present at the time of the Occurrence.
CommentExamples: "1", "25". For discussion see http://terms.tdwg.org/wiki/dwc:individualCount
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionindividualCount-2009-04-24
ReplacesIndividualCount-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - - -
individualID
Identifierhttp://rs.tdwg.org/dwc/terms/individualID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIndividual ID
DefinitionAn identifier for an individual or named group of individual organisms represented in the Occurrence. Meant to accommodate resampling of the same individual or group for monitoring purposes. May be a global unique identifier or an identifier specific to a data set.
CommentExamples: "U.amer. 44", "Smedley", "Orca J 23"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionindividualID-2009-04-24
Replaces:
Is replaced byorganismID-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/ScientificName/NameAtomised/Zoological/NamedIndividual or DataSets/DataSet/Units/Unit/ObservationUnit/ObservationUnitIdentifiers/ObservationUnitIdentifier or DataSets/DataSet/Units/Unit/SpecimenUnit/Accessions/AccessionNumber
- - - - - - - - - - - - - - - - - - - - - - - -
InformationWithheld
Identifierhttp://rs.tdwg.org/dwc/dwcore/InformationWithheld
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInformation Withheld
DefinitionBrief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the administrative contact identified in the provider resource metadata (curator, collection manager). Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInformationWithheld-2007-04-17
Replaces:
Is replaced byinformationWithheld-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/InformationWithheld
- - - - - - - - - - - - - - - - - - - - - - - -
informationWithheld
Identifierhttp://rs.tdwg.org/dwc/terms/informationWithheld
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInformation Withheld
DefinitionAdditional information that exists, but that has not been shared in the given record.
CommentExamples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples". For discussion see http://terms.tdwg.org/wiki/dwc:informationWithheld
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninformationWithheld-2009-04-24
ReplacesInformationWithheld-2007-04-17
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/InformationWithheld
- - - - - - - - - - - - - - - - - - - - - - - -
InfraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/dwcore/InfraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInfraspecific Epithet
DefinitionThe infraspecific epithet of the scientific name applied to the organism.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInfraspecificEpithet-2007-04-17
ReplacesSubspecies-2003-06-17
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
infraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInfraspecific Epithet
DefinitionThe name of the second or subspecies epithet of the scientificName.
CommentExample: "oxyadenia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninfraspecificEpithet-2009-04-24
ReplacesInfraspecificEpithet-2007-04-17
Is replaced byinfraspecificEpithet-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
infraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInfraspecific Epithet
DefinitionThe name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.
CommentExamples: "concolor", "oxyadenia", "sayi". For discussion see http://terms.tdwg.org/wiki/dwc:infraspecificEpithet
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioninfraspecificEpithet-2009-08-24
ReplacesinfraspecificEpithet-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
InfraspecificRank
Identifierhttp://rs.tdwg.org/dwc/dwcore/InfraspecificRank
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInfraspecific Rank
DefinitionThe infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInfraspecificRank-2007-04-17
Replaces:
Is replaced bytaxonRank-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelInstitution Code
DefinitionA "standard" code identifier that identifies the institution to which the collection belongs. No global registry exists for assigning institutional codes. Use the code that is "standard" in your discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionInstitutionCode-2003-06-13
Replaces:
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelInstitution Code
DefinitionA code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionInstitutionCode-2003-06-17
ReplacesInstitutionCode-2003-06-13
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/InstitutionCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInstitution Code
DefinitionThe code (or acronym) identifying the institution administering the collection in which the organism record is cataloged. No global registry exists for institutional codes; use the code that is "standard" at your institution or in your discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInstitutionCode-2007-04-17
ReplacesInstitutionCode-2003-06-17
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninstitutionCode-2009-04-24
ReplacesInstitutionCode-2007-04-17
Is replaced byinstitutionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioninstitutionCode-2009-08-24
ReplacesinstitutionCode-2009-04-24
Is replaced byinstitutionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)". For discussion see http://terms.tdwg.org/wiki/dwc:institutionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
VersioninstitutionCode-2009-09-11
ReplacesinstitutionCode-2009-08-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionID
Identifierhttp://rs.tdwg.org/dwc/terms/institutionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution ID
DefinitionAn identifier for the institution having custody of the object(s) or information referred to in the record.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-11
Date modified2014-10-23
Has domain
Has range
VersioninstitutionID-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
Island
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Island
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIsland
DefinitionThe full, unabbreviated name of the island from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIsland-2003-06-17
Replaces:
Is replaced byisland-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
Island
Identifierhttp://rs.tdwg.org/dwc/dwcore/Island
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIsland
DefinitionThe full, unabbreviated name of the island on which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIsland-2007-04-17
ReplacesIsland-2003-06-17
Is replaced byisland-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
island
Identifierhttp://rs.tdwg.org/dwc/terms/island
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIsland
DefinitionThe name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar". For discussion see http://terms.tdwg.org/wiki/dwc:island
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionisland-2009-04-24
ReplacesIsland-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
IslandGroup
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IslandGroup
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIsland Group
DefinitionThe full, unabbreviated name of the island group from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIslandGroup-2003-06-17
Replaces:
Is replaced byislandGroup-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
IslandGroup
Identifierhttp://rs.tdwg.org/dwc/dwcore/IslandGroup
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIsland Group
DefinitionThe full, unabbreviated name of the island group in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIslandGroup-2007-04-17
ReplacesIslandGroup-2003-06-17
Is replaced byislandGroup-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
islandGroup
Identifierhttp://rs.tdwg.org/dwc/terms/islandGroup
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIsland Group
DefinitionThe name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Alexander Archipelago", "Seychelles". For discussion see http://terms.tdwg.org/wiki/dwc:islandGroup
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionislandGroup-2009-04-24
ReplacesIslandGroup-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
JulianDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelJulian Day
DefinitionThe ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionJulianDay-2003-06-13
Replaces:
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
JulianDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelJulian Day
DefinitionThe ordinal day of the year (i.e., the number of days since December 31 of the previous year; January 1 is Julian Day 1) on which the cataloged item was collected. May be derived from the YearCollected, MonthCollected, and DayCollected by the provider.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionJulianDay-2003-06-17
ReplacesJulianDay-2003-06-13
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelKingdom
DefinitionThe kingdom to which the organism belongs
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionKingdom-2003-06-13
Replaces:
Is replaced bykingdom-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelKingdom
DefinitionThe phylogenetic kingdom to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionKingdom-2003-06-17
ReplacesKingdom-2003-06-13
Is replaced bykingdom-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://rs.tdwg.org/dwc/dwcore/Kingdom
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelKingdom
DefinitionThe name of the kingdom in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionKingdom-2007-04-17
ReplacesKingdom-2003-06-17
Is replaced bykingdom-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
kingdom
Identifierhttp://rs.tdwg.org/dwc/terms/kingdom
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelKingdom
DefinitionThe name of the kingdom in which the scientificName is classified.
CommentExample: "Animalia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionkingdom-2009-04-24
ReplacesKingdom-2007-04-17
Is replaced bykingdom-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
kingdom
Identifierhttp://rs.tdwg.org/dwc/terms/kingdom
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelKingdom
DefinitionThe full scientific name of the kingdom in which the taxon is classified.
CommentExamples: "Animalia", "Plantae". For discussion see http://terms.tdwg.org/wiki/dwc:kingdom
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionkingdom-2009-08-24
Replaceskingdom-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - -
LatestAgeOrHighestStage
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestAgeOrHighestStage
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest AgeOr Highest Stage
DefinitionThe full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestAgeOrHighestStage-2005-07-03
Replaces:
Is replaced bylatestAgeOrHighestStage-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestAgeOrHighestStage
Identifierhttp://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest AgeOr Highest Stage
DefinitionThe full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestAgeOrHighestStage-2009-04-24
ReplacesLatestAgeOrHighestStage-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestDateCollected
Identifierhttp://rs.tdwg.org/dwc/dwcore/LatestDateCollected
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLatest Date Collected
DefinitionThe latest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLatestDateCollected-2007-04-17
ReplacesYearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
LatestDateCollected
Identifierhttp://rs.tdwg.org/dwc/terms/LatestDateCollected
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Date Collected
DefinitionThe latest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionLatestDateCollected-2008-11-19
ReplacesLatestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - -
LatestEonOrHighestEonothem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEonOrHighestEonothem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Eon Or Highest Eonothem
DefinitionThe 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.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEonOrHighestEonothem-2005-07-03
Replaces:
Is replaced bylatestEonOrHighestEonothem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEonOrHighestEonothem
Identifierhttp://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Eon Or Highest Eonothem
DefinitionThe 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.
CommentExamples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEonOrHighestEonothem-2009-04-24
ReplacesLatestEonOrHighestEonothem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestEpochOrHighestSeries
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEpochOrHighestSeries
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Epoch Or Highest Series
DefinitionThe full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEpochOrHighestSeries-2005-07-03
Replaces:
Is replaced bylatestEpochOrHighestSeries-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEpochOrHighestSeries
Identifierhttp://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Epoch Or Highest Series
DefinitionThe full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEpochOrHighestSeries-2009-04-24
ReplacesLatestEpochOrHighestSeries-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestEraOrHighestErathem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEraOrHighestErathem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Era Or Highest Erathem
DefinitionThe full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEraOrHighestErathem-2005-07-03
Replaces:
Is replaced bylatestEraOrHighestErathem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEraOrHighestErathem
Identifierhttp://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Era Or Highest Erathem
DefinitionThe full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEraOrHighestErathem-2009-04-24
ReplacesLatestEraOrHighestErathem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestPeriodOrHighestSystem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestPeriodOrHighestSystem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Period Or Highest System
DefinitionThe full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestPeriodOrHighestSystem-2005-07-03
Replaces:
Is replaced bylatestPeriodOrHighestSystem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestPeriodOrHighestSystem
Identifierhttp://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Period Or Highest System
DefinitionThe full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestPeriodOrHighestSystem-2009-04-24
ReplacesLatestPeriodOrHighestSystem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Latitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Latitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLatitude
DefinitionThe latitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLatitude-2003-06-13
Replaces:
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
LatLongComments
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/LatLongComments
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLat Long Comments
DefinitionComments about the LatLong determination.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionLatLongComments-2003-06-17
Replaces:
Is replaced bygeoreferenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
Lifestage
Identifierhttp://www.iobis.org/obis/Lifestage
Namespacehttp://www.iobis.org/obis/
LabelLifestage
DefinitionIndicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionLifestage-2005-07-10
ReplacesAgeClass-2003-06-17
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
LifeStage
Identifierhttp://rs.tdwg.org/dwc/dwcore/LifeStage
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLife Stage
DefinitionThe age class or life stage of the biological individual represented by the catalogued object or observation. Examples: "adult", "mature", "juvenile", "eft", "nymph", "seedling", "seed", "egg"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLifeStage-2007-04-17
ReplacesAgeClass-2003-06-17
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
lifeStage
Identifierhttp://rs.tdwg.org/dwc/terms/lifeStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLife Stage
DefinitionThe age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles". For discussion see http://terms.tdwg.org/wiki/dwc:lifeStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionlifeStage-2009-04-24
ReplacesLifeStage-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - -
LithostratigraphicTerms
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LithostratigraphicTerms
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLithostratigraphicTerms-2005-07-03
Replaces:
Is replaced bylithostratigraphicTerms-2009-04-24
Classpaleo
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
- - - - - - - - - - - - - - - - - - - - - - - -
lithostratigraphicTerms
Identifierhttp://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlithostratigraphicTerms-2009-04-24
ReplacesLithostratigraphicTerms-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
- - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLiving Specimen
DefinitionA resource describing a living specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionLivingSpecimen-2008-11-19
Replaces:
Is replaced byLivingSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLiving Specimen
DefinitionA resource describing a living specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLivingSpecimen-2011-10-16
ReplacesLivingSpecimen-2008-11-19
Is replaced byLivingSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLiving Specimen
DefinitionA specimen that is alive.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:LivingSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLivingSpecimen-2014-10-23
ReplacesLivingSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLocality
DefinitionThe locality description (place name plus optionally a displacement from the place name) from which the specimen was collected. Where a displacement from a location is provided, it should be in un-projected units of measurement
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLocality-2003-06-13
Replaces:
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLocality
DefinitionThe description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionLocality-2003-06-17
ReplacesLocality-2003-06-13
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://rs.tdwg.org/dwc/dwcore/Locality
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLocality
DefinitionThe specific natural language description of the place where the organism was collected or observed. This element need not contain less specific geographic information provided in other geographic elements (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). Though coordinate information can be contained in this concept, these data will be usable analytically only when shared through the concepts of the Geospatial Extension.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLocality-2007-04-17
ReplacesLocality-2003-06-17
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
locality
Identifierhttp://rs.tdwg.org/dwc/terms/locality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocality
DefinitionThe 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.
CommentExample: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". For discussion see http://terms.tdwg.org/wiki/dwc:locality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionlocality-2009-04-24
ReplacesLocality-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - - -
Location
Identifierhttp://purl.org/dc/terms/Location
Namespacehttp://purl.org/dc/terms/
LabelLocation
DefinitionA spatial region or named place.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:Location
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#Location-001
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/LocalityText
- - - - - - - - - - - - - - - - - - - - - - - - - -
Location
Identifierhttp://rs.tdwg.org/dwc/dwctype/Location
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLocation
DefinitionA resource describing an instance of the Location class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLocation-2009-04-24
Replaces:
Is replaced byhttp://dublincore.org/usage/terms/history/#Location-001
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/locationAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation According To
DefinitionInformation about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.
CommentExamples: "Getty Thesaurus of Geographic Names", "GADM". For discussion see http://terms.tdwg.org/wiki/dwc:locationAccordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-08-24
Date modified2009-08-24
Has domain
Has range
VersionlocationAccordingTo-2009-08-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/locationAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the location.
CommentExample: "aspectheading=277; slopeindegrees=6"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionlocationAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationID
Identifierhttp://rs.tdwg.org/dwc/terms/locationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:locationID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionlocationID-2009-04-24
ReplacesSamplingLocationID-2008-11-19
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/locationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation Remarks
DefinitionComments or notes about the Location.
CommentExample: "under water since 2005". For discussion see http://terms.tdwg.org/wiki/dwc:locationRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionlocationRemarks-2009-04-24
ReplacesSamplingLocationRemarks-2009-01-18
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Longitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Longitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLongitude
DefinitionThe longitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLongitude-2003-06-13
Replaces:
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - -
LowestBiostratigraphicZone
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LowestBiostratigraphicZone
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLowest Biostratigraphic Zone
DefinitionThe full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLowestBiostratigraphicZone-2005-07-03
Replaces:
Is replaced bylowestBiostratigraphicZone-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
lowestBiostratigraphicZone
Identifierhttp://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLowest Biostratigraphic Zone
DefinitionThe full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlowestBiostratigraphicZone-2009-04-24
ReplacesLowestBiostratigraphicZone-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMachine Observation
DefinitionA resource describing an observation made by a machine.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionMachineObservation-2008-11-19
Replaces:
Is replaced byMachineObservation-2011-10-16
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMachine Observation
DefinitionA resource describing an observation made by a machine.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMachineObservation-2011-10-16
ReplacesMachineObservation-2008-11-19
Is replaced byMachineObservation-2014-10-23
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/terms/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMachine Observation
DefinitionAn output of a machine observation process.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:MachineObservation
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMachineObservation-2014-10-23
ReplacesMachineObservation-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/terms/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample
DefinitionThe category of information pertaining to the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2013-03-28
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2013-03-28
Replaces:
Is replaced byMaterialSample-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/dwctype/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMaterial Sample
DefinitionA resource describing the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.obolibrary.org/obo/OBI_0100051
Statusdeprecated
Date issued2013-03-28
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2013-06-24
Replaces:
Is replaced byMaterialSample-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/terms/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample
DefinitionA physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
CommentExamples: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2013-03-28
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2014-10-23
ReplacesMaterialSample-2013-03-28
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - -
materialSampleID
Identifierhttp://rs.tdwg.org/dwc/terms/materialSampleID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:materialSampleID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2013-03-28
Date modified2013-09-26
Has domain
Has range
Decision:Decision-2013-10-09_13
VersionmaterialSampleID-2013-05-25
Replacessource_mat_id-2011-01-26
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MaterialSample
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Depth
DefinitionThe maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMaximumDepth-2003-06-13
Replaces:
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepthInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepthInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Depth In Meters
DefinitionThe maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMaximumDepthInMeters-2003-06-17
ReplacesMaximumDepth-2003-06-13
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MaximumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMaximum Depth In Meters
DefinitionThe maximum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 10 (for a depth of up to 10m). 100 (for a depth between 50m and 100m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMaximumDepthInMeters-2007-04-17
ReplacesMaximumDepthInMeters-2003-06-17
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Depth In Meters
DefinitionThe greater depth of a range of depth below the local surface, in meters.
CommentExample: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumDepthInMeters-2009-04-24
ReplacesMaximumDepthInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumDistanceAboveSurfaceInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Distance Above Surface In Meters
DefinitionThe 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.
CommentExample: 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Elevation
DefinitionThe maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMaximumElevation-2003-06-13
Replaces:
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevationInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevationInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Elevation In Meters
DefinitionThe maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMaximumElevationInMeters-2003-06-17
ReplacesMaximumElevation-2003-06-13
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MaximumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMaximum Elevation In Meters
DefinitionThe maximum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: Examples: 125 (for an elevation of 100 +- 25 meters). 200 (for an elevation between 100m and 200m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMaximumElevationInMeters-2007-04-17
ReplacesMaximumElevationInMeters-2003-06-17
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Elevation In Meters
DefinitionThe upper limit of the range of elevation (altitude, usually above sea level), in meters.
CommentExample: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumElevationInMeters-2009-04-24
ReplacesMaximumElevationInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
measurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Accuracy
DefinitionThe description of the potential error associated with the measurementValue.
CommentExamples: "0.01", "normal distribution with variation of 2 m". For discussion see http://terms.tdwg.org/wiki/dwc:measurementAccuracy
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionmeasurementAccuracy-2009-04-24
ReplacesSampleAttributeAccuracy-2009-01-18, EventAttributeAccuracy-2009-01-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
CommentExamples: "Javier de la Torre", "Julie Woodruff; Eileen Lacey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionmeasurementDeterminedBy-2009-04-24
ReplacesSampleAttributeDeterminedBy-2009-01-23, EventAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-01-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionmeasurementDeterminedBy-2014-10-23
ReplacesmeasurementDeterminedBy-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined Date
DefinitionThe date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionmeasurementDeterminedDate-2009-04-24
ReplacesSampleAttributeDeterminedDate-2009-01-23, EventAttributeDeterminedDate-2009-01-23
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
measurementID
Identifierhttp://rs.tdwg.org/dwc/terms/measurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:measurementID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
VersionmeasurementID-2009-04-24
ReplacesSampleAttributeID-2008-11-19, EventAttributeID-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
measurementMethod
Identifierhttp://rs.tdwg.org/dwc/terms/measurementMethod
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Method
DefinitionA description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementMethod-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06/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
- - - - - - - - - - - - - - - - - - - - - - - - -
MeasurementOrFact
Identifierhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Or Fact
DefinitionThe category of information pertaining to measurements, facts, characteristics, or assertions about a resource (instance of data record, such as Occurrence, Taxon, Location, Event).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2009-04-24
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMeasurementOrFact-2009-04-24
ReplacesSampleAttribute-2008-11-19, EventAttribute-2008-11-19
Is replaced byMeasurementOrFact-2014-10-23
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - - -
MeasurementOrFact
Identifierhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement or Fact
DefinitionA measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).
CommentResources 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2009-04-24
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMeasurementOrFact-2014-10-23
ReplacesMeasurementOrFact-2009-04-24
Is Replaced By:
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
measurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/measurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Remarks
DefinitionComments or notes accompanying the MeasurementOrFact.
CommentExample: "tip of tail missing". For discussion see http://terms.tdwg.org/wiki/dwc:measurementRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementRemarks-2009-04-24
ReplacesoccurrenceMeasurementRemarks-2009-04-24, eventMeasurementRemarks-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
measurementType
Identifierhttp://rs.tdwg.org/dwc/terms/measurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Type
DefinitionThe nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "tail length", "temperature", "trap line length", "survey area", "trap type". For discussion see http://terms.tdwg.org/wiki/dwc:measurementType
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementType-2009-04-24
ReplacesSampleAttributeType-2008-11-19, EventAttributeType-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
measurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/measurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Unit
DefinitionThe units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).
CommentExamples: "mm", "C", "km", "ha". For discussion see http://terms.tdwg.org/wiki/dwc:measurementUnit
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementUnit-2009-04-24
ReplacesSampleAttributeUnit-2008-11-19, EventAttributeUnit-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
measurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/measurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Value
DefinitionThe value of the measurement, fact, characteristic, or assertion.
CommentExamples: "45", "20", "1", "14.5", "UV-light". For discussion see http://terms.tdwg.org/wiki/dwc:measurementValue
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementValue-2009-04-24
ReplacesSampleAttributeValue-2008-11-19, EventAttributeValue-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - -
Member
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Member
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelMember
DefinitionThe full name of the lithostratigraphic member from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionMember-2005-07-03
Replaces:
Is replaced bymember-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
member
Identifierhttp://rs.tdwg.org/dwc/terms/member
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMember
DefinitionThe full name of the lithostratigraphic member from which the cataloged item was collected.
CommentExamples: "Lava Dam Member", "Hellnmaria Member". For discussion see http://terms.tdwg.org/wiki/dwc:member
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionmember-2009-04-24
ReplacesMember-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Depth
DefinitionThe minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMinimumDepth-2003-06-13
Replaces:
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepthInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepthInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Depth In Meters
DefinitionThe minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMinimumDepthInMeters-2003-06-17
ReplacesMinimumDepth-2003-06-13
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MinimumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMinimum Depth In Meters
DefinitionThe minimum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 0 (for a depth of up to 10m). 50 (for a depth between 50m and 100m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMinimumDepthInMeters-2007-04-17
ReplacesMinimumDepthInMeters-2003-06-17
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Depth In Meters
DefinitionThe lesser depth of a range of depth below the local surface, in meters.
CommentExample: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumDepthInMeters-2009-04-24
ReplacesMinimumDepthInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumDistanceAboveSurfaceInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Distance Above Surface In Meters
DefinitionThe 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.
CommentExample: 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:minimumDistanceAboveSurfaceInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Elevation
DefinitionThe minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMinimumElevation-2003-06-13
Replaces:
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevationInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevationInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Elevation In Meters
DefinitionThe minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMinimumElevationInMeters-2003-06-17
ReplacesMinimumElevation-2003-06-13
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MinimumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMinimum Elevation In Meters
DefinitionThe minimum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: 75 (for an elevation of 100 +- 25 meters). 100 (for an elevation between 100m and 200m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMinimumElevationInMeters-2007-04-17
ReplacesMinimumElevationInMeters-2003-06-17
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Elevation In Meters
DefinitionThe lower limit of the range of elevation (altitude, usually above sea level), in meters.
CommentExample: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumElevationInMeters-2009-04-24
ReplacesMinimumElevationInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
month
Identifierhttp://rs.tdwg.org/dwc/terms/month
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMonth
DefinitionThe ordinal month in which the Event occurred.
CommentExamples: "1" (=January), "10" (=October). For discussion see http://terms.tdwg.org/wiki/dwc:month
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionmonth-2009-04-24
ReplacesMonthCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Collected
DefinitionThe month of year the specimen was collected from the field. Possible values range from 01...12 inclusive
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMonthCollected-2003-06-13
Replaces:
Is replaced bymonth-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Collected
DefinitionThe two digit month of year in the Common Era calendar during which the cataloged item was collected from the field.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMonthCollected-2003-06-17
ReplacesMonthCollected-2003-06-13
Is replaced bymonth-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Identified
DefinitionThe month portion of the date when the Collection Item was identified; as two digits [01..12].
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMonthIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
MonthIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Identified
DefinitionThe two digit month in the Common Era calendar during which the cataloged item was identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMonthIdentified-2003-06-17
ReplacesMonthIdentified-2003-06-13
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
municipality
Identifierhttp://rs.tdwg.org/dwc/terms/municipality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMunicipality
DefinitionThe 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.
CommentExamples: "Holzminden". For discussion see http://terms.tdwg.org/wiki/dwc:municipality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionmunicipality-2009-08-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - -
nameAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/nameAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName According To
DefinitionThe 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.
CommentExample: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnameAccordingTo-2009-09-21
ReplacestaxonAccordingTo-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
nameAccordingToID
Identifierhttp://rs.tdwg.org/dwc/terms/nameAccordingToID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName According To ID
DefinitionAn identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.
CommentExample: "doi:10.1016/S0269-915X(97)80026-2". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingToID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-08-24
Date modified2009-09-21
Has domain
Has range
VersionnameAccordingToID-2009-09-21
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
namePublicationID
Identifierhttp://rs.tdwg.org/dwc/terms/namePublicationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Publication ID
DefinitionA resolvable globally unique identifier for the original publication of the scientificName.
CommentExample: "http://hdl.handle.net/10199/7"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-05-18
Date modified2009-05-18
Has domain
Has range
VersionnamePublicationID-2009-05-18
Replaces:
Is replaced bynamePublishedInID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedIn
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedIn
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In
DefinitionA full reference to the original publication of the scientificName.
CommentExamples: "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"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/bibliographicCitation
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionnamePublishedIn-2009-04-24
Replaces:
Is replaced bynamePublishedIn-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedIn
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedIn
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In
DefinitionA reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/bibliographicCitation
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnamePublishedIn-2009-09-21
ReplacesnamePublishedIn-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedInID
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedInID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In ID
DefinitionAn identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
CommentExample: "http://hdl.handle.net/10199/7". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-05-18
Date modified2009-09-21
Has domain
Has range
VersionnamePublishedInID-2009-09-21
ReplacesnamePublicationID-2009-05-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
namePublishedInYear
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedInYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In Year
DefinitionThe four-digit year in which the scientificName was published.
CommentExamples: "1915", "2008". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInYear
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_8
VersionnamePublishedInYear-2011-10-16
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - - -
NomenclaturalChecklist
Identifierhttp://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelNomenclatural Checklist
DefinitionA resource describing a nomenclatural checklist.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionNomenclaturalChecklist-2009-01-23
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
NomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/NomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelNomenclatural Code
DefinitionThe nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionNomenclaturalCode-2007-04-17
Replaces:
Is replaced bynomenclaturalCode-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Code
DefinitionThe nomenclatural code under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionnomenclaturalCode-2009-04-24
ReplacesNomenclaturalCode-2007-04-17
Is replaced bynomenclaturalCode-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Code
DefinitionThe nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnomenclaturalCode-2009-09-21
ReplacesNomenclaturalCode-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalStatus
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Status
DefinitionThe 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.
CommentExamples: "nom. ambig.", "nom. illeg.", "nom. subnud.". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionnomenclaturalStatus-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte
- - - - - - - - - - - - - - - - - - - - - - - -
Notes
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Notes
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelNotes
DefinitionFree text notes attached to the specimen record
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionNotes-2003-06-13
Replaces:
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
ObservedIndividualCount
Identifierhttp://www.iobis.org/obis/ObservedIndividualCount
Namespacehttp://www.iobis.org/obis/
LabelObserved Individual Count
DefinitionThe number of individuals (abundance) found in a collection/record event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionObservedIndividualCount-2005-07-10
Replaces:
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
ObservedWeight
Identifierhttp://www.iobis.org/obis/ObservedWeight
Namespacehttp://www.iobis.org/obis/
LabelObserved Weight
DefinitionThe total biomass found in a collection/record event. Expressed as kg.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionObservedWeight-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/dwctype/Occurrence
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelOccurrence
DefinitionA resource describing an instance of the Occurrence class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.org/dc/dcmitype/Event
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionOccurrence-2009-04-24
Replaces:
Is replaced byOccurrence-2011-10-16
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/terms/Occurrence
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence
DefinitionThe category of information pertaining to evidence of an occurrence in nature, in a collection, or in a dataset (specimen, observation, etc.).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2009-04-29
ReplacesSample-2008-11-19
Is replaced byOccurrence-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/dwctype/Occurrence
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelOccurrence
DefinitionA resource describing an instance of the Occurrence class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2011-10-16
ReplacesOccurrence-2009-04-24
Is replaced byOccurrence-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/terms/Occurrence
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence
DefinitionAn existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.
CommentExamples: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2014-10-23
ReplacesOccurrence-2009-04-29
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Occurrence.
CommentExamples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceAttributes-2009-04-24
ReplacesAttributes-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - - -
occurrenceDetails
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceDetails
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Details
DefinitionA reference (publication, URI) to the most detailed information available about the Occurrence.
CommentExample: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_7
VersionoccurrenceDetails-2009-04-24
ReplacesRelatedInformation-2007-04-17
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-references
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceID
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence ID
DefinitionAn 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.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceID-2009-04-24
ReplacesGlobalUniqueIdentifier-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitGUID
- - - - - - - - - - - - - - - - - - - - - - - -
OccurrenceMeasurement
Identifierhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement
DefinitionThe category of information pertaining to measurements accociated with an occurrence.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionOccurrenceMeasurement-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Accuracy
DefinitionThe description of the error associated with the occurrenceAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statusdeprecated
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementAccuracy-2009-04-24
ReplacesSampleAttributeAccuracy-2009-01-18
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the occurrence.
CommentExample: "Javier de la Torre"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementDeterminedBy-2009-04-24
ReplacesSampleAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Determined Date
DefinitionThe date on which the the measurement or characteristic of the occurrence was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementDeterminedDate-2009-04-24
ReplacesSampleAttributeDeterminedDate-2009-01-23
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementID
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement ID
DefinitionAn identifier for the occurrence attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementID-2009-04-24
ReplacesSamplingAttributeID-2008-11-19
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the occurrence.
CommentExample: "tip of tail missing"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementRemarks-2009-04-24
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementType
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Type
DefinitionThe nature of the measurement or characteristic of the occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExample: "tail length"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementType-2009-04-24
ReplacesSamplingAttributeType-2008-11-19
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Unit
DefinitionThe units for the value of the measurement or characteristic of the occurrence. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "mm"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementUnit-2009-04-24
ReplacesSampleAttributeUnit-2008-11-19
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Value
DefinitionThe value of the measurement or characteristic of the occurrence.
CommentExample: "45"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementValue-2009-04-24
ReplacesSampleAttributeValue-2008-11-19
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Remarks
DefinitionComments or notes about the Occurrence.
CommentExample: "found dead on road". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceRemarks-2009-04-24
ReplacesSampleRemarks-2009-01-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceStatus
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Status
DefinitionA statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "present", "absent". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-17
Date modified2009-09-17
Has domain
Has range
VersionoccurrenceStatus-2009-09-17
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOrder
DefinitionThe order name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionOrder-2003-06-13
Replaces:
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOrder
DefinitionThe phylogenetic order to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOrder-2003-06-17
ReplacesOrder-2003-06-13
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://rs.tdwg.org/dwc/dwcore/Order
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelOrder
DefinitionThe name of the order in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionOrder-2007-04-17
ReplacesOrder-2003-06-17
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
order
Identifierhttp://rs.tdwg.org/dwc/terms/order
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrder
DefinitionThe name of the order in which the scientificName is classified.
CommentExample: "Rodentia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionorder-2009-04-24
ReplacesOrder-2007-04-17
Is replaced byorder-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
order
Identifierhttp://rs.tdwg.org/dwc/terms/order
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrder
DefinitionThe full scientific name of the order in which the taxon is classified.
CommentExamples: "Carnivora", "Monocleales". For discussion see http://terms.tdwg.org/wiki/dwc:order
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionorder-2009-08-24
Replacesorder-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - - -
Organism
Identifierhttp://rs.tdwg.org/dwc/terms/Organism
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism
DefinitionA particular organism or defined group of organisms considered to be taxonomically homogeneous.
CommentInstances 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionOrganism-2014-10-23
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismID
Identifierhttp://rs.tdwg.org/dwc/terms/organismID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:organismID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismID-2014-10-23
ReplacesindividualID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismName
Identifierhttp://rs.tdwg.org/dwc/terms/organismName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Name
DefinitionA textual name or label assigned to an Organism instance.
CommentExamples: "Huberta", "Boab Prison Tree", "J pod". For discussion see http://terms.tdwg.org/wiki/dwc:organismName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismName-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/organismRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Remarks
DefinitionComments or notes about the Organism instance.
CommentExample: "One of a litter of six.". For discussion see http://terms.tdwg.org/wiki/dwc:organismRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismRemarks-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismScope
Identifierhttp://rs.tdwg.org/dwc/terms/organismScope
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Scope
DefinitionA description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.
CommentThis 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismScope-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
OriginalCoordinateSystem
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/OriginalCoordinateSystem
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOriginal Coordinate System
DefinitionThe name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOriginalCoordinateSystem-2003-06-17
Replaces:
Is replaced byverbatimCoordinateSystem-2009-04-24
Class
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
originalNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/originalNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOriginal Name Usage
DefinitionThe 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.
CommentExamples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionoriginalNameUsage-2009-09-21
Replacesbasionym-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
originalNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/originalNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOriginal Name Usage ID
DefinitionAn 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.
CommentExample: "http://species.gbif.org/abies_alba_1753". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionoriginalNameUsageID-2009-09-21
ReplacesbasionymID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
OtherCatalogNumbers
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/OtherCatalogNumbers
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOther Catalog Numbers
DefinitionA list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOtherCatalogNumbers-2003-06-17
ReplacesPreviousCatalogNumber-2003-06-13
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
OtherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/curatorial/OtherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelOther Catalog Numbers
DefinitionA list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionOtherCatalogNumbers-2007-04-17
ReplacesOtherCatalogNumbers-2003-06-17
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - - -
otherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOther Catalog Numbers
DefinitionA 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.
CommentExamples: "FMNH:Mammal:1234", "NPS YELLO6778; MBG 33424"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionotherCatalogNumbers-2009-04-24
ReplacesOtherCatalogNumbers-2007-04-17
Is replaced byotherCatalogNumbers-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - - -
otherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOther Catalog Numbers
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionotherCatalogNumbers-2014-10-23
ReplacesotherCatalogNumbers-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
ownerInstitutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/ownerInstitutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOwner Institution Code
DefinitionThe name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.
CommentExamples: "NPS", "APN", "InBio". For discussion see http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2013-10-04
Has domain
Has range
VersionownerInstitutionCode-2009-08-24
Replaces:
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
parentNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/parentNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelParent Name Usage
DefinitionThe 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.
CommentExamples: "Rubiaceae", "Gruiformes", "Testudinae". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2009-09-21
Has domain
Has range
VersionparentNameUsage-2009-09-21
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
parentNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/parentNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelParent Name Usage ID
DefinitionAn 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.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionparentNameUsageID-2009-09-21
ReplaceshigherTaxonNameID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPhylum
DefinitionThe phylum (or division) to which the organism belongs
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPhylum-2003-06-13
Replaces:
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPhylum
DefinitionThe phylogenetic phylum (or division) to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionPhylum-2003-06-17
ReplacesPhylum-2003-06-13
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://rs.tdwg.org/dwc/dwcore/Phylum
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelPhylum
DefinitionThe name of the phylum (or division) in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPhylum-2007-04-17
ReplacesPhylum-2003-06-17
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
phylum
Identifierhttp://rs.tdwg.org/dwc/terms/phylum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPhylum
DefinitionThe name of the phlyum (or division) in which the scientificName is classified.
CommentExample: "Chordata"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionphylum-2009-04-24
ReplacesPhylum-2007-04-17
Is replaced byphylum-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
phylum
Identifierhttp://rs.tdwg.org/dwc/terms/phylum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPhylum
DefinitionThe full scientific name of the phylum or division in which the taxon is classified.
CommentExamples: "Chordata" (phylum), "Bryophyta" (division). For discussion see http://terms.tdwg.org/wiki/dwc:phylum
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionphylum-2009-08-24
Replacesphylum-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
PointRadiusSpatialFit
Identifierhttp://rs.tdwg.org/dwc/geospatial/PointRadiusSpatialFit
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelPoint Radius Spatial Fit
DefinitionA measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. 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 georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined 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. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPointRadiusSpatialFit-2007-04-17
Replaces:
Is replaced bypointRadiusSpatialFit-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- - - - - - - - - - - - - - - - - - - - - - - -
pointRadiusSpatialFit
Identifierhttp://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPoint Radius Spatial Fit
DefinitionThe 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.
CommentDetailed 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionpointRadiusSpatialFit-2009-04-24
ReplacesPointRadiusSpatialFit-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- - - - - - - - - - - - - - - - - - - - - - - -
Preparations
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Preparations
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPreparations
DefinitionA concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionPreparations-2003-06-17
ReplacesPreparationType-2003-06-13
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
Preparations
Identifierhttp://rs.tdwg.org/dwc/curatorial/Preparations
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelPreparations
DefinitionA concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPreparations-2007-04-17
ReplacesPreparations-2003-06-17
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
preparations
Identifierhttp://rs.tdwg.org/dwc/terms/preparations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreparations
DefinitionA list (concatenated and separated) of preparations and preservation methods for a specimen.
CommentExamples: "skin; skull; skeleton", "whole animal (ETOH); tissue (EDTA)", "fossil", "cast", "photograph", "DNA extract"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
Versionpreparations-2009-04-24
ReplacesPreparations-2007-04-17
Is replaced bypreparations-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
preparations
Identifierhttp://rs.tdwg.org/dwc/terms/preparations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreparations
DefinitionA list (concatenated and separated) of preparations and preservation methods for a specimen.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
Versionpreparations-2014-10-23
Replacespreparations-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
PreparationType
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/PreparationType
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPreparation Type
DefinitionThe type of preparation (skin. slide, etc). Probably best to add this as a record element rather than access point. Should be a list of preparations for a single collection record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPreparationType-2003-06-13
Replaces:
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelPreserved Specimen
DefinitionA resource describing a preserved specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionPreservedSpecimen-2008-11-19
Replaces:
Is replaced byPreservedSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelPreserved Specimen
DefinitionA resource describing a preserved specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionPreservedSpecimen-2011-10-16
ReplacesPreservedSpecimen-2008-11-19
Is replaced byPreservedSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreserved Specimen
DefinitionA specimen that has been preserved.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:PreservedSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionPreservedSpecimen-2014-10-23
ReplacesPreservedSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
PreviousCatalogNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/PreviousCatalogNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPrevious Catalog Number
DefinitionThe previous (fully qualified) catalog number of the Cataloged Item if the item earlier identified by another Catalog Number, either in the current catalog or another Institution / catalog. A fully qualified Catalog Number is preceded by Institution Code and Collection Code, with a space separating the each subelement. Referencing a previous Catalog Number does not imply that a record for the referenced item is or is not present in the corresponding catalog, or even that the referenced catalog still exists. This access point is intended to provide a way to retrieve this record by previously used identifier, which may used in the literature. In future versions of this schema this attribute should be set-valued.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPreviousCatalogNumber-2003-06-13
Replaces:
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
PreviousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/PreviousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous ScientificNames to which the sample was identified.
CommentExample: "Anthus correndera".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionPreviousIdentifications-2008-11-19
Replaces:
Is replaced bypreviousIdentifications-2009-05-18
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the subject.
CommentExample: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionpreviousIdentifications-2009-04-24
ReplacesPreviousIdentifications-2008-11-19
Is replaced bypreviousIdentifications-2009-05-18
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the Occurrence.
CommentExample: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-05-18
Has domain
Has range
VersionpreviousIdentifications-2009-05-18
ReplacespreviousIdentifications-2009-04-24
Is replaced bypreviousIdentifications-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the Organism.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionpreviousIdentifications-2014-10-23
ReplacespreviousIdentifications-2009-05-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - - -
recordedBy
Identifierhttp://rs.tdwg.org/dwc/terms/recordedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecorded By
DefinitionA 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.
CommentExample: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionrecordedBy-2009-04-24
ReplacesCollector-2007-04-17
Is replaced byrecordedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - - -
recordedBy
Identifierhttp://rs.tdwg.org/dwc/terms/recordedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecorded By
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionrecordedBy-2014-10-23
ReplacesrecordedBy-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
recordNumber
Identifierhttp://rs.tdwg.org/dwc/terms/recordNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecord Number
DefinitionAn 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.
CommentExample: "OPP 7101". For discussion see http://terms.tdwg.org/wiki/dwc:recordNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-05-18
Has domain
Has range
VersionrecordNumber-2009-04-24
ReplacesCollectorNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
RecordURL
Identifierhttp://www.iobis.org/obis/RecordURL
Namespacehttp://www.iobis.org/obis/
LabelRecord URL
DefinitionGives the web address of the page where more information on this particular record (not on the whole dataset) can be found.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionRecordURL-2005-07-10
Replaces:
Is replaced byoccurrenceDetails-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedBasisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Basis of Record
DefinitionThe nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for basisOfRecord.
CommentExample: "PreservedSpecimen"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-01-26
Has domain
Has range
VersionRelatedBasisOfRecord-2008-11-19
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogedItems
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogedItems
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelated Cataloged Items
DefinitionThe fully qualified identifier (Institution Code + " " + Collection Code + " " + Catalog Number) of the related Cataloged Item, preceded by the nature of the relationship (e.g., (sibling of) MVZ Mamm 1234).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionRelatedCatalogedItems-2003-06-17
ReplacesRelatedCatalogItem-2003-06-13
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogedItems
Identifierhttp://rs.tdwg.org/dwc/curatorial/RelatedCatalogedItems
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelRelated Cataloged Items
DefinitionOne or more GlobalUniqueIdentifiers (cf. http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GlobalUniqueIdentifier ) of related objects or observations, optionally preceded by the nature of the relationship. Examples: "(sibling of) URN:catalog:MVZ:Mammal:1234", "(endoparasite of) URN:catalog:FMNH:Bird:41321", "(sheet 2 of 2) URN:WTU:VascularPlants:353087".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRelatedCatalogedItems-2007-04-17
ReplacesRelatedCatalogedItems-2003-06-17
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogItem
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogItem
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelated Cataloged Item
DefinitionThe fully qualified identifier of a related Catalog Item (a reference to another specimen); Institution Code, Collection Code, and Catalog Number of the related Cataloged Item, where a space separates the three subelements.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionRelatedCatalogItem-2003-06-13
Replaces:
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedInformation
Identifierhttp://rs.tdwg.org/dwc/dwcore/RelatedInformation
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelRelated Information
DefinitionFree text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRelatedInformation-2007-04-17
ReplacesRecordURL-2005-07-10
Is replaced byoccurrenceDetails-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
relatedResourceID
Identifierhttp://rs.tdwg.org/dwc/terms/relatedResourceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Resource ID
DefinitionAn identifier for a related resource (the object, rather than the subject of the relationship).
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:relatedResourceID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelatedResourceID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
relatedResourceType
Identifierhttp://rs.tdwg.org/dwc/terms/relatedResourceType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Resource Type
DefinitionThe type of the related resource. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "StillImage", "MovingImage", "Sound", PhysicalObject", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation", "Location", "Taxonomy", "NomeclaturalChecklist", "Publication"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelatedResourceType-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship According To
DefinitionThe source (person, organization, publication, reference) establishing the relationship between the two resources.
CommentExample: "Julie Woodruff". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionrelationshipAccordingTo-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipEstablishedDate
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipEstablishedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Established Date
DefinitionThe date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionrelationshipEstablishedDate-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipOfResource
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipOfResource
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Of Resource
DefinitionThe relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelationshipOfResource-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Remarks
DefinitionComments or notes about the relationship between the two resources.
CommentExamples: "mother and offspring collected from the same nest", "pollinator captured in the act". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelationshipRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
- - - - - - - - - - - - - - - - - - - - - - - -
RelationshipType
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelationshipType
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelationship Type
DefinitionA named or coded valued that identifies the kind relationship between this Collection Item and the referenced Collection Item. Named values include: "parasite of", "epiphyte on", "progeny of", etc. In future versions of this schema this attribute should be set-valued.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionRelationshipType-2003-06-13
Replaces:
Is replaced byrelationshipOfResource-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- - - - - - - - - - - - - - - - - - - - - - - -
Remarks
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Remarks
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRemarks
DefinitionFree text comments accompanying the cataloged item record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionRemarks-2003-06-17
ReplacesNotes-2003-06-13
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
Remarks
Identifierhttp://rs.tdwg.org/dwc/dwcore/Remarks
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelRemarks
DefinitionFree text comments accompanying the object or observation record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRemarks-2007-04-17
ReplacesRemarks-2003-06-17
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
reproductiveCondition
Identifierhttp://rs.tdwg.org/dwc/terms/reproductiveCondition
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelReproductive Condition
DefinitionThe reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExamples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing". For discussion see http://terms.tdwg.org/wiki/dwc:reproductiveCondition
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionreproductiveCondition-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
resourceID
Identifierhttp://rs.tdwg.org/dwc/terms/resourceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource ID
DefinitionAn identifier for the resource that is the subject of the relationship.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:resourceID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionresourceID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
ResourceRelationship
Identifierhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship
DefinitionThe category of information pertaining to relationships between resources (instances of data records, such as Occurrences, Taxa, Locations, Events).
CommentResources can be thought of as identifiable records and may include, but need not be limited to Occurrences, Locations, Events, Identifications, or Taxon records.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionResourceRelationship-2009-01-21
Replaces:
Is replaced byResourceRelationship-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations
- - - - - - - - - - - - - - - - - - - - - - - - -
ResourceRelationship
Identifierhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship
DefinitionA relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another.
CommentResources 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionResourceRelationship-2014-10-23
ReplacesResourceRelationship-2009-01-21
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations
- - - - - - - - - - - - - - - - - - - - - - - -
resourceRelationshipID
Identifierhttp://rs.tdwg.org/dwc/terms/resourceRelationshipID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship ID
DefinitionAn identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:resourceRelationshipID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-26
Date modified2009-04-24
Has domain
Has range
VersionresourceRelationshipID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Sample
Identifierhttp://rs.tdwg.org/dwc/terms/Sample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample
DefinitionContainer class for information about the results of a sampling event (specimen, observation, etc.)
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSample-2008-11-19
Replaces:
Is replaced byOccurrence-2009-04-29
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttribute
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttribute
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute
DefinitionContainer class for information about attributes related to a given sample.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttribute-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Accuracy
DefinitionThe description of the error associated with the SampleAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSampleAttributeAccuracy-2009-01-18
Replaces:
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the sample.
CommentExample: "Javier de la Torre"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionSampleAttributeDeterminedBy-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Determined Date
DefinitionThe date on which the the measurement or characteristic of the sample was made.
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionSampleAttributeDeterminedDate-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the sample.
CommentExample: "tip of tail missing"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeRemarks-2008-11-19
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeUnit
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Unit
DefinitionThe units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "mm"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeUnit-2008-11-19
Replaces:
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeValue
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Value
DefinitionThe value of the measurement or characteristic of the sample.
CommentExample: "45"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeValue-2008-11-19
Replaces:
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
SampleRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SampleRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Remarks
DefinitionComments or notes about the sample or record.
CommentExample: "found dead on road"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-01-18
Has domain
Has range
VersionSampleRemarks-2009-01-18
ReplacesRemarks-2007-04-17
Is replaced byoccurrenceRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
SampleSize
Identifierhttp://www.iobis.org/obis/SampleSize
Namespacehttp://www.iobis.org/obis/
LabelSample Size
DefinitionThe size of the sample from which the collection/observation was drawn. It can be a volume (e.g. for a phytoplankton sample), a linear distance (e.g. for a visual transect or net haul), a surface area (e.g. for a benthic core), etc. This field must also include the units, e.g. 200 mfor a transect, or 0.25 m^2 for a benthic grab (use ^ to denote a superscript). Note that When multiple collections/observations are reported from the same physical sample, a code identifying the sample can be placed in the Field_Number field to allow all collections/observations from a single sample to be connected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSampleSize-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingAttributeID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingAttributeID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute ID
DefinitionAn identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingAttributeID-2008-11-19
Replaces:
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingAttributeType
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingAttributeType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Type
DefinitionThe nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary.
CommentExample: "tail length"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingAttributeType-2008-11-19
Replaces:
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
samplingEffort
Identifierhttp://rs.tdwg.org/dwc/terms/samplingEffort
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Effort
DefinitionThe amount of effort expended during an Event.
CommentExamples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car". For discussion see http://terms.tdwg.org/wiki/dwc:samplingEffort
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2009-08-24
Has domain
Has range
VersionsamplingEffort-2009-08-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEvent
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEvent
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event
DefinitionContainer class for information about the conditions and methods of acquisition of samples.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEvent-2008-11-19
Replaces:
Is replaced byEvent-2009-04-29
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event Attributes
DefinitionA list (concatenated and separated) of additional measurements or characteristics of the sampling event.
CommentExample: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEventAttributes-2008-11-19
Replaces:
Is replaced bydynamicProperties-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event ID
DefinitionAn identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEventID-2008-11-19
Replaces:
Is replaced byeventID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event Remarks
DefinitionComments or notes about the sampling event.
CommentExample: "found dead on road"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSamplingEventRemarks-2009-01-18
Replaces:
Is replaced byeventRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocation
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location
DefinitionContainer class for information about the location where a sampling event occurred.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingLocation-2008-11-19
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#classes-Location
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/LocalityText
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocationID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location ID
DefinitionAn identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set.
CommentExample: "MVZ:LocID:12345"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingLocationID-2008-11-19
Replaces:
Is replaced bylocationID-2009-04-24
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location Remarks
DefinitionComments or notes about the sampling location.
CommentExample: "under water since 2005"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSamplingLocationRemarks-2009-01-18
Replaces:
Is replaced bylocationRemarks-2009-04-24
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
samplingProtocol
Identifierhttp://rs.tdwg.org/dwc/terms/samplingProtocol
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Protocol
DefinitionThe name of, reference to, or description of the method or protocol used during an Event.
CommentExamples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionsamplingProtocol-2009-04-24
ReplacesCollectingMethod-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Method
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name
DefinitionThe full name of lowest level taxon the Cataloged Item can be identified as a member of; includes genus name, specific epithet, and subspecific epithet (zool.) or infraspecific rank abbreviation, and infraspecific epithet (bot.) Use name of suprageneric taxon (e.g., family name) if Cataloged Item cannot be identified to genus, species, or infraspecific taxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionScientificName-2003-06-13
Replaces:
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name
DefinitionThe full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionScientificName-2003-06-17
ReplacesScientificName-2003-06-13
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://rs.tdwg.org/dwc/dwcore/ScientificName
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelScientific Name
DefinitionThe full name of the lowest level taxon to which the organism has been identified in the most recent accepted determination, specified as precisely as possible, including name-author, year or authorship, sensu or sec. (according to or following) author, and indication of uncertainty. Conceptually equivalent to a full taxonomic identification as given by the identifier (verbatim). Does not include the identifier name or date of identification. Examples: "Coleoptera" (an Order), "Vespertilionidae" (a Family), "Manis" (a Genus), "Ctenomys sociabilis" (Genus + SpecificEpithet), "Ambystoma tigrinum diaboli" (Genus + SpecificEpithet + SubspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (Genus + SpecificEpithet + InfraspecificRank + InfraspecificEpithet + AuthorYearOfScientificName).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionScientificName-2007-04-17
ReplacesScientificName-2003-06-17
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
scientificName
Identifierhttp://rs.tdwg.org/dwc/terms/scientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name
DefinitionThe taxon name (with date and authorship information if applicable). 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.
CommentExamples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionscientificName-2009-04-24
ReplacesScientificName-2007-04-17
Is replaced byscientificName-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
scientificName
Identifierhttp://rs.tdwg.org/dwc/terms/scientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name
DefinitionThe 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionscientificName-2009-09-21
ReplacesscientificName-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificNameAuthor
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name Author
DefinitionThe author of a scientific name. Author string as applied to the accepted name. Can be more than one author (concatenated string). Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionScientificNameAuthor-2003-06-13
Replaces:
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificNameAuthor
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name Author
DefinitionThe author of the ScientificName. Can be more than one author in a concatenated string. Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionScientificNameAuthor-2003-06-17
ReplacesScientificNameAuthor-2003-06-13
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameAuthorship
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameAuthorship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name Authorship
DefinitionThe authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.
CommentExample: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionscientificNameAuthorship-2009-04-24
ReplacesAuthorYearOfScientificName-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name ID
DefinitionA unique identifier for the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionscientificNameID-2009-07-06
ReplacestaxonNameID-2009-04-24
Is replaced bytaxonID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name ID
DefinitionAn identifier for the nomenclatural (not taxonomic) details of a scientific name.
CommentExample: "urn:lsid:ipni.org:names:37829-1:1.3". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersionscientificNameID-2009-08-24
ReplacestaxonNameID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameRank
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subsp.", "var.", "forma", "species", "genus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionscientificNameRank-2009-07-06
ReplacestaxonRank-2009-04-24
Is replaced bytaxonRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSex
DefinitionThe sex of a specimen. The domain should be a controlled set of terms (codes) based on community consensus. Proposed values: M=Male; F=Female; H=Hermaphrodite; I=Indeterminate (examined but could not be determined; U=Unkown (not examined); T=Transitional (between sexes; useful for sequential hermaphrodites)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSex-2003-06-13
Replaces:
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSex
DefinitionThe sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSex-2003-06-17
ReplacesSex-2003-06-13
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://rs.tdwg.org/dwc/dwcore/Sex
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelSex
DefinitionThe sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionSex-2007-04-17
ReplacesSex-2003-06-17
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
sex
Identifierhttp://rs.tdwg.org/dwc/terms/sex
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSex
DefinitionThe sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "female", "hermaphrodite", "8 males, 4 females". For discussion see http://terms.tdwg.org/wiki/dwc:sex
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionsex-2009-04-24
ReplacesSex-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
source_mat_id
Identifierhttp://gensc.org/ns/mixs/source_mat_id
Namespacehttp://gensc.org/ns/mixs/
Labelsource material identifiers
DefinitionA unique identifier assigned to a material sample (as defined by http://rs.tdwg.org/dwc/terms/MaterialSampleID, and as opposed to a particular digital record of a material sample) used for extracting nucleic acids, and subsequent sequencing. The identifier can refer either to the original material collected or to any derived sub-samples. The INSDC qualifiers /specimen_voucher, /bio_material, or /culture_collection provide additional context and suggested syntax for this identifier for data submitted to INSDC databases.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2013-05-25
Date modified2011-01-26
Has domain
Has range
Versionsource_mat_id-2011-01-26
Replaces:
Is replaced bymaterialSampleID-2013-05-25
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Source
Identifierhttp://www.iobis.org/obis/Source
Namespacehttp://www.iobis.org/obis/
LabelSource
DefinitionIndicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSource-2005-07-10
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
Species
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSpecies
DefinitionThe specific epithet of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSpecies-2003-06-13
Replaces:
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Species
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSpecies
DefinitionThe phylogenetic specific epithet of the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSpecies-2003-06-17
ReplacesSpecies-2003-06-13
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
SpecificEpithet
Identifierhttp://rs.tdwg.org/dwc/dwcore/SpecificEpithet
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelSpecific Epithet
DefinitionThe specific epithet of the scientific name applied to the organism.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionSpecificEpithet-2007-04-17
ReplacesSpecies-2003-06-17
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
specificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/specificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSpecific Epithet
DefinitionThe name of the first or species epithet of the scientificName.
CommentExamples: "concolor", "gottschei". For discussion see http://terms.tdwg.org/wiki/dwc:specificEpithet
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionspecificEpithet-2009-04-24
ReplacesSpecificEpithet-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Start_EndCoordinatePrecision
Identifierhttp://www.iobis.org/obis/Start_EndCoordinatePrecision
Namespacehttp://www.iobis.org/obis/
LabelStart End Coordinate Precision
DefinitionAn estimate of how tightly the locality was specified in the Start/End Latitude and Longitude fields; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStart_EndCoordinatePrecision-2005-07-10
Replaces:
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
StartDayCollected
Identifierhttp://www.iobis.org/obis/StartDayCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Day Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartDayCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
startDayOfYear
Identifierhttp://rs.tdwg.org/dwc/terms/startDayOfYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelStart Day Of Year
DefinitionThe 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).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionstartDayOfYear-2009-04-24
ReplacesDayOfYear-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartJulianDay
Identifierhttp://www.iobis.org/obis/StartJulianDay
Namespacehttp://www.iobis.org/obis/
LabelStart Julian Day
DefinitionFor samples/observations/record events that were taken over time this gives the start ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartJulianDay-2005-07-10
Replaces:
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartLatitude
Identifierhttp://www.iobis.org/obis/StartLatitude
Namespacehttp://www.iobis.org/obis/
LabelStart Latitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartLatitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
StartLongitude
Identifierhttp://www.iobis.org/obis/StartLongitude
Namespacehttp://www.iobis.org/obis/
LabelStart Longitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartLongitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
StartMonthCollected
Identifierhttp://www.iobis.org/obis/StartMonthCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Month Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start month of the collecting event. Possible values range from 01...12 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartMonthCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartTimeOfDay
Identifierhttp://www.iobis.org/obis/StartTimeOfDay
Namespacehttp://www.iobis.org/obis/
LabelStart Time of Day
DefinitionThe time of day when the sampling event began, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartTimeOfDay-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartTimeOfDay
Identifierhttp://rs.tdwg.org/dwc/terms/StartTimeOfDay
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelStart Time of Day
DefinitionThe time of day when the event began, expressed as decimal hours from midnight, local time.
CommentExamples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionStartTimeOfDay-2008-11-19
ReplacesStartTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartYearCollected
Identifierhttp://www.iobis.org/obis/StartYearCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Year Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartYearCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelState Province
DefinitionThe state, province or region (i.e. next political region smaller than Country) from which the specimen was collected. There is some suggestion to use the values described in ISO 3166-2 (http://www.iso.ch/cate/d8349.html), however these values are in a continual state of flux and it appears unlikely that an appropriate mechanism (by ISO) will be in place to manage these changes. Hence it is recommended that where possible, the full, unabbreviated name should be used for storing information. The server should optionally handle abbreviations as an access point. Note: this is a recurring theme (country and state) abbreviations. Check the existence of an attribute type to deal with abbreviations from the bib-1 profile
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionStateProvince-2003-06-13
Replaces:
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelState Province
DefinitionThe full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionStateProvince-2003-06-17
ReplacesStateProvince-2003-06-13
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://rs.tdwg.org/dwc/dwcore/StateProvince
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelState Province
DefinitionThe full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionStateProvince-2007-04-17
ReplacesStateProvince-2003-06-17
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
stateProvince
Identifierhttp://rs.tdwg.org/dwc/terms/stateProvince
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelState Province
DefinitionThe name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.
CommentExamples: "Montana", "Minas Gerais", "Córdoba". For discussion see http://terms.tdwg.org/wiki/dwc:stateProvince
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionstateProvince-2009-04-24
ReplacesStateProvince-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
Subgenus
Identifierhttp://www.iobis.org/obis/Subgenus
Namespacehttp://www.iobis.org/obis/
LabelSubgenus
DefinitionThe name of the subgenus in which the identified name is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSubgenus-2005-07-10
Replaces:
Is replaced bysubgenus-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
subgenus
Identifierhttp://rs.tdwg.org/dwc/terms/subgenus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSubgenus
DefinitionThe name of the subgenus in which the scientificName is classified.
CommentExample: "Strobus" subgenus of Pinus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionsubgenus-2009-04-24
ReplacesSubgenus-2005-07-10
Is replaced bysubgenus-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
subgenus
Identifierhttp://rs.tdwg.org/dwc/terms/subgenus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSubgenus
DefinitionThe full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.
CommentExamples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella". For discussion see http://terms.tdwg.org/wiki/dwc:subgenus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionsubgenus-2009-08-24
Replacessubgenus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
Subspecies
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSubspecies
DefinitionThe sub-specific epithet of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSubspecies-2003-06-13
Replaces:
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Subspecies
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSubspecies
DefinitionThe phylogenetic subspecific epithet of the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSubspecies-2003-06-17
ReplacesSubspecies-2003-06-13
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionThe category of information pertaining to taxonomic names or concepts.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionTaxon-2008-11-19
Replaces:
Is replaced byTaxon-2009-09-21
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/dwctype/Taxon
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelTaxon
DefinitionA resource describing an instance of the Taxon class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2009-01-23
Replaces:
Is replaced byTaxon-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionThe category of information pertaining to taxonomic names, taxon name usages, or taxon concepts.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2009-09-21
ReplacesTaxon-2008-11-19
Is replaced byTaxon-2014-10-23
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionA group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.
CommentExample: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2014-10-23
ReplacesTaxon-2009-09-21
Is Replaced By:
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/taxonAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon According To
DefinitionInformation about the authorship of this taxon concept which uses the scientificName in their sense (secundum, sensu). Could be a publication (identification key), institution or team of individuals.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonAccordingTo-2009-04-24
Replaces:
Is replaced bynameAccordingTo-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/taxonAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the taxon.
CommentExample: "iucnstatus=vulnerable; distribution=Neuquen, Argentina"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersiontaxonAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString
- - - - - - - - - - - - - - - - - - - - - - - -
taxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Concept ID
DefinitionA unique identifier for the taxon concept (a circumscription of a taxonName).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersiontaxonConceptID-2009-04-24
Replaces:
Is replaced bytaxonConceptID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Concept ID
DefinitionAn identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:taxonConceptID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-04-24
Date modified2009-09-21
Has domain
Has range
VersiontaxonConceptID-2009-09-21
ReplacestaxonConceptID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
TaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/TaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon ID
DefinitionA global unique identifier for the taxon (name in a classification).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionTaxonID-2008-11-19
Replaces:
Is replaced bytaxonID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon ID
DefinitionAn 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiontaxonID-2009-08-24
ReplacesscientificNameID-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Name ID
DefinitionA unique identifier for the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonNameID-2009-04-24
ReplacesTaxonID-2008-11-19
Is replaced byscientificNameID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonomicStatus
Identifierhttp://rs.tdwg.org/dwc/terms/taxonomicStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxonomic Status
DefinitionThe status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "invalid", "misapplied", "homotypic synonym", "accepted". For discussion see http://terms.tdwg.org/wiki/dwc:taxonomicStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonomicStatus-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subsp.", "var.", "forma", "species", "genus".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonRank-2009-04-24
ReplacesInfraspecificRank-2007-04-17
Is replaced bytaxonRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subspecies", "varietas", "forma", "species", "genus". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRank
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersiontaxonRank-2009-09-21
ReplacesscientificNameRank-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Remarks
DefinitionComments or notes about the taxon.
CommentExample: "this name is a misspelling in common use"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonRemarks-2009-04-24
Replaces:
Is replaced bytaxonRemarks-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Remarks
DefinitionComments or notes about the taxon or name.
CommentExample: "this name is a misspelling in common use". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiontaxonRemarks-2009-08-24
ReplacestaxonRemarks-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Temperature
Identifierhttp://www.iobis.org/obis/Temperature
Namespacehttp://www.iobis.org/obis/
LabelTemperature
DefinitionThe temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionTemperature-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
TimeCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TimeCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTime Collected
DefinitionThe time of day the cataloged item was collected, expressed as decimal hours from midnight, local time (e.g., 12.0 = noon, 13.5 = 1:30pm).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTimeCollected-2003-06-17
ReplacesTimeOfDay-2003-06-13
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
TimeOfDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TimeOfDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTime of Day
DefinitionThe time of day a specimen was collected expressed as decimal hours from midnight local time (e.g. 12.0 = mid day, 13.5 = 1:30pm)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionTimeOfDay-2003-06-13
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
TimeZone
Identifierhttp://www.iobis.org/obis/TimeZone
Namespacehttp://www.iobis.org/obis/
LabelTime Zone
DefinitionIndicates the time zone for the Time of Day measurements.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionTimeZone-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
- - - - - - - - - - - - - - - - - - - - - - - -
Tissues
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Tissues
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTissues
DefinitionA concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTissues-2003-06-17
Replaces:
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelType Status
DefinitionIndicates the kind of nomenclatural type that a specimen represents. (This is incomplete because type status actually describes the relationship between a name and a specimen [or ternary relatiohnship between a specimen, name, and publication].) In particular, the type status may not apply to the name listed in the scientific name, i.e., current identification. In rare cases, a single specimen may be the type of more than one name.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionTypeStatus-2003-06-13
Replaces:
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelType Status
DefinitionA list of one or more nomenclatural types that the cataloged item represents (e.g., "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388.").
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTypeStatus-2003-06-17
ReplacesTypeStatus-2003-06-13
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://rs.tdwg.org/dwc/curatorial/TypeStatus
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelType Status
DefinitionA list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionTypeStatus-2007-04-17
ReplacesTypeStatus-2003-06-17
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - - -
typeStatus
Identifierhttp://rs.tdwg.org/dwc/terms/typeStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelType Status
DefinitionA list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
CommentExample: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiontypeStatus-2009-04-24
ReplacesTypeStatus-2007-04-17
Is replaced bytypeStatus-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - - -
typeStatus
Identifierhttp://rs.tdwg.org/dwc/terms/typeStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelType Status
DefinitionA list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiontypeStatus-2014-10-23
ReplacestypeStatus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
ValidDistributionFlag
Identifierhttp://rs.tdwg.org/dwc/dwcore/ValidDistributionFlag
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelValid Distribution Flag
DefinitionA flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionValidDistributionFlag-2007-04-17
Replaces:
Is replaced byestablishmentMeans-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCollectingDate
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimCollectingDate
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Collecting Date
DefinitionThe verbatim original representation of the date information for the collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimCollectingDate-2003-06-17
Replaces:
Is replaced byverbatimEventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCollectingDate
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimCollectingDate
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Collecting Date
DefinitionThe verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCollectingDate-2007-04-17
ReplacesVerbatimCollectingDate-2003-06-17
Is replaced byverbatimEventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCoordinates
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimCoordinates
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Coordinates
DefinitionA text representation of the coordinate data (Latitude/ Longitude, UTM, TRS, etc.) from its original source if it cannot be separated into its component parts. Example: "470999 1234300".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCoordinates-2007-04-17
Replaces:
Is replaced byverbatimCoordinates-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimCoordinates
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimCoordinates
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Coordinates
DefinitionThe 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.
CommentExamples: "41 05 54S 121 05 34W", "17T 630000 4833400". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinates
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimCoordinates-2009-04-24
ReplacesVerbatimCoordinates-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCoordinateSystem
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimCoordinateSystem
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Coordinate System
DefinitionThe name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCoordinateSystem-2007-04-17
ReplacesOriginalCoordinateSystem-2003-06-17
Is replaced byverbatimCoordinateSystem-2009-04-24
Class
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimCoordinateSystem
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Coordinate System
DefinitionThe spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinateSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimCoordinateSystem-2009-04-24
ReplacesVerbatimCoordinateSystem-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Depth
DefinitionA text representation of the Depth in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimDepth-2003-06-17
Replaces:
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimDepth
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimDepth
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Depth
DefinitionA text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimDepth-2007-04-17
ReplacesVerbatimDepth-2003-06-17
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimDepth
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimDepth
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Depth
DefinitionThe original description of the depth below the local surface.
CommentExample: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimDepth
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimDepth-2009-04-24
ReplacesVerbatimDepth-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Elevation
DefinitionA text representation of the Elevation in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimElevation-2003-06-17
Replaces:
Is replaced byverbatimElevation-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimElevation
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimElevation
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Elevation
DefinitionA text representation of the altitude in its original format in the source database. Example: "1000+- meters".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimElevation-2007-04-17
ReplacesVerbatimElevation-2003-06-17
Is replaced byverbatimElevation-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimElevation
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimElevation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Elevation
DefinitionThe original description of the elevation (altitude, usually above sea level) of the Location.
CommentExample: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimElevation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimElevation-2009-04-24
ReplacesVerbatimElevation-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimEventDate
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimEventDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim EventDate
DefinitionThe verbatim original representation of the date and time information for an Event.
CommentExamples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimEventDate
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimEventDate-2009-04-24
ReplacesVerbatimCollectingDate-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLatitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLatitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Latitude
DefinitionA text representation of the Latitude data in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimLatitude-2003-06-17
Replaces:
Is replaced byverbatimLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLatitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimLatitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Latitude
DefinitionA text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimLatitude-2007-04-17
ReplacesVerbatimLatitude-2003-06-17
Is replaced byverbatimLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLatitude
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLatitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Latitude
DefinitionThe 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.
CommentExample: "41 05 54.03S". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLatitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimLatitude-2009-04-24
ReplacesVerbatimLatitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLocality
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLocality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Locality
DefinitionThe original textual description of the place.
CommentExample: "25 km NNE Bariloche por R. Nac. 237". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLocality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimLocality-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLongitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLongitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Longitude
DefinitionA text representation of the Longitude data in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimLongitude-2003-06-17
Replaces:
Is replaced byverbatimLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLongitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimLongitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Longitude
DefinitionA text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimLongitude-2007-04-17
ReplacesVerbatimLongitude-2003-06-17
Is replaced byverbatimLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLongitude
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLongitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Longitude
DefinitionThe 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.
CommentExample: "121d 10' 34" W". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLongitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimLongitude-2009-04-24
ReplacesVerbatimLongitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimTaxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimTaxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Taxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName as it appears in the original record.
CommentExamples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var.". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-09-21
Has domain
Has range
VersionverbatimRank-2009-09-21
ReplacesverbatimScientificNameRank-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimScientificNameRank
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimScientificNameRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Scientific Name Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName as it appears in the original record.
CommentExamples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionverbatimScientificNameRank-2009-07-06
Replaces:
Is replaced byverbatimRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimSRS
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimSRS
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim SRS
DefinitionThe ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
CommentExamples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimSRS
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionverbatimSRS-2009-07-06
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
vernacularName
Identifierhttp://rs.tdwg.org/dwc/terms/vernacularName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVernacular Name
DefinitionA common or vernacular name.
CommentExamples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier". For discussion see http://terms.tdwg.org/wiki/dwc:vernacularName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionvernacularName-2009-07-06
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
WaterBody
Identifierhttp://rs.tdwg.org/dwc/dwcore/WaterBody
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelWater Body
DefinitionThe full, unabbreviated name of the body of water in or over which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionWaterBody-2007-04-17
ReplacesContinentOcean-2003-06-17
Is replaced bywaterBody-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
- - - - - - - - - - - - - - - - - - - - - - - -
waterBody
Identifierhttp://rs.tdwg.org/dwc/terms/waterBody
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelWater Body
DefinitionThe name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Indian Ocean", "Baltic Sea", "Hudson River". For discussion see http://terms.tdwg.org/wiki/dwc:waterBody
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionwaterBody-2009-04-24
ReplacesWaterBody-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
- - - - - - - - - - - - - - - - - - - - - - - -
year
Identifierhttp://rs.tdwg.org/dwc/terms/year
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelYear
DefinitionThe four-digit year in which the Event occurred, according to the Common Era Calendar.
CommentExample: "2008". For discussion see http://terms.tdwg.org/wiki/dwc:year
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionyear-2009-04-24
ReplacesYearCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Collected
DefinitionThe year (expressed as an integer) in which the specimen was collected. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer [-9999..9999]
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionYearCollected-2003-06-13
Replaces:
Is replaced byyear-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Collected
DefinitionThe four digit year in the Common Era calendar in which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionYearCollected-2003-06-17
ReplacesYearCollected-2003-06-13
Is replaced byyear-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Identified
DefinitionThe year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionYearIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
YearIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Identified
DefinitionThe four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionYearIdentified-2003-06-17
ReplacesYearIdentified-2003-06-13
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - -
-
- -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - -======= - - - - - - Darwin Core term history - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -

1. Introduction

-

This page contains detailed historical information about the Darwin Core terms and standard. You may want to consider consulting one of the following pages if you have other specific interests:

- - -

2. History of Darwin Core

-

Darwin Core was developed as a standard under the Darwin Core Task Group following the standards process of Biodiversity Information Standards (TDWG).

-

Following is the timeline for the Darwin Core ratification process:

-
    -
  • 14 Feb 2009 - The standard was submitted to the TDWG Executive Committee.
  • -
  • 17 Feb 2009 - Gail Kampmeier accepted role as Review Manager.
  • -
  • 11 Apr 2009 - Peer Review submitted to Darwin Core Task Group.
  • -
  • 01 May 2009 - Revisions made and comments submitted to Review Manager.
  • -
  • 13 May 2009 - Additional recommendations provided by the Review Manager.
  • -
  • 24 May 2009 - Revisions made and new version committed to standards track.
  • -
  • 29 May 2009 - Revisions accepted and draft standard forwarded for review by the TDWG Executive Committee.
  • -
  • 29 Jun 2009 - Executive Review submitted to Darwin Core Task Group with recommendation to accept for Public Review with revisions.
  • -
  • 08 Jul 2009 - Revisions made and new version committed to standards track.
  • -
  • 11 Jul 2009 - Proposed standard announced for public review.
  • -
  • 10 Aug 2009 - Earliest possible date for the close of public review.
  • -
  • 23 Sep 2009 - Public Review closed, response version published.
  • -
  • 08 Oct 2009 - Standard ratified by TDWG Executive Committee.
  • -
-

Public review was conducted and archived on the tdwg-content mailing list (tdwg-content@lists.tdwg.org) from 11 July through 23 Sep 2009.

- -

Changes from previous versions

-

The Standard Darwin Core differs from previous versions in several important ways.

-
    -
  • The primary purpose of the standard is more open to biological data of all kinds than previous versions, whose scope was limited to biological occurrence and biased toward specimen data.
  • -
  • The foundation of the standard is a list of reusable concepts (called terms) rather than just a set of XML schemas. The list is maintained in its canonical form in rdf (http://rs.tdwg.org/dwc/rdf/dwcterms.rdf). The remainder of the standard consists of documentation about the terms, their maintenance, their use in applications, and the mechanisms for extending the Darwin Core, as well as a number of functional and example application profiles.
  • -
  • The list of terms consists of those derived from previous versions of the Darwin Core XML schemas (including OBIS and the Curatorial, Geospatial, and Paleontology extensions), as well as terms recommended for use by the Observations, Animal Movement, Crop Wild Relatives, Genetic Resources, and Sensitive Data groups. In the making of this list and the crafting of the term definitions, care was taken to address concerns arising in discussion groups, mailing lists, and wiki commentary since the inception of the first proposed Darwin Core XML schema.
  • -
- -

3. Term History

-

This document serves as a complete alphabetically ordered reference for all terms associated with the Darwin Core, including historical pre-standard versions (Classic, MaNIS, OBIS, Draft Standard 1.4, Curatorial extension, Geospatial extension, Paleontology extension).

-

Following is the complete list of term attributes and their definitions:

- -
-
Term name
The name by which the latest version of the term is commonly known.
-
Identifier
The unique identifier for the latest version of the term.
-
Namespace
The namespace (Darwin Core, Dublin Core) within which the term is defined. The combination of the namespace and the version make a unique identifier for the term.
-
Label
The commonly used label for the term.
-
Definition
A description of the nature of the content of the term.
-
Comment
Further commentary about the usage of the term, with examples and a reference to further information.
-
Type of term
The category (property, class, vocabulary encoding scheme, or datatype - syntax encoding scheme) to which the term belongs.
-
Refines
The name of a term of which this term is a refined (more specialized) version.
-
Status
The status of the term - deprecated (not recommended for use), superseded (not recommended for use - replaced by the term or terms shown in the Is Replaced By column), or recommended (ready for use).
-
Date issued
Date on which the term was first published.
-
Date modified
Date on which the term was last changed in any way that would change its meaning or use.
-
Member of
The Class of which this term is a member.
-
Has domain
A Class of which a resource described by the term is a property.
-
Has range
A Class of which a value described by the term is an instance.
-
Decision
The reference to the published decision that resulted in the current version of the term.
-
Version
The identifier for the specific version of the term.
-
Replaces
The identifier of the previous version of the term.
-
Is replaced by
The identifier of the next newer version of the term.
-
Class
The primary category of terms (Class) that this term describes.
-
ABCD 2.06
The xpath(s) to the equivalent concept(s) in the Access to Biological Collections Data schema version 2.06.
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
acceptedNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Name Usage
DefinitionThe full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionacceptedNameUsage-2009-09-21
ReplacesacceptedScientificName-2009-07-06
Is replaced by
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Name Usage ID
DefinitionAn identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionacceptedNameUsageID-2009-09-21
ReplacesacceptedTaxonID-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedScientificName
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedScientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Scientific Name
DefinitionThe currently valid (zoological) or accepted (botanical) name for the scientificName.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionacceptedScientificName-2009-07-06
ReplacesacceptedTaxonName-2009-04-24
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedScientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedScientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Scientific Name ID
DefinitionA unique identifier for the acceptedScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-07-06
Has domain
Has range
VersionacceptedScientificNameID-2009-07-06
ReplacesacceptedTaxonNameID-2009-04-24
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AcceptedTaxon
Identifierhttp://rs.tdwg.org/dwc/terms/AcceptedTaxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon
DefinitionThe currently valid (zoological) or accepted (botanical) name for the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionAcceptedTaxon-2008-11-19
Replaces:
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AcceptedTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon ID
DefinitionA global unique identifier for the parent to the AcceptedTaxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionAcceptedTaxonID-2009-01-21
Replaces:
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon ID
DefinitionAn identifier for the name of the currently valid (zoological) or accepted (botanical) taxon. See acceptedTaxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-08-24
Has domain
Has range
VersionacceptedTaxonID-2009-08-24
ReplacesacceptedScientificNameID-2009-07-06
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonName
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon Name
DefinitionThe currently valid (zoological) or accepted (botanical) name for the scientificName.
CommentExample: "Tamias minimus" valid name for "Eutamias minimus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionacceptedTaxonName-2009-04-24
ReplacesAcceptedTaxon-2008-11-19
Is replaced byacceptedNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
acceptedTaxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/acceptedTaxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccepted Taxon Name ID
DefinitionA unique identifier for the acceptedTaxonName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionacceptedTaxonNameID-2009-04-24
ReplacesAcceptedTaxonID-2009-01-21
Is replaced byacceptedNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
AccessConstraints
Identifierhttp://rs.tdwg.org/dwc/terms/AccessConstraints
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccess Constraints
DefinitionA description of constraints on the use of the data as shared or access to further data that is not shared.
CommentExample: "not-for-profit use only".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionAccessConstraints-2008-11-19
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-accessRights
Classhttp://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
accordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/accordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccording To
DefinitionAbstract term to attribute information to a source.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:accordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionaccordingTo-2009-01-21
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
accuracy
Identifierhttp://rs.tdwg.org/dwc/terms/accuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAccuracy
DefinitionAbstract term to capture error information about a measurement or fact.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
Versionaccuracy-2009-01-21
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
AgeClass
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/AgeClass
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelAge Class
DefinitionThe age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionAgeClass-2003-06-17
Replaces:
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedMedia
Identifierhttp://rs.tdwg.org/dwc/terms/associatedMedia
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Media
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
CommentExample: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedMedia-2009-04-24
ReplacesImageURL-2007-04-17
Is replaced byassociatedMedia-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedMedia
Identifierhttp://rs.tdwg.org/dwc/terms/associatedMedia
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Media
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedMedia-2014-10-23
ReplacesassociatedMedia-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOccurrences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Occurrences
DefinitionA list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
CommentExample: "sibling of FMNH:Mammal:1234; sibling of FMNH:Mammal:1235"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedOccurrences-2009-04-24
ReplacesRelatedCatalogedItems-2007-04-17
Is replaced byassociatedOccurrences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOccurrences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Occurrences
DefinitionA list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
CommentThe recommended best practice is to separate the values with a vertical bar (' | '). For discussion see http://terms.tdwg.org/wiki/dwc:associatedOccurrences
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedOccurrences-2014-10-23
ReplacesassociatedOccurrences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedOrganisms
Identifierhttp://rs.tdwg.org/dwc/terms/associatedOrganisms
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Organisms
DefinitionA list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionassociatedOrganisms-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedReferences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated References
DefinitionA list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
CommentExamples: "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."
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedReferences-2009-04-24
Replaces:
Is replaced byassociatedReferences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitReferences
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedReferences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated References
DefinitionA list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedReferences-2014-10-23
ReplacesassociatedReferences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitReferences
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedSequences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedSequences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Sequences
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
CommentExample: "GenBank: U34853.1"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedSequences-2009-04-24
ReplacesGenBankNumber-2007-04-17
Is replaced byassociatedSequences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedSequences
Identifierhttp://rs.tdwg.org/dwc/terms/associatedSequences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Sequences
DefinitionA list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedSequences-2014-10-23
ReplacesassociatedSequences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedTaxa
Identifierhttp://rs.tdwg.org/dwc/terms/associatedTaxa
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Taxa
DefinitionA list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
CommentExample: "host: Quercus alba"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedTaxa-2009-04-24
Replaces:
Is replaced byassociatedTaxa-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
- - - - - - - - - - - - - - - - - - - - - - - - -
associatedTaxa
Identifierhttp://rs.tdwg.org/dwc/terms/associatedTaxa
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelAssociated Taxa
DefinitionA list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionassociatedTaxa-2014-10-23
ReplacesassociatedTaxa-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
- - - - - - - - - - - - - - - - - - - - - - - -
Attributes
Identifierhttp://rs.tdwg.org/dwc/dwcore/Attributes
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelAttributes
DefinitionList of additional measurements or characteristics (concatenated and separated) for which there is no existing semantic element, but which the data provider nevertheless feels the desire to share. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionAttributes-2007-04-17
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
AuthorYearOfScientificName
Identifierhttp://rs.tdwg.org/dwc/dwcore/AuthorYearOfScientificName
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelAuthor Year of Scientific Name
DefinitionThe author of the ScientificName and the year of publication, if known. More than one author can be listed in a concatenated string. Should be formatted with parentheses and year according to the conventions of the applicable NomenclaturalCode.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionAuthorYearOfScientificName-2007-04-17
ReplacesScientificNameAuthor-2003-06-17
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
basionym
Identifierhttp://rs.tdwg.org/dwc/terms/basionym
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasionym
DefinitionThe basionym (botany) or basonym (bacteriology) of the scientificName.
CommentExample: "Pinus abies"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionbasionym-2009-04-24
Replaces:
Is replaced byoriginalNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
basionymID
Identifierhttp://rs.tdwg.org/dwc/terms/basionymID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasionym ID
DefinitionA unique identifier for the basionym (botany) or basonym (bacteriology) of the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionbasionymID-2009-04-24
Replaces:
Is replaced byoriginalNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBasis of Record
DefinitionAn abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionBasisOfRecord-2003-06-13
Replaces:
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBasis of Record
DefinitionA description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionBasisOfRecord-2003-06-17
ReplacesBasisOfRecord-2003-06-13
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
BasisOfRecord
Identifierhttp://rs.tdwg.org/dwc/dwcore/BasisOfRecord
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelBasis of Record
DefinitionA descriptive term indicating whether the record represents an object or observation. Examples: PreservedSpecimen- A physical object representing one or more organisms, part of organism, or artifact of an organism. synonyms: voucher, collection, lot. FossilSpecimen- A physical object representing one or more fossil organisms, part of fossil organism, or artifact of a fossil organism. LivingSpecimen- An organism removed from its natural occurrence and now living in captivity or cultivation. HumanObservation- A report by a known observer that an organism was present at the place and time. MachineObservation- A report by a monitoring device that an organism was present at the place and time. StillImage- An photograph, drawing, painting. MovingImage- A sequence of still images taken at regular intervals and intended to be played back as a moving image; may include sound. SoundRecording- An audio recording. OtherSpecimen- Any type of specimen not covered by any of the categories above.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionBasisOfRecord-2007-04-17
ReplacesBasisOfRecord-2003-06-17
Is replaced bybasisOfRecord-2009-12-07
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
CommentExamples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/type
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionbasisOfRecord-2009-04-24
ReplacesBasisOfRecord-2007-04-17
Is replaced bybasisOfRecord-2009-12-07
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-09-11
Has domain
Has range
VersionbasisOfRecord-2009-09-11
ReplacesbasisOfRecord-2009-04-24
Is replaced bybasisOfRecord-2009-12-07
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
CommentExamples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2009-12-07_2
VersionbasisOfRecord-2009-12-07
ReplacesbasisOfRecord-2009-09-11
Is replaced bybasisOfRecord-2014-10-23
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - - -
basisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/basisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBasis of Record
DefinitionThe specific nature of the data record.
CommentRecommended 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionbasisOfRecord-2014-10-23
ReplacesbasisOfRecord-2009-12-07
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - -
Bed
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Bed
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelBed
DefinitionThe full name of the lithostratigraphic bed from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionBed-2005-07-03
Replaces:
Is replaced bybed-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
bed
Identifierhttp://rs.tdwg.org/dwc/terms/bed
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBed
DefinitionThe full name of the lithostratigraphic bed from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:bed
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionbed-2009-04-24
ReplacesBed-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
behavior
Identifierhttp://rs.tdwg.org/dwc/terms/behavior
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBehavior
DefinitionA description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "roosting", "foraging", "running". For discussion see http://terms.tdwg.org/wiki/dwc:behavior
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
Versionbehavior-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Binomial
Identifierhttp://rs.tdwg.org/dwc/terms/Binomial
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelBinomial
DefinitionThe combination of genus and first (species) epithet of the scientificName.
CommentExample: "Ctenomys sociabilis"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
Versionbinomial-2008-11-19
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
BoundingBox
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBounding Box
DefinitionThis access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the Latitude and Longitude columns by the data provider
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionBoundingBox-2003-06-13
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06not covered by ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
BoundingBox
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelBounding Box
DefinitionThis access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the DecimalLatitude and DecimalLongitude columns by the data provider.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionBoundingBox-2003-06-17
ReplacesBoundingBox-2003-06-13
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06not covered by ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number
DefinitionA unique alphanumeric value which identifies an individual record within the collection. It is recommended that this value provides a key by which the actual specimen can be identified. If the specimen has several items such as various types of preparation, this value should identify the individual component of the specimen
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCatalogNumber-2003-06-13
Replaces:
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumber
Identifierhttp://rs.tdwg.org/dwc/dwcore/CatalogNumber
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCatalog Number
DefinitionThe alphanumeric value identifying a record within the collection. It is highly recommended that each record be uniquely identified within a collection by this value. It is also recommended that each record be uniquely identified in a global context by the combination of InstitutionCode, CollectionCode and CatalogNumber.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCatalogNumber-2007-04-17
ReplacesCatalogNumberText-2003-06-17
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
catalogNumber
Identifierhttp://rs.tdwg.org/dwc/terms/catalogNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCatalog Number
DefinitionAn identifier (preferably unique) for the record within the data set or collection.
CommentExamples: "2008.1334", "145732a", "145732". For discussion see http://terms.tdwg.org/wiki/dwc:catalogNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncatalogNumber-2009-04-24
ReplacesCatalogNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberNumeric
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number Numeric
DefinitionThe CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCatalogNumberNumeric-2003-06-17
Replaces:
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://rs.tdwg.org/dwc/curatorial/CatalogNumberNumeric
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelCatalog Number Numeric
DefinitionThe CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCatalogNumberNumeric-2007-04-17
ReplacesCatalogNumberNumeric-2003-06-17
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberNumeric
Identifierhttp://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCatalog Number Numeric
DefinitionThe numeric value of the catalogNumber, used to facilitate numerical sorting and searching by ranges.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionCatalogNumberNumeric-2008-11-19
ReplacesCatalogNumberNumeric-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitIDNumeric
- - - - - - - - - - - - - - - - - - - - - - - -
CatalogNumberText
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberText
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCatalog Number Text
DefinitionAn alphanumeric value which identifies an individual cataloged item within the collection. It is recommended that this value provides a key by which the individual cataloged item can be identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCatalogNumberText-2003-06-17
ReplacesCatalogNumber-2003-06-13
Is replaced bycatalogNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitID
- - - - - - - - - - - - - - - - - - - - - - - -
Citation
Identifierhttp://www.iobis.org/obis/Citation
Namespacehttp://www.iobis.org/obis/
LabelCitation
DefinitionIndicates how this dataset or record should be attributed if used.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionCitation-2005-07-10
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelClass
DefinitionThe class name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionClass-2003-06-13
Replaces:
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelClass
DefinitionThe phylogenetic class to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionClass-2003-06-17
ReplacesClass-2003-06-13
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
Class
Identifierhttp://rs.tdwg.org/dwc/dwcore/Class
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelClass
DefinitionThe name of the class in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionClass-2007-04-17
ReplacesClass-2003-06-17
Is replaced byclass-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
class
Identifierhttp://rs.tdwg.org/dwc/terms/class
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelClass
DefinitionThe name of the class in which the scientificName is classified.
CommentExample: "Mammalia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionclass-2009-04-24
ReplacesClass-2007-04-17
Is replaced byclass-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
class
Identifierhttp://rs.tdwg.org/dwc/terms/class
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelClass
DefinitionThe full scientific name of the class in which the taxon is classified.
CommentExamples: "Mammalia", "Hepaticopsida". For discussion see http://terms.tdwg.org/wiki/dwc:class
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionclass-2009-08-24
Replacesclass-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- - - - - - - - - - - - - - - - - - - - - - - -
CollectingMethod
Identifierhttp://rs.tdwg.org/dwc/dwcore/CollectingMethod
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollection Method
DefinitionThe name of, reference to, or brief description of the method or protocol under which the collecting event occurred. Examples: "UV light trap", "mist net", "bottom trawl".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectingMethod-2007-04-17
Replaces:
Is replaced bysamplingProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Method
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollection Code
DefinitionA unique alphanumeric value which identifies the collection within the institution
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollectionCode-2003-06-13
Replaces:
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollection Code
DefinitionA unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollectionCode-2003-06-17
ReplacesCollectionCode-2003-06-13
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
CollectionCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/CollectionCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollection Code
DefinitionThe code (or acronym) identifying the collection within the institution in which the organism record is cataloged.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectionCode-2007-04-17
ReplacesCollectionCode-2003-06-17
Is replaced bycollectionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name (or acronym) identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionCode-2009-04-24
ReplacesCollectionCode-2007-04-17
Is replaced bycollectionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionCode-2009-08-24
ReplacescollectionCode-2009-04-24
Is replaced bycollectionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionCode
Identifierhttp://rs.tdwg.org/dwc/terms/collectionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection Code
DefinitionThe name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
CommentExamples: "Mammals", "Hildebrandt", "eBird". For discussion see http://terms.tdwg.org/wiki/dwc:collectionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
VersioncollectionCode-2009-09-11
ReplacescollectionCode-2009-08-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionID
Identifierhttp://rs.tdwg.org/dwc/terms/collectionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection ID
DefinitionAn identifier for the collection or dataset from which the record was derived. For physical specimens, the recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index (http://www.biodiversitycollectionsindex.org/).
CommentExample: "urn:lsid:biocol.org:col:34818"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioncollectionID-2009-04-24
Replaces:
Is replaced bycollectionID-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
collectionID
Identifierhttp://rs.tdwg.org/dwc/terms/collectionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCollection ID
DefinitionAn identifier for the collection or dataset from which the record was derived.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersioncollectionID-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector
DefinitionThe name(s) of the collector(s) responsible for collection the specimen or taking the observation
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollector-2003-06-13
Replaces:
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector
DefinitionThe name(s) of the collector(s) of the original data for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollector-2003-06-17
ReplacesCollector-2003-06-13
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Collector
Identifierhttp://rs.tdwg.org/dwc/dwcore/Collector
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCollector
DefinitionThe name(s) (concatenated and separated) of collectors or observers. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching collector names. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first. Example: "Oliver P. Pearson, Anita K. Pearson" where the value in CollectorNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollector-2007-04-17
ReplacesCollector-2003-06-17
Is replaced byrecordedBy-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector Number
DefinitionAn identifying "number" (really a string) applied to specimens (in some disciplines) at the time of collection. Establishes a links different parts/preparations of a single specimen and between field notes and the specimen.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCollectorNumber-2003-06-13
Replaces:
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCollector Number
DefinitionAn identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCollectorNumber-2003-06-17
ReplacesCollectorNumber-2003-06-13
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
CollectorNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/CollectorNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelCollector Number
DefinitionAn identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCollectorNumber-2007-04-17
ReplacesCollectorNumber-2003-06-17
Is replaced byrecordNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
Continent
Identifierhttp://rs.tdwg.org/dwc/dwcore/Continent
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelContinent
DefinitionThe full, unabbreviated name of the continent on which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionContinent-2007-04-17
ReplacesContinentOcean-2003-06-17
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
continent
Identifierhttp://rs.tdwg.org/dwc/terms/continent
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelContinent
DefinitionThe name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America". For discussion see http://terms.tdwg.org/wiki/dwc:continent
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
Versioncontinent-2009-04-24
ReplacesContinent-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
ContinentOcean
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelContinent Ocean
DefinitionThe continent or ocean from which a specimen was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionContinentOcean-2003-06-13
Replaces:
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
ContinentOcean
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelContinent Ocean
DefinitionThe full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionContinentOcean-2003-06-17
ReplacesContinentOcean-2003-06-13
Is replaced bycontinent-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinatePrecision
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CoordinatePrecision
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCoordinate Precision
DefinitionAn estimate of how tightly the collecting locality was specified; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCoordinatePrecision-2003-06-13
Replaces:
Is replaced bycoordinatePrecision-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- - - - - - - - - - - - - - - - - - - - - - - -
coordinatePrecision
Identifierhttp://rs.tdwg.org/dwc/terms/coordinatePrecision
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCoordinate Precision
DefinitionA decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncoordinatePrecision-2009-04-24
ReplacesCoordinatePrecision-2003-06-13
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinateUncertaintyInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/CoordinateUncertaintyInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCoordinate Uncertainty In Meters
DefinitionThe upper limit of the distance (in meters) from the given latitude and longitude describing a circle within which the whole of the described locality must lie. Use NULL where the uncertainty is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCoordinateUncertaintyInMeters-2003-06-17
ReplacesCoordinatePrecision-2003-06-13
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
CoordinateUncertaintyInMeters
Identifierhttp://rs.tdwg.org/dwc/geospatial/CoordinateUncertaintyInMeters
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelCoordinate Uncertainty In Meters
DefinitionThe upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the described locality lies. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Describes the point-radius representation of the location, along with DecimalLatitude, DecimalLongitude, and GeodeticDatum. Zero is not a valid value for this element.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCoordinateUncertaintyInMeters-2007-04-17
ReplacesCoordinateUncertaintyInMeters-2003-06-17
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
coordinateUncertaintyInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCoordinate Uncertainty In Meters
DefinitionThe 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncoordinateUncertaintyInMeters-2009-04-24
ReplacesCoordinateUncertaintyInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCountry
DefinitionThe country or major political unit from which the specimen was collected. ISO 3166-1 (http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html) values should be used. Full country names are currently in use. A future recommendation is to use ISO3166-1 two letter codes or the full name when searching
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCountry-2003-06-13
Replaces:
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCountry
DefinitionThe full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCountry-2003-06-17
ReplacesCountry-2003-06-13
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
Country
Identifierhttp://rs.tdwg.org/dwc/dwcore/Country
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCountry
DefinitionThe full, unabbreviated name of the country or major political unit in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCountry-2007-04-17
ReplacesCountry-2003-06-17
Is replaced bycountry-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
country
Identifierhttp://rs.tdwg.org/dwc/terms/country
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCountry
DefinitionThe name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Denmark", "Colombia", "España". For discussion see http://terms.tdwg.org/wiki/dwc:country
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versioncountry-2009-04-24
ReplacesCountry-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/Name
- - - - - - - - - - - - - - - - - - - - - - - -
countryCode
Identifierhttp://rs.tdwg.org/dwc/terms/countryCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCountry Code
DefinitionThe standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.
CommentExamples: "AR" for Argentina, "SV" for El Salvador. For discussion see http://terms.tdwg.org/wiki/dwc:countryCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioncountryCode-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCounty
DefinitionThe county (or shire, or next political region smaller than State / Province) from which the specimen was collected
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionCounty-2003-06-13
Replaces:
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelCounty
DefinitionThe full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionCounty-2003-06-17
ReplacesCounty-2003-06-13
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
County
Identifierhttp://rs.tdwg.org/dwc/dwcore/County
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelCounty
DefinitionThe full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionCounty-2007-04-17
ReplacesCounty-2003-06-17
Is replaced bycounty-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
county
Identifierhttp://rs.tdwg.org/dwc/terms/county
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelCounty
DefinitionThe full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.
CommentExamples: "Missoula", "Los Lagos", "Mataró". For discussion see http://terms.tdwg.org/wiki/dwc:county
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versioncounty-2009-04-24
ReplacesCounty-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
- - - - - - - - - - - - - - - - - - - - - - - -
dataGeneralizations
Identifierhttp://rs.tdwg.org/dwc/terms/dataGeneralizations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelData Generalizations
DefinitionActions 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.
CommentExample: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". For discussion see http://terms.tdwg.org/wiki/dwc:dataGeneralizations
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondataGeneralizations-2009-04-24
ReplacesGeneralizations-2008-11-19
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Dataset
Identifierhttp://rs.tdwg.org/dwc/terms/Dataset
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset
DefinitionThe category of information pertaining to a logical set of records.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.org/dc/dcmitype/Dataset
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionDataset-2008-11-19
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet
- - - - - - - - - - - - - - - - - - - - - - - -
datasetID
Identifierhttp://rs.tdwg.org/dwc/terms/datasetID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset ID
DefinitionAn identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondatasetID-2009-04-24
Replaces:
Is replaced bydatasetID-2009-09-11
Classhttp://rs.tdwg.org/dwc/terms/Dataset
ABCD 2.06DataSets/DataSet/DataSetGUID
- - - - - - - - - - - - - - - - - - - - - - - -
datasetID
Identifierhttp://rs.tdwg.org/dwc/terms/datasetID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset ID
DefinitionAn identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:datasetID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-09-11
Has domain
Has range
VersiondatasetID-2009-09-11
ReplacesdatasetID-2009-04-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/DataSetGUID
- - - - - - - - - - - - - - - - - - - - - - - -
datasetName
Identifierhttp://rs.tdwg.org/dwc/terms/datasetName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDataset Name
DefinitionThe name identifying the data set from which the record was derived.
CommentExamples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures". For discussion see http://terms.tdwg.org/wiki/dwc:datasetName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-11
Date modified2009-09-11
Has domain
Has range
VersiondatasetName-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceID
- - - - - - - - - - - - - - - - - - - - - - - -
DateIdentified
Identifierhttp://rs.tdwg.org/dwc/curatorial/DateIdentified
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelDate Identified
DefinitionThe date-time in the Common Era calendar in which the object or observation was identified as being a member of the taxon given in the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDateIdentified-2007-04-17
ReplacesYearIdentified-2003-06-17, MonthIdentified-2003-06-17, DayIdentified-2003-06-17
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
dateIdentified
Identifierhttp://rs.tdwg.org/dwc/terms/dateIdentified
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDate Identified
DefinitionThe date on which the subject was identified as representing the taxon given in the scientificName. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiondateIdentified-2009-04-24
ReplacesDateIdentified-2007-04-17
Is replaced bydateIdentified-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
dateIdentified
Identifierhttp://rs.tdwg.org/dwc/terms/dateIdentified
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDate Identified
DefinitionThe date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiondateIdentified-2009-08-24
ReplacesdateIdentified-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDate Last Modified
DefinitionISO 8601 compliant stamp indicating the date and time in UTC(GMT) when the record was last modified. Example: the instant "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be represented as "1994-11-05T13:15:30Z" (see W3C Note on Date and Time Formats - http://www.w3.org/TR/NOTE-datetime). (What to do when this date-time is unknown? Use Date-Time first "published"?)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDateLastModified-2003-06-13
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDate Last Modified
DefinitionISO 8601 date and time in UTC(GMT) when the record was last modified. Example: "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be "1994-11-05T13:15:30Z" (see http://www.w3.org/TR/NOTE-datetime).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDateLastModified-2003-06-17
ReplacesDateLastModified-2003-06-13
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
DateLastModified
Identifierhttp://rs.tdwg.org/dwc/dwcore/DateLastModified
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelDate Last Modified
DefinitionThe last date-time of publication when any of the data for the record were modified from the previous publication of that record. When publishing a record for the first time, use the publication date-time. Returns values as ISO 8601 date and time. (cf. http://www.w3.org/TR/xmlschema-2/#isoformats and http://www.iso.org/iso/en/prods-services/popstds/dateandtime.html Example: November 5, 1994, 8:15:30 am, US Eastern Standard Time” would be “1994-11-05T13:15:30Z”
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDateLastModified-2007-04-17
ReplacesDateLastModified-2003-06-17
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-modified
Class
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - -
day
Identifierhttp://rs.tdwg.org/dwc/terms/day
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDay
DefinitionThe integer day of the month on which the Event occurred.
CommentExamples: "9", "28". For discussion see http://terms.tdwg.org/wiki/dwc:day
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionday-2009-04-24
ReplacesDayCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Collected
DefinitionThe day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDayCollected-2003-06-13
Replaces:
Is replaced byday-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Collected
DefinitionThe two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDayCollected-2003-06-17
ReplacesDayCollected-2003-06-13
Is replaced byday-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
DayIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Identified
DefinitionThe day portion of the date when the Collection Item was identified; as two digits [01..31].
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionDayIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DayIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDay Identified
DefinitionThe two digit day of the month in the Common Era calendar during which the cataloged item was identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDayIdentified-2003-06-17
ReplacesDayIdentified-2003-06-13
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
DayOfYear
Identifierhttp://rs.tdwg.org/dwc/dwcore/DayOfYear
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelDay of Year
DefinitionThe ordinal day of the year on which the object or observation was collected (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). If the EarliestDateCollected and LatestDateCollected do not occur on the same day, do not populate DayOfYear.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDayOfYear-2007-04-17
ReplacesJulianDay-2003-06-17
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:MovingImage
Identifierhttp://purl.org/dc/dcmitype/MovingImage
Namespacehttp://purl.org/dc/dcmitype/
LabelMoving Image
DefinitionA series of visual representations imparting an impression of motion when shown in succession.
CommentExamples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2003-11-18
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#MovingImage-003
Replaces:
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MultimediaObject
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:Sound
Identifierhttp://purl.org/dc/dcmitype/Sound
Namespacehttp://purl.org/dc/dcmitype/
LabelSound
DefinitionA resource primarily intended to be heard.
CommentExamples include a music playback file format, an audio compact disc, and recorded speech or sounds.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2000-07-11
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#Sound-003
Replaces:
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MultimediaObject
- - - - - - - - - - - - - - - - - - - - - - - - - -
dcmitype:StillImage
Identifierhttp://purl.org/dc/dcmitype/StillImage
Namespacehttp://purl.org/dc/dcmitype/
LabelStill Image
DefinitionA resource describing a static visual representation.
CommentExamples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2003-11-18
Date modified2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#StillImage-003
Replaces:
Is Replaced By:
Class
ABCD 2.06{RecordBasisEnum/DrawingOrPhotograph or RecordBasisEnum/MultimediaObject}
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:accessRights
Identifierhttp://purl.org/dc/terms/accessRights
Namespacehttp://purl.org/dc/terms/
LabelAccess Rights
DefinitionInformation 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.
CommentExample: "not-for-profit use only". For discussion see http://terms.tdwg.org/wiki/dwc:accessRights
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/rights
Statusrecommended
Date issued2003-02-15
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/RightsStatement
Versionhttp://dublincore.org/usage/terms/history/#accessRights-002
ReplacesAccessConstraints-2008-11-19
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:bibliographicCitation
Identifierhttp://purl.org/dc/terms/bibliographicCitation
Namespacehttp://purl.org/dc/terms/
LabelBibliographic Citation
DefinitionA bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.
CommentExamples: "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/dwc:bibliographicCitation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2003-02-15
Date modified2009-04-24
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Literal
Versionhttp://dublincore.org/usage/terms/history/#bibliographicCitation-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:language
Identifierhttp://purl.org/dc/terms/language
Namespacehttp://purl.org/dc/terms/
LabelLanguage
DefinitionA language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
CommentExamples: "en" for English, "es" for Spanish. For discussion see http://terms.tdwg.org/wiki/dwc:language
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/language
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/LinguisticSystem
Versionhttp://dublincore.org/usage/terms/history/#languageT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06some ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:license
Identifierhttp://purl.org/dc/terms/license
Namespacehttp://purl.org/dc/terms/
LabelLicense
DefinitionA legal document giving official permission to do something with the resource.
CommentExamples: "http://creativecommons.org/publicdomain/zero/1.0/legalcode", "http://creativecommons.org/licenses/by/4.0/legalcode". For discussion see http://terms.tdwg.org/wiki/dwc:license
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/rights
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/LicenseDocument
Versionhttp://dublincore.org/usage/terms/history/#license-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:modified
Identifierhttp://purl.org/dc/terms/modified
Namespacehttp://purl.org/dc/terms/
LabelModified
DefinitionThe most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/date, http://purl.org/dc/terms/date
Statusrecommended
Date issued2000-07-11
Date modified2008-01-14
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Literal
Versionhttp://dublincore.org/usage/terms/history/#modified-003
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/DateLastEdited
- - - - - - - - - - - - - - - - - - - - - - - - -
dcterms:references
Identifierhttp://purl.org/dc/terms/references
Namespacehttp://purl.org/dc/terms/
LabelReferences
DefinitionA related resource that is referenced, cited, or otherwise pointed to by the described resource.
CommentExamples: "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/dwc:references
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/relation, http://purl.org/dc/terms/relation
Statusrecommended
Date issued2000-07-11
Date modified2008-01-14
Has domain
Has range
Decision:Decision-2011-10-16_7
Versionhttp://dublincore.org/usage/terms/history/#references-003
Replaces:
Is Replaced By:
Classall
ABCD 2.06{DataSets/DataSet/Units/Unit/RecordURI or Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or Datasets/Dataset/Units/Unit/SourceReference or Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference or Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference or MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:rights
Identifierhttp://purl.org/dc/terms/rights
Namespacehttp://purl.org/dc/terms/
LabelRights
DefinitionInformation about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
CommentExample: "http://creativecommons.org/licenses/by-sa/3.0/"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/rights
Statusdeprecated
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/RightsStatement
Versionhttp://dublincore.org/usage/terms/history/#rightsT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements
- - - - - - - - - - - - - - - - - - - - - - - -
dcterms:rightsHolder
Identifierhttp://purl.org/dc/terms/rightsHolder
Namespacehttp://purl.org/dc/terms/
LabelRights Holder
DefinitionA person or organization owning or managing rights over the resource.
CommentExample: "The Regents of the University of California.". For discussion see http://terms.tdwg.org/wiki/dwc:rightsHolder
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2004-06-14
Date modified2008-01-14
Has domain
Has rangehttp://purl.org/dc/terms/Agent
Versionhttp://dublincore.org/usage/terms/history/#rightsHolder-002
Replaces:
Is Replaced By:
Classall
ABCD 2.06{DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Units/Unit/Owner/Person/FullName or DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
- - - - - - - - - - - - - - - - - - - - - - - - -
dcterms:type
Identifierhttp://purl.org/dc/terms/type
Namespacehttp://purl.org/dc/terms/
LabelType
DefinitionThe nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.
CommentExamples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/elements/1.1/type
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has rangehttp://www.w3.org/2000/01/rdf-schema#Class
Decision:Decision-2009-12-07_1
Versionhttp://dublincore.org/usage/terms/history/#typeT-001
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/RecordBasis
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLatitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLatitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDecimal Latitude
DefinitionThe latitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDecimalLatitude-2003-06-17
ReplacesLatitude-2003-06-13
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLatitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/DecimalLatitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelDecimal Latitude
DefinitionThe latitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are North of the Equator, negative values are South of the Equator. Describes the point-radius representation of the location, along with DecimalLongitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -41.0983423
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDecimalLatitude-2007-04-17
ReplacesDecimalLatitude-2003-06-17
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
decimalLatitude
Identifierhttp://rs.tdwg.org/dwc/terms/decimalLatitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDecimal Latitude
DefinitionThe 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.
CommentExample: "-41.0983423". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLatitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiondecimalLatitude-2009-04-24
ReplacesDecimalLatitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLongitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLongitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelDecimal Longitude
DefinitionThe longitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionDecimalLongitude-2003-06-17
ReplacesLongitude-2003-06-13
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DecimalLongitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/DecimalLongitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelDecimal Longitude
DefinitionThe longitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are East of the Greenwich Meridian, negative values are West of the Greenwich Meridian. Describes the point-radius representation of the location, along with DecimalLatitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -71.0943235
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDecimalLongitude-2007-04-17
ReplacesDecimalLongitude-2003-06-17
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
decimalLongitude
Identifierhttp://rs.tdwg.org/dwc/terms/decimalLongitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDecimal Longitude
DefinitionThe 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.
CommentExample: "-121.1761111". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLongitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiondecimalLongitude-2009-04-24
ReplacesDecimalLongitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
DepthRange
Identifierhttp://www.iobis.org/obis/DepthRange
Namespacehttp://www.iobis.org/obis/
LabelDepth Range
DefinitionFor data sets that have the depth range expressed in one field (e.g. "150-200 m") it can be entered here as free text. Separate, numeric Minimum and Maximum Depth fields are the preferred format; the Depth Range option is included for legacy data sets.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionDepthRange-2005-07-10
Replaces:
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
Disposition
Identifierhttp://rs.tdwg.org/dwc/curatorial/Disposition
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelDisposition
DefinitionThe current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionDisposition-2007-04-17
Replaces:
Is replaced bydisposition-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- - - - - - - - - - - - - - - - - - - - - - - -
disposition
Identifierhttp://rs.tdwg.org/dwc/terms/disposition
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDisposition
DefinitionThe current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". For discussion see http://terms.tdwg.org/wiki/dwc:disposition
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versiondisposition-2009-04-24
ReplacesDisposition-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- - - - - - - - - - - - - - - - - - - - - - - -
DwCType
Identifierhttp://rs.tdwg.org/dwc/terms/DwCType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDarwin Core Type
DefinitionThe set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource.
Comment
Type of termhttp://purl.org/dc/dcam/VocabularyEncodingScheme
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionDwCType-2008-11-19
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
dynamicProperties
Identifierhttp://rs.tdwg.org/dwc/terms/dynamicProperties
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDynamic Properties
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs.
CommentExamples: "tragusLengthInMeters=0.014; weightInGrams=120", "heightInMeters=1.5", "natureOfID=expert identification; identificationEvidence=cytochrome B sequence", "relativeHumidity=28; airTemperatureInC=22; sampleSizeInKilograms=10", "aspectHeading=277; slopeInDegrees=6", "iucnStatus=vulnerable; taxonDistribution=Neuquen, Argentina"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiondynamicProperties-2009-04-24
ReplacesAttributes-2007-04-17
Is replaced bydynamicProperties-2014-10-23
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
dynamicProperties
Identifierhttp://rs.tdwg.org/dwc/terms/dynamicProperties
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelDynamic Properties
DefinitionA list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.
CommentThe 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, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}". For discussion see http://terms.tdwg.org/wiki/dwc:dynamicProperties
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiondynamicProperties-2014-10-23
ReplacesdynamicProperties-2009-04-24
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestAgeOrLowestStage
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestAgeOrLowestStage
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Age Or Lowest Stage
DefinitionThe full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestAgeOrLowestStage-2005-07-03
Replaces:
Is replaced byearliestAgeOrLowestStage-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestAgeOrLowestStage
Identifierhttp://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Age Or Lowest Stage
DefinitionThe full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestAgeOrLowestStage-2009-04-24
ReplacesEarliestAgeOrLowestStage-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestDateCollected
Identifierhttp://rs.tdwg.org/dwc/dwcore/EarliestDateCollected
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelEarliest Date Collected
DefinitionThe earliest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionEarliestDateCollected-2007-04-17
ReplacesYearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
EarliestDateCollected
Identifierhttp://rs.tdwg.org/dwc/terms/EarliestDateCollected
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Date Collected
DefinitionThe earliest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEarliestDateCollected-2008-11-19
ReplacesEarliestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEonOrLowestEonothem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEonOrLowestEonothem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Eon Or Lowest Eonothem
DefinitionThe 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.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEonOrLowestEonothem-2005-07-03
Replaces:
Is replaced byearliestEonOrLowestEonothem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEonOrLowestEonothem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Eon Or Lowest Eonothem
DefinitionThe 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.
CommentExamples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEonOrLowestEonothem-2009-04-24
ReplacesEarliestEonOrLowestEonothem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEpochOrLowestSeries
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEpochOrLowestSeries
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Epoch Or Lowest Series
DefinitionThe full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEpochOrLowestSeries-2005-07-03
Replaces:
Is replaced byearliestEpochOrLowestSeries-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEpochOrLowestSeries
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Epoch Or Lowest Series
DefinitionThe full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEpochOrLowestSeries-2009-04-24
ReplacesEarliestEpochOrLowestSeries-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestEraOrLowestErathem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEraOrLowestErathem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Era Or Lowest Erathem
DefinitionThe full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestEraOrLowestErathem-2005-07-03
Replaces:
Is replaced byearliestEraOrLowestErathem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestEraOrLowestErathem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Era Or Lowest Erathem
DefinitionThe full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestEraOrLowestErathem-2009-04-24
ReplacesEarliestEraOrLowestErathem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
EarliestPeriodOrLowestSystem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestPeriodOrLowestSystem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelEarliest Period Or Lowest System
DefinitionThe full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionEarliestPeriodOrLowestSystem-2005-07-03
Replaces:
Is replaced byearliestPeriodOrLowestSystem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
earliestPeriodOrLowestSystem
Identifierhttp://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEarliest Period Or Lowest System
DefinitionThe full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionearliestPeriodOrLowestSystem-2009-04-24
ReplacesEarliestPeriodOrLowestSystem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
EndDayCollected
Identifierhttp://www.iobis.org/obis/EndDayCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Day Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndDayCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
endDayOfYear
Identifierhttp://rs.tdwg.org/dwc/terms/endDayOfYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEnd Day Of Year
DefinitionThe 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).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionendDayOfYear-2009-04-24
ReplacesDayOfYear-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndJulianDay
Identifierhttp://www.iobis.org/obis/EndJulianDay
Namespacehttp://www.iobis.org/obis/
LabelEnd Julian Day
DefinitionFor samples/observations/record events that were taken over time this gives the end ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndJulianDay-2005-07-10
Replaces:
Is replaced byendDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndLatitude
Identifierhttp://www.iobis.org/obis/EndLatitude
Namespacehttp://www.iobis.org/obis/
LabelEnd Latitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndLatitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
EndLongitude
Identifierhttp://www.iobis.org/obis/EndLongitude
Namespacehttp://www.iobis.org/obis/
LabelEnd Longitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndLongitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
EndMonthCollected
Identifierhttp://www.iobis.org/obis/EndMonthCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Month Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end month of the collecting event. Possible values range from 01...12 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndMonthCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndTimeOfDay
Identifierhttp://www.iobis.org/obis/EndTimeOfDay
Namespacehttp://www.iobis.org/obis/
LabelEnd Time of Day
DefinitionThe time of day when the sampling event ended, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndTimeOfDay-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndTimeOfDay
Identifierhttp://rs.tdwg.org/dwc/terms/EndTimeOfDay
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEnd Time of Day
DefinitionThe time of day when the event ended, expressed as decimal hours from midnight, local time.
CommentExamples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionEndTimeOfDay-2008-11-19
ReplacesEndTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
- - - - - - - - - - - - - - - - - - - - - - - -
EndYearCollected
Identifierhttp://www.iobis.org/obis/EndYearCollected
Namespacehttp://www.iobis.org/obis/
LabelEnd Year Collected
DefinitionFor samples/observations/record events that were taken over time this gives the end year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionEndYearCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
establishmentMeans
Identifierhttp://rs.tdwg.org/dwc/terms/establishmentMeans
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEstablishment Means
DefinitionThe process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "native", "introduced", "naturalised", "invasive", "managed". For discussion see http://terms.tdwg.org/wiki/dwc:establishmentMeans
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionestablishmentMeans-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
- - - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://purl.org/dc/dcmitype/Event
Namespacehttp://purl.org/dc/dcmitype/
LabelEvent
DefinitionA non-persistent, time-based occurrence. For Darwin Core, a resource describing an instance of the Event class.
CommentMetadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2000-07-11
Date modified2014-10-23
Member Of:http://purl.org/dc/terms/DCMIType
Has domain
Has range
Decision:Decision-2014-10-26_15
Versionhttp://dublincore.org/usage/terms/history/#Event-003
Replaces:
Is replaced byEvent-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://rs.tdwg.org/dwc/terms/Event
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent
DefinitionThe category of information pertaining to an event (an action that occurs at a place and during a period of time).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionEvent-2009-04-29
ReplacesSamplingEvent-2008-11-19
Is replaced byEvent-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - - -
Event
Identifierhttp://rs.tdwg.org/dwc/terms/Event
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent
DefinitionAn action that occurs at some location during some time.
CommentExamples: A specimen collection process. A machine observation. For discussion see http://terms.tdwg.org/wiki/dwc:Event
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionEvent-2014-10-23
ReplacesEvent-2009-04-29
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttribute
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttribute
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute
DefinitionContainer class for information about attributes related to a given sampling event.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttribute-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Accuracy
DefinitionThe description of the error associated with the EventAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionEventAttributeAccuracy-2009-01-18
Replaces:
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the sampling event.
CommentExample: "Robert Hijmans"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionEventAttributeDeterminedBy-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Determined Date
DefinitionThe date on which the the measurement or characteristic of the sampling event was made.
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionEventAttributeDeterminedDate-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeID
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute ID
DefinitionAn identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeID-2008-11-19
Replaces:
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the sampling event.
CommentExample: "temperature taken at 15:00"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeRemarks-2008-11-19
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/eventAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attributes
DefinitionA list (concatenated and separated) of additional measurements or characteristics of the Event.
CommentExample: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeType
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Type
DefinitionThe nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary.
CommentExample: "Temperature"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeType-2008-11-19
Replaces:
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeUnit
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute Unit
DefinitionThe units for the value of the measurement or characteristic of the sampling event. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "C"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeUnit-2008-11-19
Replaces:
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
EventAttributeValue
Identifierhttp://rs.tdwg.org/dwc/terms/EventAttributeValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Attribute
DefinitionThe value of the measurement or characteristic of the sampling event.
CommentExample: "22"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionEventAttributeValue-2008-11-19
Replaces:
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventDate
Identifierhttp://rs.tdwg.org/dwc/terms/eventDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Date
DefinitionThe date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-04-24
Date modified2009-07-01
Has domain
Has range
VersioneventDate-2009-04-24
ReplacesEarliestDateCollected-2007-04-17, LatestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
eventID
Identifierhttp://rs.tdwg.org/dwc/terms/eventID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:eventID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventID-2009-04-24
ReplacesSamplingEventID-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
EventMeasurement
Identifierhttp://rs.tdwg.org/dwc/terms/EventMeasurement
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement
DefinitionThe category of information pertaining to measurements associated with an event.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionEventMeasurement-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Accuracy
DefinitionThe description of the error associated with the EventAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statusdeprecated
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementAccuracy-2009-04-24
ReplacesEventAttributeAccuracy-2009-01-18
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSet/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the event.
CommentExample: "Robert Hijmans"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementDeterminedBy-2009-04-24
ReplacesEventAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Determined Date
DefinitionThe date on which the the measurement or characteristic of the event was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementDeterminedDate-2009-04-24
ReplacesEventAttributeDeterminedDate-2009-01-23
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementID
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement ID
DefinitionAn identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementID-2009-04-24
ReplacesEventAttributeID-2008-11-19
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the event.
CommentExample: "temperature taken at 15:00"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementRemarks-2009-04-24
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementType
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Type
DefinitionThe nature of the measurement or characteristic of the event. Recommended best practice is to use a controlled vocabulary.
CommentExample: "temperature"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementType-2009-04-24
ReplacesEventAttributeType-2008-11-19
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Unit
DefinitionThe units for the value of the measurement or characteristic of the event. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "C"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementUnit-2009-04-24
ReplacesEventAttributeUnit-2008-11-19
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
eventMeasurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/eventMeasurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Measurement Value
DefinitionThe value of the measurement or characteristic of the event.
CommentExample: "22"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioneventMeasurementValue-2009-04-24
ReplacesEventAttributeValue-2008-11-19
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
eventRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/eventRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Remarks
DefinitionComments or notes about the Event.
CommentExample: "after the recent rains the river is nearly at flood stage". For discussion see http://terms.tdwg.org/wiki/dwc:eventRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersioneventRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
eventTime
Identifierhttp://rs.tdwg.org/dwc/terms/eventTime
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelEvent Time
DefinitionThe time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersioneventTime-2009-04-24
ReplacesStartTimeOfDay-2005-07-10, EndTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelFamily
DefinitionThe family name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionFamily-2003-06-13
Replaces:
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelFamily
DefinitionThe phylogenetic family to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFamily-2003-06-17
ReplacesFamily-2003-06-13
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
Family
Identifierhttp://rs.tdwg.org/dwc/dwcore/Family
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelFamily
DefinitionThe name of the family in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFamily-2007-04-17
ReplacesFamily-2003-06-17
Is replaced byfamily-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
family
Identifierhttp://rs.tdwg.org/dwc/terms/family
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFamily
DefinitionThe name of the family in which the scientificName is classified.
CommentExample: "Ctenomyidae"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionfamily-2009-04-24
ReplacesFamily-2007-04-17
Is replaced byfamily-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
family
Identifierhttp://rs.tdwg.org/dwc/terms/family
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFamily
DefinitionThe full scientific name of the family in which the taxon is classified.
CommentExamples: "Felidae", "Monocleaceae". For discussion see http://terms.tdwg.org/wiki/dwc:family
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionfamily-2009-08-24
Replacesfamily-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNotes
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNotes
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Notes
DefinitionA reference to, or flag marking the existence of notes taken in the field for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFieldNotes-2003-06-17
Replaces:
Is replaced byfieldNotes-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNotes
Identifierhttp://rs.tdwg.org/dwc/curatorial/FieldNotes
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelField Notes
DefinitionOne of a) a flag indicating the existence of, b) a reference to (such as a URL or literature citation), or c) the actual free text content of notes taken in the field about the specimen or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFieldNotes-2007-04-17
ReplacesFieldNotes-2003-06-17
Is replaced byfieldNotes-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
fieldNotes
Identifierhttp://rs.tdwg.org/dwc/terms/fieldNotes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelField Notes
DefinitionOne 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.
CommentExample: "notes available in Grinnell-Miller Library". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNotes
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfieldNotes-2009-04-24
ReplacesFieldNotes-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/FieldNotes
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Number
DefinitionA "number" (really a string) created at collection time to identify all material that resulted from a collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionFieldNumber-2003-06-13
Replaces:
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelField Number
DefinitionAn identifying string applied to a set of material that resulted from a single collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionFieldNumber-2003-06-17
ReplacesFieldNumber-2003-06-13
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FieldNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/FieldNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelField Number
DefinitionAn identifying string applied to a set of objects or observations resulting from a single collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFieldNumber-2007-04-17
ReplacesFieldNumber-2003-06-17
Is replaced byfieldNumber-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
fieldNumber
Identifierhttp://rs.tdwg.org/dwc/terms/fieldNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelField Number
DefinitionAn identifier given to the event in the field. Often serves as a link between field notes and the Event.
CommentExample: "RV Sol 87-03-08". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfieldNumber-2009-04-24
ReplacesFieldNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
FootprintSpatialFit
Identifierhttp://rs.tdwg.org/dwc/geospatial/FootprintSpatialFit
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelFootprint Spatial Fit
DefinitionA measure of how well the geometry expressed in the footprint match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. 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 georeference does not completely contain the original representation. The FootprintSpatialFit is undefined 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 FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFootprintSpatialFit-2007-04-17
Replaces:
Is replaced byfootprintSpatialFit-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintSpatialFit
Identifierhttp://rs.tdwg.org/dwc/terms/footprintSpatialFit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint Spatial Fit
DefinitionThe 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.
CommentDetailed 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionfootprintSpatialFit-2009-04-24
ReplacesFootprintSpatialFit-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintSRS
Identifierhttp://rs.tdwg.org/dwc/terms/footprintSRS
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint SRS
DefinitionA 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.
CommentExample: 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]]" without the enclosing quotes. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSRS
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionfootprintSRS-2009-07-06
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
FootprintWKT
Identifierhttp://rs.tdwg.org/dwc/geospatial/FootprintWKT
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelFootprint WKT
DefinitionA Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The same place may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for the same occurrence. 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))
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionFootprintWKT-2007-04-17
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - - -
footprintWKT
Identifierhttp://rs.tdwg.org/dwc/terms/footprintWKT
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFootprint WKT
DefinitionA 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.
CommentExample: 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionfootprintWKT-2009-04-24
ReplacesFootprintWKT-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
- - - - - - - - - - - - - - - - - - - - - - -
Formation
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Formation
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelFormation
DefinitionThe full name of the lithostratigraphic formation from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionFormation-2005-07-03
Replaces:
Is replaced byformation-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
formation
Identifierhttp://rs.tdwg.org/dwc/terms/formation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFormation
DefinitionThe full name of the lithostratigraphic formation from which the cataloged item was collected.
CommentExamples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation". For discussion see http://terms.tdwg.org/wiki/dwc:formation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionformation-2009-04-24
ReplacesFormation-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelFossil Specimen
DefinitionA resource describing a fossilized specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionFossilSpecimen-2008-11-19
Replaces:
Is replaced byFossilSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelFossil Specimen
DefinitionA resource describing a fossilized specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionFossilSpecimen-2011-10-16
ReplacesFossilSpecimen-2008-11-19
Is replaced byFossilSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
FossilSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/FossilSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelFossil Specimen
DefinitionA preserved specimen that is a fossil.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:FossilSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionFossilSpecimen-2014-10-23
ReplacesFossilSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/FossileSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
GenBankNum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/GenBankNum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGen Bank Num
DefinitionGenBank Accession number.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGenBankNum-2003-06-17
Replaces:
Is replaced byassociatedSequences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - -
GenBankNumber
Identifierhttp://rs.tdwg.org/dwc/curatorial/GenBankNumber
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelGen Bank Number
DefinitionGenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGenBankNumber-2007-04-17
ReplacesGenBankNum-2003-06-17
Is replaced byassociatedSequences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
- - - - - - - - - - - - - - - - - - - - - - - -
Generalizations
Identifierhttp://rs.tdwg.org/dwc/terms/Generalizations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeneralizations
DefinitionActions taken to make the data as shared less specific or complete than in its original form. Suggests that alternative data of highly quality may be available on request.
CommentExamples: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell", "locality information given only to nearest county".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionGeneralizations-2008-11-19
Replaces:
Is replaced bydataGeneralizations-2009-04-24
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGenus
DefinitionThe genus name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionGenus-2003-06-13
Replaces:
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGenus
DefinitionThe phylogenetic genus to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGenus-2003-06-17
ReplacesGenus-2003-06-13
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Genus
Identifierhttp://rs.tdwg.org/dwc/dwcore/Genus
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelGenus
DefinitionThe name of the genus in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGenus-2007-04-17
ReplacesGenus-2003-06-17
Is replaced bygenus-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
genus
Identifierhttp://rs.tdwg.org/dwc/terms/genus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGenus
DefinitionThe name of the genus in which the scientificName is classified.
CommentExample: "Quercus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versiongenus-2009-04-24
ReplacesGenus-2007-04-17
Is replaced bygenus-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
genus
Identifierhttp://rs.tdwg.org/dwc/terms/genus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGenus
DefinitionThe full scientific name of the genus in which the taxon is classified.
CommentExamples: "Puma", "Monoclea". For discussion see http://terms.tdwg.org/wiki/dwc:genus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versiongenus-2009-08-24
Replacesgenus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
GeodeticDatum
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeodeticDatum
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeodetic Datum
DefinitionThe geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeodeticDatum-2007-04-17
ReplacesHorizontalDatum-2003-06-17
Is replaced bygeodeticDatum-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - -
geodeticDatum
Identifierhttp://rs.tdwg.org/dwc/terms/geodeticDatum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeodetic Datum
DefinitionThe ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
CommentExamples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:geodeticDatum
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersiongeodeticDatum-2009-04-24
ReplacesGeodeticDatum-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - - -
GeologicalContext
Identifierhttp://rs.tdwg.org/dwc/terms/GeologicalContext
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context
DefinitionThe category of information pertaining to a location within a geological context, such as stratigraphy.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2009-07-06
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionGeologicalContext-2009-07-06
Replaces:
Is replaced byGeologicalContext-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
- - - - - - - - - - - - - - - - - - - - - - - - -
GeologicalContext
Identifierhttp://rs.tdwg.org/dwc/terms/GeologicalContext
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context
DefinitionGeological information, such as stratigraphy, that qualifies a region or place.
CommentExample: A lithostratigraphic layer. For discussion see http://terms.tdwg.org/wiki/dwc:GeologicalContext
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2009-07-06
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionGeologicalContext-2014-10-23
ReplacesGeologicalContext-2009-07-06
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
- - - - - - - - - - - - - - - - - - - - - - - -
geologicalContextID
Identifierhttp://rs.tdwg.org/dwc/terms/geologicalContextID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeological Context ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:geologicalContextID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersiongeologicalContextID-2009-07-06
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedBy
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
CommentExamples: "Kristina Yamamoto (MVZ); Janet Fang (MVZ)", "Brad Millen (ROM)"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-21
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferencedBy-2009-04-24
Replaces:
Is replaced bygeoreferencedBy-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedBy
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-01-21
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferencedBy-2014-10-23
ReplacesgeoreferencedBy-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferencedDate
Identifierhttp://rs.tdwg.org/dwc/terms/georeferencedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreferenced Date
DefinitionThe date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_9
VersiongeoreferencedDate-2011-10-16
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceProtocol
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceProtocol
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Protocol
DefinitionA reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceProtocol-2007-04-17
ReplacesGeorefMethod-2003-06-17
Is replaced bygeoreferenceProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceProtocol
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceProtocol
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Protocol
DefinitionA description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceProtocol-2009-04-24
ReplacesGeoreferenceProtocol-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceRemarks
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceRemarks
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Remarks
DefinitionComments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceRemarks-2007-04-17
ReplacesLatLongComments-2003-06-17
Is replaced bygeoreferenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Remarks
DefinitionNotes 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.
CommentExample: "assumed distance by road (Hwy. 101)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceRemarks-2009-04-24
ReplacesGeoreferenceRemarks-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceSources
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceSources
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Sources
DefinitionA list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceSources-2007-04-17
Replaces:
Is replaced bygeoreferenceSources-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferenceSources
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceSources
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Sources
DefinitionA 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.
CommentExamples: "USGS 1:24000 Florence Montana Quad; Terrametrics 2008 on Google Earth"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferenceSources-2009-04-24
ReplacesGeoreferenceSources-2007-04-17
Is replaced bygeoreferenceSources-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - - -
georeferenceSources
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceSources
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Sources
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiongeoreferenceSources-2014-10-23
ReplacesgeoreferenceSources-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- - - - - - - - - - - - - - - - - - - - - - - -
GeoreferenceVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/geospatial/GeoreferenceVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelGeoreference Verification Status
DefinitionA categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled. Examples: "requires verification", "verified by collector", "verified by curator".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGeoreferenceVerificationStatus-2007-04-17
Replaces:
Is replaced bygeoreferenceVerificationStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- - - - - - - - - - - - - - - - - - - - - - - -
georeferenceVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGeoreference Verification Status
DefinitionA categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "requires verification", "verified by collector", "verified by curator". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiongeoreferenceVerificationStatus-2009-04-24
ReplacesGeoreferenceVerificationStatus-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- - - - - - - - - - - - - - - - - - - - - - - -
GeorefMethod
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/GeorefMethod
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelGeoref Method
DefinitionA reference to the methods used for determining the coordinates and uncertainties.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionGeorefMethod-2003-06-17
Replaces:
Is replaced bygeoreferenceProtocol-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- - - - - - - - - - - - - - - - - - - - - - - -
GlobalUniqueIdentifier
Identifierhttp://rs.tdwg.org/dwc/dwcore/GlobalUniqueIdentifier
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelGlobal Unique Identifier
DefinitionA Uniform Resource Name (URN) as a unique identifier for the specimen or observation record. In the absence of a persistent global unique identifier, construct one in the form: “[InstitutionCode]:[CollectionCode]: [CatalogNumber]” Examples: 1) urn:lsid:nhm.ku.edu:Herps:32 2) “FMNH:Mammal:145732”
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionGlobalUniqueIdentifier-2007-04-17
Replaces:
Is replaced byoccurrenceID-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/UnitGUID
- - - - - - - - - - - - - - - - - - - - - - - -
GMLFeature
Identifierhttp://www.iobis.org/obis/GMLFeature
Namespacehttp://www.iobis.org/obis/
LabelGML Feature
DefinitionGeographic Markup Language(GML) description of the feature for representing complex shapes such as lines and polygons, per Open GIS Consortium (OGC) standards - http://www.opengis.net/gml/01-029/GML2.html.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionGMLFeature-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GML
- - - - - - - - - - - - - - - - - - - - - - -
Group
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Group
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelGroup
DefinitionThe full name of the lithostratigraphic group from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionGroup-2005-07-03
Replaces:
Is replaced bygroup-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
group
Identifierhttp://rs.tdwg.org/dwc/terms/group
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelGroup
DefinitionThe full name of the lithostratigraphic group from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:group
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versiongroup-2009-04-24
ReplacesGroup-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
habitat
Identifierhttp://rs.tdwg.org/dwc/terms/habitat
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHabitat
DefinitionA category or description of the habitat in which the Event occurred.
CommentExamples: "oak savanna", "pre-cordilleran steppe". For discussion see http://terms.tdwg.org/wiki/dwc:habitat
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-05-17
Has domain
Has range
Versionhabitat-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Biotope/Text
- - - - - - - - - - - - - - - - - - - - - - - - -
higherClassification
Identifierhttp://rs.tdwg.org/dwc/terms/higherClassification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Classification
DefinitionA list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. Recommended best practice is to order the list starting with the highest rank and separating the names for each rank with a semi-colon (";").
CommentExample: "Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria;Rodentia;Hystricognatha;Hystricognathi;Ctenomyidae;Ctenomyini;Ctenomys"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherClassification-2009-08-24
ReplaceshigherTaxonName-2009-04-24
Is replaced byhigherClassification-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
higherClassification
Identifierhttp://rs.tdwg.org/dwc/terms/higherClassification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Classification
DefinitionA list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherClassification-2014-10-23
ReplaceshigherClassification-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherGeography
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HigherGeography
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHigher Geography
DefinitionThe combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring in any of the higher geography attributes.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHigherGeography-2003-06-17
Replaces:
Is replaced byhigherGeography-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - -
HigherGeography
Identifierhttp://rs.tdwg.org/dwc/dwcore/HigherGeography
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelHigher Geography
DefinitionThe names (concatenated and separated) of geographic elements less specific than the information in the Locality element. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching geographic names. This can be useful if it is unclear in which element a name might be found, and in cases where there is no other appropriate geographic element. Example: "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.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionHigherGeography-2007-04-17
ReplacesHigherGeography-2003-06-17
Is replaced byhigherGeography-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - - -
higherGeography
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeography
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography
DefinitionA list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
CommentExample: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherGeography-2009-04-24
ReplacesHigherGeography-2007-04-17
Is replaced byhigherGeography-2014-10-23
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - - -
higherGeography
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeography
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography
DefinitionA list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionhigherGeography-2014-10-23
ReplaceshigherGeography-2009-04-24
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- - - - - - - - - - - - - - - - - - - - - - - -
higherGeographyID
Identifierhttp://rs.tdwg.org/dwc/terms/higherGeographyID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Geography ID
DefinitionAn identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExample: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeographyID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionhigherGeographyID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HigherTaxon
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHigher Taxon
DefinitionThe combination of names of taxonomic ranks less specific than Genus. "Like" query operations on this element will search for a substring in any of the higher taxon attributes.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHigherTaxon-2003-06-17
Replaces:
Is replaced byhigherClassification-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://rs.tdwg.org/dwc/dwcore/HigherTaxon
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelHigher Taxon
DefinitionThe names of taxonomic ranks less specific than SpecificEpithet concatenated and separated. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching higher taxon names. This element may contain the list of scientific names of all of the supra-specific taxa in the classification used to identify (determine) the specimen or observation. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionHigherTaxon-2007-04-17
ReplacesHigherTaxon-2003-06-17
Is replaced byhigherClassification-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxon
Identifierhttp://rs.tdwg.org/dwc/terms/HigherTaxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon
DefinitionA list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName.
CommentExample: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-01-21
Has domain
Has range
VersionHigherTaxon-2009-01-21
Replaces:
Is replaced byhigherClassification-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Concept ID
DefinitionA unique identifier for the taxon concept less specific than that given in the taxonConceptID.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonconceptID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HigherTaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/HigherTaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon ID
DefinitionA global unique identifier for the parent to the taxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-01-21
Has domain
Has range
VersionHigherTaxonID-2009-01-21
Replaces:
Is replaced byparentNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonName
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Name
DefinitionA list (concatenated and separated) of the names for the taxonomic ranks less specific than that given in the scientificName.
CommentExample: "Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonName-2009-04-24
ReplacesHigherTaxon-2007-04-17
Is replaced byparentNameUsage-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
higherTaxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/higherTaxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHigher Taxon Name ID
DefinitionA unique identifier for the name of the next higher rank than the scientificName in a taxonomic classification. See higherTaxonName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-01-21
Date modified2009-04-24
Has domain
Has range
VersionhigherTaxonNameID-2009-04-24
ReplacesHigherTaxonID-2009-01-21
Is replaced byparentNameUsageID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
HighestBiostratigraphicZone
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/HighestBiostratigraphicZone
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelHighest Biostratigraphic Zone
DefinitionThe full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionHighestBiostratigraphicZone-2005-07-03
Replaces:
Is replaced byhighestBiostratigraphicZone-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
highestBiostratigraphicZone
Identifierhttp://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHighest Biostratigraphic Zone
DefinitionThe full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionhighestBiostratigraphicZone-2009-04-24
ReplacesHighestBiostratigraphicZone-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
HorizontalDatum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/HorizontalDatum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelHorizontal Datum
DefinitionThe horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionHorizontalDatum-2003-06-17
Replaces:
Is replaced bygeodeticDatum-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelHuman Observation
DefinitionA resource describing an observation made by one or more people.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionHumanObservation-2008-11-19
Replaces:
Is replaced byHumanObservation-2011-10-16
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelHuman Observation
DefinitionA resource describing an observation made by one or more people.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionHumanObservation-2011-10-16
ReplacesHumanObservation-2008-11-19
Is replaced byHumanObservation-2014-10-23
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
HumanObservation
Identifierhttp://rs.tdwg.org/dwc/terms/HumanObservation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelHuman Observation
DefinitionAn output of a human observation process.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:HumanObservation
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionHumanObservation-2014-10-23
ReplacesHumanObservation-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/HumanObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
Identification
Identifierhttp://rs.tdwg.org/dwc/terms/Identification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification
DefinitionThe category of information pertaining to taxonomic determinations (the assignment of a scientific name).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionIdentification-2008-11-19
Replaces:
Is replaced byIdentification-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification
- - - - - - - - - - - - - - - - - - - - - - - - -
Identification
Identifierhttp://rs.tdwg.org/dwc/terms/Identification
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification
DefinitionA taxonomic determination (e.g., the assignment to a taxon).
CommentExample: A subspecies determination of an organism. For discussion see http://terms.tdwg.org/wiki/dwc:Identification
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionIdentification-2014-10-23
ReplacesIdentification-2008-11-19
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification
- - - - - - - - - - - - - - - - - - - - - - - -
identificationAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/identificationAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Identification.
CommentExample: "natureOfID=expert identification; identificationEvidence=cytochrome B sequence"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionidentificationAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
identificationID
Identifierhttp://rs.tdwg.org/dwc/terms/identificationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:identificationID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
IdentificationModifier
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentificationModifier
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentification Modifier
DefinitionAdditional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIdentificationModifier-2003-06-17
Replaces:
Is replaced byidentificationQualifier-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - -
IdentificationQualifier
Identifierhttp://rs.tdwg.org/dwc/dwcore/IdentificationQualifier
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIdentification Qualifier
DefinitionA brief phrase or a standard term ("cf.", "aff.") to qualify the identification of the organism when doubts have arisen as to its taxonomic identity (determination). Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", IdentificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", IdentificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIdentificationQualifier-2007-04-17
ReplacesIdentificationModifier-2003-06-17
Is replaced byidentificationQualifier-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - -
identificationQualifier
Identifierhttp://rs.tdwg.org/dwc/terms/identificationQualifier
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Qualifier
DefinitionA brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.
CommentExamples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. For discussion see http://terms.tdwg.org/wiki/dwc:identificationQualifier
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationQualifier-2009-04-24
ReplacesIdentificationQualifier-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationReferences
Identifierhttp://rs.tdwg.org/dwc/terms/identificationReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification References
DefinitionA list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
CommentExample: "Aves del Noroeste Patagonico. Christie et al. 2004."
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentificationReferences-2009-04-24
Replaces:
Is replaced byidentificationReferences-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/References
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationReferences
Identifierhttp://rs.tdwg.org/dwc/terms/identificationReferences
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification References
DefinitionA list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentificationReferences-2014-10-23
ReplacesidentificationReferences-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/References
- - - - - - - - - - - - - - - - - - - - - - - -
identificationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/identificationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Remarks
DefinitionComments or notes about the Identification.
CommentExample: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentificationRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
- - - - - - - - - - - - - - - - - - - - - - - - -
identificationVerificationStatus
Identifierhttp://rs.tdwg.org/dwc/terms/identificationVerificationStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentification Verification Status
DefinitionA categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.
CommentExamples: "0", "4". For discussion see http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_10
VersionidentificationVerificationStatus-2011-10-16
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionIdentifiedBy-2003-06-13
Replaces:
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIdentifiedBy-2003-06-17
ReplacesIdentifiedBy-2003-06-13
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
IdentifiedBy
Identifierhttp://rs.tdwg.org/dwc/curatorial/IdentifiedBy
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelIdentified By
DefinitionThe name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIdentifiedBy-2007-04-17
ReplacesIdentifiedBy-2003-06-17
Is replaced byidentifiedBy-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the scientificName.
CommentExample: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionidentifiedBy-2009-04-24
ReplacesIdentifiedBy-2007-04-17
Is replaced byidentifiedBy-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
CommentExamples: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentifiedBy-2009-08-24
ReplacesidentifiedBy-2009-04-24
Is replaced byidentifiedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - - -
identifiedBy
Identifierhttp://rs.tdwg.org/dwc/terms/identifiedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIdentified By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionidentifiedBy-2014-10-23
ReplacesidentifiedBy-2009-08-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- - - - - - - - - - - - - - - - - - - - - - - -
ImageURL
Identifierhttp://rs.tdwg.org/dwc/dwcore/ImageURL
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelImage URL
DefinitionA Universal Resource Locator reference to digital images associated with the specimen or observation.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionImageURL-2007-04-17
Replaces:
Is replaced byassociatedMedia-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/MultimediaObjects
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionIndividualCount-2003-06-13
Replaces:
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIndividualCount-2003-06-17
ReplacesIndividualCount-2003-06-13
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
IndividualCount
Identifierhttp://rs.tdwg.org/dwc/curatorial/IndividualCount
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelIndividual Count
DefinitionThe number of individuals present in the lot or container. Not to be used for observations.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIndividualCount-2007-04-17
ReplacesIndividualCount-2003-06-17
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
individualCount
Identifierhttp://rs.tdwg.org/dwc/terms/individualCount
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIndividual Count
DefinitionThe number of individuals represented present at the time of the Occurrence.
CommentExamples: "1", "25". For discussion see http://terms.tdwg.org/wiki/dwc:individualCount
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionindividualCount-2009-04-24
ReplacesIndividualCount-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - - -
individualID
Identifierhttp://rs.tdwg.org/dwc/terms/individualID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIndividual ID
DefinitionAn identifier for an individual or named group of individual organisms represented in the Occurrence. Meant to accommodate resampling of the same individual or group for monitoring purposes. May be a global unique identifier or an identifier specific to a data set.
CommentExamples: "U.amer. 44", "Smedley", "Orca J 23"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionindividualID-2009-04-24
Replaces:
Is replaced byorganismID-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/ScientificName/NameAtomised/Zoological/NamedIndividual or DataSets/DataSet/Units/Unit/ObservationUnit/ObservationUnitIdentifiers/ObservationUnitIdentifier or DataSets/DataSet/Units/Unit/SpecimenUnit/Accessions/AccessionNumber
- - - - - - - - - - - - - - - - - - - - - - - -
InformationWithheld
Identifierhttp://rs.tdwg.org/dwc/dwcore/InformationWithheld
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInformation Withheld
DefinitionBrief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the administrative contact identified in the provider resource metadata (curator, collection manager). Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInformationWithheld-2007-04-17
Replaces:
Is replaced byinformationWithheld-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/InformationWithheld
- - - - - - - - - - - - - - - - - - - - - - - -
informationWithheld
Identifierhttp://rs.tdwg.org/dwc/terms/informationWithheld
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInformation Withheld
DefinitionAdditional information that exists, but that has not been shared in the given record.
CommentExamples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples". For discussion see http://terms.tdwg.org/wiki/dwc:informationWithheld
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninformationWithheld-2009-04-24
ReplacesInformationWithheld-2007-04-17
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/InformationWithheld
- - - - - - - - - - - - - - - - - - - - - - - -
InfraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/dwcore/InfraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInfraspecific Epithet
DefinitionThe infraspecific epithet of the scientific name applied to the organism.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInfraspecificEpithet-2007-04-17
ReplacesSubspecies-2003-06-17
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
infraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInfraspecific Epithet
DefinitionThe name of the second or subspecies epithet of the scientificName.
CommentExample: "oxyadenia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninfraspecificEpithet-2009-04-24
ReplacesInfraspecificEpithet-2007-04-17
Is replaced byinfraspecificEpithet-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
infraspecificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInfraspecific Epithet
DefinitionThe name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.
CommentExamples: "concolor", "oxyadenia", "sayi". For discussion see http://terms.tdwg.org/wiki/dwc:infraspecificEpithet
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioninfraspecificEpithet-2009-08-24
ReplacesinfraspecificEpithet-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
InfraspecificRank
Identifierhttp://rs.tdwg.org/dwc/dwcore/InfraspecificRank
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInfraspecific Rank
DefinitionThe infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInfraspecificRank-2007-04-17
Replaces:
Is replaced bytaxonRank-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelInstitution Code
DefinitionA "standard" code identifier that identifies the institution to which the collection belongs. No global registry exists for assigning institutional codes. Use the code that is "standard" in your discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionInstitutionCode-2003-06-13
Replaces:
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelInstitution Code
DefinitionA code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionInstitutionCode-2003-06-17
ReplacesInstitutionCode-2003-06-13
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
InstitutionCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/InstitutionCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelInstitution Code
DefinitionThe code (or acronym) identifying the institution administering the collection in which the organism record is cataloged. No global registry exists for institutional codes; use the code that is "standard" at your institution or in your discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionInstitutionCode-2007-04-17
ReplacesInstitutionCode-2003-06-17
Is replaced byinstitutionCode-2009-09-11
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersioninstitutionCode-2009-04-24
ReplacesInstitutionCode-2007-04-17
Is replaced byinstitutionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersioninstitutionCode-2009-08-24
ReplacesinstitutionCode-2009-04-24
Is replaced byinstitutionCode-2009-09-11
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/institutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution Code
DefinitionThe name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
CommentExamples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)". For discussion see http://terms.tdwg.org/wiki/dwc:institutionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2013-10-04
Has domain
Has range
VersioninstitutionCode-2009-09-11
ReplacesinstitutionCode-2009-08-24
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
institutionID
Identifierhttp://rs.tdwg.org/dwc/terms/institutionID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelInstitution ID
DefinitionAn identifier for the institution having custody of the object(s) or information referred to in the record.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-11
Date modified2014-10-23
Has domain
Has range
VersioninstitutionID-2009-09-11
Replaces:
Is Replaced By:
Classall
ABCD 2.06DataSets/DataSet/Units/Unit/SourceInstitutionID
- - - - - - - - - - - - - - - - - - - - - - - -
Island
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Island
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIsland
DefinitionThe full, unabbreviated name of the island from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIsland-2003-06-17
Replaces:
Is replaced byisland-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
Island
Identifierhttp://rs.tdwg.org/dwc/dwcore/Island
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIsland
DefinitionThe full, unabbreviated name of the island on which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIsland-2007-04-17
ReplacesIsland-2003-06-17
Is replaced byisland-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
island
Identifierhttp://rs.tdwg.org/dwc/terms/island
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIsland
DefinitionThe name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar". For discussion see http://terms.tdwg.org/wiki/dwc:island
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionisland-2009-04-24
ReplacesIsland-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
- - - - - - - - - - - - - - - - - - - - - - - -
IslandGroup
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/IslandGroup
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelIsland Group
DefinitionThe full, unabbreviated name of the island group from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionIslandGroup-2003-06-17
Replaces:
Is replaced byislandGroup-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
IslandGroup
Identifierhttp://rs.tdwg.org/dwc/dwcore/IslandGroup
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelIsland Group
DefinitionThe full, unabbreviated name of the island group in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionIslandGroup-2007-04-17
ReplacesIslandGroup-2003-06-17
Is replaced byislandGroup-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
islandGroup
Identifierhttp://rs.tdwg.org/dwc/terms/islandGroup
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelIsland Group
DefinitionThe name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Alexander Archipelago", "Seychelles". For discussion see http://terms.tdwg.org/wiki/dwc:islandGroup
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionislandGroup-2009-04-24
ReplacesIslandGroup-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
- - - - - - - - - - - - - - - - - - - - - - - -
JulianDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelJulian Day
DefinitionThe ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionJulianDay-2003-06-13
Replaces:
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
JulianDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelJulian Day
DefinitionThe ordinal day of the year (i.e., the number of days since December 31 of the previous year; January 1 is Julian Day 1) on which the cataloged item was collected. May be derived from the YearCollected, MonthCollected, and DayCollected by the provider.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionJulianDay-2003-06-17
ReplacesJulianDay-2003-06-13
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelKingdom
DefinitionThe kingdom to which the organism belongs
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionKingdom-2003-06-13
Replaces:
Is replaced bykingdom-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelKingdom
DefinitionThe phylogenetic kingdom to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionKingdom-2003-06-17
ReplacesKingdom-2003-06-13
Is replaced bykingdom-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
Kingdom
Identifierhttp://rs.tdwg.org/dwc/dwcore/Kingdom
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelKingdom
DefinitionThe name of the kingdom in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionKingdom-2007-04-17
ReplacesKingdom-2003-06-17
Is replaced bykingdom-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
kingdom
Identifierhttp://rs.tdwg.org/dwc/terms/kingdom
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelKingdom
DefinitionThe name of the kingdom in which the scientificName is classified.
CommentExample: "Animalia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionkingdom-2009-04-24
ReplacesKingdom-2007-04-17
Is replaced bykingdom-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - - -
kingdom
Identifierhttp://rs.tdwg.org/dwc/terms/kingdom
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelKingdom
DefinitionThe full scientific name of the kingdom in which the taxon is classified.
CommentExamples: "Animalia", "Plantae". For discussion see http://terms.tdwg.org/wiki/dwc:kingdom
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionkingdom-2009-08-24
Replaceskingdom-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- - - - - - - - - - - - - - - - - - - - - - -
LatestAgeOrHighestStage
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestAgeOrHighestStage
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest AgeOr Highest Stage
DefinitionThe full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestAgeOrHighestStage-2005-07-03
Replaces:
Is replaced bylatestAgeOrHighestStage-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestAgeOrHighestStage
Identifierhttp://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest AgeOr Highest Stage
DefinitionThe full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestAgeOrHighestStage-2009-04-24
ReplacesLatestAgeOrHighestStage-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestDateCollected
Identifierhttp://rs.tdwg.org/dwc/dwcore/LatestDateCollected
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLatest Date Collected
DefinitionThe latest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLatestDateCollected-2007-04-17
ReplacesYearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - - -
LatestDateCollected
Identifierhttp://rs.tdwg.org/dwc/terms/LatestDateCollected
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Date Collected
DefinitionThe latest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionLatestDateCollected-2008-11-19
ReplacesLatestDateCollected-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- - - - - - - - - - - - - - - - - - - - - - -
LatestEonOrHighestEonothem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEonOrHighestEonothem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Eon Or Highest Eonothem
DefinitionThe 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.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEonOrHighestEonothem-2005-07-03
Replaces:
Is replaced bylatestEonOrHighestEonothem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEonOrHighestEonothem
Identifierhttp://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Eon Or Highest Eonothem
DefinitionThe 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.
CommentExamples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEonOrHighestEonothem-2009-04-24
ReplacesLatestEonOrHighestEonothem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestEpochOrHighestSeries
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEpochOrHighestSeries
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Epoch Or Highest Series
DefinitionThe full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEpochOrHighestSeries-2005-07-03
Replaces:
Is replaced bylatestEpochOrHighestSeries-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEpochOrHighestSeries
Identifierhttp://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Epoch Or Highest Series
DefinitionThe full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEpochOrHighestSeries-2009-04-24
ReplacesLatestEpochOrHighestSeries-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestEraOrHighestErathem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEraOrHighestErathem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Era Or Highest Erathem
DefinitionThe full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestEraOrHighestErathem-2005-07-03
Replaces:
Is replaced bylatestEraOrHighestErathem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestEraOrHighestErathem
Identifierhttp://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Era Or Highest Erathem
DefinitionThe full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestEraOrHighestErathem-2009-04-24
ReplacesLatestEraOrHighestErathem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - -
LatestPeriodOrHighestSystem
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestPeriodOrHighestSystem
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLatest Period Or Highest System
DefinitionThe full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLatestPeriodOrHighestSystem-2005-07-03
Replaces:
Is replaced bylatestPeriodOrHighestSystem-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
latestPeriodOrHighestSystem
Identifierhttp://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLatest Period Or Highest System
DefinitionThe full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
CommentExamples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlatestPeriodOrHighestSystem-2009-04-24
ReplacesLatestPeriodOrHighestSystem-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Latitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Latitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLatitude
DefinitionThe latitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLatitude-2003-06-13
Replaces:
Is replaced bydecimalLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - - -
LatLongComments
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/LatLongComments
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLat Long Comments
DefinitionComments about the LatLong determination.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionLatLongComments-2003-06-17
Replaces:
Is replaced bygeoreferenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- - - - - - - - - - - - - - - - - - - - - - - -
Lifestage
Identifierhttp://www.iobis.org/obis/Lifestage
Namespacehttp://www.iobis.org/obis/
LabelLifestage
DefinitionIndicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionLifestage-2005-07-10
ReplacesAgeClass-2003-06-17
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
LifeStage
Identifierhttp://rs.tdwg.org/dwc/dwcore/LifeStage
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLife Stage
DefinitionThe age class or life stage of the biological individual represented by the catalogued object or observation. Examples: "adult", "mature", "juvenile", "eft", "nymph", "seedling", "seed", "egg"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLifeStage-2007-04-17
ReplacesAgeClass-2003-06-17
Is replaced bylifeStage-2009-04-24
Class
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
lifeStage
Identifierhttp://rs.tdwg.org/dwc/terms/lifeStage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLife Stage
DefinitionThe age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles". For discussion see http://terms.tdwg.org/wiki/dwc:lifeStage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionlifeStage-2009-04-24
ReplacesLifeStage-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - -
LithostratigraphicTerms
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LithostratigraphicTerms
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLithostratigraphicTerms-2005-07-03
Replaces:
Is replaced bylithostratigraphicTerms-2009-04-24
Classpaleo
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
- - - - - - - - - - - - - - - - - - - - - - - -
lithostratigraphicTerms
Identifierhttp://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLithostratigraphic Terms
DefinitionThe combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlithostratigraphicTerms-2009-04-24
ReplacesLithostratigraphicTerms-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
- - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLiving Specimen
DefinitionA resource describing a living specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionLivingSpecimen-2008-11-19
Replaces:
Is replaced byLivingSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLiving Specimen
DefinitionA resource describing a living specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLivingSpecimen-2011-10-16
ReplacesLivingSpecimen-2008-11-19
Is replaced byLivingSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
LivingSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/LivingSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLiving Specimen
DefinitionA specimen that is alive.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:LivingSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLivingSpecimen-2014-10-23
ReplacesLivingSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/LivingSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLocality
DefinitionThe locality description (place name plus optionally a displacement from the place name) from which the specimen was collected. Where a displacement from a location is provided, it should be in un-projected units of measurement
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLocality-2003-06-13
Replaces:
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLocality
DefinitionThe description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionLocality-2003-06-17
ReplacesLocality-2003-06-13
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Locality
Identifierhttp://rs.tdwg.org/dwc/dwcore/Locality
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelLocality
DefinitionThe specific natural language description of the place where the organism was collected or observed. This element need not contain less specific geographic information provided in other geographic elements (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). Though coordinate information can be contained in this concept, these data will be usable analytically only when shared through the concepts of the Geospatial Extension.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionLocality-2007-04-17
ReplacesLocality-2003-06-17
Is replaced bylocality-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
locality
Identifierhttp://rs.tdwg.org/dwc/terms/locality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocality
DefinitionThe 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.
CommentExample: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". For discussion see http://terms.tdwg.org/wiki/dwc:locality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionlocality-2009-04-24
ReplacesLocality-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - - -
Location
Identifierhttp://purl.org/dc/terms/Location
Namespacehttp://purl.org/dc/terms/
LabelLocation
DefinitionA spatial region or named place.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:Location
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-01-14
Date modified2008-01-14
Has domain
Has range
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Versionhttp://dublincore.org/usage/terms/history/#Location-001
Replaces:
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/LocalityText
- - - - - - - - - - - - - - - - - - - - - - - - - -
Location
Identifierhttp://rs.tdwg.org/dwc/dwctype/Location
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelLocation
DefinitionA resource describing an instance of the Location class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionLocation-2009-04-24
Replaces:
Is replaced byhttp://dublincore.org/usage/terms/history/#Location-001
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/locationAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation According To
DefinitionInformation about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.
CommentExamples: "Getty Thesaurus of Geographic Names", "GADM". For discussion see http://terms.tdwg.org/wiki/dwc:locationAccordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-08-24
Date modified2009-08-24
Has domain
Has range
VersionlocationAccordingTo-2009-08-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/locationAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the location.
CommentExample: "aspectheading=277; slopeindegrees=6"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionlocationAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationID
Identifierhttp://rs.tdwg.org/dwc/terms/locationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:locationID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionlocationID-2009-04-24
ReplacesSamplingLocationID-2008-11-19
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
locationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/locationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLocation Remarks
DefinitionComments or notes about the Location.
CommentExample: "under water since 2005". For discussion see http://terms.tdwg.org/wiki/dwc:locationRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionlocationRemarks-2009-04-24
ReplacesSamplingLocationRemarks-2009-01-18
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
Longitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Longitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelLongitude
DefinitionThe longitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionLongitude-2003-06-13
Replaces:
Is replaced bydecimalLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- - - - - - - - - - - - - - - - - - - - - - -
LowestBiostratigraphicZone
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LowestBiostratigraphicZone
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelLowest Biostratigraphic Zone
DefinitionThe full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionLowestBiostratigraphicZone-2005-07-03
Replaces:
Is replaced bylowestBiostratigraphicZone-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
lowestBiostratigraphicZone
Identifierhttp://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelLowest Biostratigraphic Zone
DefinitionThe full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
VersionlowestBiostratigraphicZone-2009-04-24
ReplacesLowestBiostratigraphicZone-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMachine Observation
DefinitionA resource describing an observation made by a machine.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionMachineObservation-2008-11-19
Replaces:
Is replaced byMachineObservation-2011-10-16
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMachine Observation
DefinitionA resource describing an observation made by a machine.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMachineObservation-2011-10-16
ReplacesMachineObservation-2008-11-19
Is replaced byMachineObservation-2014-10-23
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
MachineObservation
Identifierhttp://rs.tdwg.org/dwc/terms/MachineObservation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMachine Observation
DefinitionAn output of a machine observation process.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:MachineObservation
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMachineObservation-2014-10-23
ReplacesMachineObservation-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/MachineObservation
- - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/terms/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample
DefinitionThe category of information pertaining to the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2013-03-28
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2013-03-28
Replaces:
Is replaced byMaterialSample-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/dwctype/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelMaterial Sample
DefinitionA resource describing the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.obolibrary.org/obo/OBI_0100051
Statusdeprecated
Date issued2013-03-28
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2013-06-24
Replaces:
Is replaced byMaterialSample-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - -
MaterialSample
Identifierhttp://rs.tdwg.org/dwc/terms/MaterialSample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample
DefinitionA physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
CommentExamples: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2013-03-28
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMaterialSample-2014-10-23
ReplacesMaterialSample-2013-03-28
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - -
materialSampleID
Identifierhttp://rs.tdwg.org/dwc/terms/materialSampleID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaterial Sample ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:materialSampleID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2013-03-28
Date modified2013-09-26
Has domain
Has range
Decision:Decision-2013-10-09_13
VersionmaterialSampleID-2013-05-25
Replacessource_mat_id-2011-01-26
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MaterialSample
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Depth
DefinitionThe maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMaximumDepth-2003-06-13
Replaces:
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepthInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepthInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Depth In Meters
DefinitionThe maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMaximumDepthInMeters-2003-06-17
ReplacesMaximumDepth-2003-06-13
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MaximumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMaximum Depth In Meters
DefinitionThe maximum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 10 (for a depth of up to 10m). 100 (for a depth between 50m and 100m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMaximumDepthInMeters-2007-04-17
ReplacesMaximumDepthInMeters-2003-06-17
Is replaced bymaximumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Depth In Meters
DefinitionThe greater depth of a range of depth below the local surface, in meters.
CommentExample: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumDepthInMeters-2009-04-24
ReplacesMaximumDepthInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumDistanceAboveSurfaceInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Distance Above Surface In Meters
DefinitionThe 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.
CommentExample: 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Elevation
DefinitionThe maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMaximumElevation-2003-06-13
Replaces:
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevationInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevationInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMaximum Elevation In Meters
DefinitionThe maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMaximumElevationInMeters-2003-06-17
ReplacesMaximumElevation-2003-06-13
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
MaximumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MaximumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMaximum Elevation In Meters
DefinitionThe maximum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: Examples: 125 (for an elevation of 100 +- 25 meters). 200 (for an elevation between 100m and 200m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMaximumElevationInMeters-2007-04-17
ReplacesMaximumElevationInMeters-2003-06-17
Is replaced bymaximumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
maximumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/maximumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMaximum Elevation In Meters
DefinitionThe upper limit of the range of elevation (altitude, usually above sea level), in meters.
CommentExample: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmaximumElevationInMeters-2009-04-24
ReplacesMaximumElevationInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
measurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Accuracy
DefinitionThe description of the potential error associated with the measurementValue.
CommentExamples: "0.01", "normal distribution with variation of 2 m". For discussion see http://terms.tdwg.org/wiki/dwc:measurementAccuracy
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionmeasurementAccuracy-2009-04-24
ReplacesSampleAttributeAccuracy-2009-01-18, EventAttributeAccuracy-2009-01-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
CommentExamples: "Javier de la Torre", "Julie Woodruff; Eileen Lacey"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionmeasurementDeterminedBy-2009-04-24
ReplacesSampleAttributeDeterminedBy-2009-01-23, EventAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined By
DefinitionA list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-01-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionmeasurementDeterminedBy-2014-10-23
ReplacesmeasurementDeterminedBy-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
measurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/measurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Determined Date
DefinitionThe date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionmeasurementDeterminedDate-2009-04-24
ReplacesSampleAttributeDeterminedDate-2009-01-23, EventAttributeDeterminedDate-2009-01-23
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - - -
measurementID
Identifierhttp://rs.tdwg.org/dwc/terms/measurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:measurementID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
VersionmeasurementID-2009-04-24
ReplacesSampleAttributeID-2008-11-19, EventAttributeID-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
measurementMethod
Identifierhttp://rs.tdwg.org/dwc/terms/measurementMethod
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Method
DefinitionA description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementMethod-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06/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
- - - - - - - - - - - - - - - - - - - - - - - - -
MeasurementOrFact
Identifierhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Or Fact
DefinitionThe category of information pertaining to measurements, facts, characteristics, or assertions about a resource (instance of data record, such as Occurrence, Taxon, Location, Event).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2009-04-24
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMeasurementOrFact-2009-04-24
ReplacesSampleAttribute-2008-11-19, EventAttribute-2008-11-19
Is replaced byMeasurementOrFact-2014-10-23
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - - -
MeasurementOrFact
Identifierhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement or Fact
DefinitionA measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).
CommentResources 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2009-04-24
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionMeasurementOrFact-2014-10-23
ReplacesMeasurementOrFact-2009-04-24
Is Replaced By:
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
measurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/measurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Remarks
DefinitionComments or notes accompanying the MeasurementOrFact.
CommentExample: "tip of tail missing". For discussion see http://terms.tdwg.org/wiki/dwc:measurementRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementRemarks-2009-04-24
ReplacesoccurrenceMeasurementRemarks-2009-04-24, eventMeasurementRemarks-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
measurementType
Identifierhttp://rs.tdwg.org/dwc/terms/measurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Type
DefinitionThe nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "tail length", "temperature", "trap line length", "survey area", "trap type". For discussion see http://terms.tdwg.org/wiki/dwc:measurementType
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementType-2009-04-24
ReplacesSampleAttributeType-2008-11-19, EventAttributeType-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
measurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/measurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Unit
DefinitionThe units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).
CommentExamples: "mm", "C", "km", "ha". For discussion see http://terms.tdwg.org/wiki/dwc:measurementUnit
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementUnit-2009-04-24
ReplacesSampleAttributeUnit-2008-11-19, EventAttributeUnit-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
measurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/measurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMeasurement Value
DefinitionThe value of the measurement, fact, characteristic, or assertion.
CommentExamples: "45", "20", "1", "14.5", "UV-light". For discussion see http://terms.tdwg.org/wiki/dwc:measurementValue
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionmeasurementValue-2009-04-24
ReplacesSampleAttributeValue-2008-11-19, EventAttributeValue-2008-11-19
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06DataSets/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
- - - - - - - - - - - - - - - - - - - - - - -
Member
Identifierhttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Member
Namespacehttp://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
LabelMember
DefinitionThe full name of the lithostratigraphic member from which the cataloged item was collected.
Comment
Refines
Statussuperseded
Date issued2005-07-03
Date modified2005-07-03
Has domain
Has range
VersionMember-2005-07-03
Replaces:
Is replaced bymember-2009-04-24
Classpaleo
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
member
Identifierhttp://rs.tdwg.org/dwc/terms/member
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMember
DefinitionThe full name of the lithostratigraphic member from which the cataloged item was collected.
CommentExamples: "Lava Dam Member", "Hellnmaria Member". For discussion see http://terms.tdwg.org/wiki/dwc:member
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-04-24
Date modified2009-07-06
Has domain
Has range
Versionmember-2009-04-24
ReplacesMember-2005-07-03
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Depth
DefinitionThe minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMinimumDepth-2003-06-13
Replaces:
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepthInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepthInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Depth In Meters
DefinitionThe minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMinimumDepthInMeters-2003-06-17
ReplacesMinimumDepth-2003-06-13
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MinimumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMinimum Depth In Meters
DefinitionThe minimum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 0 (for a depth of up to 10m). 50 (for a depth between 50m and 100m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMinimumDepthInMeters-2007-04-17
ReplacesMinimumDepthInMeters-2003-06-17
Is replaced byminimumDepthInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumDepthInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumDepthInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Depth In Meters
DefinitionThe lesser depth of a range of depth below the local surface, in meters.
CommentExample: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumDepthInMeters-2009-04-24
ReplacesMinimumDepthInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumDistanceAboveSurfaceInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Distance Above Surface In Meters
DefinitionThe 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.
CommentExample: 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:minimumDistanceAboveSurfaceInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Elevation
DefinitionThe minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMinimumElevation-2003-06-13
Replaces:
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevationInMeters
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevationInMeters
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMinimum Elevation In Meters
DefinitionThe minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMinimumElevationInMeters-2003-06-17
ReplacesMinimumElevation-2003-06-13
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
MinimumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/dwcore/MinimumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelMinimum Elevation In Meters
DefinitionThe minimum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: 75 (for an elevation of 100 +- 25 meters). 100 (for an elevation between 100m and 200m).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionMinimumElevationInMeters-2007-04-17
ReplacesMinimumElevationInMeters-2003-06-17
Is replaced byminimumElevationInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
minimumElevationInMeters
Identifierhttp://rs.tdwg.org/dwc/terms/minimumElevationInMeters
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMinimum Elevation In Meters
DefinitionThe lower limit of the range of elevation (altitude, usually above sea level), in meters.
CommentExample: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionminimumElevationInMeters-2009-04-24
ReplacesMinimumElevationInMeters-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- - - - - - - - - - - - - - - - - - - - - - - -
month
Identifierhttp://rs.tdwg.org/dwc/terms/month
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMonth
DefinitionThe ordinal month in which the Event occurred.
CommentExamples: "1" (=January), "10" (=October). For discussion see http://terms.tdwg.org/wiki/dwc:month
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionmonth-2009-04-24
ReplacesMonthCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Collected
DefinitionThe month of year the specimen was collected from the field. Possible values range from 01...12 inclusive
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMonthCollected-2003-06-13
Replaces:
Is replaced bymonth-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Collected
DefinitionThe two digit month of year in the Common Era calendar during which the cataloged item was collected from the field.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMonthCollected-2003-06-17
ReplacesMonthCollected-2003-06-13
Is replaced bymonth-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
MonthIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Identified
DefinitionThe month portion of the date when the Collection Item was identified; as two digits [01..12].
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionMonthIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
MonthIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelMonth Identified
DefinitionThe two digit month in the Common Era calendar during which the cataloged item was identified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionMonthIdentified-2003-06-17
ReplacesMonthIdentified-2003-06-13
Is replaced bydateIdentified-2009-08-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
municipality
Identifierhttp://rs.tdwg.org/dwc/terms/municipality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelMunicipality
DefinitionThe 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.
CommentExamples: "Holzminden". For discussion see http://terms.tdwg.org/wiki/dwc:municipality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionmunicipality-2009-08-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - -
nameAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/nameAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName According To
DefinitionThe 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.
CommentExample: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnameAccordingTo-2009-09-21
ReplacestaxonAccordingTo-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
nameAccordingToID
Identifierhttp://rs.tdwg.org/dwc/terms/nameAccordingToID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName According To ID
DefinitionAn identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.
CommentExample: "doi:10.1016/S0269-915X(97)80026-2". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingToID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-08-24
Date modified2009-09-21
Has domain
Has range
VersionnameAccordingToID-2009-09-21
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
namePublicationID
Identifierhttp://rs.tdwg.org/dwc/terms/namePublicationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Publication ID
DefinitionA resolvable globally unique identifier for the original publication of the scientificName.
CommentExample: "http://hdl.handle.net/10199/7"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2009-05-18
Date modified2009-05-18
Has domain
Has range
VersionnamePublicationID-2009-05-18
Replaces:
Is replaced bynamePublishedInID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedIn
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedIn
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In
DefinitionA full reference to the original publication of the scientificName.
CommentExamples: "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"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/bibliographicCitation
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionnamePublishedIn-2009-04-24
Replaces:
Is replaced bynamePublishedIn-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedIn
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedIn
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In
DefinitionA reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/bibliographicCitation
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnamePublishedIn-2009-09-21
ReplacesnamePublishedIn-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
- - - - - - - - - - - - - - - - - - - - - - - -
namePublishedInID
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedInID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In ID
DefinitionAn identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
CommentExample: "http://hdl.handle.net/10199/7". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-05-18
Date modified2009-09-21
Has domain
Has range
VersionnamePublishedInID-2009-09-21
ReplacesnamePublicationID-2009-05-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
namePublishedInYear
Identifierhttp://rs.tdwg.org/dwc/terms/namePublishedInYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelName Published In Year
DefinitionThe four-digit year in which the scientificName was published.
CommentExamples: "1915", "2008". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInYear
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2011-10-16
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_8
VersionnamePublishedInYear-2011-10-16
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - - -
NomenclaturalChecklist
Identifierhttp://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelNomenclatural Checklist
DefinitionA resource describing a nomenclatural checklist.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionNomenclaturalChecklist-2009-01-23
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
NomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/dwcore/NomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelNomenclatural Code
DefinitionThe nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionNomenclaturalCode-2007-04-17
Replaces:
Is replaced bynomenclaturalCode-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Code
DefinitionThe nomenclatural code under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionnomenclaturalCode-2009-04-24
ReplacesNomenclaturalCode-2007-04-17
Is replaced bynomenclaturalCode-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalCode
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Code
DefinitionThe nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionnomenclaturalCode-2009-09-21
ReplacesNomenclaturalCode-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- - - - - - - - - - - - - - - - - - - - - - - -
nomenclaturalStatus
Identifierhttp://rs.tdwg.org/dwc/terms/nomenclaturalStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelNomenclatural Status
DefinitionThe 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.
CommentExamples: "nom. ambig.", "nom. illeg.", "nom. subnud.". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionnomenclaturalStatus-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte
- - - - - - - - - - - - - - - - - - - - - - - -
Notes
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Notes
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelNotes
DefinitionFree text notes attached to the specimen record
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionNotes-2003-06-13
Replaces:
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
ObservedIndividualCount
Identifierhttp://www.iobis.org/obis/ObservedIndividualCount
Namespacehttp://www.iobis.org/obis/
LabelObserved Individual Count
DefinitionThe number of individuals (abundance) found in a collection/record event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionObservedIndividualCount-2005-07-10
Replaces:
Is replaced byindividualCount-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
ObservedWeight
Identifierhttp://www.iobis.org/obis/ObservedWeight
Namespacehttp://www.iobis.org/obis/
LabelObserved Weight
DefinitionThe total biomass found in a collection/record event. Expressed as kg.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionObservedWeight-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/dwctype/Occurrence
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelOccurrence
DefinitionA resource describing an instance of the Occurrence class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://purl.org/dc/dcmitype/Event
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionOccurrence-2009-04-24
Replaces:
Is replaced byOccurrence-2011-10-16
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/terms/Occurrence
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence
DefinitionThe category of information pertaining to evidence of an occurrence in nature, in a collection, or in a dataset (specimen, observation, etc.).
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2009-04-29
ReplacesSample-2008-11-19
Is replaced byOccurrence-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/dwctype/Occurrence
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelOccurrence
DefinitionA resource describing an instance of the Occurrence class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2011-10-16
ReplacesOccurrence-2009-04-24
Is replaced byOccurrence-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Occurrence
Identifierhttp://rs.tdwg.org/dwc/terms/Occurrence
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence
DefinitionAn existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.
CommentExamples: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionOccurrence-2014-10-23
ReplacesOccurrence-2009-04-29
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Occurrence.
CommentExamples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceAttributes-2009-04-24
ReplacesAttributes-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - - -
occurrenceDetails
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceDetails
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Details
DefinitionA reference (publication, URI) to the most detailed information available about the Occurrence.
CommentExample: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2011-10-16
Has domain
Has range
Decision:Decision-2011-10-16_7
VersionoccurrenceDetails-2009-04-24
ReplacesRelatedInformation-2007-04-17
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-references
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceID
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence ID
DefinitionAn 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.
CommentFor 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceID-2009-04-24
ReplacesGlobalUniqueIdentifier-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/UnitGUID
- - - - - - - - - - - - - - - - - - - - - - - -
OccurrenceMeasurement
Identifierhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement
DefinitionThe category of information pertaining to measurements accociated with an occurrence.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionOccurrenceMeasurement-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Accuracy
DefinitionThe description of the error associated with the occurrenceAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statusdeprecated
Date issued2009-01-18
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementAccuracy-2009-04-24
ReplacesSampleAttributeAccuracy-2009-01-18
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the occurrence.
CommentExample: "Javier de la Torre"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementDeterminedBy-2009-04-24
ReplacesSampleAttributeDeterminedBy-2009-01-23
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Determined Date
DefinitionThe date on which the the measurement or characteristic of the occurrence was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusdeprecated
Date issued2009-01-23
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementDeterminedDate-2009-04-24
ReplacesSampleAttributeDeterminedDate-2009-01-23
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementID
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement ID
DefinitionAn identifier for the occurrence attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-03-06
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementID-2009-04-24
ReplacesSamplingAttributeID-2008-11-19
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the occurrence.
CommentExample: "tip of tail missing"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementRemarks-2009-04-24
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementType
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Type
DefinitionThe nature of the measurement or characteristic of the occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExample: "tail length"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementType-2009-04-24
ReplacesSamplingAttributeType-2008-11-19
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementUnit
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Unit
DefinitionThe units for the value of the measurement or characteristic of the occurrence. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "mm"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementUnit-2009-04-24
ReplacesSampleAttributeUnit-2008-11-19
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceMeasurementValue
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceMeasurementValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Measurement Value
DefinitionThe value of the measurement or characteristic of the occurrence.
CommentExample: "45"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceMeasurementValue-2009-04-24
ReplacesSampleAttributeValue-2008-11-19
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Remarks
DefinitionComments or notes about the Occurrence.
CommentExample: "found dead on road". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionoccurrenceRemarks-2009-04-24
ReplacesSampleRemarks-2009-01-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
occurrenceStatus
Identifierhttp://rs.tdwg.org/dwc/terms/occurrenceStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOccurrence Status
DefinitionA statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "present", "absent". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-09-17
Date modified2009-09-17
Has domain
Has range
VersionoccurrenceStatus-2009-09-17
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOrder
DefinitionThe order name of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionOrder-2003-06-13
Replaces:
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOrder
DefinitionThe phylogenetic order to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOrder-2003-06-17
ReplacesOrder-2003-06-13
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
Order
Identifierhttp://rs.tdwg.org/dwc/dwcore/Order
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelOrder
DefinitionThe name of the order in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionOrder-2007-04-17
ReplacesOrder-2003-06-17
Is replaced byorder-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
order
Identifierhttp://rs.tdwg.org/dwc/terms/order
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrder
DefinitionThe name of the order in which the scientificName is classified.
CommentExample: "Rodentia"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionorder-2009-04-24
ReplacesOrder-2007-04-17
Is replaced byorder-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - -
order
Identifierhttp://rs.tdwg.org/dwc/terms/order
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrder
DefinitionThe full scientific name of the order in which the taxon is classified.
CommentExamples: "Carnivora", "Monocleales". For discussion see http://terms.tdwg.org/wiki/dwc:order
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionorder-2009-08-24
Replacesorder-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- - - - - - - - - - - - - - - - - - - - - - - - -
Organism
Identifierhttp://rs.tdwg.org/dwc/terms/Organism
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism
DefinitionA particular organism or defined group of organisms considered to be taxonomically homogeneous.
CommentInstances 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionOrganism-2014-10-23
Replaces:
Is Replaced By:
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismID
Identifierhttp://rs.tdwg.org/dwc/terms/organismID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism ID
DefinitionAn 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.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:organismID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismID-2014-10-23
ReplacesindividualID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismName
Identifierhttp://rs.tdwg.org/dwc/terms/organismName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Name
DefinitionA textual name or label assigned to an Organism instance.
CommentExamples: "Huberta", "Boab Prison Tree", "J pod". For discussion see http://terms.tdwg.org/wiki/dwc:organismName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismName-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/organismRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Remarks
DefinitionComments or notes about the Organism instance.
CommentExample: "One of a litter of six.". For discussion see http://terms.tdwg.org/wiki/dwc:organismRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismRemarks-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
organismScope
Identifierhttp://rs.tdwg.org/dwc/terms/organismScope
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOrganism Scope
DefinitionA description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.
CommentThis 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_14
VersionorganismScope-2014-10-23
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
OriginalCoordinateSystem
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/OriginalCoordinateSystem
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOriginal Coordinate System
DefinitionThe name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOriginalCoordinateSystem-2003-06-17
Replaces:
Is replaced byverbatimCoordinateSystem-2009-04-24
Class
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
originalNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/originalNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOriginal Name Usage
DefinitionThe 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.
CommentExamples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionoriginalNameUsage-2009-09-21
Replacesbasionym-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
originalNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/originalNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOriginal Name Usage ID
DefinitionAn 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.
CommentExample: "http://species.gbif.org/abies_alba_1753". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionoriginalNameUsageID-2009-09-21
ReplacesbasionymID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
OtherCatalogNumbers
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/OtherCatalogNumbers
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelOther Catalog Numbers
DefinitionA list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionOtherCatalogNumbers-2003-06-17
ReplacesPreviousCatalogNumber-2003-06-13
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
OtherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/curatorial/OtherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelOther Catalog Numbers
DefinitionA list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionOtherCatalogNumbers-2007-04-17
ReplacesOtherCatalogNumbers-2003-06-17
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - - -
otherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOther Catalog Numbers
DefinitionA 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.
CommentExamples: "FMNH:Mammal:1234", "NPS YELLO6778; MBG 33424"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionotherCatalogNumbers-2009-04-24
ReplacesOtherCatalogNumbers-2007-04-17
Is replaced byotherCatalogNumbers-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - - -
otherCatalogNumbers
Identifierhttp://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOther Catalog Numbers
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionotherCatalogNumbers-2014-10-23
ReplacesotherCatalogNumbers-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
ownerInstitutionCode
Identifierhttp://rs.tdwg.org/dwc/terms/ownerInstitutionCode
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelOwner Institution Code
DefinitionThe name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.
CommentExamples: "NPS", "APN", "InBio". For discussion see http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2013-10-04
Has domain
Has range
VersionownerInstitutionCode-2009-08-24
Replaces:
Is Replaced By:
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
parentNameUsage
Identifierhttp://rs.tdwg.org/dwc/terms/parentNameUsage
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelParent Name Usage
DefinitionThe 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.
CommentExamples: "Rubiaceae", "Gruiformes", "Testudinae". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsage
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2009-09-21
Has domain
Has range
VersionparentNameUsage-2009-09-21
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- - - - - - - - - - - - - - - - - - - - - - - -
parentNameUsageID
Identifierhttp://rs.tdwg.org/dwc/terms/parentNameUsageID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelParent Name Usage ID
DefinitionAn 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.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsageID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-21
Date modified2009-09-21
Has domain
Has range
VersionparentNameUsageID-2009-09-21
ReplaceshigherTaxonNameID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPhylum
DefinitionThe phylum (or division) to which the organism belongs
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPhylum-2003-06-13
Replaces:
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPhylum
DefinitionThe phylogenetic phylum (or division) to which the cataloged item belongs.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionPhylum-2003-06-17
ReplacesPhylum-2003-06-13
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
Phylum
Identifierhttp://rs.tdwg.org/dwc/dwcore/Phylum
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelPhylum
DefinitionThe name of the phylum (or division) in which the organism is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPhylum-2007-04-17
ReplacesPhylum-2003-06-17
Is replaced byphylum-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
phylum
Identifierhttp://rs.tdwg.org/dwc/terms/phylum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPhylum
DefinitionThe name of the phlyum (or division) in which the scientificName is classified.
CommentExample: "Chordata"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionphylum-2009-04-24
ReplacesPhylum-2007-04-17
Is replaced byphylum-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
phylum
Identifierhttp://rs.tdwg.org/dwc/terms/phylum
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPhylum
DefinitionThe full scientific name of the phylum or division in which the taxon is classified.
CommentExamples: "Chordata" (phylum), "Bryophyta" (division). For discussion see http://terms.tdwg.org/wiki/dwc:phylum
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionphylum-2009-08-24
Replacesphylum-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- - - - - - - - - - - - - - - - - - - - - - - -
PointRadiusSpatialFit
Identifierhttp://rs.tdwg.org/dwc/geospatial/PointRadiusSpatialFit
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelPoint Radius Spatial Fit
DefinitionA measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. 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 georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined 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. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPointRadiusSpatialFit-2007-04-17
Replaces:
Is replaced bypointRadiusSpatialFit-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- - - - - - - - - - - - - - - - - - - - - - - -
pointRadiusSpatialFit
Identifierhttp://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPoint Radius Spatial Fit
DefinitionThe 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.
CommentDetailed 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
VersionpointRadiusSpatialFit-2009-04-24
ReplacesPointRadiusSpatialFit-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- - - - - - - - - - - - - - - - - - - - - - - -
Preparations
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Preparations
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPreparations
DefinitionA concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionPreparations-2003-06-17
ReplacesPreparationType-2003-06-13
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
Preparations
Identifierhttp://rs.tdwg.org/dwc/curatorial/Preparations
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelPreparations
DefinitionA concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionPreparations-2007-04-17
ReplacesPreparations-2003-06-17
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
preparations
Identifierhttp://rs.tdwg.org/dwc/terms/preparations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreparations
DefinitionA list (concatenated and separated) of preparations and preservation methods for a specimen.
CommentExamples: "skin; skull; skeleton", "whole animal (ETOH); tissue (EDTA)", "fossil", "cast", "photograph", "DNA extract"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
Versionpreparations-2009-04-24
ReplacesPreparations-2007-04-17
Is replaced bypreparations-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
preparations
Identifierhttp://rs.tdwg.org/dwc/terms/preparations
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreparations
DefinitionA list (concatenated and separated) of preparations and preservation methods for a specimen.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
Versionpreparations-2014-10-23
Replacespreparations-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
PreparationType
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/PreparationType
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPreparation Type
DefinitionThe type of preparation (skin. slide, etc). Probably best to add this as a record element rather than access point. Should be a list of preparations for a single collection record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPreparationType-2003-06-13
Replaces:
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelPreserved Specimen
DefinitionA resource describing a preserved specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refineshttp://rs.tdwg.org/dwc/dwctype/Occurrence
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
VersionPreservedSpecimen-2008-11-19
Replaces:
Is replaced byPreservedSpecimen-2011-10-16
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelPreserved Specimen
DefinitionA resource describing a preserved specimen.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionPreservedSpecimen-2011-10-16
ReplacesPreservedSpecimen-2008-11-19
Is replaced byPreservedSpecimen-2014-10-23
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - - -
PreservedSpecimen
Identifierhttp://rs.tdwg.org/dwc/terms/PreservedSpecimen
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPreserved Specimen
DefinitionA specimen that has been preserved.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:PreservedSpecimen
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2014-10-23
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionPreservedSpecimen-2014-10-23
ReplacesPreservedSpecimen-2011-10-16
Is Replaced By:
Class
ABCD 2.06RecordBasisEnum/PreservedSpecimen
- - - - - - - - - - - - - - - - - - - - - - - -
PreviousCatalogNumber
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/PreviousCatalogNumber
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelPrevious Catalog Number
DefinitionThe previous (fully qualified) catalog number of the Cataloged Item if the item earlier identified by another Catalog Number, either in the current catalog or another Institution / catalog. A fully qualified Catalog Number is preceded by Institution Code and Collection Code, with a space separating the each subelement. Referencing a previous Catalog Number does not imply that a record for the referenced item is or is not present in the corresponding catalog, or even that the referenced catalog still exists. This access point is intended to provide a way to retrieve this record by previously used identifier, which may used in the literature. In future versions of this schema this attribute should be set-valued.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionPreviousCatalogNumber-2003-06-13
Replaces:
Is replaced byotherCatalogNumbers-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- - - - - - - - - - - - - - - - - - - - - - - -
PreviousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/PreviousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous ScientificNames to which the sample was identified.
CommentExample: "Anthus correndera".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionPreviousIdentifications-2008-11-19
Replaces:
Is replaced bypreviousIdentifications-2009-05-18
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the subject.
CommentExample: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionpreviousIdentifications-2009-04-24
ReplacesPreviousIdentifications-2008-11-19
Is replaced bypreviousIdentifications-2009-05-18
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the Occurrence.
CommentExample: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-05-18
Has domain
Has range
VersionpreviousIdentifications-2009-05-18
ReplacespreviousIdentifications-2009-04-24
Is replaced bypreviousIdentifications-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - - -
previousIdentifications
Identifierhttp://rs.tdwg.org/dwc/terms/previousIdentifications
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelPrevious Identifications
DefinitionA list (concatenated and separated) of previous assignments of names to the Organism.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionpreviousIdentifications-2014-10-23
ReplacespreviousIdentifications-2009-05-18
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
- - - - - - - - - - - - - - - - - - - - - - - - -
recordedBy
Identifierhttp://rs.tdwg.org/dwc/terms/recordedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecorded By
DefinitionA 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.
CommentExample: "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.
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionrecordedBy-2009-04-24
ReplacesCollector-2007-04-17
Is replaced byrecordedBy-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - - -
recordedBy
Identifierhttp://rs.tdwg.org/dwc/terms/recordedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecorded By
DefinitionA 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.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersionrecordedBy-2014-10-23
ReplacesrecordedBy-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- - - - - - - - - - - - - - - - - - - - - - - -
recordNumber
Identifierhttp://rs.tdwg.org/dwc/terms/recordNumber
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRecord Number
DefinitionAn 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.
CommentExample: "OPP 7101". For discussion see http://terms.tdwg.org/wiki/dwc:recordNumber
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-05-18
Has domain
Has range
VersionrecordNumber-2009-04-24
ReplacesCollectorNumber-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- - - - - - - - - - - - - - - - - - - - - - - -
RecordURL
Identifierhttp://www.iobis.org/obis/RecordURL
Namespacehttp://www.iobis.org/obis/
LabelRecord URL
DefinitionGives the web address of the page where more information on this particular record (not on the whole dataset) can be found.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionRecordURL-2005-07-10
Replaces:
Is replaced byoccurrenceDetails-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedBasisOfRecord
Identifierhttp://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Basis of Record
DefinitionThe nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for basisOfRecord.
CommentExample: "PreservedSpecimen"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-01-26
Has domain
Has range
VersionRelatedBasisOfRecord-2008-11-19
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogedItems
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogedItems
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelated Cataloged Items
DefinitionThe fully qualified identifier (Institution Code + " " + Collection Code + " " + Catalog Number) of the related Cataloged Item, preceded by the nature of the relationship (e.g., (sibling of) MVZ Mamm 1234).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionRelatedCatalogedItems-2003-06-17
ReplacesRelatedCatalogItem-2003-06-13
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogedItems
Identifierhttp://rs.tdwg.org/dwc/curatorial/RelatedCatalogedItems
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelRelated Cataloged Items
DefinitionOne or more GlobalUniqueIdentifiers (cf. http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GlobalUniqueIdentifier ) of related objects or observations, optionally preceded by the nature of the relationship. Examples: "(sibling of) URN:catalog:MVZ:Mammal:1234", "(endoparasite of) URN:catalog:FMNH:Bird:41321", "(sheet 2 of 2) URN:WTU:VascularPlants:353087".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRelatedCatalogedItems-2007-04-17
ReplacesRelatedCatalogedItems-2003-06-17
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedCatalogItem
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogItem
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelated Cataloged Item
DefinitionThe fully qualified identifier of a related Catalog Item (a reference to another specimen); Institution Code, Collection Code, and Catalog Number of the related Cataloged Item, where a space separates the three subelements.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionRelatedCatalogItem-2003-06-13
Replaces:
Is replaced byassociatedOccurrences-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
RelatedInformation
Identifierhttp://rs.tdwg.org/dwc/dwcore/RelatedInformation
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelRelated Information
DefinitionFree text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRelatedInformation-2007-04-17
ReplacesRecordURL-2005-07-10
Is replaced byoccurrenceDetails-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/RecordURI
- - - - - - - - - - - - - - - - - - - - - - - -
relatedResourceID
Identifierhttp://rs.tdwg.org/dwc/terms/relatedResourceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Resource ID
DefinitionAn identifier for a related resource (the object, rather than the subject of the relationship).
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:relatedResourceID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelatedResourceID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- - - - - - - - - - - - - - - - - - - - - - - -
relatedResourceType
Identifierhttp://rs.tdwg.org/dwc/terms/relatedResourceType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelated Resource Type
DefinitionThe type of the related resource. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "StillImage", "MovingImage", "Sound", PhysicalObject", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation", "Location", "Taxonomy", "NomeclaturalChecklist", "Publication"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelatedResourceType-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship According To
DefinitionThe source (person, organization, publication, reference) establishing the relationship between the two resources.
CommentExample: "Julie Woodruff". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionrelationshipAccordingTo-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipEstablishedDate
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipEstablishedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Established Date
DefinitionThe date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionrelationshipEstablishedDate-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipOfResource
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipOfResource
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Of Resource
DefinitionThe relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelationshipOfResource-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- - - - - - - - - - - - - - - - - - - - - - - -
relationshipRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/relationshipRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelRelationship Remarks
DefinitionComments or notes about the relationship between the two resources.
CommentExamples: "mother and offspring collected from the same nest", "pollinator captured in the act". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionrelationshipRemarks-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
- - - - - - - - - - - - - - - - - - - - - - - -
RelationshipType
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/RelationshipType
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRelationship Type
DefinitionA named or coded valued that identifies the kind relationship between this Collection Item and the referenced Collection Item. Named values include: "parasite of", "epiphyte on", "progeny of", etc. In future versions of this schema this attribute should be set-valued.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionRelationshipType-2003-06-13
Replaces:
Is replaced byrelationshipOfResource-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- - - - - - - - - - - - - - - - - - - - - - - -
Remarks
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Remarks
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelRemarks
DefinitionFree text comments accompanying the cataloged item record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionRemarks-2003-06-17
ReplacesNotes-2003-06-13
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
Remarks
Identifierhttp://rs.tdwg.org/dwc/dwcore/Remarks
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelRemarks
DefinitionFree text comments accompanying the object or observation record.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionRemarks-2007-04-17
ReplacesRemarks-2003-06-17
Is replaced byoccurrenceRemarks-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
reproductiveCondition
Identifierhttp://rs.tdwg.org/dwc/terms/reproductiveCondition
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelReproductive Condition
DefinitionThe reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExamples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing". For discussion see http://terms.tdwg.org/wiki/dwc:reproductiveCondition
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionreproductiveCondition-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
resourceID
Identifierhttp://rs.tdwg.org/dwc/terms/resourceID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource ID
DefinitionAn identifier for the resource that is the subject of the relationship.
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:resourceID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersionresourceID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
ResourceRelationship
Identifierhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship
DefinitionThe category of information pertaining to relationships between resources (instances of data records, such as Occurrences, Taxa, Locations, Events).
CommentResources can be thought of as identifiable records and may include, but need not be limited to Occurrences, Locations, Events, Identifications, or Taxon records.
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionResourceRelationship-2009-01-21
Replaces:
Is replaced byResourceRelationship-2014-10-23
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations
- - - - - - - - - - - - - - - - - - - - - - - - -
ResourceRelationship
Identifierhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship
DefinitionA relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another.
CommentResources 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionResourceRelationship-2014-10-23
ReplacesResourceRelationship-2009-01-21
Is Replaced By:
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Associations
- - - - - - - - - - - - - - - - - - - - - - - -
resourceRelationshipID
Identifierhttp://rs.tdwg.org/dwc/terms/resourceRelationshipID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelResource Relationship ID
DefinitionAn identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).
CommentFor discussion see http://terms.tdwg.org/wiki/dwc:resourceRelationshipID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-01-26
Date modified2009-04-24
Has domain
Has range
VersionresourceRelationshipID-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Sample
Identifierhttp://rs.tdwg.org/dwc/terms/Sample
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample
DefinitionContainer class for information about the results of a sampling event (specimen, observation, etc.)
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSample-2008-11-19
Replaces:
Is replaced byOccurrence-2009-04-29
Class
ABCD 2.06DataSets/DataSet/Units/Unit
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttribute
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttribute
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute
DefinitionContainer class for information about attributes related to a given sample.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttribute-2008-11-19
Replaces:
Is replaced byMeasurementOrFact-2009-04-24
Class
ABCD 2.06Datasets/Dataset/Units/Unit/MeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeAccuracy
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Accuracy
DefinitionThe description of the error associated with the SampleAttributeValue.
CommentExample: "0.01", "normal distribution with variation of 2 m"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accuracy
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSampleAttributeAccuracy-2009-01-18
Replaces:
Is replaced bymeasurementAccuracy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeDeterminedBy
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Determined By
DefinitionThe agent responsible for having determined the value of the measurement or characteristic of the sample.
CommentExample: "Javier de la Torre"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionSampleAttributeDeterminedBy-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedBy-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeDeterminedDate
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Determined Date
DefinitionThe date on which the the measurement or characteristic of the sample was made.
CommentDate may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/date
Statussuperseded
Date issued2009-01-23
Date modified2009-01-23
Has domain
Has range
VersionSampleAttributeDeterminedDate-2009-01-23
Replaces:
Is replaced bymeasurementDeterminedDate-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Remarks
DefinitionComments or notes accompanying the measurement or characteristic of the sample.
CommentExample: "tip of tail missing"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeRemarks-2008-11-19
Replaces:
Is replaced bymeasurementRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeUnit
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Unit
DefinitionThe units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units.
CommentExample: "mm"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeUnit-2008-11-19
Replaces:
Is replaced bymeasurementUnit-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- - - - - - - - - - - - - - - - - - - - - - - -
SampleAttributeValue
Identifierhttp://rs.tdwg.org/dwc/terms/SampleAttributeValue
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Value
DefinitionThe value of the measurement or characteristic of the sample.
CommentExample: "45"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSampleAttributeValue-2008-11-19
Replaces:
Is replaced bymeasurementValue-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
- - - - - - - - - - - - - - - - - - - - - - - -
SampleRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SampleRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Remarks
DefinitionComments or notes about the sample or record.
CommentExample: "found dead on road"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-01-18
Has domain
Has range
VersionSampleRemarks-2009-01-18
ReplacesRemarks-2007-04-17
Is replaced byoccurrenceRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06DataSets/DataSet/Units/Unit/Notes
- - - - - - - - - - - - - - - - - - - - - - - -
SampleSize
Identifierhttp://www.iobis.org/obis/SampleSize
Namespacehttp://www.iobis.org/obis/
LabelSample Size
DefinitionThe size of the sample from which the collection/observation was drawn. It can be a volume (e.g. for a phytoplankton sample), a linear distance (e.g. for a visual transect or net haul), a surface area (e.g. for a benthic core), etc. This field must also include the units, e.g. 200 mfor a transect, or 0.25 m^2 for a benthic grab (use ^ to denote a superscript). Note that When multiple collections/observations are reported from the same physical sample, a code identifying the sample can be placed in the Field_Number field to allow all collections/observations from a single sample to be connected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSampleSize-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingAttributeID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingAttributeID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute ID
DefinitionAn identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingAttributeID-2008-11-19
Replaces:
Is replaced bymeasurementID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingAttributeType
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingAttributeType
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSample Attribute Type
DefinitionThe nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary.
CommentExample: "tail length"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingAttributeType-2008-11-19
Replaces:
Is replaced bymeasurementType-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- - - - - - - - - - - - - - - - - - - - - - - -
samplingEffort
Identifierhttp://rs.tdwg.org/dwc/terms/samplingEffort
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Effort
DefinitionThe amount of effort expended during an Event.
CommentExamples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car". For discussion see http://terms.tdwg.org/wiki/dwc:samplingEffort
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-08-24
Date modified2009-08-24
Has domain
Has range
VersionsamplingEffort-2009-08-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEvent
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEvent
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event
DefinitionContainer class for information about the conditions and methods of acquisition of samples.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEvent-2008-11-19
Replaces:
Is replaced byEvent-2009-04-29
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event Attributes
DefinitionA list (concatenated and separated) of additional measurements or characteristics of the sampling event.
CommentExample: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEventAttributes-2008-11-19
Replaces:
Is replaced bydynamicProperties-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event ID
DefinitionAn identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingEventID-2008-11-19
Replaces:
Is replaced byeventID-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Code
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingEventRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Event Remarks
DefinitionComments or notes about the sampling event.
CommentExample: "found dead on road"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSamplingEventRemarks-2009-01-18
Replaces:
Is replaced byeventRemarks-2009-04-24
Classhttp://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocation
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location
DefinitionContainer class for information about the location where a sampling event occurred.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingLocation-2008-11-19
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#classes-Location
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/LocalityText
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocationID
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocationID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location ID
DefinitionAn identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set.
CommentExample: "MVZ:LocID:12345"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionSamplingLocationID-2008-11-19
Replaces:
Is replaced bylocationID-2009-04-24
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
SamplingLocationRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Location Remarks
DefinitionComments or notes about the sampling location.
CommentExample: "under water since 2005"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-01-18
Date modified2009-01-18
Has domain
Has range
VersionSamplingLocationRemarks-2009-01-18
Replaces:
Is replaced bylocationRemarks-2009-04-24
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- - - - - - - - - - - - - - - - - - - - - - - -
samplingProtocol
Identifierhttp://rs.tdwg.org/dwc/terms/samplingProtocol
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSampling Protocol
DefinitionThe name of, reference to, or description of the method or protocol used during an Event.
CommentExamples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionsamplingProtocol-2009-04-24
ReplacesCollectingMethod-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Method
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name
DefinitionThe full name of lowest level taxon the Cataloged Item can be identified as a member of; includes genus name, specific epithet, and subspecific epithet (zool.) or infraspecific rank abbreviation, and infraspecific epithet (bot.) Use name of suprageneric taxon (e.g., family name) if Cataloged Item cannot be identified to genus, species, or infraspecific taxon.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionScientificName-2003-06-13
Replaces:
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name
DefinitionThe full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionScientificName-2003-06-17
ReplacesScientificName-2003-06-13
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificName
Identifierhttp://rs.tdwg.org/dwc/dwcore/ScientificName
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelScientific Name
DefinitionThe full name of the lowest level taxon to which the organism has been identified in the most recent accepted determination, specified as precisely as possible, including name-author, year or authorship, sensu or sec. (according to or following) author, and indication of uncertainty. Conceptually equivalent to a full taxonomic identification as given by the identifier (verbatim). Does not include the identifier name or date of identification. Examples: "Coleoptera" (an Order), "Vespertilionidae" (a Family), "Manis" (a Genus), "Ctenomys sociabilis" (Genus + SpecificEpithet), "Ambystoma tigrinum diaboli" (Genus + SpecificEpithet + SubspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (Genus + SpecificEpithet + InfraspecificRank + InfraspecificEpithet + AuthorYearOfScientificName).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionScientificName-2007-04-17
ReplacesScientificName-2003-06-17
Is replaced byscientificName-2009-09-21
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
scientificName
Identifierhttp://rs.tdwg.org/dwc/terms/scientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name
DefinitionThe taxon name (with date and authorship information if applicable). 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.
CommentExamples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionscientificName-2009-04-24
ReplacesScientificName-2007-04-17
Is replaced byscientificName-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
scientificName
Identifierhttp://rs.tdwg.org/dwc/terms/scientificName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name
DefinitionThe 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersionscientificName-2009-09-21
ReplacesscientificName-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificNameAuthor
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name Author
DefinitionThe author of a scientific name. Author string as applied to the accepted name. Can be more than one author (concatenated string). Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionScientificNameAuthor-2003-06-13
Replaces:
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
ScientificNameAuthor
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelScientific Name Author
DefinitionThe author of the ScientificName. Can be more than one author in a concatenated string. Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionScientificNameAuthor-2003-06-17
ReplacesScientificNameAuthor-2003-06-13
Is replaced byscientificNameAuthorship-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameAuthorship
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameAuthorship
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name Authorship
DefinitionThe authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.
CommentExample: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionscientificNameAuthorship-2009-04-24
ReplacesAuthorYearOfScientificName-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name ID
DefinitionA unique identifier for the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionscientificNameID-2009-07-06
ReplacestaxonNameID-2009-04-24
Is replaced bytaxonID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameID
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name ID
DefinitionAn identifier for the nomenclatural (not taxonomic) details of a scientific name.
CommentExample: "urn:lsid:ipni.org:names:37829-1:1.3". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersionscientificNameID-2009-08-24
ReplacestaxonNameID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
scientificNameRank
Identifierhttp://rs.tdwg.org/dwc/terms/scientificNameRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelScientific Name Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subsp.", "var.", "forma", "species", "genus"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionscientificNameRank-2009-07-06
ReplacestaxonRank-2009-04-24
Is replaced bytaxonRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSex
DefinitionThe sex of a specimen. The domain should be a controlled set of terms (codes) based on community consensus. Proposed values: M=Male; F=Female; H=Hermaphrodite; I=Indeterminate (examined but could not be determined; U=Unkown (not examined); T=Transitional (between sexes; useful for sequential hermaphrodites)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSex-2003-06-13
Replaces:
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSex
DefinitionThe sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSex-2003-06-17
ReplacesSex-2003-06-13
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
Sex
Identifierhttp://rs.tdwg.org/dwc/dwcore/Sex
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelSex
DefinitionThe sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionSex-2007-04-17
ReplacesSex-2003-06-17
Is replaced bysex-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
sex
Identifierhttp://rs.tdwg.org/dwc/terms/sex
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSex
DefinitionThe sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "female", "hermaphrodite", "8 males, 4 females". For discussion see http://terms.tdwg.org/wiki/dwc:sex
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionsex-2009-04-24
ReplacesSex-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06DataSets/DataSet/Units/Unit/Sex
- - - - - - - - - - - - - - - - - - - - - - - -
source_mat_id
Identifierhttp://gensc.org/ns/mixs/source_mat_id
Namespacehttp://gensc.org/ns/mixs/
Labelsource material identifiers
DefinitionA unique identifier assigned to a material sample (as defined by http://rs.tdwg.org/dwc/terms/MaterialSampleID, and as opposed to a particular digital record of a material sample) used for extracting nucleic acids, and subsequent sequencing. The identifier can refer either to the original material collected or to any derived sub-samples. The INSDC qualifiers /specimen_voucher, /bio_material, or /culture_collection provide additional context and suggested syntax for this identifier for data submitted to INSDC databases.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2013-05-25
Date modified2011-01-26
Has domain
Has range
Versionsource_mat_id-2011-01-26
Replaces:
Is replaced bymaterialSampleID-2013-05-25
Classall
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Source
Identifierhttp://www.iobis.org/obis/Source
Namespacehttp://www.iobis.org/obis/
LabelSource
DefinitionIndicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSource-2005-07-10
Replaces:
Is replaced byhttp://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class
ABCD 2.06DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- - - - - - - - - - - - - - - - - - - - - - - -
Species
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSpecies
DefinitionThe specific epithet of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSpecies-2003-06-13
Replaces:
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Species
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSpecies
DefinitionThe phylogenetic specific epithet of the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSpecies-2003-06-17
ReplacesSpecies-2003-06-13
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
SpecificEpithet
Identifierhttp://rs.tdwg.org/dwc/dwcore/SpecificEpithet
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelSpecific Epithet
DefinitionThe specific epithet of the scientific name applied to the organism.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionSpecificEpithet-2007-04-17
ReplacesSpecies-2003-06-17
Is replaced byspecificEpithet-2009-04-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
specificEpithet
Identifierhttp://rs.tdwg.org/dwc/terms/specificEpithet
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSpecific Epithet
DefinitionThe name of the first or species epithet of the scientificName.
CommentExamples: "concolor", "gottschei". For discussion see http://terms.tdwg.org/wiki/dwc:specificEpithet
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionspecificEpithet-2009-04-24
ReplacesSpecificEpithet-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Start_EndCoordinatePrecision
Identifierhttp://www.iobis.org/obis/Start_EndCoordinatePrecision
Namespacehttp://www.iobis.org/obis/
LabelStart End Coordinate Precision
DefinitionAn estimate of how tightly the locality was specified in the Start/End Latitude and Longitude fields; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStart_EndCoordinatePrecision-2005-07-10
Replaces:
Is replaced bycoordinateUncertaintyInMeters-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
- - - - - - - - - - - - - - - - - - - - - - - -
StartDayCollected
Identifierhttp://www.iobis.org/obis/StartDayCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Day Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartDayCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
startDayOfYear
Identifierhttp://rs.tdwg.org/dwc/terms/startDayOfYear
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelStart Day Of Year
DefinitionThe 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).
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionstartDayOfYear-2009-04-24
ReplacesDayOfYear-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartJulianDay
Identifierhttp://www.iobis.org/obis/StartJulianDay
Namespacehttp://www.iobis.org/obis/
LabelStart Julian Day
DefinitionFor samples/observations/record events that were taken over time this gives the start ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartJulianDay-2005-07-10
Replaces:
Is replaced bystartDayOfYear-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartLatitude
Identifierhttp://www.iobis.org/obis/StartLatitude
Namespacehttp://www.iobis.org/obis/
LabelStart Latitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartLatitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
StartLongitude
Identifierhttp://www.iobis.org/obis/StartLongitude
Namespacehttp://www.iobis.org/obis/
LabelStart Longitude
DefinitionFor samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartLongitude-2005-07-10
Replaces:
Is replaced byfootprintWKT-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
- - - - - - - - - - - - - - - - - - - - - - - -
StartMonthCollected
Identifierhttp://www.iobis.org/obis/StartMonthCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Month Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start month of the collecting event. Possible values range from 01...12 inclusive.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartMonthCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartTimeOfDay
Identifierhttp://www.iobis.org/obis/StartTimeOfDay
Namespacehttp://www.iobis.org/obis/
LabelStart Time of Day
DefinitionThe time of day when the sampling event began, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartTimeOfDay-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartTimeOfDay
Identifierhttp://rs.tdwg.org/dwc/terms/StartTimeOfDay
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelStart Time of Day
DefinitionThe time of day when the event began, expressed as decimal hours from midnight, local time.
CommentExamples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionStartTimeOfDay-2008-11-19
ReplacesStartTimeOfDay-2005-07-10
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StartYearCollected
Identifierhttp://www.iobis.org/obis/StartYearCollected
Namespacehttp://www.iobis.org/obis/
LabelStart Year Collected
DefinitionFor samples/observations/record events that were taken over time this gives the start year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionStartYearCollected-2005-07-10
Replaces:
Is replaced byeventDate-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelState Province
DefinitionThe state, province or region (i.e. next political region smaller than Country) from which the specimen was collected. There is some suggestion to use the values described in ISO 3166-2 (http://www.iso.ch/cate/d8349.html), however these values are in a continual state of flux and it appears unlikely that an appropriate mechanism (by ISO) will be in place to manage these changes. Hence it is recommended that where possible, the full, unabbreviated name should be used for storing information. The server should optionally handle abbreviations as an access point. Note: this is a recurring theme (country and state) abbreviations. Check the existence of an attribute type to deal with abbreviations from the bib-1 profile
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionStateProvince-2003-06-13
Replaces:
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelState Province
DefinitionThe full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionStateProvince-2003-06-17
ReplacesStateProvince-2003-06-13
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
StateProvince
Identifierhttp://rs.tdwg.org/dwc/dwcore/StateProvince
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelState Province
DefinitionThe full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) in which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionStateProvince-2007-04-17
ReplacesStateProvince-2003-06-17
Is replaced bystateProvince-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
stateProvince
Identifierhttp://rs.tdwg.org/dwc/terms/stateProvince
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelState Province
DefinitionThe name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.
CommentExamples: "Montana", "Minas Gerais", "Córdoba". For discussion see http://terms.tdwg.org/wiki/dwc:stateProvince
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionstateProvince-2009-04-24
ReplacesStateProvince-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- - - - - - - - - - - - - - - - - - - - - - - -
Subgenus
Identifierhttp://www.iobis.org/obis/Subgenus
Namespacehttp://www.iobis.org/obis/
LabelSubgenus
DefinitionThe name of the subgenus in which the identified name is classified.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionSubgenus-2005-07-10
Replaces:
Is replaced bysubgenus-2009-08-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
subgenus
Identifierhttp://rs.tdwg.org/dwc/terms/subgenus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSubgenus
DefinitionThe name of the subgenus in which the scientificName is classified.
CommentExample: "Strobus" subgenus of Pinus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionsubgenus-2009-04-24
ReplacesSubgenus-2005-07-10
Is replaced bysubgenus-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
subgenus
Identifierhttp://rs.tdwg.org/dwc/terms/subgenus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelSubgenus
DefinitionThe full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.
CommentExamples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella". For discussion see http://terms.tdwg.org/wiki/dwc:subgenus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
Versionsubgenus-2009-08-24
Replacessubgenus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- - - - - - - - - - - - - - - - - - - - - - - -
Subspecies
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSubspecies
DefinitionThe sub-specific epithet of the organism
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionSubspecies-2003-06-13
Replaces:
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Subspecies
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelSubspecies
DefinitionThe phylogenetic subspecific epithet of the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionSubspecies-2003-06-17
ReplacesSubspecies-2003-06-13
Is replaced byinfraspecificEpithet-2009-08-24
Class
ABCD 2.06{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}
- - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionThe category of information pertaining to taxonomic names or concepts.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionTaxon-2008-11-19
Replaces:
Is replaced byTaxon-2009-09-21
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/dwctype/Taxon
Namespacehttp://rs.tdwg.org/dwc/dwctype/
LabelTaxon
DefinitionA resource describing an instance of the Taxon class.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusdeprecated
Date issued2009-01-23
Date modified2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2009-01-23
Replaces:
Is replaced byTaxon-2014-10-23
Class
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionThe category of information pertaining to taxonomic names, taxon name usages, or taxon concepts.
Comment
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2009-09-21
ReplacesTaxon-2008-11-19
Is replaced byTaxon-2014-10-23
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - - -
Taxon
Identifierhttp://rs.tdwg.org/dwc/terms/Taxon
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon
DefinitionA group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.
CommentExample: 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
Type of termhttp://www.w3.org/2000/01/rdf-schema#Class
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-26_15
VersionTaxon-2014-10-23
ReplacesTaxon-2009-09-21
Is Replaced By:
Class
ABCD 2.06no simple equivalent in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonAccordingTo
Identifierhttp://rs.tdwg.org/dwc/terms/taxonAccordingTo
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon According To
DefinitionInformation about the authorship of this taxon concept which uses the scientificName in their sense (secundum, sensu). Could be a publication (identification key), institution or team of individuals.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://rs.tdwg.org/dwc/terms/accordingTo
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonAccordingTo-2009-04-24
Replaces:
Is replaced bynameAccordingTo-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonAttributes
Identifierhttp://rs.tdwg.org/dwc/terms/taxonAttributes
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Attributes
DefinitionA list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the taxon.
CommentExample: "iucnstatus=vulnerable; distribution=Neuquen, Argentina"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersiontaxonAttributes-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString
- - - - - - - - - - - - - - - - - - - - - - - -
taxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Concept ID
DefinitionA unique identifier for the taxon concept (a circumscription of a taxonName).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusdeprecated
Date issued2009-04-24
Date modified2009-04-24
Has domain
Has range
VersiontaxonConceptID-2009-04-24
Replaces:
Is replaced bytaxonConceptID-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonConceptID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonConceptID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Concept ID
DefinitionAn identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.
CommentExample: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:taxonConceptID
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2009-04-24
Date modified2009-09-21
Has domain
Has range
VersiontaxonConceptID-2009-09-21
ReplacestaxonConceptID-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
TaxonID
Identifierhttp://rs.tdwg.org/dwc/terms/TaxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon ID
DefinitionA global unique identifier for the taxon (name in a classification).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2008-11-19
Has domain
Has range
VersionTaxonID-2008-11-19
Replaces:
Is replaced bytaxonID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon ID
DefinitionAn 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.
CommentExamples: "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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiontaxonID-2009-08-24
ReplacesscientificNameID-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonNameID
Identifierhttp://rs.tdwg.org/dwc/terms/taxonNameID
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Name ID
DefinitionA unique identifier for the scientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refineshttp://purl.org/dc/terms/Identifier
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonNameID-2009-04-24
ReplacesTaxonID-2008-11-19
Is replaced byscientificNameID-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonomicStatus
Identifierhttp://rs.tdwg.org/dwc/terms/taxonomicStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxonomic Status
DefinitionThe status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "invalid", "misapplied", "homotypic synonym", "accepted". For discussion see http://terms.tdwg.org/wiki/dwc:taxonomicStatus
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonomicStatus-2009-04-24
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subsp.", "var.", "forma", "species", "genus".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonRank-2009-04-24
ReplacesInfraspecificRank-2007-04-17
Is replaced bytaxonRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "subspecies", "varietas", "forma", "species", "genus". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRank
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-09-21
Has domain
Has range
VersiontaxonRank-2009-09-21
ReplacesscientificNameRank-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Remarks
DefinitionComments or notes about the taxon.
CommentExample: "this name is a misspelling in common use"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersiontaxonRemarks-2009-04-24
Replaces:
Is replaced bytaxonRemarks-2009-08-24
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
taxonRemarks
Identifierhttp://rs.tdwg.org/dwc/terms/taxonRemarks
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelTaxon Remarks
DefinitionComments or notes about the taxon or name.
CommentExample: "this name is a misspelling in common use". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRemarks
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-08-24
Has domain
Has range
VersiontaxonRemarks-2009-08-24
ReplacestaxonRemarks-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
Temperature
Identifierhttp://www.iobis.org/obis/Temperature
Namespacehttp://www.iobis.org/obis/
LabelTemperature
DefinitionThe temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionTemperature-2005-07-10
Replaces:
Is replaced bydynamicProperties-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
- - - - - - - - - - - - - - - - - - - - - - - -
TimeCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TimeCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTime Collected
DefinitionThe time of day the cataloged item was collected, expressed as decimal hours from midnight, local time (e.g., 12.0 = noon, 13.5 = 1:30pm).
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTimeCollected-2003-06-17
ReplacesTimeOfDay-2003-06-13
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
TimeOfDay
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TimeOfDay
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTime of Day
DefinitionThe time of day a specimen was collected expressed as decimal hours from midnight local time (e.g. 12.0 = mid day, 13.5 = 1:30pm)
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionTimeOfDay-2003-06-13
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- - - - - - - - - - - - - - - - - - - - - - - -
TimeZone
Identifierhttp://www.iobis.org/obis/TimeZone
Namespacehttp://www.iobis.org/obis/
LabelTime Zone
DefinitionIndicates the time zone for the Time of Day measurements.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2005-07-10
Date modified2005-07-10
Has domain
Has range
VersionTimeZone-2005-07-10
Replaces:
Is replaced byeventTime-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
- - - - - - - - - - - - - - - - - - - - - - - -
Tissues
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/Tissues
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelTissues
DefinitionA concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTissues-2003-06-17
Replaces:
Is replaced bypreparations-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelType Status
DefinitionIndicates the kind of nomenclatural type that a specimen represents. (This is incomplete because type status actually describes the relationship between a name and a specimen [or ternary relatiohnship between a specimen, name, and publication].) In particular, the type status may not apply to the name listed in the scientific name, i.e., current identification. In rare cases, a single specimen may be the type of more than one name.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionTypeStatus-2003-06-13
Replaces:
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelType Status
DefinitionA list of one or more nomenclatural types that the cataloged item represents (e.g., "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388.").
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionTypeStatus-2003-06-17
ReplacesTypeStatus-2003-06-13
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
TypeStatus
Identifierhttp://rs.tdwg.org/dwc/curatorial/TypeStatus
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelType Status
DefinitionA list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionTypeStatus-2007-04-17
ReplacesTypeStatus-2003-06-17
Is replaced bytypeStatus-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - - -
typeStatus
Identifierhttp://rs.tdwg.org/dwc/terms/typeStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelType Status
DefinitionA list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
CommentExample: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388"
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiontypeStatus-2009-04-24
ReplacesTypeStatus-2007-04-17
Is replaced bytypeStatus-2014-10-23
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - - -
typeStatus
Identifierhttp://rs.tdwg.org/dwc/terms/typeStatus
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelType Status
DefinitionA list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
CommentThe 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
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2014-10-23
Has domain
Has range
Decision:Decision-2014-10-30_16
VersiontypeStatus-2014-10-23
ReplacestypeStatus-2009-04-24
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- - - - - - - - - - - - - - - - - - - - - - - -
ValidDistributionFlag
Identifierhttp://rs.tdwg.org/dwc/dwcore/ValidDistributionFlag
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelValid Distribution Flag
DefinitionA flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionValidDistributionFlag-2007-04-17
Replaces:
Is replaced byestablishmentMeans-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCollectingDate
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimCollectingDate
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Collecting Date
DefinitionThe verbatim original representation of the date information for the collecting event.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimCollectingDate-2003-06-17
Replaces:
Is replaced byverbatimEventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCollectingDate
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimCollectingDate
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Collecting Date
DefinitionThe verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCollectingDate-2007-04-17
ReplacesVerbatimCollectingDate-2003-06-17
Is replaced byverbatimEventDate-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCoordinates
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimCoordinates
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Coordinates
DefinitionA text representation of the coordinate data (Latitude/ Longitude, UTM, TRS, etc.) from its original source if it cannot be separated into its component parts. Example: "470999 1234300".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCoordinates-2007-04-17
Replaces:
Is replaced byverbatimCoordinates-2009-04-24
Class
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimCoordinates
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimCoordinates
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Coordinates
DefinitionThe 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.
CommentExamples: "41 05 54S 121 05 34W", "17T 630000 4833400". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinates
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimCoordinates-2009-04-24
ReplacesVerbatimCoordinates-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimCoordinateSystem
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimCoordinateSystem
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Coordinate System
DefinitionThe name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM"
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimCoordinateSystem-2007-04-17
ReplacesOriginalCoordinateSystem-2003-06-17
Is replaced byverbatimCoordinateSystem-2009-04-24
Class
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimCoordinateSystem
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Coordinate System
DefinitionThe spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.
CommentExamples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinateSystem
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimCoordinateSystem-2009-04-24
ReplacesVerbatimCoordinateSystem-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimDepth
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimDepth
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Depth
DefinitionA text representation of the Depth in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimDepth-2003-06-17
Replaces:
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimDepth
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimDepth
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Depth
DefinitionA text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimDepth-2007-04-17
ReplacesVerbatimDepth-2003-06-17
Is replaced byverbatimDepth-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimDepth
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimDepth
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Depth
DefinitionThe original description of the depth below the local surface.
CommentExample: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimDepth
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimDepth-2009-04-24
ReplacesVerbatimDepth-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimElevation
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimElevation
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Elevation
DefinitionA text representation of the Elevation in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimElevation-2003-06-17
Replaces:
Is replaced byverbatimElevation-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimElevation
Identifierhttp://rs.tdwg.org/dwc/curatorial/VerbatimElevation
Namespacehttp://rs.tdwg.org/dwc/curatorial/
LabelVerbatim Elevation
DefinitionA text representation of the altitude in its original format in the source database. Example: "1000+- meters".
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimElevation-2007-04-17
ReplacesVerbatimElevation-2003-06-17
Is replaced byverbatimElevation-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimElevation
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimElevation
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Elevation
DefinitionThe original description of the elevation (altitude, usually above sea level) of the Location.
CommentExample: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimElevation
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimElevation-2009-04-24
ReplacesVerbatimElevation-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimEventDate
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimEventDate
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim EventDate
DefinitionThe verbatim original representation of the date and time information for an Event.
CommentExamples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimEventDate
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimEventDate-2009-04-24
ReplacesVerbatimCollectingDate-2007-04-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLatitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLatitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Latitude
DefinitionA text representation of the Latitude data in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimLatitude-2003-06-17
Replaces:
Is replaced byverbatimLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLatitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimLatitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Latitude
DefinitionA text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimLatitude-2007-04-17
ReplacesVerbatimLatitude-2003-06-17
Is replaced byverbatimLatitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLatitude
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLatitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Latitude
DefinitionThe 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.
CommentExample: "41 05 54.03S". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLatitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimLatitude-2009-04-24
ReplacesVerbatimLatitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLocality
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLocality
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Locality
DefinitionThe original textual description of the place.
CommentExample: "25 km NNE Bariloche por R. Nac. 237". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLocality
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionverbatimLocality-2009-04-24
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLongitude
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLongitude
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelVerbatim Longitude
DefinitionA text representation of the Longitude data in its original format in the source database.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionVerbatimLongitude-2003-06-17
Replaces:
Is replaced byverbatimLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
VerbatimLongitude
Identifierhttp://rs.tdwg.org/dwc/geospatial/VerbatimLongitude
Namespacehttp://rs.tdwg.org/dwc/geospatial/
LabelVerbatim Longitude
DefinitionA text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionVerbatimLongitude-2007-04-17
ReplacesVerbatimLongitude-2003-06-17
Is replaced byverbatimLongitude-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimLongitude
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimLongitude
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Longitude
DefinitionThe 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.
CommentExample: "121d 10' 34" W". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLongitude
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-07-06
Has domain
Has range
VersionverbatimLongitude-2009-04-24
ReplacesVerbatimLongitude-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimTaxonRank
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimTaxonRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Taxon Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName as it appears in the original record.
CommentExamples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var.". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-09-21
Has domain
Has range
VersionverbatimRank-2009-09-21
ReplacesverbatimScientificNameRank-2009-07-06
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimScientificNameRank
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimScientificNameRank
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim Scientific Name Rank
DefinitionThe taxonomic rank of the most specific name in the scientificName as it appears in the original record.
CommentExamples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex".
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionverbatimScientificNameRank-2009-07-06
Replaces:
Is replaced byverbatimRank-2009-09-21
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
verbatimSRS
Identifierhttp://rs.tdwg.org/dwc/terms/verbatimSRS
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVerbatim SRS
DefinitionThe ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
CommentExamples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimSRS
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionverbatimSRS-2009-07-06
Replaces:
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
vernacularName
Identifierhttp://rs.tdwg.org/dwc/terms/vernacularName
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelVernacular Name
DefinitionA common or vernacular name.
CommentExamples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier". For discussion see http://terms.tdwg.org/wiki/dwc:vernacularName
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2009-07-06
Date modified2009-07-06
Has domain
Has range
VersionvernacularName-2009-07-06
Replaces:
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06not in ABCD
- - - - - - - - - - - - - - - - - - - - - - - -
WaterBody
Identifierhttp://rs.tdwg.org/dwc/dwcore/WaterBody
Namespacehttp://rs.tdwg.org/dwc/dwcore/
LabelWater Body
DefinitionThe full, unabbreviated name of the body of water in or over which the organism was collected or observed.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2007-04-17
Date modified2007-04-17
Has domain
Has range
VersionWaterBody-2007-04-17
ReplacesContinentOcean-2003-06-17
Is replaced bywaterBody-2009-04-24
Class
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
- - - - - - - - - - - - - - - - - - - - - - - -
waterBody
Identifierhttp://rs.tdwg.org/dwc/terms/waterBody
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelWater Body
DefinitionThe name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
CommentExamples: "Indian Ocean", "Baltic Sea", "Hudson River". For discussion see http://terms.tdwg.org/wiki/dwc:waterBody
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
VersionwaterBody-2009-04-24
ReplacesWaterBody-2007-04-17
Is Replaced By:
Classhttp://purl.org/dc/terms/Location
ABCD 2.06DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
- - - - - - - - - - - - - - - - - - - - - - - -
year
Identifierhttp://rs.tdwg.org/dwc/terms/year
Namespacehttp://rs.tdwg.org/dwc/terms/
LabelYear
DefinitionThe four-digit year in which the Event occurred, according to the Common Era Calendar.
CommentExample: "2008". For discussion see http://terms.tdwg.org/wiki/dwc:year
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statusrecommended
Date issued2008-11-19
Date modified2009-04-24
Has domain
Has range
Versionyear-2009-04-24
ReplacesYearCollected-2003-06-17
Is Replaced By:
Classhttp://rs.tdwg.org/dwc/terms/Event
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Collected
DefinitionThe year (expressed as an integer) in which the specimen was collected. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer [-9999..9999]
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionYearCollected-2003-06-13
Replaces:
Is replaced byyear-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearCollected
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Collected
DefinitionThe four digit year in the Common Era calendar in which the cataloged item was collected.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionYearCollected-2003-06-17
ReplacesYearCollected-2003-06-13
Is replaced byyear-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- - - - - - - - - - - - - - - - - - - - - - - -
YearIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Identified
DefinitionThe year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-13
Date modified2003-06-13
Has domain
Has range
VersionYearIdentified-2003-06-13
Replaces:
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - - - - - - - - - - - - - - - - - - - - - - -
YearIdentified
Identifierhttp://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespacehttp://digir.net/schema/conceptual/darwin/2003/1.0/
LabelYear Identified
DefinitionThe four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName.
Comment
Type of termhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines
Statussuperseded
Date issued2003-06-17
Date modified2003-06-17
Has domain
Has range
VersionYearIdentified-2003-06-17
ReplacesYearIdentified-2003-06-13
Is replaced bydateIdentified-2009-04-24
Class
ABCD 2.06accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- - -
-
- -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - ->>>>>>> 3f4250f44d233b1ab4b22dc0864b9b2ff4d7949f diff --git a/terms/mapping_abcd.html b/terms/mapping_abcd.html deleted file mode 100644 index e8a4270..0000000 --- a/terms/mapping_abcd.html +++ /dev/null @@ -1,4468 +0,0 @@ - - - - - - - Mapping Darwin Core to ABCD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - - - - -
- - -

Mapping Darwin Core to ABCD

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title:Mapping Darwin Core to ABCD
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract: - This document is a quick reference for mappings between - elements in pre-standard Darwin Core versions and the Access - to Biological Collections Data [ABCD] schema. For - complete historical Darwin Core term information, including - version changes and details on pre-standard terms, see - [HISTORY]. For a quick reference - guide to the current recommended Darwin Core terms, see - [TERMS]. -
Contributors:John Wieczorek (MVZ), Éamonn Ó Tuama (GBIF), Andrea Hahn - (GBIF), Jörg Holetschek (BGBM)
Legal:This document is governed by the standard legal, copyright, - licensing provisions and disclaimers issued by the Taxonomic - Databases Working Group.
Part of TDWG Standard: - http://www.tdwg.org/standards/450/ -
Creator:Darwin Core Task Group
Identifier: - http://rs.tdwg.org/dwc/2014-11-08/terms/history/dwctoabcd/
Latest Version: - http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ -
Replaces: - - http://rs.tdwg.org/dwc/2013-10-22/terms/history/dwctoabcd/ -
Document Status:Current Standard
-
- -

1. Introduction

Audience: This document is targeted toward - those who wish to understand how the Darwin Core terms are related to the - structure of the Access to Biological Collections Data [ABCD] schema. - -

Before becoming a TDWG standard, the Darwin Core was instantiated and - deployed in many different application profiles, all of them based on XML - schema. In this document the openly developed and widely used versions of the - Darwin Core ([CLASSIC], - [MANIS], - [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]) are each - compared (mapped conceptually) to the Access to Biological Collections Data - [ABCD] schema. Each - historical version is mapped in a separate table and can be referenced - quickly from the index in Mappings section. Each - element in each Darwin Core versions is mapped to the one or more xpath - designations of the equivalent element(s) in the most current version of - ABCD.

- -

2. Mappings

- -

2.1 Darwin Core 1.2 (Classic)
- 2.2 OBIS extension
- 2.3 Darwin Core 1.21 - (MaNIS/HerpNet/ORNIS/FishNet2)
- 2.4 Darwin Core 1.4 (Draft Standard)
- 2.5 Darwin Core 1.4 Curatorial extension
- 2.6 Darwin Core 1.4 Geospatial extension
- 2.7 Darwin Core 1.4 Paleontology extension
- 2.8 Standard Darwin Core (Recommended)

- -

- -

2.1 Darwin Core 1.2 (Classic)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.2 ElementABCD xpath
- DateLastModified - DataSets/DataSet/Units/Unit/DateLastEdited
- InstitutionCode - DataSets/DataSet/Units/Unit/SourceInstitutionID
- CollectionCode - DataSets/DataSet/Units/Unit/SourceID
- CatalogNumber - DataSets/DataSet/Units/Unit/UnitID
- ScientificName - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- BasisOfRecord - DataSets/DataSet/Units/Unit/RecordBasis
- Kingdom - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- Phylum - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- Class - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- Order - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- Family - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- Genus - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
- Species - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
- Subspecies - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
- ScientificNameAuthor - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear - + - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
- IdentifiedBy - - DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- YearIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- MonthIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- DayIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- TypeStatus - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- CollectorNumber - DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- FieldNumber - DataSets/DataSet/Units/Unit/Gathering/Code
- Collector - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- YearCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- MonthCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- DayCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- JulianDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- TimeOfDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- ContinentOcean - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Continent
- Country - DataSets/DataSet/Units/Unit/Gathering/Country/Name
- StateProvince - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- County - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= County
- Locality - DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- Longitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- Latitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- CoordinatePrecision - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy - or - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- BoundingBox - not covered by ABCD
- MinimumElevation - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- MaximumElevation - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- MinimumDepth - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- MaximumDepth - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- Sex - DataSets/DataSet/Units/Unit/Sex
- PreparationType - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- IndividualCount - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- PreviousCatalogNumber - - DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- RelationshipType - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- RelatedCatalogItem - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
- Notes - DataSets/DataSet/Units/Unit/Notes
- -

2.2 OBIS extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OBIS ElementABCD xpath
- RecordURL - DataSets/DataSet/Units/Unit/RecordURI
- Source - - DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- Citation - - DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- Subgenus - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- StartYearCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- EndYearCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- StartMonthCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- EndMonthCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- StartDayCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- EndDayCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- StartJulianDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- EndJulianDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- StartTimeOfDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- EndTimeOfDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
- TimeZone - DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
- StartLongitude - - DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - with attribute "begin" set to true
- EndLongitude - - DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - with attribute "begin" set to true
- StartLatitude - - DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - with attribute "begin" set to true
- EndLatitude - - DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - with attribute "begin" set to true
- Start_EndCoordinatePrecision - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
- DepthRange - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- Temperature - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue - + constant
- Lifestage - 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/Phase
- ObservedIndividualCount - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue - + constant
- SampleSize - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue - + constant
- ObservedWeight - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue - + constant
- GMLFeature - DataSets/DataSet/Units/Unit/Gathering/GML
- -

2.3 Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.21 ElementABCD xpath
- DateLastModified - DataSets/DataSet/Units/Unit/DateLastEdited
- BasisOfRecord - DataSets/DataSet/Units/Unit/RecordBasis
- InstitutionCode - DataSets/DataSet/Units/Unit/SourceInstitutionID
- CollectionCode - DataSets/DataSet/Units/Unit/SourceID
- CatalogNumberText - DataSets/DataSet/Units/Unit/UnitID
- CatalogNumberNumeric - DataSets/DataSet/Units/Unit/UnitIDNumeric
- Collector - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- CollectorNumber - DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- FieldNumber - DataSets/DataSet/Units/Unit/Gathering/Code
- YearCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- MonthCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- DayCollected - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- TimeCollected - DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
- VerbatimCollectingDate - DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- FieldNotes - DataSets/DataSet/Units/Unit/FieldNotes
- JulianDay - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- HigherGeography - {DataSets/DataSet/Units/Unit/Gathering/LocalityText or - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- ContinentOcean - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Continent
- IslandGroup - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island group
- Island - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island
- Country - DataSets/DataSet/Units/Unit/Gathering/Country/Name
- StateProvince - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- County - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= County
- Locality - DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- DecimalLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- DecimalLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- HorizontalDatum - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- OriginalCoordinateSystem - (partly) - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- VerbatimLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- VerbatimLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- GeorefMethod - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- CoordinateUncertaintyInMeters - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- LatLongComments - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- BoundingBox - not covered by ABCD
- MinimumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- MaximumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- VerbatimElevation - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- MinimumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- MaximumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- VerbatimDepth - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- ScientificName - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- HigherTaxon - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- Kingdom - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- Phylum - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- Class - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- Order - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- Family - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- Genus - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
- Species - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
- Subspecies - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
- ScientificNameAuthor - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear - + - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
- IdentifiedBy - - DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- IdentificationModifier - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- YearIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- MonthIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- DayIdentified - accessible from - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- TypeStatus - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- Sex - DataSets/DataSet/Units/Unit/Sex
- Preparations - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- Tissues - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- IndividualCount - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- AgeClass - - {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage - or - DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage - or - DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
- GenBankNum - DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + - constant
- OtherCatalogNumbers - - DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- RelatedCatalogedItems - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
- Remarks - DataSets/DataSet/Units/Unit/Notes
- -

2.4 Darwin Core 1.4 (Draft Standard)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 ElementABCD xpath
- GlobalUniqueIdentifier - DataSets/DataSet/Units/Unit/UnitGUID
- DateLastModified - DataSets/DataSet/Units/Unit/DateLastEdited
- BasisOfRecord - DataSets/DataSet/Units/Unit/RecordBasis
- InstitutionCode - DataSets/DataSet/Units/Unit/SourceInstitutionID
- CollectionCode - DataSets/DataSet/Units/Unit/SourceID
- CatalogNumber - DataSets/DataSet/Units/Unit/UnitID
- InformationWithheld - DataSets/DataSet/Units/Unit/InformationWithheld
- Remarks - DataSets/DataSet/Units/Unit/Notes
- ScientificName - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- HigherTaxon - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- Kingdom - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- Phylum - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- Class - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- Order - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- Family - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- Genus - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
- SpecificEpithet - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
- InfraspecificRank - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- InfraspecificEpithet - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet - or - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
- AuthorYearOfScientificName - - {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear - + - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
- NomenclaturalCode - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- IdentificationQualifier - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- HigherGeography - {DataSets/DataSet/Units/Unit/Gathering/LocalityText or - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- Continent - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Continent
- WaterBody - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Water body
- IslandGroup - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island group
- Island - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island
- Country - DataSets/DataSet/Units/Unit/Gathering/Country/Name
- StateProvince - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- County - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= County
- Locality - DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- MinimumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- MaximumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- MinimumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- MaximumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- CollectingMethod - DataSets/DataSet/Units/Unit/Gathering/Method
- ValidDistributionFlag - DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
- EarliestDateCollected - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- LatestDateCollected - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- DayOfYear - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- Collector - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- Sex - DataSets/DataSet/Units/Unit/Sex
- LifeStage - 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/Phase
- Attributes - DataSets/DataSet/Units/Unit/MeasurementsOrFacts
- ImageURL - DataSets/DataSet/Units/Unit/MultimediaObjects
- RelatedInformation - DataSets/DataSet/Units/Unit/RecordURI
- -

2.5 Darwin Core 1.4 Curatorial extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Curatorial ElementABCD xpath
- CatalogNumberNumeric - DataSets/DataSet/Units/Unit/UnitIDNumeric
- IdentifiedBy - - DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- DateIdentified - - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- CollectorNumber - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- FieldNumber - DataSets/DataSet/Units/Unit/Gathering/Code
- FieldNotes - DataSets/DataSet/Units/Unit/FieldNotes
- VerbatimCollectingDate - DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- VerbatimElevation - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- VerbatimDepth - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- Preparations - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- TypeStatus - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- GenBankNumber - DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + - constant
- OtherCatalogNumbers - - DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- RelatedCatalogedItems - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
- Disposition - DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- IndividualCount - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- -

2.6 Darwin Core 1.4 Geospatial extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Geospatial ElementABCD xpath
- DecimalLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- DecimalLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- GeodeticDatum - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- CoordinateUncertaintyInMeters - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- PointRadiusSpatialFit - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- VerbatimCoordinates - - {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText - or - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- VerbatimLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- VerbatimLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- VerbatimCoordinateSystem - (partly) - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- GeoreferenceProtocol - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- GeoreferenceSources - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- GeoreferenceVerificationStatus - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- GeoreferenceRemarks - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- FootprintWKT - DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD - v2.06b)
- FootprintSpatialFit - DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD - v2.06b)
- -

2.7 Darwin Core 1.4 Paleontology Extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Paleontology ElementABCD xpath
- EarliestEonOrLowestEonothem - not in ABCD
- LatestEonOrHighestEonothem - not in ABCD
- EarliestEraOrLowestErathem - not in ABCD
- LatestEraOrHighestErathem - not in ABCD
- EarliestPeriodOrLowestSystem - not in ABCD
- LatestPeriodOrHighestSystem - not in ABCD
- EarliestEpochOrLowestSeries - not in ABCD
- LatestEpochOrHighestSeries - not in ABCD
- EarliestAgeOrLowestStage - not in ABCD
- LatestAgeOrHighestStage - not in ABCD
- LowestBiostratigraphicZone - not in ABCD
- HighestBiostratigraphicZone - not in ABCD
- LithostratigraphicTerms - not in ABCD
- Group - not in ABCD
- Formation - not in ABCD
- Member - not in ABCD
- Bed - not in ABCD
- -

2.8 Standard Darwin Core (Recommended)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core Recommended TermABCD xpath
- Occurrence - DataSets/DataSet/Units/Unit
- Organism - not in ABCD
- MaterialSample - DataSets/DataSet/Units/Unit
- LivingSpecimen - RecordBasisEnum/LivingSpecimen
- PreservedSpecimen - RecordBasisEnum/PreservedSpecimen
- FossilSpecimen - RecordBasisEnum/FossileSpecimen
- Event - DataSets/DataSet/Units/Unit/Gathering
- HumanObservation - RecordBasisEnum/HumanObservation
- MachineObservation - RecordBasisEnum/MachineObservation
- Location - DataSets/DataSet/Units/Unit/Gathering/LocalityText
- GeologicalContext - DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
- Identification - DataSets/DataSet/Units/Unit/Identifications/Identification
- Taxon - no simple equivalent in ABCD
- MeasurementOrFact - Datasets/Dataset/Units/Unit/MeasurementsOrFacts or - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
- ResourceRelationship - DataSets/DataSet/Units/Unit/Associations
- dcterms:type - DataSets/DataSet/Units/Unit/RecordBasis
- dcterms:modified - DataSets/DataSet/Units/Unit/DateLastEdited
- dcterms:language - some ABCD elements have a datatype extended with a language - attribute, no language element at the Unit level
- dcterms:license - DataSets/DataSet/Units/Unit/IPRStatements
- dcterms:rightsHolder - - {DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text - or DataSets/DataSet/Units/Unit/Owner/Person/FullName or - DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text - or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
- dcterms:accessRights - DataSets/DataSet/Units/Unit/IPRStatements
- dcterms:bibliographicCitation - - DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
- dcterms:references - {DataSets/DataSet/Units/Unit/RecordURI or - Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or - Datasets/Dataset/Units/Unit/SourceReference or - Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference - or - Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference - or - MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
- institutionID - DataSets/DataSet/Units/Unit/SourceInstitutionID
- collectionID - DataSets/DataSet/Units/Unit/SourceID
- datasetID - DataSets/DataSet/DataSetGUID
- institutionCode - DataSets/DataSet/Units/Unit/SourceInstitutionID
- collectionCode - DataSets/DataSet/Units/Unit/SourceID
- datasetName - DataSets/DataSet/Units/Unit/SourceID
- ownerInstitutionCode - not in ABCD
- basisOfRecord - DataSets/DataSet/Units/Unit/RecordBasis
- informationWithheld - DataSets/DataSet/Units/Unit/InformationWithheld
- dataGeneralizations - not in ABCD
- dynamicProperties - not in ABCD
- occurrenceID - DataSets/DataSet/Units/Unit/UnitGUID
- catalogNumber - DataSets/DataSet/Units/Unit/UnitID
- recordNumber - DataSets/DataSet/Units/Unit/CollectorsFieldNumber
- recordedBy - - DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
- individualCount - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- sex - DataSets/DataSet/Units/Unit/Sex
- lifeStage - 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
- reproductiveCondition - not in ABCD
- behavior - not in ABCD
- establishmentMeans - DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
- occurrenceStatus - not in ABCD
- preparations - - DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
- disposition - DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
- associatedMedia - DataSets/DataSet/Units/Unit/MultimediaObjects
- associatedReferences - DataSets/DataSet/Units/Unit/UnitReferences
- associatedSequences - DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + - constant
- associatedTaxa - - DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
- otherCatalogNumbers - - DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
- occurrenceRemarks - DataSets/DataSet/Units/Unit/Notes
- organismID - not in ABCD
- organismName - not in ABCD
- organismScope - not in ABCD
- associatedOccurrences - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- associatedOrganisms - not in ABCD
- previousIdentifications - DataSets/DataSet/Units/Unit/Identifications/Identification with - PreferredFlag = false
- organismRemarks - not in ABCD
- materialSampleID - not in ABCD
- eventID - DataSets/DataSet/Units/Unit/Gathering/Code
- fieldNumber - DataSets/DataSet/Units/Unit/Gathering/Code
- eventDate - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- eventTime - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
- startDayOfYear - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
- endDayOfYear - DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
- year - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- month - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- day - accessible from - DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
- verbatimEventDate - DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
- habitat - DataSets/DataSet/Units/Unit/Gathering/Biotope/Text
- samplingProtocol - DataSets/DataSet/Units/Unit/Gathering/Method
- samplingEffort - not in ABCD
- fieldNotes - DataSets/DataSet/Units/Unit/FieldNotes
- eventRemarks - DataSets/DataSet/Units/Unit/Gathering/Notes
- locationID - not in ABCD
- higherGeographyID - not in ABCD
- higherGeography - {DataSets/DataSet/Units/Unit/Gathering/LocalityText or - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
- continent - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Continent
- waterBody - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Water body
- islandGroup - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island group
- island - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= Island
- country - DataSets/DataSet/Units/Unit/Gathering/Country/Name
- countryCode - DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
- stateProvince - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
- county - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - with NamedAreas/NamedArea/AreaClass= County
- municipality - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- locality - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- verbatimLocality - - DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
- minimumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
- maximumElevationInMeters - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
- verbatimElevation - - DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
- minimumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
- maximumDepthInMeters - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
- verbatimDepth - - DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
- minimumDistanceAboveSurfaceInMeters - - DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
- maximumDistanceAboveSurfaceInMeters - - DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
- locationAccordingTo - not in ABCD
- locationRemarks - DataSets/DataSet/Units/Unit/Gathering/AreaDetail
- decimalLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
- decimalLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
- geodeticDatum - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
- coordinateUncertaintyInMeters - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
- coordinatePrecision - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy - or - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
- pointRadiusSpatialFit - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
- verbatimCoordinates - - {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText - or - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
- verbatimLatitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
- verbatimLongitude - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
- verbatimCoordinateSystem - (partly) - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
- verbatimSRS - not in ABCD
- footprintWKT - DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD - v2.06b)
- footprintSRS - not in ABCD
- footprintSpatialFit - DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD - v2.06b)
- georeferencedBy - not in ABCD
- georeferencedDate - not in ABCD
- georeferenceProtocol - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
- georeferenceSources - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
- georeferenceVerificationStatus - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
- georeferenceRemarks - - DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
- geologicalContextID - not in ABCD
- earliestEonOrLowestEonothem - not in ABCD
- latestEonOrHighestEonothem - not in ABCD
- earliestEraOrLowestErathem - not in ABCD
- latestEraOrHighestErathem - not in ABCD
- earliestPeriodOrLowestSystem - not in ABCD
- latestPeriodOrHighestSystem - not in ABCD
- earliestEpochOrLowestSeries - not in ABCD
- latestEpochOrHighestSeries - not in ABCD
- earliestAgeOrLowestStage - not in ABCD
- latestAgeOrHighestStage - not in ABCD
- lowestBiostratigraphicZone - not in ABCD
- highestBiostratigraphicZone - not in ABCD
- lithostratigraphicTerms - - DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
- group - not in ABCD
- formation - not in ABCD
- member - not in ABCD
- bed - not in ABCD
- identificationID - not in ABCD
- identificationQualifier - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
- typeStatus - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
- identifiedBy - - DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
- dateIdentified - - DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
- identificationReferences - - DataSets/DataSet/Units/Unit/Identifications/Identification/References
- identificationVerificationStatus - not in ABCD
- identificationRemarks - - DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
- taxonID - not in ABCD
- scientificNameID - not in ABCD
- acceptedNameUsageID - not in ABCD
- parentNameUsageID - not in ABCD
- originalNameUsageID - not in ABCD
- nameAccordingToID - not in ABCD
- namePublishedInID - not in ABCD
- taxonConceptID - not in ABCD
- scientificName - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
- acceptedNameUsage - not in ABCD
- parentNameUsage - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
- originalNameUsage - not in ABCD
- nameAccordingTo - not in ABCD
- namePublishedIn - - DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
- namePublishedInYear - not in ABCD
- higherClassification - not in ABCD
- kingdom - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
- phylum - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
- class - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
- order - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
- family - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
- genus - - {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}
- subgenus - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
- specificEpithet - - {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}
- infraspecificEpithet - - {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}
- taxonRank - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
- verbatimTaxonRank - not in ABCD
- scientificNameAuthorship - - {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}
- vernacularName - not in ABCD
- nomenclaturalCode - - DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
- taxonomicStatus - not in ABCD
- nomenclaturalStatus - - (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) - pro parte
- taxonRemarks - not in ABCD
- measurementID - not in ABCD
- measurementType - - DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter - or - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
- measurementValue - - 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
- measurementAccuracy - - 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
- measurementUnit - - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement - or - DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
- measurementDeterminedBy - - 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
- measurementDeterminedDate - - 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
- measurementMethod - - /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
- measurementRemarks - not in ABCD
- resourceRelationshipID - not in ABCD
- resourceID - not in ABCD
- relatedResourceID - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName - + - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
- relationshipOfResource - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
- relationshipAccordingTo - not in ABCD
- relationshipEstablishedDate - not in ABCD
- relationshipRemarks - - DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
-
- - -

Except where otherwise noted, content on this site is licensed under a - Creative - Commons Attribution 4.0 International License.

- -

Creative Commons License Copyright 2011-2014 - - Biodiversity Information Standards - TDWG - Contact Us
- -

- - \ No newline at end of file diff --git a/terms/mappings.html b/terms/mappings.html deleted file mode 100644 index fdfeeab..0000000 --- a/terms/mappings.html +++ /dev/null @@ -1,913 +0,0 @@ - - - - - - Darwin Core term mappings - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - -

ABCD Mappings

-

Audience: This document is targeted toward those who wish to understand how the Darwin Core terms are related to the structure of the Access to Biological Collections Data [ABCD] schema.

-

Before becoming a TDWG standard, the Darwin Core was instantiated and deployed in many different application profiles, all of them based on XML schema. In this document the openly developed and widely used versions of the Darwin Core ([CLASSIC], [MANIS], [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]) are each compared (mapped conceptually) to the Access to Biological Collections Data [ABCD] schema. Each historical version is mapped in a separate table and can be referenced quickly from the index in Mappings section. Each element in each Darwin Core versions is mapped to the one or more xpath designations of the equivalent element(s) in the most current version of ABCD.

- -

Darwin Core 1.2 (Classic)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.2 termABCD xpath
DateLastModifiedDataSets/DataSet/Units/Unit/DateLastEdited
InstitutionCodeDataSets/DataSet/Units/Unit/SourceInstitutionID
CollectionCodeDataSets/DataSet/Units/Unit/SourceID
CatalogNumberDataSets/DataSet/Units/Unit/UnitID
ScientificNameDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
BasisOfRecordDataSets/DataSet/Units/Unit/RecordBasis
KingdomDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
PhylumDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
ClassDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
OrderDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
FamilyDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Genus{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
Species{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
Subspecies{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
ScientificNameAuthor{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
IdentifiedByDataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
YearIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
MonthIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
DayIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
TypeStatusDataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
CollectorNumberDataSets/DataSet/Units/Unit/CollectorsFieldNumber
FieldNumberDataSets/DataSet/Units/Unit/Gathering/Code
CollectorDataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
YearCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
MonthCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
DayCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
JulianDayDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
TimeOfDayDataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
ContinentOceanDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
CountryDataSets/DataSet/Units/Unit/Gathering/Country/Name
StateProvinceDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
CountyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
LocalityDataSets/DataSet/Units/Unit/Gathering/AreaDetail
LongitudeDataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
LatitudeDataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
CoordinatePrecisionDataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
BoundingBoxnot covered by ABCD
MinimumElevationDataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
MaximumElevationDataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
MinimumDepthDataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
MaximumDepthDataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
SexDataSets/DataSet/Units/Unit/Sex
PreparationTypeDataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
IndividualCountDataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
PreviousCatalogNumberDataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
RelationshipTypeDataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
RelatedCatalogItemDataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
NotesDataSets/DataSet/Units/Unit/Notes
- -

OBIS extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OBIS termABCD xpath
RecordURLDataSets/DataSet/Units/Unit/RecordURI
SourceDataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
CitationDataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
SubgenusDataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
StartYearCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
EndYearCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
StartMonthCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
EndMonthCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
StartDayCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
EndDayCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
StartJulianDayDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
EndJulianDayDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
StartTimeOfDayDataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
EndTimeOfDayDataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
TimeZoneDataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
StartLongitudeDataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
EndLongitudeDataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
StartLatitudeDataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
EndLatitudeDataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Start_EndCoordinatePrecisionDataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
DepthRangeDataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
TemperatureDataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
LifestageDataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/Phase
ObservedIndividualCountDataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
SampleSizeDataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
ObservedWeightDataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
GMLFeatureDataSets/DataSet/Units/Unit/Gathering/GML
- -

Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.21 termABCD xpath
DateLastModifiedDataSets/DataSet/Units/Unit/DateLastEdited
BasisOfRecordDataSets/DataSet/Units/Unit/RecordBasis
InstitutionCodeDataSets/DataSet/Units/Unit/SourceInstitutionID
CollectionCodeDataSets/DataSet/Units/Unit/SourceID
CatalogNumberTextDataSets/DataSet/Units/Unit/UnitID
CatalogNumberNumericDataSets/DataSet/Units/Unit/UnitIDNumeric
Collector DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
CollectorNumberDataSets/DataSet/Units/Unit/CollectorsFieldNumber
FieldNumberDataSets/DataSet/Units/Unit/Gathering/Code
YearCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
MonthCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
DayCollectedaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
TimeCollectedDataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
VerbatimCollectingDateDataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
FieldNotesDataSets/DataSet/Units/Unit/FieldNotes
JulianDayDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
HigherGeography{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
ContinentOceanDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
IslandGroupDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
IslandDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
CountryDataSets/DataSet/Units/Unit/Gathering/Country/Name
StateProvinceDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
CountyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
LocalityDataSets/DataSet/Units/Unit/Gathering/AreaDetail
DecimalLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
DecimalLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
HorizontalDatum DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
OriginalCoordinateSystem(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
VerbatimLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
VerbatimLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
GeorefMethod DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
CoordinateUncertaintyInMeters DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
LatLongComments DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
BoundingBoxnot covered by ABCD
MinimumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
MaximumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
VerbatimElevation DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
MinimumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
MaximumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
VerbatimDepth DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
ScientificName DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
HigherTaxon DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Kingdom DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Phylum DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Class DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Order DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Family DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Genus {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
Species {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
Subspecies {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
ScientificNameAuthor {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
IdentifiedBy DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
IdentificationModifier DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
YearIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
MonthIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
DayIdentifiedaccessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
TypeStatus DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
SexDataSets/DataSet/Units/Unit/Sex
Preparations DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Tissues DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
IndividualCount DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
AgeClass {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
GenBankNumDataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
OtherCatalogNumbers DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
RelatedCatalogedItems DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
RemarksDataSets/DataSet/Units/Unit/Notes
- -

Darwin Core 1.4 (Draft Standard)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 termABCD xpath
GlobalUniqueIdentifierDataSets/DataSet/Units/Unit/UnitGUID
DateLastModifiedDataSets/DataSet/Units/Unit/DateLastEdited
BasisOfRecordDataSets/DataSet/Units/Unit/RecordBasis
InstitutionCodeDataSets/DataSet/Units/Unit/SourceInstitutionID
CollectionCodeDataSets/DataSet/Units/Unit/SourceID
CatalogNumberDataSets/DataSet/Units/Unit/UnitID
InformationWithheldDataSets/DataSet/Units/Unit/InformationWithheld
RemarksDataSets/DataSet/Units/Unit/Notes
ScientificName DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
HigherTaxon DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Kingdom DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Phylum DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Class DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Order DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Family DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Genus {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
SpecificEpithet {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
InfraspecificRank DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
InfraspecificEpithet {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
AuthorYearOfScientificName {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
NomenclaturalCode DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
IdentificationQualifier DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
HigherGeography{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
ContinentDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
WaterBodyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
IslandGroupDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
IslandDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
CountryDataSets/DataSet/Units/Unit/Gathering/Country/Name
StateProvinceDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
CountyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
LocalityDataSets/DataSet/Units/Unit/Gathering/AreaDetail
MinimumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
MaximumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
MinimumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
MaximumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
CollectingMethodDataSets/DataSet/Units/Unit/Gathering/Method
ValidDistributionFlagDataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
EarliestDateCollectedDataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
LatestDateCollectedDataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
DayOfYearDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Collector DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
SexDataSets/DataSet/Units/Unit/Sex
LifeStageDataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/Phase
AttributesDataSets/DataSet/Units/Unit/MeasurementsOrFacts
ImageURLDataSets/DataSet/Units/Unit/MultimediaObjects
RelatedInformationDataSets/DataSet/Units/Unit/RecordURI
- -

Darwin Core 1.4 Curatorial extension

- - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Curatorial termABCD xpath
CatalogNumberNumericDataSets/DataSet/Units/Unit/UnitIDNumeric
IdentifiedBy DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
DateIdentified DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
CollectorNumber DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
FieldNumberDataSets/DataSet/Units/Unit/Gathering/Code
FieldNotesDataSets/DataSet/Units/Unit/FieldNotes
VerbatimCollectingDateDataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
VerbatimElevation DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
VerbatimDepth DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Preparations DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
TypeStatus DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
GenBankNumberDataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
OtherCatalogNumbers DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
RelatedCatalogedItems DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
DispositionDataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
IndividualCount DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
- -

Darwin Core 1.4 Geospatial extension

- - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Geospatial termABCD xpath
DecimalLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
DecimalLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
GeodeticDatum DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
CoordinateUncertaintyInMeters DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
PointRadiusSpatialFit DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
VerbatimCoordinates {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
VerbatimLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
VerbatimLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
VerbatimCoordinateSystem(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
GeoreferenceProtocol DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
GeoreferenceSources DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
GeoreferenceVerificationStatus DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
GeoreferenceRemarks DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
FootprintWKTDataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
FootprintSpatialFitDataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
- -

Darwin Core 1.4 Paleontology Extension

- - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Paleontology termABCD xpath
EarliestEonOrLowestEonothemnot in ABCD
LatestEonOrHighestEonothemnot in ABCD
EarliestEraOrLowestErathemnot in ABCD
LatestEraOrHighestErathemnot in ABCD
EarliestPeriodOrLowestSystemnot in ABCD
LatestPeriodOrHighestSystemnot in ABCD
EarliestEpochOrLowestSeriesnot in ABCD
LatestEpochOrHighestSeriesnot in ABCD
EarliestAgeOrLowestStagenot in ABCD
LatestAgeOrHighestStagenot in ABCD
LowestBiostratigraphicZonenot in ABCD
HighestBiostratigraphicZonenot in ABCD
LithostratigraphicTermsnot in ABCD
Groupnot in ABCD
Formationnot in ABCD
Membernot in ABCD
Bednot in ABCD
- -

Standard Darwin Core (Recommended)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core Recommended termABCD xpath
OccurrenceDataSets/DataSet/Units/Unit
Organismnot in ABCD
MaterialSampleDataSets/DataSet/Units/Unit
LivingSpecimenRecordBasisEnum/LivingSpecimen
PreservedSpecimenRecordBasisEnum/PreservedSpecimen
FossilSpecimenRecordBasisEnum/FossileSpecimen
EventDataSets/DataSet/Units/Unit/Gathering
HumanObservationRecordBasisEnum/HumanObservation
MachineObservationRecordBasisEnum/MachineObservation
LocationDataSets/DataSet/Units/Unit/Gathering/LocalityText
GeologicalContextDataSets/DataSet/Units/Unit/Gathering/Stratigraphy
IdentificationDataSets/DataSet/Units/Unit/Identifications/Identification
Taxonno simple equivalent in ABCD
MeasurementOrFactDatasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
ResourceRelationshipDataSets/DataSet/Units/Unit/Associations
dcterms:typeDataSets/DataSet/Units/Unit/RecordBasis
dcterms:modifiedDataSets/DataSet/Units/Unit/DateLastEdited
dcterms:languagesome ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
dcterms:licenseDataSets/DataSet/Units/Unit/IPRStatements
dcterms:rightsHolder {DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Units/Unit/Owner/Person/FullName or DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
dcterms:accessRightsDataSets/DataSet/Units/Unit/IPRStatements
dcterms:bibliographicCitation DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
dcterms:references{DataSets/DataSet/Units/Unit/RecordURI or Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or Datasets/Dataset/Units/Unit/SourceReference or Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference or Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference or MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
institutionIDDataSets/DataSet/Units/Unit/SourceInstitutionID
collectionIDDataSets/DataSet/Units/Unit/SourceID
datasetIDDataSets/DataSet/DataSetGUID
institutionCodeDataSets/DataSet/Units/Unit/SourceInstitutionID
collectionCodeDataSets/DataSet/Units/Unit/SourceID
datasetNameDataSets/DataSet/Units/Unit/SourceID
ownerInstitutionCodenot in ABCD
basisOfRecordDataSets/DataSet/Units/Unit/RecordBasis
informationWithheldDataSets/DataSet/Units/Unit/InformationWithheld
dataGeneralizationsnot in ABCD
dynamicPropertiesnot in ABCD
occurrenceIDDataSets/DataSet/Units/Unit/UnitGUID
catalogNumberDataSets/DataSet/Units/Unit/UnitID
recordNumberDataSets/DataSet/Units/Unit/CollectorsFieldNumber
recordedBy DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
individualCount DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
sexDataSets/DataSet/Units/Unit/Sex
lifeStageDataSets/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
reproductiveConditionnot in ABCD
behaviornot in ABCD
establishmentMeansDataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
occurrenceStatusnot in ABCD
preparations DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
dispositionDataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
associatedMediaDataSets/DataSet/Units/Unit/MultimediaObjects
associatedReferencesDataSets/DataSet/Units/Unit/UnitReferences
associatedSequencesDataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
associatedTaxa DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
otherCatalogNumbers DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
occurrenceRemarksDataSets/DataSet/Units/Unit/Notes
organismIDnot in ABCD
organismNamenot in ABCD
organismScopenot in ABCD
associatedOccurrences DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
associatedOrganismsnot in ABCD
previousIdentificationsDataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
organismRemarksnot in ABCD
materialSampleIDnot in ABCD
eventIDDataSets/DataSet/Units/Unit/Gathering/Code
fieldNumberDataSets/DataSet/Units/Unit/Gathering/Code
eventDateDataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
eventTimeaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
startDayOfYearDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
endDayOfYearDataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
yearaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
monthaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
dayaccessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
verbatimEventDateDataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
habitatDataSets/DataSet/Units/Unit/Gathering/Biotope/Text
samplingProtocolDataSets/DataSet/Units/Unit/Gathering/Method
samplingEffortnot in ABCD
fieldNotesDataSets/DataSet/Units/Unit/FieldNotes
eventRemarksDataSets/DataSet/Units/Unit/Gathering/Notes
locationIDnot in ABCD
higherGeographyIDnot in ABCD
higherGeography{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
continentDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
waterBodyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
islandGroupDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
islandDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
countryDataSets/DataSet/Units/Unit/Gathering/Country/Name
countryCodeDataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
stateProvinceDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
countyDataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
municipality DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
locality DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
verbatimLocality DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
minimumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
maximumElevationInMeters DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
verbatimElevation DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
minimumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
maximumDepthInMeters DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
verbatimDepth DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
minimumDistanceAboveSurfaceInMeters DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
maximumDistanceAboveSurfaceInMeters DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
locationAccordingTonot in ABCD
locationRemarksDataSets/DataSet/Units/Unit/Gathering/AreaDetail
decimalLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
decimalLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
geodeticDatum DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
coordinateUncertaintyInMeters DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
coordinatePrecision DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
pointRadiusSpatialFit DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
verbatimCoordinates {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
verbatimLatitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
verbatimLongitude DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
verbatimCoordinateSystem(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
verbatimSRSnot in ABCD
footprintWKTDataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
footprintSRSnot in ABCD
footprintSpatialFitDataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
georeferencedBynot in ABCD
georeferencedDatenot in ABCD
georeferenceProtocol DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
georeferenceSources DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
georeferenceVerificationStatus DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
georeferenceRemarks DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
geologicalContextIDnot in ABCD
earliestEonOrLowestEonothemnot in ABCD
latestEonOrHighestEonothemnot in ABCD
earliestEraOrLowestErathemnot in ABCD
latestEraOrHighestErathemnot in ABCD
earliestPeriodOrLowestSystemnot in ABCD
latestPeriodOrHighestSystemnot in ABCD
earliestEpochOrLowestSeriesnot in ABCD
latestEpochOrHighestSeriesnot in ABCD
earliestAgeOrLowestStagenot in ABCD
latestAgeOrHighestStagenot in ABCD
lowestBiostratigraphicZonenot in ABCD
highestBiostratigraphicZonenot in ABCD
lithostratigraphicTerms DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
groupnot in ABCD
formationnot in ABCD
membernot in ABCD
bednot in ABCD
identificationIDnot in ABCD
identificationQualifier DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
typeStatus DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
identifiedBy DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
dateIdentified DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
identificationReferences DataSets/DataSet/Units/Unit/Identifications/Identification/References
identificationVerificationStatusnot in ABCD
identificationRemarks DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
taxonIDnot in ABCD
scientificNameIDnot in ABCD
acceptedNameUsageIDnot in ABCD
parentNameUsageIDnot in ABCD
originalNameUsageIDnot in ABCD
nameAccordingToIDnot in ABCD
namePublishedInIDnot in ABCD
taxonConceptIDnot in ABCD
scientificName DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
acceptedNameUsagenot in ABCD
parentNameUsage DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
originalNameUsagenot in ABCD
nameAccordingTonot in ABCD
namePublishedIn DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
namePublishedInYearnot in ABCD
higherClassificationnot in ABCD
kingdom DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
phylum DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
class DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
order DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
family DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
genus {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}
subgenus DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
specificEpithet {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}
infraspecificEpithet {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}
taxonRank DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
verbatimTaxonRanknot in ABCD
scientificNameAuthorship {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}
vernacularNamenot in ABCD
nomenclaturalCode DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
taxonomicStatusnot in ABCD
nomenclaturalStatus (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte
taxonRemarksnot in ABCD
measurementIDnot in ABCD
measurementType DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
measurementValue 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
measurementAccuracy 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
measurementUnit DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
measurementDeterminedBy 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
measurementDeterminedDate 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
measurementMethod /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
measurementRemarksnot in ABCD
resourceRelationshipIDnot in ABCD
resourceIDnot in ABCD
relatedResourceID DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
relationshipOfResource DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
relationshipAccordingTonot in ABCD
relationshipEstablishedDatenot in ABCD
relationshipRemarks DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
- -
- -

Standard Darwin Core Mappings

-

Audience: This document is targeted toward those who wish to understand how the standard Darwin Core terms are related to previously used Darwin Core schemas.

-

Before becoming a TDWG standard, the Darwin Core was instantiated and deployed in many different application profiles, all of them based on XML schema. The openly developed and widely used versions of the Darwin Core ([CLASSIC], [MANIS], [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]), [PALEO]) are each compared (mapped conceptually) to the current recommended Darwin Core terms [TERMS] in this document. Each historical version is mapped in a separate table and can be referenced quickly from the Mappings section below.

- -

Darwin Core 1.2 (Classic)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.2 termRecommended term
DateLastModifieddcterms:modified
InstitutionCodeinstitutionCode
CollectionCodecollectionCode
CatalogNumbercatalogNumber
ScientificNamescientificName
BasisOfRecordbasisOfRecord
Kingdomkingdom
Phylumphylum
Classclass
Orderorder
Familyfamily
Genusgenus
SpeciesspecificEpithet
SubspeciesinfraspecificEpithet
ScientificNameAuthorscientificNameAuthorship
IdentifiedByidentifiedBy
YearIdentifieddateIdentified
MonthIdentifieddateIdentified
DayIdentifieddateIdentified
TypeStatustypeStatus
CollectorNumberrecordNumber
FieldNumberfieldNumber
CollectorrecordedBy
YearCollectedyear
MonthCollectedmonth
DayCollectedday
JulianDaystartDayOfYear
TimeOfDayeventTime
ContinentOceancontinent
Countrycountry
StateProvincestateProvince
Countycounty
Localitylocality
LongitudedecimalLongitude
LatitudedecimalLatitude
CoordinatePrecisioncoordinatePrecision
BoundingBoxfootprintWKT
MinimumElevationminimumElevationInMeters
MaximumElevationmaximumElevationInMeters
MinimumDepthminimumDepthInMeters
MaximumDepthmaximumDepthInMeters
Sexsex
PreparationTypepreparations
IndividualCountindividualCount
PreviousCatalogNumberotherCatalogNumbers
RelationshipTyperelationshipOfResource
RelatedCatalogItemassociatedOccurrences
NotesoccurrenceRemarks
- -

OBIS extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OBIS termRecommended term
RecordURLdcterms:references
Sourcedcterms:bibliographicCitation
Citationdcterms:bibliographicCitation
Subgenussubgenus
StartYearCollectedeventDate
EndYearCollectedeventDate
StartMonthCollectedeventDate
EndMonthCollectedeventDate
StartDayCollectedeventDate
EndDayCollectedeventDate
StartJulianDaystartDayOfYear
EndJulianDayendDayOfYear
StartTimeOfDayeventTime
EndTimeOfDayeventTime
TimeZoneeventTime
StartLongitudefootprintWKT
EndLongitudefootprintWKT
StartLatitudefootprintWKT
EndLatitudefootprintWKT
Start_EndCoordinatePrecisioncoordinateUncertaintyInMeters
DepthRangeverbatimDepth
TemperaturedynamicProperties
LifestagelifeStage
ObservedIndividualCountindividualCount
SampleSizedynamicProperties
ObservedWeightdynamicProperties
GMLFeaturefootprintWKT
- -

Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.21 termRecommended term
DateLastModifieddcterms:modified
BasisOfRecordbasisOfRecord
InstitutionCodeinstitutionCode
CollectionCodecollectionCode
CatalogNumberTextcatalogNumber
CatalogNumberNumericcatalogNumber
CollectorrecordedBy
CollectorNumberrecordNumber
FieldNumberfieldNumber
YearCollectedyear
MonthCollectedmonth
DayCollectedday
TimeCollectedeventTime
VerbatimCollectingDateverbatimEventDate
FieldNotesfieldNotes
JulianDaystartDayOfYear
HigherGeographyhigherGeography
ContinentOceancontinent
IslandGroupislandGroup
Islandisland
Countrycountry
StateProvincestateProvince
Countycounty
Localitylocality
DecimalLatitudedecimalLatitude
DecimalLongitudedecimalLongitude
HorizontalDatumgeodeticDatum
OriginalCoordinateSystemverbatimCoordinateSystem
VerbatimLatitudeverbatimLatitude
VerbatimLongitudeverbatimLongitude
GeorefMethodgeoreferenceProtocol
CoordinateUncertaintyInMeterscoordinateUncertaintyInMeters
LatLongCommentsgeoreferenceRemarks
BoundingBoxfootprintWKT
MinimumElevationInMetersminimumElevationInMeters
MaximumElevationInMetersmaximumElevationInMeters
VerbatimElevationverbatimElevation
MinimumDepthInMetersminimumDepthInMeters
MaximumDepthInMetersmaximumDepthInMeters
VerbatimDepthverbatimDepth
ScientificNamescientificName
HigherTaxonhigherClassification
Kingdomkingdom
Phylumphylum
Classclass
Orderorder
Familyfamily
Genusgenus
SpeciesspecificEpithet
SubspeciesinfraspecificEpithet
ScientificNameAuthorscientificNameAuthorship
IdentifiedByidentifiedBy
IdentificationModifieridentificationQualifier
YearIdentifieddateIdentified
MonthIdentifieddateIdentified
DayIdentifieddateIdentified
TypeStatustypeStatus
Sexsex
Preparationspreparations
Tissuespreparations
IndividualCountindividualCount
AgeClasslifeStage
GenBankNumassociatedSequences
OtherCatalogNumbersotherCatalogNumbers
RelatedCatalogedItemsassociatedOccurrences
RemarksoccurrenceRemarks
- -

Darwin Core 1.4 (Draft Standard)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 termRecommended term
GlobalUniqueIdentifieroccurrenceID
DateLastModifieddcterms:modified
BasisOfRecordbasisOfRecord
InstitutionCodeinstitutionCode
CollectionCodecollectionCode
CatalogNumbercatalogNumber
InformationWithheldinformationWithheld
RemarksoccurrenceRemarks
ScientificNamescientificName
HigherTaxonhigherClassification
Kingdomkingdom
Phylumphylum
Classclass
Orderorder
Familyfamily
Genusgenus
SpecificEpithetspecificEpithet
InfraspecificRanktaxonRank
InfraspecificEpithetinfraspecificEpithet
AuthorYearOfScientificNamescientificNameAuthorship
NomenclaturalCodenomenclaturalCode
IdentificationQualifieridentificationQualifier
HigherGeographyhigherGeography
Continentcontinent
WaterBodywaterBody
IslandGroupislandGroup
Islandisland
Countrycountry
StateProvincestateProvince
Countycounty
Localitylocality
MinimumElevationInMetersminimumElevationInMeters
MaximumElevationInMetersmaximumElevationInMeters
MinimumDepthInMetersminimumDepthInMeters
MaximumDepthInMetersmaximumDepthInMeters
CollectingMethodsamplingProtocol
ValidDistributionFlagestablishmentMeans
EarliestDateCollectedeventDate
LatestDateCollectedeventDate
DayOfYearstartDayOfYear
CollectorrecordedBy
Sexsex
LifeStagelifeStage
AttributesdynamicProperties
ImageURLassociatedMedia
RelatedInformationdcterms:references
- -

Darwin Core 1.4 Curatorial extension

- - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Curatorial termRecommended term
CatalogNumberNumericcatalogNumber
IdentifiedByidentifiedBy
DateIdentifieddateIdentified
CollectorNumberrecordNumber
FieldNumberfieldNumber
FieldNotesfieldNotes
VerbatimCollectingDateverbatimEventDate
VerbatimElevationverbatimElevation
VerbatimDepthverbatimDepth
Preparationspreparations
TypeStatustypeStatus
GenBankNumberassociatedSequences
OtherCatalogNumbersotherCatalogNumbers
RelatedCatalogedItemsassociatedOccurrences
Dispositiondisposition
IndividualCountindividualCount
- -

Darwin Core 1.4 Geospatial extension

- - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Geospatial termRecommended term
DecimalLatitudedecimalLatitude
DecimalLongitudedecimalLongitude
GeodeticDatumgeodeticDatum
CoordinateUncertaintyInMeterscoordinateUncertaintyInMeters
PointRadiusSpatialFitpointRadiusSpatialFit
VerbatimCoordinatesverbatimCoordinates
VerbatimLatitudeverbatimLatitude
VerbatimLongitudeverbatimLongitude
VerbatimCoordinateSystemverbatimCoordinateSystem
GeoreferenceProtocolgeoreferenceProtocol
GeoreferenceSourcesgeoreferenceSources
GeoreferenceVerificationStatusgeoreferenceVerificationStatus
GeoreferenceRemarksgeoreferenceRemarks
FootprintWKTfootprintWKT
FootprintSpatialFitfootprintSpatialFit
- -

Darwin Core 1.4 Paleontology extension

- - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Paleontology termRecommended term
EarliestEonOrLowestEonothemearliestEonOrLowestEonothem
LatestEonOrHighestEonothemlatestEonOrHighestEonothem
EarliestEraOrLowestErathemearliestEraOrLowestErathem
LatestEraOrHighestErathemlatestEraOrHighestErathem
EarliestPeriodOrLowestSystemearliestPeriodOrLowestSystem
LatestPeriodOrHighestSystemlatestPeriodOrHighestSystem
EarliestEpochOrLowestSeriesearliestEpochOrLowestSeries
LatestEpochOrHighestSerieslatestEpochOrHighestSeries
EarliestAgeOrLowestStageearliestAgeOrLowestStage
LatestAgeOrHighestStagelatestAgeOrHighestStage
LowestBiostratigraphicZonelowestBiostratigraphicZone
HighestBiostratigraphicZonehighestBiostratigraphicZone
LithostratigraphicTermslithostratigraphicTerms
Groupgroup
Formationformation
Membermember
Bedbed
-
-
-
- -
-
-
-
-

Creative Commons License

-
-
- -
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/terms/old_versions.html b/terms/old_versions.html deleted file mode 100644 index a09b3ba..0000000 --- a/terms/old_versions.html +++ /dev/null @@ -1,2930 +0,0 @@ - - - - - - - Mapping Darwin Core to Old Versions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - - - - -
- - -

Mapping Darwin Core to Old Versions

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title:Mapping Darwin Core to Old Versions
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract: - This document is a quick reference for mappings between - elements in pre-standard Darwin Core versions and the current - Darwin Core terms. For complete historical term information, - including version changes and details on pre-standard terms, - see [HISTORY]. For a quick - reference guide to the current recommended Darwin Core terms, - see [TERMS]. -
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De - Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais - (KUNHM)
Legal:This document is governed by the standard legal, copyright, - licensing provisions and disclaimers issued by the Taxonomic - Databases Working Group.
Part of TDWG Standard: - http://www.tdwg.org/standards/450/ -
Creator:Darwin Core Task Group
Identifier: - http://rs.tdwg.org/dwc/2014-11-08/terms/history/versions/
Latest Version: - http://rs.tdwg.org/dwc/terms/history/versions/ -
Replaces: - - http://rs.tdwg.org/dwc/2013-10-22/terms/history/versions/ -
Document Status:Current Standard
-
- -

1. Introduction

Audience: This document is targeted toward - those who wish to understand how the standard Darwin Core terms are related - to previously used Darwin Core schemas. - -

Before becoming a TDWG standard, the Darwin Core was instantiated and - deployed in many different application profiles, all of them based on XML - schema. The openly developed and widely used versions of the Darwin Core - ([CLASSIC], - [MANIS], - [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]), [PALEO]) - are each compared (mapped conceptually) to the current recommended Darwin - Core terms [TERMS] in this document. Each - historical version is mapped in a separate table and can be referenced - quickly from the Mappings section below.

- -

2. Mappings

- -

2.1 Darwin Core 1.2 (Classic)
- 2.2 OBIS extension
- 2.3 Darwin Core 1.21 - (MaNIS/HerpNet/ORNIS/FishNet2)
- 2.4 Darwin Core 1.4 (Draft Standard)
- 2.5 Darwin Core 1.4 Curatorial extension
- 2.6 Darwin Core 1.4 Geospatial extension
- 2.7 Darwin Core 1.4 Paleontology extension

- -

- -

2.1 Darwin Core 1.2 (Classic)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.2 ElementRecommended Term
- DateLastModified - - dcterms:modified -
- InstitutionCode - - institutionCode -
- CollectionCode - - collectionCode -
- CatalogNumber - - catalogNumber -
- ScientificName - - scientificName -
- BasisOfRecord - - basisOfRecord -
- Kingdom - - kingdom -
- Phylum - - phylum -
- Class - - class -
- Order - - order -
- Family - - family -
- Genus - - genus -
- Species - - specificEpithet -
- Subspecies - - infraspecificEpithet -
- ScientificNameAuthor - - scientificNameAuthorship -
- IdentifiedBy - - identifiedBy -
- YearIdentified - - dateIdentified -
- MonthIdentified - - dateIdentified -
- DayIdentified - - dateIdentified -
- TypeStatus - - typeStatus -
- CollectorNumber - - recordNumber -
- FieldNumber - - fieldNumber -
- Collector - - recordedBy -
- YearCollected - - year -
- MonthCollected - - month -
- DayCollected - - day -
- JulianDay - - startDayOfYear -
- TimeOfDay - - eventTime -
- ContinentOcean - - continent -
- Country - - country -
- StateProvince - - stateProvince -
- County - - county -
- Locality - - locality -
- Longitude - - decimalLongitude -
- Latitude - - decimalLatitude -
- CoordinatePrecision - - coordinatePrecision -
- BoundingBox - - footprintWKT -
- MinimumElevation - - minimumElevationInMeters -
- MaximumElevation - - maximumElevationInMeters -
- MinimumDepth - - minimumDepthInMeters -
- MaximumDepth - - maximumDepthInMeters -
- Sex - - sex -
- PreparationType - - preparations -
- IndividualCount - - individualCount -
- PreviousCatalogNumber - - otherCatalogNumbers -
- RelationshipType - - relationshipOfResource -
- RelatedCatalogItem - - associatedOccurrences -
- Notes - - occurrenceRemarks -
- -

2.2 OBIS extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OBIS ElementRecommended Term
- RecordURL - - dcterms:references -
- Source - - dcterms:bibliographicCitation -
- Citation - - dcterms:bibliographicCitation -
- Subgenus - - subgenus -
- StartYearCollected - - eventDate -
- EndYearCollected - - eventDate -
- StartMonthCollected - - eventDate -
- EndMonthCollected - - eventDate -
- StartDayCollected - - eventDate -
- EndDayCollected - - eventDate -
- StartJulianDay - - startDayOfYear -
- EndJulianDay - - endDayOfYear -
- StartTimeOfDay - - eventTime -
- EndTimeOfDay - - eventTime -
- TimeZone - - eventTime -
- StartLongitude - - footprintWKT -
- EndLongitude - - footprintWKT -
- StartLatitude - - footprintWKT -
- EndLatitude - - footprintWKT -
- Start_EndCoordinatePrecision - - coordinateUncertaintyInMeters -
- DepthRange - - verbatimDepth -
- Temperature - - dynamicProperties -
- Lifestage - - lifeStage -
- ObservedIndividualCount - - individualCount -
- SampleSize - - dynamicProperties -
- ObservedWeight - - dynamicProperties -
- GMLFeature - - footprintWKT -
- -

2.3 Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.21 ElementRecommended Term
- DateLastModified - - dcterms:modified -
- BasisOfRecord - - basisOfRecord -
- InstitutionCode - - institutionCode -
- CollectionCode - - collectionCode -
- CatalogNumberText - - catalogNumber -
- CatalogNumberNumeric - - catalogNumber -
- Collector - - recordedBy -
- CollectorNumber - - recordNumber -
- FieldNumber - - fieldNumber -
- YearCollected - - year -
- MonthCollected - - month -
- DayCollected - - day -
- TimeCollected - - eventTime -
- VerbatimCollectingDate - - verbatimEventDate -
- FieldNotes - - fieldNotes -
- JulianDay - - startDayOfYear -
- HigherGeography - - higherGeography -
- ContinentOcean - - continent -
- IslandGroup - - islandGroup -
- Island - - island -
- Country - - country -
- StateProvince - - stateProvince -
- County - - county -
- Locality - - locality -
- DecimalLatitude - - decimalLatitude -
- DecimalLongitude - - decimalLongitude -
- HorizontalDatum - - geodeticDatum -
- OriginalCoordinateSystem - - verbatimCoordinateSystem -
- VerbatimLatitude - - verbatimLatitude -
- VerbatimLongitude - - verbatimLongitude -
- GeorefMethod - - georeferenceProtocol -
- CoordinateUncertaintyInMeters - - coordinateUncertaintyInMeters -
- LatLongComments - - georeferenceRemarks -
- BoundingBox - - footprintWKT -
- MinimumElevationInMeters - - minimumElevationInMeters -
- MaximumElevationInMeters - - maximumElevationInMeters -
- VerbatimElevation - - verbatimElevation -
- MinimumDepthInMeters - - minimumDepthInMeters -
- MaximumDepthInMeters - - maximumDepthInMeters -
- VerbatimDepth - - verbatimDepth -
- ScientificName - - scientificName -
- HigherTaxon - - higherClassification -
- Kingdom - - kingdom -
- Phylum - - phylum -
- Class - - class -
- Order - - order -
- Family - - family -
- Genus - - genus -
- Species - - specificEpithet -
- Subspecies - - infraspecificEpithet -
- ScientificNameAuthor - - scientificNameAuthorship -
- IdentifiedBy - - identifiedBy -
- IdentificationModifier - - identificationQualifier -
- YearIdentified - - dateIdentified -
- MonthIdentified - - dateIdentified -
- DayIdentified - - dateIdentified -
- TypeStatus - - typeStatus -
- Sex - - sex -
- Preparations - - preparations -
- Tissues - - preparations -
- IndividualCount - - individualCount -
- AgeClass - - lifeStage -
- GenBankNum - - associatedSequences -
- OtherCatalogNumbers - - otherCatalogNumbers -
- RelatedCatalogedItems - - associatedOccurrences -
- Remarks - - occurrenceRemarks -
- -

2.4 Darwin Core 1.4 (Draft Standard)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 ElementRecommended Term
- GlobalUniqueIdentifier - - occurrenceID -
- DateLastModified - - dcterms:modified -
- BasisOfRecord - - basisOfRecord -
- InstitutionCode - - institutionCode -
- CollectionCode - - collectionCode -
- CatalogNumber - - catalogNumber -
- InformationWithheld - - informationWithheld -
- Remarks - - occurrenceRemarks -
- ScientificName - - scientificName -
- HigherTaxon - - higherClassification -
- Kingdom - - kingdom -
- Phylum - - phylum -
- Class - - class -
- Order - - order -
- Family - - family -
- Genus - - genus -
- SpecificEpithet - - specificEpithet -
- InfraspecificRank - - taxonRank -
- InfraspecificEpithet - - infraspecificEpithet -
- AuthorYearOfScientificName - - scientificNameAuthorship -
- NomenclaturalCode - - nomenclaturalCode -
- IdentificationQualifier - - identificationQualifier -
- HigherGeography - - higherGeography -
- Continent - - continent -
- WaterBody - - waterBody -
- IslandGroup - - islandGroup -
- Island - - island -
- Country - - country -
- StateProvince - - stateProvince -
- County - - county -
- Locality - - locality -
- MinimumElevationInMeters - - minimumElevationInMeters -
- MaximumElevationInMeters - - maximumElevationInMeters -
- MinimumDepthInMeters - - minimumDepthInMeters -
- MaximumDepthInMeters - - maximumDepthInMeters -
- CollectingMethod - - samplingProtocol -
- ValidDistributionFlag - - establishmentMeans -
- EarliestDateCollected - - eventDate -
- LatestDateCollected - - eventDate -
- DayOfYear - - startDayOfYear -
- Collector - - recordedBy -
- Sex - - sex -
- LifeStage - - lifeStage -
- Attributes - - dynamicProperties -
- ImageURL - - associatedMedia -
- RelatedInformation - - dcterms:references -
- -

2.5 Darwin Core 1.4 Curatorial extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Curatorial ElementRecommended Term
- CatalogNumberNumeric - - catalogNumber -
- IdentifiedBy - - identifiedBy -
- DateIdentified - - dateIdentified -
- CollectorNumber - - recordNumber -
- FieldNumber - - fieldNumber -
- FieldNotes - - fieldNotes -
- VerbatimCollectingDate - - verbatimEventDate -
- VerbatimElevation - - verbatimElevation -
- VerbatimDepth - - verbatimDepth -
- Preparations - - preparations -
- TypeStatus - - typeStatus -
- GenBankNumber - - associatedSequences -
- OtherCatalogNumbers - - otherCatalogNumbers -
- RelatedCatalogedItems - - associatedOccurrences -
- Disposition - - disposition -
- IndividualCount - - individualCount -
- -

2.6 Darwin Core 1.4 Geospatial extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Geospatial ElementRecommended Term
- DecimalLatitude - - decimalLatitude -
- DecimalLongitude - - decimalLongitude -
- GeodeticDatum - - geodeticDatum -
- CoordinateUncertaintyInMeters - - coordinateUncertaintyInMeters -
- PointRadiusSpatialFit - - pointRadiusSpatialFit -
- VerbatimCoordinates - - verbatimCoordinates -
- VerbatimLatitude - - verbatimLatitude -
- VerbatimLongitude - - verbatimLongitude -
- VerbatimCoordinateSystem - - verbatimCoordinateSystem -
- GeoreferenceProtocol - - georeferenceProtocol -
- GeoreferenceSources - - georeferenceSources -
- GeoreferenceVerificationStatus - - georeferenceVerificationStatus -
- GeoreferenceRemarks - - georeferenceRemarks -
- FootprintWKT - - footprintWKT -
- FootprintSpatialFit - - footprintSpatialFit -
- -

2.7 Darwin Core 1.4 Paleontology extension

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Darwin Core 1.4 Paleontology ElementRecommended Term
- EarliestEonOrLowestEonothem - - earliestEonOrLowestEonothem -
- LatestEonOrHighestEonothem - - latestEonOrHighestEonothem -
- EarliestEraOrLowestErathem - - earliestEraOrLowestErathem -
- LatestEraOrHighestErathem - - latestEraOrHighestErathem -
- EarliestPeriodOrLowestSystem - - earliestPeriodOrLowestSystem -
- LatestPeriodOrHighestSystem - - latestPeriodOrHighestSystem -
- EarliestEpochOrLowestSeries - - earliestEpochOrLowestSeries -
- LatestEpochOrHighestSeries - - latestEpochOrHighestSeries -
- EarliestAgeOrLowestStage - - earliestAgeOrLowestStage -
- LatestAgeOrHighestStage - - latestAgeOrHighestStage -
- LowestBiostratigraphicZone - - lowestBiostratigraphicZone -
- HighestBiostratigraphicZone - - highestBiostratigraphicZone -
- LithostratigraphicTerms - - lithostratigraphicTerms -
- Group - - group -
- Formation - - formation -
- Member - - member -
- Bed - - bed -
-
- - -

Except where otherwise noted, content on this site is licensed under a - Creative - Commons Attribution 4.0 International License.

- -

Creative Commons License Copyright 2011-2014 - - Biodiversity Information Standards - TDWG - Contact Us
- -

- - \ No newline at end of file diff --git a/terms/terms.md b/terms/terms.md deleted file mode 100644 index 13dfe4d..0000000 --- a/terms/terms.md +++ /dev/null @@ -1,701 +0,0 @@ -## Darwin Core terms - -These pages provide a list of all of the current terms of the Darwin core. The terms are organized by categories (nodes) in the index. The categories correspond to Darwin Core terms that are classes (terms that have other terms to describe them). The terms that describe a given class (the class properties) appear within the list inside the node for the Class. The links provided by term names open to pages with further discussions about those terms. - -## Record level terms - -**Quick reference**: - -### dcterms:language - -**Quick reference**: - -As of 2012-04-11, the Dublin Core metadata Initiative recommends the use of a controlled vocabulary such as RFC 4646. For Darwin Core, the latest RFC for ISO 639-1 is the recommended version (RFC 5646 as of 2012-04-11). - -Further documentation on the Internet Engineering Task Force (IETF) language codes can be found at . - -A list of language codes can be found at . - -### basisOfRecord - -**Quick reference**: - -The `basisOfRecord` is meant to express the category of the source of information in a record. It is more specific than the `dcterms:type` term, which expresses the Dublin Core resource type (`PhysicalObject`, `Event`, `StillImage`, `MovingImage`, `Sound`, etc.) of a record. The values listed here are string literal versions of the formal Darwin Core Type Vocabulary () that can be represented by URIs, which should be used when appropriate, such as in RDF. For example, use - -```xml - -``` - -rather than - -```xml -PreservedSpecimen -``` - -(where `xmlns:dwc="http://rs.tdwg.org/dwc/terms/"`). - -The recommended `basisOfRecord` controlled vocabulary includes: - -Term | Definition ---- | --- -Occurrence | A resource describing an instance of the Occurrence class. -Event | A non-persistent, time-based occurrence. For Darwin Core, a resource describing an instance of the Event class. -Location | A resource describing an instance of the Location class. -Taxon | A resource describing an instance of the Taxon class. -PreservedSpecimen | A resource describing a preserved specimen. -FossilSpecimen | A resource describing a fossilized specimen. -LivingSpecimen | A resource describing a living specimen. -HumanObservation | A resource describing an observation made by one or more people. -MachineObservation | A resource describing an observation made by a machine. -MaterialSample | A resource describing a material sample. -NomenclaturalChecklist | A resource describing a nomenclatural checklist. - -See also the [Type Vocabulary Terms](DwCTypeVocabulary) page for further discussion and elaborated definitions of the Darwin Core Type Vocabulary terms. - -### dynamicProperties - -**Quick reference**: - -JSON is a natural fit for the structured content of the `dynamicProperties` field. Following is an example of how one might encode standard mammal measurements using JSON: - -```json -{ - "totalLengthInMM":"150", - "tailLengthInMM":"40", - "hindFootLengthInMM":"12", - "earLengthInMM":"5", - "weightInGrams":"120" -} -``` - -## Occurrence terms - -**Quick reference**: - -### occurrenceID - -**Quick reference**: - -The `occurrenceID` is supposed to (globally and persistently) uniquely identify an object or act establishing an Occurrence, whether it is a specimen-based occurrence, a one-time observation of a species at a location, or one of many -occurrences of an individual who is being tracked, monitored, or -recaptured. - -### catalogNumber - -**Quick reference**: - -`catalogNumber` is an unfortunate name for this term because it suggests a -catalog, which suggests a specimen. The definition tries to ameliorate -the potential bias by saying that it is a number to identify an -occurrence record within a data set or collection. So, it could be a -specimen catalog number or it could be a unique identifier for a -record within an observation or animal movement data set. - -### recordedBy - -**Quick reference**: - -For observations this is the equivalent of the observer or observers. - -For specimens this is the equivalent of the name of a collector, or list of names of collectors. If there is more than one person (or any other collecting agent) associated with the specimen, the one whose recordNumber (see below) is recorded should appear first in the list. The names in the list should be separated by a character that unambiguously distinguishes them from each other, for example, a semi-colon `;`. - -### recordNumber - -**Quick reference**: - -For specimens this is the equivalent of a collector's number - the identifier given by the collector to a specimen or sample in the field and which is likely to have been written in associated field notes. The same idea applies to original numbers applied to any observation or sample in the field, though the terminology in a given discipline might be distinct. The recordNumber isn't the same as the `catalogNumber`, which is usually only applied once the specimen gets accessioned into a collection. - -### individualID - -**Quick reference**: - -`individualID` is meant for any records that need to identify -individuals for whom there may be more than one record. Banded birds, -marine mammal photos allowing individual identification, individual -trees resampled overtime, periodic biopsies on the same individuals, -etc. could all use this term to group the records corresponding to -individuals. - -### sex - -**Quick reference**: - -The recommended controlled vocabulary includes: - -``` -unknowable -undetermined -female -male -hermaphrodite -gynandromorph -``` - -### lifeStage - -**Quick reference**: - -The recommended controlled vocabulary includes: - -``` -zygote -embryo -larva -juvenile -adult -sporophyte -spore -gametophyte -gamete -pupa -``` - -### establishmentMeans - -**Quick reference**: - -The recommended controlled vocabulary includes: - -``` -native -introduced -naturalised -invasive -managed -uncertain -``` - -### occurrenceStatus - -**Quick reference**: - -The recommended controlled vocabulary includes: - -Value | Usage ---- | --- -present[^1] | There is at least one well documented record of the taxon's presence in the area. -absent[^1] | There is evidence to document the absence of a taxon in the area. -common | The taxon has been observed frequently in the area. -irregular | The presence of the taxon varies episodically in the area. -rare | The taxon has been observed infrequently in the area. -doubtful | The taxon is presumed present in the area, but there is doubt over the evidence, including taxonomic or geographic imprecision in the records. - -[^1]: Use only `present` or `absent` as the possible values for `occurrenceStatus` of particular Events. It should be considered critical to include this term with the value `absent` for Occurrence records that document that a particular Taxon was not present during an event. Other values of the vocabulary are permissible for taxon distribution records. - -### associatedSequences - -A semicolon delimited list of sequence identifiers with an optional prefix to indicate their origin. If the prefix is omitted it should be a well known identifier format from one of the INSDC databases (International Nucleotide Sequence Database Collaboration), see - -Examples would be: - -``` -AB425960;AB425963;DQ286547 -``` - -For other sequence identifiers a prefix indicating the source or a full URL is desirable. The individual INSDC sequence read archives should be prefixed with the following: - - * SRA: NCBI Sequence Read Archive - * DRA: DDBJ Sequence Read Archive - * ERA: EMBL Sequence Read Archive - -## MaterialSample terms - -**Quick reference**: - -### materialSampleID - -**Quick reference**: - -The `materialSampleID` is supposed to (globally) uniquely identify a material sample, not a particular digital artefact of a material sample. - -## Event terms - -**Quick reference**: - -### eventDate - -**Quick reference**: - -The `eventDate` term can be used to capture specific dates at various levels of resolution as well as periods of time with distinct beginnings and endings. It is for this reason that the legacy beginning and ending dates were not retained from previous versions of Darwin Core. Note that eventDate cannot be used to capture information about events on geological time scales. To do so, use the terms in the [GeologicalContext](, but here are some examples: - -date | ISO 8601 date ---- | --- -year only | 2010 -year and month | 2010-01 -year, month, and day | 2010-01-17 -year, month, day, and UTC time | 2010-01-17T09:26Z -year, month, day, and local time | 2010-01-17T09:33:59-0300 -interval between years | 2009/2010 -interval between months | 2009-02/2010-01 -interval between months | 2009-02/10 -interval between days | 2009-02-12/2009-10-08 -interval between times on one day | 2010-01-17T12:26Z/12:52:17Z -interval between times on different days | 1963-03-08T14:07-0600/1971-08-03T06:00-0000 - -It is not possible to render a month without a year, or a day without a month and year, or other vague or partial dates and times such as `spring 2010`. Dates such as these should be captured in the `verbatimEventDate`. - -### eventTime - -**Quick reference**: - -Further explanation of the International Standards Organization standard ISO 8601 can be found at . - -### habitat - -**Quick reference**: - -The Environment Ontology (ENVO, ) provides a granular way of referring to the environment in which an organism lives than is currently possible with the Darwin Core habitat term alone. In addition to `habitat` (), ENVO provides three broad classifications for environment - biome, feature, and material. For example, in describing the environment inhabited by a particular individual bird, we would describe the material as `air` (), the feature as `flood meadow` (), and the biome as `flooded grassland biome` (). Microbial communities may be more significantly affected by their environmental material than a bird, as the microbe more directly interacts on this scale. The advantage of integrating Darwin Core with ENVO is that it provides a mechanism for integrating environmental descriptions for a broad range of species. Further, ENVO provides distinct URIs that can be used to denote the exact material, feature, or biome in question, making the content more semantically precise. Thus, it is recommended that the value of the Darwin Core habitat property be selected from the ENVO habitat class. For publishing using Darwin Core Archives, the ENVO label for the term should be used, e.g., `brackish water habitat` while, if publishing the data in RDF, the URI should be used. It is also recommended that Darwin Core include three new properties (environmental material, environmental feature, and biome), the recommended vocabulary for which should be from the equivalent ENVO classes. - -## GeologicalContext terms - -**Quick reference**: - -## Location terms - -***Quick reference**: - -### Geographic terms - -A good reference for place names is the Getty Thesaurus of Geographic Names (TGN), which can be found at . - -Administrative boundary files can be obtained from the Global Administrative Areas (GADM) data set at . - -MARC records for geographic names, including URIs, can be found at . - -GBIF maintains a list of named area standards and how to use them as a `dwc:locationID` at - -#### locationID - -**Quick reference**: - -A `locationID` should identify the specific locality. - -It can be used to refer to known named areas from external vocabularies such as the TDWG World Geographical Scheme for Recording Plant Distributions. GBIF maintains a list of named area standards and how to use them as a `dwc:locationID`: - -#### higherGeography - -**Quick reference**: - -The term `higherGeography` is meant to allow the capture of information about geographic features that are not in the standard admnistrative terms (`continent`, `country`, `countryCode`, `stateProvince`, `county`, `municipality`, `waterBody`, `islandGroup`, `island`) as well as the verbatim original data for those same terms. A common use of `higherGeography`, therefore, is to share information about a protected area, where that information reside in a field in the original data rather than in the locality field. - -Example: `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`. - -#### continent - -**Quick reference**: - -Standard continents and their codes can be found at . - -#### countryCode - -**Quick reference**: - -The official list of ISO 3166-1-alpha-2 country codes can be found at . - -#### stateProvince - -**Quick reference**: - -The name of this term is not meant to limit its content to the names of states or provinces. The term name is a legacy from the original version of the Darwin Core. Despite the term's name, the content has always been intended to include the name of a first-level administrative subdivision of a country. - -#### county - -**Quick reference**: - -The name of this term is not meant to limit its content to the names of counties. The term name is a legacy from the original version of the Darwin Core. Despite the term's name, the content has always been intended to include the name of a second-level administrative subdivision of a country. - -#### municipality - -**Quick reference**: - -The name of this term is not meant to limit its content to names of municipalities. Instead, it is intended to include the name of a third-level administrative subdivision of a country. - -### Verbatim coordinate terms - -The terms beginning with `verbatim` are meant to capture the original record of the coordinates of the Location. `verbatimCoordinates` is meant to capture coordinates that have not or cannot be separated into the `verbatimLatitude` and `verbatimLongitude`. If the coordinates can be separated, they should be, since there is less chance to misinterpret the content. The `verbatimCoordinateSystem` and the `verbatimSRS` both refer to the values in `verbatimLatitude` and `verbatimLongitude`, or to the value in `verbatimCoordinates`. - -#### verbatimLatitude, verbatimLongitude - -**Quick reference**: - -**Quick reference**: - -These terms are meant to capture the original coordinates for the Location in their original format. If possible, these coordinates should also be translated into the combination of `decimalLatitude`, `decimalLongitude`, `geodeticDatum`, and `coordinateUncertaintyInMeters`, but only if you really know what you are doing - coordinate transformations can be challenging. Use these two verbatim fields to capture coordinates in systems such as UTM, providing the spatial reference system for them in the `verbatimSRS`. If the original spatial information is an area (for example, a grid cell or a protected area polygon), use the `footprintWKT` and the `footprintSRS` to capture the complete area information. - -#### verbatimCoordinateSystem - -**Quick reference**: - -The `verbatimCoordinateSystem` term is meant to help with the interpretation of the values given in `verbatimLatitude` and `verbatimLongitude`, or `verbatimCoordinates`. - -The recommended controlled vocabulary includes: - -``` -decimal degrees -degrees decimal minutes -degrees minutes seconds -UTM -CRTM -``` - -UTM refers to Universal Transverse Mercator. CRTM refers to Costa Rica Transverse Mercator. - -For verbatim coordinates given in degrees, or degrees and minutes, use `degrees minutes seconds`. - -#### verbatimSRS - -**Quick reference**: - -This term refers only to the values given in `verbatimLatitude` and `verbatimLongitude`, or `verbatimCoordinates`, but the recommended best practice is the same as for `geodeticDatum`, below. - -### Georeference terms - -Further detailed explanations of the terms associated with georeferences (spatial descriptions of place using points, circles, lines, polygons, etc.) can be found in the Guide to Best Practices for Georeferencing . - -#### decimalLatitude, decimalLongitude - -**Quick reference**: - -**Quick reference**: - -`decimalLatitude` and `decimalLongitude` are always in decimal degrees. The Spatial Reference System for these coordinates must be given in the `geodeticDatum` term. Other types of original coordinates, such as UTM, should be given in one or both of the following combinations: - -``` -verbatimLatitude, verbatimLongitude, verbatimSRS -``` - -or - -``` -footprintWKT, footprintSRS -``` - -#### geodeticDatum - -**Quick reference**: - -Ideally one should use a standard European Petroleum Survey Group (EPSG) code to a Spatial Reference System as a value for this term. The recommended controlled vocabulary is to use a value consisting of the string `EPSG:` followed by a valid EPSG code corresponding to the spatial reference system used for the geographic coordinates in the terms `decimalLatitude` and `decimalLongitude`. - -A good resource for determining the EPSG code from the Datum name can be found at . - -Some common EPSG codes and the Datums they use can be found in the following table: - -EPSG code | Datum ---- | --- -EPSG:4326 | WGS84 -EPSG:4269 | NAD83 -EPSG:4267 | NAD27 - -If you don't know the details of the SRS, then it is permissible to provide the name or code of the geodetic datum for the `decimalLatitude` and `decimalLongitude` coordinates. Sometimes this information is not on the original source (such as a map), while an ellipsoid name is given. In this case, provide the name of the ellipsoid. If the spatial reference system, datum, or ellipsoid are not known, use the value `unknown` for this term. - -A good reference for datum and ellipsoid names is - -#### georeferenceProtocol - -**Quick reference**: - -It is recommended to give a citation (publication or URL) to the resource describing the methods used to determine the georeference (coordinates AND uncertainty, or footprint). Good resources on methods include: - -1. Chapman, A.D. and J. Wieczorek (eds). 2006. Guide to Best Practices for Georeferencing. Copenhagen: Global Biodiversity Information Facility. Accessible from -2. MaNIS/HerpNet/ORNIS Georeferencing Guidelines.(HTML) Accessible from -3. Georeferencing Quick Reference Guide. (PDF) Accessible from - -#### georeferenceVerificationStatus - -**Quick reference**: - -The recommended controlled vocabulary includes: - -``` -unverified -verified by data custodian -verified by contributor -``` - -The data contributor is the agent who participated in the Event that produced the Location. Verification by the contributor means that the georeference as recorded is correct and as specific as it can be based on the contributor's personal knowledge of the event and location. - -The data custodian is the agent responsible for the management of the primary source of the record. Verification by the data custodian means that the georeference as recorded is correct and as specific as it can be based on the all of the resources at the disposal of the agent (field notes, maps, labels) in the absence of verification by the contributor. - -All other georeferences, those produced without consulting all existing primary sources, should be `unverified`. - -#### footprintSRS - -**Quick reference**: - -The specification for constructing Spatial Reference Systems in WKT can be found at . Following are some example WKT renditions of common Spatial Reference Systems: - -WGS84: - -``` -GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]] -``` - -NAD27: - -``` -GEOGCS["NAD27",DATUM["NORTH_AMERICAN_DATUM_1927",SPHEROID["CLARKE 1866",6378206.4,294.9786982138982]],PRIMEM["Greenwich",0],UNIT["Degree",0.01745329251994283]] -``` - -## Identification terms - -**Quick reference**: - -### dateIdentified - -**Quick reference**: - -Further explanation of the International Standards Organization standard ISO 8601 can be found at . - -### typeStatus - -**Quick reference**: - -The recommended controlled vocabulary for the status portion of the content of the `typeStatus` term includes: - -``` -holotype -paratype -neotype -syntype -lectotype -paralectotype -hapantotype -``` - -## Taxon Terms - -**Quick reference**: - -### higherClassification - -**Quick reference**: - -The typical use for this term is to capture the rank-ordered list of names in a classification for a given `scientificName`. Thus, if `scientificName` with the rank `species` is given, then the `higherClassification` would normally contain the list of names in the classification from kingdom to genus, inclusive. - -**Example**: - -scientificName: `Ctenomys sociabilis` (rank: `species`) - -higherClassification: - -``` -Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria;Rodentia;Hystricognatha;Hystricognathi;Ctenomyidae;Ctenomyini;Ctenomys -``` - -### infraspecificEpithet - -**Quick reference**: - -The `infraspecificEpithet` should only be the terminal name part - the part of the name with the lowest or most specific rank. Thus, given the `scientificName` `Carex viridula subsp. brachyrrhyncha var. elatior`, the atomized Taxon terms for this name would be: - -genus: `Carex` - -specificEpithet: `viridula` - -infraspecificEpithet: `elatior` - -taxonRank: `varietas` - -scientificNameAuthorship: `(Schltdl.) Crins` - -Ideally the scientific name would include the authorship and have three parts to comply with the nomenclatural code (ICBN in this case): - -``` -Carex viridula var. elatior (Schltdl.) Crins -``` - -### nameAccordingToID, nameAccordingTo - -**Quick reference**: - -**Quick reference**: - -If no `nameAccordingTo` or `nameAccordingToID` is given explicitly given for a Taxon record, the "nominal concept" as defined by TCS should be assumed. In most cases, the `nameAccordingTo` will refer to a publication, but it may also refer to other sources, such as single-copy documents and other documented taxon concept definitions asserted by an individual, institution, or team of individuals. - -### nomenclaturalCode - -**Quick reference**: - -The GBIF recommended controlled value vocabulary can be found at and include the following: - -Value | Comment | ---- | --- -BioCode | -ICBN | International Code of Botanical Nomenclature -ICNB | International Code of Nomenclature of Bacteria -ICNCP | International Code of Nomenclature for Cultivated Plants -ICZN | International Code of Zoological Nomenclature -ICVCN | International Code of Virus Classifications and Nomenclature - -Combinations of codes for ambiregnal names should be made by concatenating the codes, separated by a semi-colon (`;`). Example: `ICZN; ICBN` - -See also the discussion at . - -### originalNameUsageID, originalNameUsage - -**Quick reference**: - -**Quick reference**: - -* For an original name usage record, the `nameAccordingTo` value should match the `namePublishedIn` value. -* A description of basionym and basonym can be found at . -* Good examples for synonyms, basionyms, replaced names, etc. can be found in . - -### scientificName - -**Quick reference**: - -In an Occurrence record, the `scientificName` (and associated taxon fields) should be populated at the source based on the identification (determination) currently accepted by the institution maintaining the original record (usually, but not necessarily, the latest determination). - -### taxonomicStatus - -**Quick reference**: - -The GBIF recommended controlled value vocabulary can be found at and includes the following: - -Value | Comment ---- | --- -accepted | botanical -valid | zoological -synonym | unknown if homo- or heterotypic -homotypic synonym | objective -heterotypic synonym | subjective -proParteSynonym |s ome series members assigned to new type -misapplied | - -See also the discussion at . - -### taxonRank - -**Quick reference**: - -The GBIF recommended controlled value vocabulary can be found at and includes the following: - -English | Latin ---- | --- -kingdom | regnum -subkingdom | subregnum -division or phylum | divisio or phylum -subdivision or subphylum | subdivisio or subphylum -class | classis -subclass | subclassis -order | ordo -suborder | subordo -family | familia -subfamily | subfamilia -tribe | tribus -subtribe | subtribus -genus | genus -subgenus | subgenus -section | sectio -subsection | subsectio -series | series -subseries | subseries -species | species -subspecies | subspecies -variety | varietas -subvariety | subvarietas -form | forma -subform | subforma - -See also the discussion at . - -## ResourceRelationship terms - -**Quick reference**: - -### relationshipEstablishedDate - -**Quick reference**: - -Further explanation of the International Standards Organization standard ISO 8601 can be found at . - -## MeasurementOrFact terms - -**Quick reference**: - -### measurementUnit - -**Quick reference**: - -An explanation of the International System of Units can be found at . - -### measurementDeterminedDate - -**Quick reference**: - -Further explanation of the International Standards Organization standard ISO 8601 can be found at . - -## Type vocabulary terms - -The Type Vocabulary used in Darwin Core consists of two parts, vocabulary to describe the record in terms consistent with the Dublin Core Type vocabulary (using the `dcterms:type` term) and vocabulary to describe the specific biodiversity-related content for a record (using the `basisOfRecord` term). - -### dcterms:type - -The list of valid values for the `dcterms:type` include: - -``` -PhysicalObject -StillImage -MovingImage -Sound -Event -``` - -`dcterms` designates the namespace for the Dublin Core terms, which is . - -### basisOfRecord - -The list of valid values for the `basisOfRecord` include: - -``` -Occurrence -MaterialSample -Event -Location -Taxon -PreservedSpecimen -FossilSpecimen -LivingSpecimen -HumanObservation -MachineObservation -NomenclaturalChecklist -`` - -#### PreservedSpecimen - -**Quick reference**: - -There is (or was at one time) a preserved physical part of the organism (however small) that could be re-evaluated. The organism is preserved (dead) but was living within historic times. - -#### MaterialSample - -**Quick reference**: - -There is (or was at one time) physical material collected using a sampling or subsampling method. - -#### FossilSpecimen - -**Quick reference**: - -There is (or was at one time) a preserved physical part of the organism that could be re-evaluated. The organism was living within prehistoric times. - -#### LivingSpecimen - -**Quick reference**: - -There is a specimen available. The specimen was living (growing/metabolizing, not a dormant part of a PreservedSpecimen), at least when the resource was created. - -#### HumanObservation - -**Quick reference**: - -The occurrence was documented without collected physical or digital evidence that could be re-evaluated. - -#### MachineObservation - -**Quick reference**: - -The occurrence was documented with machine-recorded evidence that could be re-evaluated, such as photographs (camera-trap or hand-held camera), video, or sound recordings.