diff --git a/DarwinCore_files/javascript_757c080409.js b/DarwinCore_files/javascript_757c080409.js index 56f7639..3984369 100644 --- a/DarwinCore_files/javascript_757c080409.js +++ b/DarwinCore_files/javascript_757c080409.js @@ -1,11 +1,11 @@ - - var browserName = navigator.appName; - var browserVer = parseInt(navigator.appVersion); - var version = ""; - var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4); - if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";} - // Blurring links: - function blurLink(theObject) { // - if (msie4) {theObject.blur();} - } + + var browserName = navigator.appName; + var browserVer = parseInt(navigator.appVersion); + var version = ""; + var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4); + if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";} + // Blurring links: + function blurLink(theObject) { // + if (msie4) {theObject.blur();} + } \ No newline at end of file diff --git a/examples/rdfa_content/rdfa2rdf.py b/examples/rdfa_content/rdfa2rdf.py index d84dd5a..17b8366 100644 --- a/examples/rdfa_content/rdfa2rdf.py +++ b/examples/rdfa_content/rdfa2rdf.py @@ -1,22 +1,22 @@ -''' -Very simple example of an RDFa to RDF converter. - -Requires RDFLib from http://code.google.com/p/rdflib/ -''' - -import sys -import logging -from rdflib import ConjunctiveGraph - -logging.basicConfig(level=logging.INFO) -if len(sys.argv) < 2: - logging.info('Usage: rdfa2rdf ') - sys.exit() -try: - g = ConjunctiveGraph() - res = g.parse(sys.argv[1], format='rdfa') - print g.serialize() -except Exception,e: - logging.error('Exception raised: %s' % str(e)) - +''' +Very simple example of an RDFa to RDF converter. + +Requires RDFLib from http://code.google.com/p/rdflib/ +''' + +import sys +import logging +from rdflib import ConjunctiveGraph + +logging.basicConfig(level=logging.INFO) +if len(sys.argv) < 2: + logging.info('Usage: rdfa2rdf ') + sys.exit() +try: + g = ConjunctiveGraph() + res = g.parse(sys.argv[1], format='rdfa') + print g.serialize() +except Exception,e: + logging.error('Exception raised: %s' % str(e)) + \ No newline at end of file diff --git a/examples/rdfa_content/sciname_1.html b/examples/rdfa_content/sciname_1.html index d720e53..8f0a797 100644 --- a/examples/rdfa_content/sciname_1.html +++ b/examples/rdfa_content/sciname_1.html @@ -1,22 +1,22 @@ - - - - -Scientific Name in RDFa - - - - - -

This example shows how to tag a scientific name with RDFa markup so that a - parser can recognize that the string -Bufo marinus -as a scientific name, and the string "Bufonidae -is a family name, but there is no statement that B. marinus is a -member of the family Bufonidae.

- - + + + + +Scientific Name in RDFa + + + + + +

This example shows how to tag a scientific name with RDFa markup so that a + parser can recognize that the string +Bufo marinus +as a scientific name, and the string "Bufonidae +is a family name, but there is no statement that B. marinus is a +member of the family Bufonidae.

+ + diff --git a/examples/rdfa_content/sciname_2.html b/examples/rdfa_content/sciname_2.html index b6244d1..8d23969 100644 --- a/examples/rdfa_content/sciname_2.html +++ b/examples/rdfa_content/sciname_2.html @@ -1,25 +1,25 @@ - - - - -Scientific Name in RDFa - - - - - -

This example shows how to tag a scientific name with RDFa markup so that a - parser can recognize that the string - -Bufo marinus -as a scientific name, and the string "Bufonidae -is a family name, and since both terms form part of a Darwin Core record, -infers that Bufonidae is the family name for entity named "#name1" and -"Bufo marinus" is the scientific name.

- - + + + + +Scientific Name in RDFa + + + + + +

This example shows how to tag a scientific name with RDFa markup so that a + parser can recognize that the string + +Bufo marinus +as a scientific name, and the string "Bufonidae +is a family name, and since both terms form part of a Darwin Core record, +infers that Bufonidae is the family name for entity named "#name1" and +"Bufo marinus" is the scientific name.

+ + diff --git a/examples/rdfa_content/sciname_location.html b/examples/rdfa_content/sciname_location.html index a4b4c7c..aec1594 100644 --- a/examples/rdfa_content/sciname_location.html +++ b/examples/rdfa_content/sciname_location.html @@ -1,37 +1,37 @@ - - - - -Observation in RDFa - - - - - -

This example document contains a record of an observation tagged with an lsid of xxx - - that includes the scientific name - Bufo marinus, - - - - a geographic location of - - longitude - 152.725067 - east, latitude - -25.273262, - - and a time of - - 9:32 in the morning of the 12th of November. - -

- - + + + + +Observation in RDFa + + + + + +

This example document contains a record of an observation tagged with an lsid of xxx + + that includes the scientific name + Bufo marinus, + + + + a geographic location of + + longitude + 152.725067 + east, latitude + -25.273262, + + and a time of + + 9:32 in the morning of the 12th of November. + +

+ + diff --git a/examples/xml/example_checklist.xml b/examples/xml/example_checklist.xml index ff73331..51a6b32 100644 --- a/examples/xml/example_checklist.xml +++ b/examples/xml/example_checklist.xml @@ -1,21 +1,21 @@ - - - - 12345678 - 5432-fc43-432 - cgbers-xydw786 - 2001-03-21 - - - - 5432-fc43-432 - Robertsonus timmus - 1978-06-11 - - - + + + + 12345678 + 5432-fc43-432 + cgbers-xydw786 + 2001-03-21 + + + + 5432-fc43-432 + Robertsonus timmus + 1978-06-11 + + + diff --git a/examples/xml/example_flat.xml b/examples/xml/example_flat.xml index 78e7e56..c832201 100644 --- a/examples/xml/example_flat.xml +++ b/examples/xml/example_flat.xml @@ -1,17 +1,17 @@ - - - - - 12345678 - - few - - - FossilSpecimen - - + + + + + 12345678 + + few + + + FossilSpecimen + + diff --git a/examples/xml/example_normalised.xml b/examples/xml/example_normalised.xml index ff73331..51a6b32 100644 --- a/examples/xml/example_normalised.xml +++ b/examples/xml/example_normalised.xml @@ -1,21 +1,21 @@ - - - - 12345678 - 5432-fc43-432 - cgbers-xydw786 - 2001-03-21 - - - - 5432-fc43-432 - Robertsonus timmus - 1978-06-11 - - - + + + + 12345678 + 5432-fc43-432 + cgbers-xydw786 + 2001-03-21 + + + + 5432-fc43-432 + Robertsonus timmus + 1978-06-11 + + + diff --git a/examples/xml/example_related.xml b/examples/xml/example_related.xml index ff73331..51a6b32 100644 --- a/examples/xml/example_related.xml +++ b/examples/xml/example_related.xml @@ -1,21 +1,21 @@ - - - - 12345678 - 5432-fc43-432 - cgbers-xydw786 - 2001-03-21 - - - - 5432-fc43-432 - Robertsonus timmus - 1978-06-11 - - - + + + + 12345678 + 5432-fc43-432 + cgbers-xydw786 + 2001-03-21 + + + + 5432-fc43-432 + Robertsonus timmus + 1978-06-11 + + + diff --git a/examples/xml/example_sites.xml b/examples/xml/example_sites.xml index 3414aa5..4c38975 100644 --- a/examples/xml/example_sites.xml +++ b/examples/xml/example_sites.xml @@ -1,30 +1,30 @@ - - - - Europe - Germany - DE - 12 - 2 - - 10 - - - 12345678 - 5432-fc43-432 - cgbers-xydw786 - 2001-03-21 - - - - 5432-fc43-432 - Robertsonus timmus - 1978-06-11 - - - + + + + Europe + Germany + DE + 12 + 2 + + 10 + + + 12345678 + 5432-fc43-432 + cgbers-xydw786 + 2001-03-21 + + + + 5432-fc43-432 + Robertsonus timmus + 1978-06-11 + + + diff --git a/index.htm b/index.htm index c54dbcc..f897773 100644 --- a/index.htm +++ b/index.htm @@ -14,10 +14,10 @@ - + - + @@ -75,22 +75,15 @@ Identifier: -http://rs.tdwg.org/dwc/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/ Latest Version: -http://rs.tdwg.org/dwc/ +http://rs.tdwg.org/dwc/ Replaces: http://wiki.tdwg.org/DarwinCore/ -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -101,7 +94,9 @@

- +
1. Introduction
2. References +
2. Document Guide +
3. References
DCMI] except where otherwise noted. Structures, data-typing, and -constraints on the values of terms are meant to be implemented using representation-specific application profiles such +constraints on the values of terms are meant to be implemented using specific applications such as XML schemas [XMLSCHEMAGUIDE].

Content: The standard @@ -124,10 +119,10 @@ consists of a vocabulary of terms (properties, elements, fields, concepts) [NAMESPACEPOLICY], decisions resulting in changes to terms [DECISIONS], the complete history of terms including detailed -attributes [HISTORY], a generic application schema for use in the construction of -new application schemas based on Darwin Core [GENERICXMLSCHEMA], -a simple (flat) application schema for the use -of these terms [SIMPLEXMLSCHEMA] and a metafile schema to allow for the description of Darwin Core fielded text files [TEXTSCHEMA]. These pages also describe +attributes [HISTORY], a generic Darwin Core XML schema +[GENERICXMLSCHEMA], a simple (flat) Darwin Core XML schema +[SIMPLEXMLSCHEMA], and a schema to allow package +Darwin Core data in text files [TEXTSCHEMA]. 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]. @@ -151,8 +146,35 @@ the construction of a new application profile. The rules of submission of propos Information Standards Process document [PROCESS].

+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction (this document) - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ + + + + +

+Mappings +

+ + +

+Implementation Guides +

+ + +

+Translations - An index to Darwin Core documents in various languages + -

2. References

+

3. References

diff --git a/rdf/dwcterms.rdf b/rdf/dwcterms.rdf index e3f8414..07f134a 100644 --- a/rdf/dwcterms.rdf +++ b/rdf/dwcterms.rdf @@ -15,7 +15,8 @@ xmlns:dwcattributes="http://rs.tdwg.org/dwc/terms/attributes/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" -xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> +xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" +xml:base="http://rs.tdwg.org/dwc/terms/"> Darwin Core Namespace for terms in the http://rs.tdwg.org/dwc/terms/ namespace To comment on this schema, please see http://code.google.com/p/darwincore/wiki/DarwinCoreCommunity @@ -47,390 +48,166 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> vs = http://www.w3.org/2003/06/sw-vocab-status/ns# vs:term_status --> + - AcceptedTaxon The currently valid (zoological) or accepted (botanical) name for the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD - AcceptedTaxonID A global unique identifier for the parent to the AcceptedTaxon. 2009-01-21 2009-01-21 recommended not in ABCD - AccessConstraints A description of constraints on the use of the data as shared or access to further data that is not shared. Example: "not-for-profit use only" 2008-11-19 2008-11-19 recommended not in ABCD - AccordingTo Abstract term to attribute information to a source. 2009-01-21 2009-01-21 recommended not in ABCD - Accuracy Abstract term to capture error information about a measurement or fact. 2009-01-21 2009-01-21 recommended 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 - AgeClass The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.). 2003-06-17 2003-06-17 {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage} - AssociatedMedia A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MultimediaObjects - AssociatedReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitReferences - AssociatedSamples A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations. Example: "sibling of FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - AssociatedSequences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant - AssociatedTaxa A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations. Example: "host: Quercus alba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa - Attributes List 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/MeasurementsOrFacts - AuthorYearOfScientificName The 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. 2007-04-17 2007-04-17 {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 The basionym of the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD - BasionymID A global unique identifier for the Basionym. 2009-01-21 2009-01-21 recommended not in ABCD - BasisOfRecord The nature of the sample. Recommended best practice is to use a controlled vocabulary. Example: "HumanObservation" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordBasis - BasisOfRecord A 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/RecordBasis - BasisOfRecord A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/RecordBasis - BasisOfRecord An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/RecordBasis - Behavior A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "roosting", "foraging", "running" 2009-01-18 2009-01-18 recommended not in ABCD - Binomial The combination of genus and first (species) epithet of the ScientificName. Example: "Ctenomys sociabilis" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString - BoundingBox This 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. 2003-06-17 2003-06-17 not covered by ABCD - BoundingBox This 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 2003-06-13 2003-06-13 not covered by ABCD - CatalogNumber An identifier (preferably unique) for the sample within the data set or collection. Examples: "2008.1334", "145732a", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitID - CatalogNumber The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitID - Collector The name(s) of the collector(s) of the original data for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - Collector The name(s) of the collector(s) responsible for collection the specimen or taking the observation 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - EndTimeOfDay The time of day when the sampling event ended, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd - EndTimeOfDay The 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 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd - EndYearCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - JulianDay The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - CatalogNumber A 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/UnitID - CatalogNumberNumeric The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges. Example: "1334", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitIDNumeric - CatalogNumberNumeric The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitIDNumeric - CatalogNumberNumeric The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/UnitIDNumeric - CatalogNumberText An 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/UnitID - Citation A statement indicating how this record should be cited (attributed) when used. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text - Citation Indicates how this dataset or record should be attributed if used. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text - Class The name of the class in which the ScientificName is classified. Example: "Mammalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis - Class The name of the class in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis - Class The phylogenetic class to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis - Class The class name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis - CollectingMethod The 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Method - CollectionCode The code (or acronym) identifying the collection within the institution in which the sample is recorded. Example: "Mammals", "Hildebrandt" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID - CollectionCode The code (or acronym) identifying the collection within the institution in which the organism record is cataloged. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SourceID - CollectionCode A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SourceID - CollectionCode A unique alphanumeric value which identifies the collection within the institution 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SourceID - CollectionID The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID - Collector A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - Collector The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - CollectorNumber An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample. Example: "OPP 7101" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/CollectorsFieldNumber - CollectorNumber An 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - CollectorNumber An identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/CollectorsFieldNumber - CollectorNumber An 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/CollectorsFieldNumber - Continent The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Antarctica" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent - Continent The full, unabbreviated name of the continent on which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent - ContinentOcean The full, unabbreviated name of the continent or ocean from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent - ContinentOcean The continent or ocean from which a specimen was collected. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent - CoordinatePrecision 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement - CoordinatePrecision An 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement - CoordinateUncertaintyInMeters The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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. Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters - CoordinateUncertaintyInMeters The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters - CoordinateUncertaintyInMeters The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters - Country The full, unabbreviated name of the country or major political unit in which the sampling event occurred. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/Name - Country The full, unabbreviated name of the country or major political unit in which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Country/Name - Country The full, unabbreviated name of the country or major political unit from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Country/Name - Country The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Country/Name - CountryCode The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code. Examples: "ARG" (=Argentina), "SLV" (=El Salvador) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code - County The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred. Examples: "Missoula", "Los Lagos", "Mataró" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County - County The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County - County The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County - County The county (or shire, or next political region smaller than State / Province) from which the specimen was collected 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County - Dataset Container class for information about the set of data in which the record is included. 2008-11-19 2008-11-19 recommended DataSets/DataSet - DatasetID An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. 2008-11-19 2008-11-19 recommended DataSets/DataSet/DataSetGUID - DateIdentified The date on which the sample was identified as being a member of the taxon given in the ScientificName. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - DateIdentified The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - DateLastModified The 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” 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/DateLastEdited - DateLastModified ISO 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/DateLastEdited - DateLastModified ISO 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"?) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/DateLastEdited - DayCollected The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - DayCollected The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - DayIdentified The two digit day of the month in the Common Era calendar during which the cataloged item was identified. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - DayIdentified The day portion of the date when the Collection Item was identified; as two digits [01..31]. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - DayOfMonth The two-digit day of the month in which the sampling event occurred. Example: "28" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - DayOfYear The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - DecimalLatitude The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it. Example: "-41.0983423" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - DecimalLatitude The 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 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - DecimalLatitude The latitude of the location from which the cataloged item was collected, expressed in decimal degrees. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - DecimalLongitude The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it. Example: "-121.1761111" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - DecimalLongitude The 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 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - DecimalLongitude The longitude of the location from which the cataloged item was collected, expressed in decimal degrees. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - DepthRange For 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText - Disposition The current disposition of the sample. Recommended best practice is to use a controlled vocabulary. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition - Disposition The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition - DistanceAboveSurfaceInMetersMaximum The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue - DistanceAboveSurfaceInMetersMinimum The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue - DwCType The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen - EarliestDateCollected The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - EarliestDateCollected The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - EndDayCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - EndDayOfYear The latest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd - EndJulianDay For 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])). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd - EndLatitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true - EndLongitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true - EndMonthCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - EstablishmentMeans The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans - EventAttribute Container class for information about attributes related to a given sampling event. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts - EventAttributeAccuracy The description of the error associated with the EventAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended 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 - EventAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sampling event. Example: "Robert Hijmans" 2009-01-23 2009-01-23 recommended 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 - EventAttributeDeterminedDate The date on which the the measurement or characteristic of the sampling event was made. Date 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]. 2009-01-23 2009-01-23 recommended 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 - EventAttributeID An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD - EventAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sampling event. Example: "temperature taken at 15:00" 2008-11-19 2008-11-19 recommended not in ABCD - EventAttributeType The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "Temperature" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter - EventAttributeUnit The 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. Example: "Celcius" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement - EventAttributeValue The value of the measurement or characteristic of the sampling event. Example: "22" 2008-11-19 2008-11-19 recommended 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 - Family The name of the family in which the ScientificName is classified. Example: "Ctenomyidae" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia - Family The name of the family in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia - Family The phylogenetic family to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia - Family The family name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia - FieldNotes 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 sample. Example: "notes available in Grinnell-Miller Library" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/FieldNotes - FieldNotes One 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/FieldNotes - FieldNotes A reference to, or flag marking the existence of notes taken in the field for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/FieldNotes - FieldNumber An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event. Example: "RV Sol 87-03-08" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code - FieldNumber An identifying string applied to a set of objects or observations resulting from a single collecting event. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Code - FieldNumber An identifying string applied to a set of material that resulted from a single collecting event. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Code - FieldNumber A "number" (really a string) created at collection time to identify all material that resulted from a collecting event. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Code - FootprintSpatialFit The ratio of the area of the footprint (FootprintWKT) to the area of the true (original, or most specific) spatial representation of the sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) - FootprintSpatialFit A 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) - FootprintWKT A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) - FootprintWKT A 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)) 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) - FossilSpecimen A resource describing a fossilized specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen - GenBankNum GenBank Accession number. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant - GenBankNumber GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant - Generalizations Actions 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. Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" 2008-11-19 2008-11-19 recommended not in ABCD - Genus The name of the genus in which the ScientificName is classified. Example: "Quercus" 2008-11-19 2008-11-19 recommended {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 The name of the genus in which the organism is classified. 2007-04-17 2007-04-17 {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 The phylogenetic genus to which the cataloged item belongs. 2003-06-17 2003-06-17 {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 The genus name of the organism 2003-06-13 2003-06-13 {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 The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary. Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum - GeodeticDatum The geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum - GeoreferencedBy The name(s) of the person(s) who applied the Georeference to the SampleLocation. Example: "Heather Constable, Carol Spencer" 2009-01-21 2009-01-21 recommended not in ABCD - GeoreferenceProtocol A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod - GeoreferenceProtocol A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod - GeoreferenceRemarks 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks - GeoreferenceRemarks Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks - GeoreferenceSources A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically 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" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources - GeoreferenceSources A 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" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources - GeoreferenceVerificationStatus A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary. Examples: "requires verification", "verified by collector", "verified by curator". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus - GeoreferenceVerificationStatus A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus - GeorefMethod A reference to the methods used for determining the coordinates and uncertainties. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod - GlobalUniqueIdentifier A 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” 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitGUID - GMLFeature Geographic 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/GML - Habitat A description of the habitat in which the sampling event occurred. Example: "oak savanna" 2008-11-19 2008-11-19 recommended not in ABCD - HigherGeography A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term 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. 2008-11-19 2009-01-21 recommended {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} - HigherGeography The 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. 2007-04-17 2007-04-17 {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} - HigherGeography The 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. 2003-06-17 2003-06-17 {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} - HigherGeographyID A global unique identifier for the parent of the location. 2009-01-21 2009-01-21 recommended not in ABCD - HigherTaxon A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - HigherTaxon The 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - HigherTaxon The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName - HigherTaxonID A global unique identifier for the parent to the taxon. 2009-01-21 2009-01-21 recommended not in ABCD - HorizontalDatum The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum - HumanObservation A resource describing an observation made by one or more people without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/HumanObservation - Identification Container class for information about the taxonomic determination of the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification - IdentificationID An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD - IdentificationModifier Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier - IdentificationQualifier A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier - IdentificationQualifier A 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier - IdentificationReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample. Example: "Aves del Noroeste Patagonico. Christie et al. 2004." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/References - IdentificationRemarks Comments or notes about the identification of the sample. Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Notes - IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the sample. Example: "James L. Patton" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText - IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText - IdentifiedBy The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText - IdentifiedBy The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText - ImageURL A Universal Resource Locator reference to digital images associated with the specimen or observation. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/MultimediaObjects - IndividualCount The number of individuals present in the sample or observed in the sampling event. Example: "1" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue - IndividualCount The number of individuals present in the lot or container. Not to be used for observations. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue - IndividualCount The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue - IndividualCount The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue - IndividualID An identifier for an individual or named group of individual organisms represented in the sample. 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. Examples: "U.amer. 44", "Smedley", "Orca J 23" 2008-11-19 2008-11-19 recommended DataSets/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 Additional information that exists, but that has not been made public in the given record. Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/InformationWithheld - InformationWithheld Brief 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/InformationWithheld - InfraspecificEpithet The name of the second or subspecies epithet of the ScientificName. Example: "oxyadenia" 2008-11-19 2008-11-19 recommended {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 The infraspecific epithet of the scientific name applied to the organism. 2007-04-17 2007-04-17 {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 The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank - InstitutionCode The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded. Examples: "MVZ", "FMNH" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceInstitutionID - InstitutionCode The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SourceInstitutionID - InstitutionCode A 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SourceInstitutionID - InstitutionCode A "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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SourceInstitutionID - Island The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Isla Victoria" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island - Island The full, unabbreviated name of the island on which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island - Island The full, unabbreviated name of the island from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island - IslandGroup The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Alexander Archipelago" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group - IslandGroup The full, unabbreviated name of the island group in which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group - IslandGroup The full, unabbreviated name of the island group from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group - JulianDay The ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - Kingdom The name of the kingdom in which the ScientificName is classified. Example: "Animalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum - Kingdom The name of the kingdom in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum - MinimumElevationInMeters The minimum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue - RelatedCatalogedItems The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - SampleAttribute Container class for information about attributes related to a given sample. 2008-11-19 2008-11-19 recommended Datasets/Dataset/Units/Unit/MeasurementsOrFacts - Subgenus The name of the subgenus in which the identified name is classified. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus - Subspecies The phylogenetic subspecific epithet of the cataloged item. 2003-06-17 2003-06-17 {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} - Kingdom The phylogenetic kingdom to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum - Kingdom The kingdom to which the organism belongs 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum - LatestDateCollected The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - LatestDateCollected The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd - Latitude The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal - LatLongComments Comments about the LatLong determination. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks - LifeStage The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "egg", "eft", "juvenile", "adult" 2008-11-19 2008-11-19 recommended 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 - LifeStage The 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" 2007-04-17 2007-04-17 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 - Lifestage Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals. 2005-07-10 2005-07-10 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 - LivingSpecimen A resource describing a living specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/LivingSpecimen - Locality The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description. Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - Locality The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/AreaDetail - Locality The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/AreaDetail - Locality The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/AreaDetail - Location A resource describing a location. 2009-01-23 2009-01-23 recommended not in ABCD - Longitude The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal - MachineObservation A resource describing an observation made by a machine without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/MachineObservation - MaximumDepth The 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). 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue - MaximumDepthInMeters The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue - MaximumDepthInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue - MaximumDepthInMeters The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue - MaximumElevation The maximum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue - MaximumElevationInMeters The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue - MaximumElevationInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue - MaximumElevationInMeters The maximum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue - MinimumDepth The 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). 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue - MinimumDepthInMeters The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue - MinimumDepthInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue - MinimumDepthInMeters The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue - MinimumElevation The minimum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue - MinimumElevationInMeters The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue - MinimumElevationInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue - MonthCollected The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - MonthCollected The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - MonthIdentified The two digit month in the Common Era calendar during which the cataloged item was identified. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - MonthIdentified The month portion of the date when the Collection Item was identified; as two digits [01..12]. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - MonthOfYear The ordinal month in which the sampling event occurred. Example: "10" (=October) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - NamePublishedIn A full literature reference to the first (original) valid publication of the ScientificName. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation - NomenclaturalChecklist A resource describing a nomenclatural checklist. 2009-01-23 2009-01-23 recommended not in ABCD - NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code - NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code - NomenclaturalStatus The status related to the original publication of the name and it's 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-01-18 recommended (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) -pro parte - Notes Free text notes attached to the specimen record 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Notes - ObservedIndividualCount The number of individuals (abundance) found in a collection/record event. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant - ObservedWeight The total biomass found in a collection/record event. Expressed as kg. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant - Order The name of the order in which the ScientificName is classified. Example: "Rodentia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo - Order The name of the order in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo - Order The phylogenetic order to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo - Order The order name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo - OriginalCoordinateSystem The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.). 2003-06-17 2003-06-17 (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem - OtherCatalogNumbers A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection. Example: "FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText - OtherCatalogNumbers A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText - OtherCatalogNumbers A list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText - Phylum The name of the phlyum (or division) in which the ScientificName is classified. Example: "Chordata" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum - Phylum The name of the phylum (or division) in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum - Phylum The phylogenetic phylum (or division) to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum - Phylum The phylum (or division) to which the organism belongs 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum - PointRadiusSpatialFit 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 sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit - PointRadiusSpatialFit A 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit - Preparations A list (concatenated and separated) of preparations and preservation methods for a sample. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - Preparations A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - Preparations A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - PreparationType The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - PreservedSpecimen A resource describing a preserved specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/PreservedSpecimen - PreviousCatalogNumber The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText - PreviousIdentifications A list (concatenated and separated) of previous ScientificNames to which the sample was identified. Example: "Anthus correndera" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false - RecordURL Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/RecordURI - RelatedBasisOfRecord The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord. Example: "PreservedSpecimen" 2008-11-19 2009-01-26 recommended not in ABCD - RelatedCatalogedItems One 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - RelatedCatalogItem The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - RelatedInformation Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/RecordURI - RelatedResourceID A global unique identifier to a related resource. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID - RelatedResourceType The type of related resource. Recommended best practice is to use a controlled vocabulary. Example: "Sample", "Taxon", "Publication" 2008-11-19 2009-01-26 recommended not in ABCD - RelationshipOfResource The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary. Example: "mother" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType - RelationshipRemarks Comments or notes about the relationship of the related resource to this resource. Example: "mother and offspring collected from the same nest" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments - RelationshipType A 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType - Remarks Free text comments accompanying the object or observation record. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Notes - Remarks Free text comments accompanying the cataloged item record. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Notes - ReproductiveCondition The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended not in ABCD - ResourceRelationship Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations - ResourceRelationshipID A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another. 2009-01-26 2009-01-26 recommended not in ABCD - Sample Container class for information about the results of a sampling event (specimen, observation, etc.) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit - SampleAttibuteRemarks Comments or notes accompanying the measurement or characteristic of the sample. Example: "tip of tail missing" 2008-11-19 2008-11-19 recommended not in ABCD - SampleAttributeAccuracy The description of the error associated with the SampleAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy - SampleAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sample. Example: "Javier de la Torre" 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy - SampleAttributeDeterminedDate The date on which the the measurement or characteristic of the sample was made. Date 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]. 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime - SampleAttributes A list (concatenated and separated) of additional measurements or characteristics of the sample. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts - SampleAttributeType The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. Example: "tail length" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter - SampleAttributeUnit The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. Example: "mm" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement - SampleAttributeValue The value of the measurement or characteristic of the sample. Example: "45" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue - SampleDetails A reference (publication, URI) to the most detailed information available about the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordURI - SampleID A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent. For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitGUID - SampleRemarks Comments or notes about the sample or record. Example: "found dead on road" 2008-11-19 2009-01-18 recommended DataSets/DataSet/Units/Unit/Notes - SampleSize The 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant - SamplingAttributeID An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD - SamplingEvent Container class for information about the conditions and methods of acquisition of samples. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering - SamplingEventAttributes A list (concatenated and separated) of additional measurements or characteristics of the sampling event. Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts - SamplingEventID An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code - SamplingEventRemarks Comments or notes about the sampling event. Example: "found dead on road" 2009-01-18 2009-01-18 recommended not in ABCD - SamplingLocation Container class for information about the location where a sampling event occurred. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/LocalityText - SamplingLocationID An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. Example: "MVZ:LocID:12345" 2008-11-19 2008-11-19 recommended not in ABCD - SamplingLocationRemarks Comments or notes about the sampling location. Example: "under water since 2005" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/Gathering/AreaDetail - SamplingProtocol The name of, reference to, or brief description of the method or protocol used for the sampling event. Examples: "UV light trap", "mist net", "bottom trawl" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Method - ScientificName The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here. Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship) 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString - ScientificName The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString - ScientificName The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString - ScientificName The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString - ScientificNameAuthor The 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. 2003-06-17 2003-06-17 {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 The 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. 2003-06-13 2003-06-13 {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 The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode. Example: "(Torr.) J.T. Howell" 2008-11-19 2008-11-19 recommended {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} - Sex The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "female", "hermaphrodite" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sex - Sex The sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Sex - Sex The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Sex - Sex The 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) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Sex - Source Indicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText - Species The phylogenetic specific epithet of the cataloged item. 2003-06-17 2003-06-17 {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 The specific epithet of the organism 2003-06-13 2003-06-13 {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 The name of the first or species epithet of the ScientificName. Example: "agrifolia" 2008-11-19 2008-11-19 recommended {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 The specific epithet of the scientific name applied to the organism. 2007-04-17 2007-04-17 {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 An 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters - StartDayCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - StartDayOfYear The earliest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - StartJulianDay For 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])). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin - StartLatitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true - StartLongitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true - StartMonthCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - StartTimeOfDay The time of day when the sampling event began, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - StartTimeOfDay The 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 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin - StartYearCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - StateProvince The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred. Examples: "Montana", "Minas Gerais", "Córdoba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) - StateProvince The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) - StateProvince The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) - StateProvince The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) - Subgenus The name of the subgenus in which the ScientificName is classified. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus - Subspecies The sub-specific epithet of the organism 2003-06-13 2003-06-13 {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 Container class for information about the taxonomic name or concept referred to by an Identification. 2008-11-19 2008-11-19 recommended no simple equivalent in ABCD - TaxonAccordingTo Information 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. 2008-11-19 2009-01-21 recommended not in ABCD - TaxonID A global unique identifier for the taxon (name in a classification). 2008-11-19 2008-11-19 recommended not in ABCD - TaxonomicStatus 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. Example: "invalid", "misapplied", "homotypic synonym", "accepted" 2008-11-19 2008-11-19 recommended not in ABCD - Taxonomy A resource describing a taxon. 2009-01-23 2009-01-23 recommended not in ABCD - TaxonRank The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary. Examples: "subsp.", "var.", "forma". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank - Temperature The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant - TimeCollected The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin - TimeOfDay The 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) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin - TimeZone Indicates the time zone for the Time of Day measurements. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone - Tissues A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText - TypeStatus A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText - TypeStatus A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText - TypeStatus A 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."). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText - TypeStatus Indicates 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText - ValidDistributionFlag A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag - VerbatimCollectingDate The verbatim original representation of the date (and time) information for the sampling event. Example: "spring 1910" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText - VerbatimCollectingDate The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText - VerbatimCollectingDate The verbatim original representation of the date information for the collecting event. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText - VerbatimCoordinates The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54S 121 05 34W" 2008-11-19 2008-11-19 recommended {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} - VerbatimCoordinates A 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". 2007-04-17 2007-04-17 {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} - VerbatimCoordinateSystem The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary. Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger" 2008-11-19 2008-11-19 recommended (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem - VerbatimCoordinateSystem The name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM" 2007-04-17 2007-04-17 (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem - VerbatimDepth The original description of the depth (below the local surface) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText - VerbatimDepth A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText - VerbatimDepth A text representation of the Depth in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText - VerbatimElevation The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText - VerbatimElevation A text representation of the altitude in its original format in the source database. Example: "1000+- meters". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText - VerbatimElevation A text representation of the Elevation in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText - VerbatimLatitude The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54.03S" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude - VerbatimLatitude A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude - VerbatimLatitude A text representation of the Latitude data in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude - VerbatimLocality The original description of the specific place where the sampling event occurred. Example: "25 km NNE Bariloche por R. Nac. 237" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName - VerbatimLongitude The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "121d 10' 34" W" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude - VerbatimLongitude A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude - VerbatimLongitude A text representation of the Longitude data in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude - Waterbody The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Indian Ocean", "Baltic Sea" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body - WaterBody The full, unabbreviated name of the body of water in or over which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body - YearCollected The four digit year in the Common Era calendar in which the cataloged item was collected. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - YearCollected The 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] 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin - YearIdentified The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - YearIdentified The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText - YearSampled The four-digit year in which the sampling event occurred, according to the Common Era Calendar. Example: "2008" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + AcceptedTaxon The currently valid (zoological) or accepted (botanical) name for the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + AcceptedTaxonID A global unique identifier for the AcceptedTaxon. 2009-01-21 2009-01-21 recommended not in ABCD + AccessConstraints A description of constraints on the use of the data as shared or access to further data that is not shared. Example: "not-for-profit use only" 2008-11-19 2008-11-19 recommended not in ABCD + AccordingTo Abstract term to attribute information to a source. 2009-01-21 2009-01-21 recommended not in ABCD + Accuracy Abstract term to capture error information about a measurement or fact. 2009-01-21 2009-01-21 recommended 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 + AssociatedMedia A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MultimediaObjects + AssociatedReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitReferences + AssociatedSamples A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations. Example: "sibling of FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + AssociatedSequences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + AssociatedTaxa A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations. Example: "host: Quercus alba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + Basionym The basionym of the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + BasionymID A global unique identifier for the Basionym. 2009-01-21 2009-01-21 recommended not in ABCD + BasisOfRecord The nature of the sample. Recommended best practice is to use a controlled vocabulary. Example: "HumanObservation" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordBasis + Behavior A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "roosting", "foraging", "running" 2009-03-06 2009-03-06 recommended not in ABCD + Binomial The combination of genus and first (species) epithet of the ScientificName. Example: "Ctenomys sociabilis" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString + CatalogNumber An identifier (preferably unique) for the sample within the data set or collection. Examples: "2008.1334", "145732a", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitID + CatalogNumberNumeric The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges. Example: "1334", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitIDNumeric + Citation A statement indicating how this record should be cited (attributed) when used. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + Class The name of the class in which the ScientificName is classified. Example: "Mammalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + CollectionCode The code (or acronym) identifying the collection within the institution in which the sample is recorded. Example: "Mammals", "Hildebrandt" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + CollectionID The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + Collector A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + CollectorNumber An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample. Example: "OPP 7101" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/CollectorsFieldNumber + Continent The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Antarctica" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + CoordinatePrecision 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + CoordinateUncertaintyInMeters The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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. Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + Country The full, unabbreviated name of the country or major political unit in which the sampling event occurred. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/Name + CountryCode The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code. Examples: "ARG" (=Argentina), "SLV" (=El Salvador) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + County The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred. Examples: "Missoula", "Los Lagos", "Mataró" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + Dataset Container class for information about the set of data in which the record is included. 2008-11-19 2008-11-19 recommended DataSets/DataSet + DatasetID An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. 2008-11-19 2008-11-19 recommended DataSets/DataSet/DataSetGUID + DateIdentified The date on which the sample was identified as being a member of the taxon given in the ScientificName. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DayOfMonth The two-digit day of the month in which the sampling event occurred. Example: "28" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + DecimalLatitude The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it. Example: "-41.0983423" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + DecimalLongitude The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it. Example: "-121.1761111" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + Disposition The current disposition of the sample. Recommended best practice is to use a controlled vocabulary. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + DistanceAboveSurfaceInMetersMaximum The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + DistanceAboveSurfaceInMetersMinimum The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + DwCType The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen + EarliestDateCollected The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + EndDayOfYear The latest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + EndTimeOfDay The time of day when the sampling event ended, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + EstablishmentMeans The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + EventAttribute Container class for information about attributes related to a given sampling event. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + EventAttributeAccuracy The description of the error associated with the EventAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended 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 + EventAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sampling event. Example: "Robert Hijmans" 2009-01-23 2009-01-23 recommended 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 + EventAttributeDeterminedDate The date on which the the measurement or characteristic of the sampling event was made. Date 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]. 2009-01-23 2009-01-23 recommended 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 + EventAttributeID An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sampling event. Example: "temperature taken at 15:00" 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeType The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "Temperature" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + EventAttributeUnit The 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. Example: "Celcius" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + EventAttributeValue The value of the measurement or characteristic of the sampling event. Example: "22" 2008-11-19 2008-11-19 recommended 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 + Family The name of the family in which the ScientificName is classified. Example: "Ctenomyidae" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + FieldNotes 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 sample. Example: "notes available in Grinnell-Miller Library" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/FieldNotes + FieldNumber An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event. Example: "RV Sol 87-03-08" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + FootprintSpatialFit The ratio of the area of the footprint (FootprintWKT) to the area of the true (original, or most specific) spatial representation of the sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + FootprintWKT A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + Generalizations Actions 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. Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" 2008-11-19 2008-11-19 recommended not in ABCD + Genus The name of the genus in which the ScientificName is classified. Example: "Quercus" 2008-11-19 2008-11-19 recommended {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 The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary. Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + GeoreferencedBy The name(s) of the person(s) who applied the Georeference to the SampleLocation. Example: "Heather Constable, Carol Spencer" 2009-01-21 2009-01-21 recommended not in ABCD + GeoreferenceProtocol A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + GeoreferenceRemarks 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + GeoreferenceSources A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically 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" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + GeoreferenceVerificationStatus A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary. Examples: "requires verification", "verified by collector", "verified by curator". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + Habitat A description of the habitat in which the sampling event occurred. Example: "oak savanna" 2008-11-19 2008-11-19 recommended not in ABCD + HigherGeography A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term 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. 2008-11-19 2009-01-21 recommended {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + HigherGeographyID A global unique identifier for the parent of the location. 2009-01-21 2009-01-21 recommended not in ABCD + HigherTaxon A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + HigherTaxonID A global unique identifier for the parent to the taxon. 2009-01-21 2009-01-21 recommended not in ABCD + Identification Container class for information about the taxonomic determination of the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification + IdentificationID An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + IdentificationQualifier A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + IdentificationReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample. Example: "Aves del Noroeste Patagonico. Christie et al. 2004." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/References + IdentificationRemarks Comments or notes about the identification of the sample. Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the sample. Example: "James L. Patton" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + IndividualCount The number of individuals present in the sample or observed in the sampling event. Example: "1" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualID An identifier for an individual or named group of individual organisms represented in the sample. 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. Examples: "U.amer. 44", "Smedley", "Orca J 23" 2008-11-19 2008-11-19 recommended DataSets/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 Additional information that exists, but that has not been made public in the given record. Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/InformationWithheld + InfraspecificEpithet The name of the second or subspecies epithet of the ScientificName. Example: "oxyadenia" 2008-11-19 2008-11-19 recommended {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} + InstitutionCode The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded. Examples: "MVZ", "FMNH" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceInstitutionID + Island The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Isla Victoria" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + IslandGroup The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Alexander Archipelago" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + Kingdom The name of the kingdom in which the ScientificName is classified. Example: "Animalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + LatestDateCollected The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + LifeStage The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "egg", "eft", "juvenile", "adult" 2008-11-19 2008-11-19 recommended 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 + Locality The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description. Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + MaximumDepthInMeters The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumElevationInMeters The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MinimumDepthInMeters The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumElevationInMeters The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MonthOfYear The ordinal month in which the sampling event occurred. Example: "10" (=October) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + NamePublishedIn A full literature reference to the first (original) valid publication of the ScientificName. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + NomenclaturalStatus The status related to the original publication of the name and it's 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-01-18 recommended (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) +pro parte + Order The name of the order in which the ScientificName is classified. Example: "Rodentia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + OtherCatalogNumbers A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection. Example: "FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + Phylum The name of the phlyum (or division) in which the ScientificName is classified. Example: "Chordata" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + PointRadiusSpatialFit 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 sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + Preparations A list (concatenated and separated) of preparations and preservation methods for a sample. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + PreviousIdentifications A list (concatenated and separated) of previous ScientificNames to which the sample was identified. Example: "Anthus correndera" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + RelatedBasisOfRecord The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord. Example: "PreservedSpecimen" 2008-11-19 2009-01-26 recommended not in ABCD + RelatedResourceID A global unique identifier to a related resource. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedResourceType The type of related resource. Recommended best practice is to use a controlled vocabulary. Example: "Sample", "Taxon", "Publication" 2008-11-19 2009-01-26 recommended not in ABCD + RelationshipOfResource The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary. Example: "mother" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + RelationshipRemarks Comments or notes about the relationship of the related resource to this resource. Example: "mother and offspring collected from the same nest" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + ReproductiveCondition The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended not in ABCD + ResourceRelationship Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations + ResourceRelationshipID A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another. 2009-01-26 2009-01-26 recommended not in ABCD + Sample Container class for information about the results of a sampling event (specimen, observation, etc.) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit + SampleAttribute Container class for information about attributes related to a given sample. 2008-11-19 2008-11-19 recommended Datasets/Dataset/Units/Unit/MeasurementsOrFacts + SampleAttributeAccuracy The description of the error associated with the SampleAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + SampleAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sample. Example: "Javier de la Torre" 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + SampleAttributeDeterminedDate The date on which the the measurement or characteristic of the sample was made. Date 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]. 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + SampleAttributeID An identifier for the sample attribute. May be a global unique identifier or an identifier specific to the data set. 2009-03-06 2009-03-06 recommended not in ABCD + SampleAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sample. Example: "tip of tail missing" 2008-11-19 2008-11-19 recommended not in ABCD + SampleAttributes A list (concatenated and separated) of additional measurements or characteristics of the sample. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts + SampleAttributeType The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. Example: "tail length" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + SampleAttributeUnit The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. Example: "mm" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + SampleAttributeValue The value of the measurement or characteristic of the sample. Example: "45" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + SampleDetails A reference (publication, URI) to the most detailed information available about the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordURI + SampleID A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent. For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitGUID + SampleRemarks Comments or notes about the sample or record. Example: "found dead on road" 2008-11-19 2009-01-18 recommended DataSets/DataSet/Units/Unit/Notes + SamplingEvent Container class for information about the conditions and methods of acquisition of samples. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering + SamplingEventAttributes A list (concatenated and separated) of additional measurements or characteristics of the sampling event. Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + SamplingEventID An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + SamplingEventRemarks Comments or notes about the sampling event. Example: "after the recent rains the river is nearly at flood stage" 2009-01-18 2009-01-18 recommended not in ABCD + SamplingLocation Container class for information about the location where a sampling event occurred. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/LocalityText + SamplingLocationID An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. Example: "MVZ:LocID:12345" 2008-11-19 2008-11-19 recommended not in ABCD + SamplingLocationRemarks Comments or notes about the sampling location. Example: "under water since 2005" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/Gathering/AreaDetail + SamplingProtocol The name of, reference to, or brief description of the method or protocol used for the sampling event. Examples: "UV light trap", "mist net", "bottom trawl" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Method + ScientificName The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here. Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship) 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificNameAuthorship The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode. Example: "(Torr.) J.T. Howell" 2008-11-19 2008-11-19 recommended {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} + Sex The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "female", "hermaphrodite" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sex + SpecificEpithet The name of the first or species epithet of the ScientificName. Example: "agrifolia" 2008-11-19 2008-11-19 recommended {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} + StartDayOfYear The earliest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + StartTimeOfDay The time of day when the sampling event began, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StateProvince The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred. Examples: "Montana", "Minas Gerais", "Córdoba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + Subgenus The name of the subgenus in which the ScientificName is classified. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + Taxon Container class for information about the taxonomic name or concept referred to by an Identification. 2008-11-19 2008-11-19 recommended no simple equivalent in ABCD + TaxonAccordingTo Information 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. 2008-11-19 2009-01-21 recommended not in ABCD + TaxonID A global unique identifier for the taxon (name in a classification). 2008-11-19 2008-11-19 recommended not in ABCD + TaxonomicStatus 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. Example: "invalid", "misapplied", "homotypic synonym", "accepted" 2008-11-19 2008-11-19 recommended not in ABCD + TaxonRank The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary. Examples: "subsp.", "var.", "forma". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + TypeStatus A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + VerbatimCollectingDate The verbatim original representation of the date (and time) information for the sampling event. Example: "spring 1910" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + VerbatimCoordinates The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54S 121 05 34W" 2008-11-19 2008-11-19 recommended {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + VerbatimCoordinateSystem The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary. Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger" 2008-11-19 2008-11-19 recommended (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + VerbatimDepth The original description of the depth (below the local surface) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + VerbatimElevation The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + VerbatimLatitude The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54.03S" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + VerbatimLocality The original description of the specific place where the sampling event occurred. Example: "25 km NNE Bariloche por R. Nac. 237" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + VerbatimLongitude The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "121d 10' 34" W" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + Waterbody The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Indian Ocean", "Baltic Sea" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + YearSampled The four-digit year in which the sampling event occurred, according to the Common Era Calendar. Example: "2008" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + diff --git a/rdf/dwctermshistory.rdf b/rdf/dwctermshistory.rdf new file mode 100644 index 0000000..64f3ef3 --- /dev/null +++ b/rdf/dwctermshistory.rdf @@ -0,0 +1,598 @@ + + + + + + + + +]> + + +Darwin Core Namespace for terms in the http://rs.tdwg.org/dwc/terms/ namespace +To comment on this schema, please see http://code.google.com/p/darwincore/wiki/DarwinCoreCommunity +Biodiversity Information Standards (TDWG) +2009-01-25 + + + + + + AcceptedTaxon The currently valid (zoological) or accepted (botanical) name for the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + AcceptedTaxonID A global unique identifier for the AcceptedTaxon. 2009-01-21 2009-01-21 recommended not in ABCD + AccessConstraints A description of constraints on the use of the data as shared or access to further data that is not shared. Example: "not-for-profit use only" 2008-11-19 2008-11-19 recommended not in ABCD + AccordingTo Abstract term to attribute information to a source. 2009-01-21 2009-01-21 recommended not in ABCD + Accuracy Abstract term to capture error information about a measurement or fact. 2009-01-21 2009-01-21 recommended 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 + AgeClass The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.). 2003-06-17 2003-06-17 {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage} + AssociatedMedia A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MultimediaObjects + AssociatedReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitReferences + AssociatedSamples A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations. Example: "sibling of FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + AssociatedSequences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + AssociatedTaxa A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations. Example: "host: Quercus alba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + Attributes List 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/MeasurementsOrFacts + AuthorYearOfScientificName The 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. 2007-04-17 2007-04-17 {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 The basionym of the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + BasionymID A global unique identifier for the Basionym. 2009-01-21 2009-01-21 recommended not in ABCD + BasisOfRecord An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/RecordBasis + BasisOfRecord A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/RecordBasis + BasisOfRecord A 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/RecordBasis + BasisOfRecord The nature of the sample. Recommended best practice is to use a controlled vocabulary. Example: "HumanObservation" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordBasis + Behavior A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "roosting", "foraging", "running" 2009-01-18 2009-01-18 not in ABCD + Behavior A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "roosting", "foraging", "running" 2009-03-06 2009-03-06 recommended not in ABCD + Binomial The combination of genus and first (species) epithet of the ScientificName. Example: "Ctenomys sociabilis" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString + BoundingBox This 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 2003-06-13 2003-06-13 not covered by ABCD + BoundingBox This 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. 2003-06-17 2003-06-17 not covered by ABCD + CatalogNumber A 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/UnitID + CatalogNumber The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitID + CatalogNumber An identifier (preferably unique) for the sample within the data set or collection. Examples: "2008.1334", "145732a", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitID + CatalogNumberNumeric The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/UnitIDNumeric + CatalogNumberNumeric The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitIDNumeric + CatalogNumberNumeric The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges. Example: "1334", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitIDNumeric + CatalogNumberText An 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/UnitID + Citation Indicates how this dataset or record should be attributed if used. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + Citation A statement indicating how this record should be cited (attributed) when used. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + Class The class name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + Class The phylogenetic class to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + Class The name of the class in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + Class The name of the class in which the ScientificName is classified. Example: "Mammalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + CollectingMethod The 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Method + CollectionCode A unique alphanumeric value which identifies the collection within the institution 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SourceID + CollectionCode A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SourceID + CollectionCode The code (or acronym) identifying the collection within the institution in which the organism record is cataloged. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SourceID + CollectionCode The code (or acronym) identifying the collection within the institution in which the sample is recorded. Example: "Mammals", "Hildebrandt" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + CollectionID The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + Collector The name(s) of the collector(s) responsible for collection the specimen or taking the observation 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + Collector The name(s) of the collector(s) of the original data for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + Collector The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + Collector A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + CollectorNumber An 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/CollectorsFieldNumber + CollectorNumber An identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/CollectorsFieldNumber + CollectorNumber An 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + CollectorNumber An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample. Example: "OPP 7101" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/CollectorsFieldNumber + Continent The full, unabbreviated name of the continent on which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + Continent The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Antarctica" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + ContinentOcean The continent or ocean from which a specimen was collected. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + ContinentOcean The full, unabbreviated name of the continent or ocean from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + CoordinatePrecision An 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + CoordinatePrecision 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + CoordinateUncertaintyInMeters The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + CoordinateUncertaintyInMeters The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + CoordinateUncertaintyInMeters The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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. Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + Country The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Country/Name + Country The full, unabbreviated name of the country or major political unit from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Country/Name + Country The full, unabbreviated name of the country or major political unit in which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Country/Name + Country The full, unabbreviated name of the country or major political unit in which the sampling event occurred. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/Name + CountryCode The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code. Examples: "ARG" (=Argentina), "SLV" (=El Salvador) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + County The county (or shire, or next political region smaller than State / Province) from which the specimen was collected 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + County The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + County The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + County The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred. Examples: "Missoula", "Los Lagos", "Mataró" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + Dataset Container class for information about the set of data in which the record is included. 2008-11-19 2008-11-19 recommended DataSets/DataSet + DatasetID An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. 2008-11-19 2008-11-19 recommended DataSets/DataSet/DataSetGUID + DateIdentified The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DateIdentified The date on which the sample was identified as being a member of the taxon given in the ScientificName. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DateLastModified ISO 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"?) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/DateLastEdited + DateLastModified ISO 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/DateLastEdited + DateLastModified The 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” 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/DateLastEdited + DayCollected The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + DayCollected The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + DayIdentified The day portion of the date when the Collection Item was identified; as two digits [01..31]. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DayIdentified The two digit day of the month in the Common Era calendar during which the cataloged item was identified. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DayOfMonth The two-digit day of the month in which the sampling event occurred. Example: "28" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + DayOfYear The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + DecimalLatitude The latitude of the location from which the cataloged item was collected, expressed in decimal degrees. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + DecimalLatitude The 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 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + DecimalLatitude The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it. Example: "-41.0983423" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + DecimalLongitude The longitude of the location from which the cataloged item was collected, expressed in decimal degrees. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + DecimalLongitude The 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 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + DecimalLongitude The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it. Example: "-121.1761111" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + DepthRange For 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + Disposition The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + Disposition The current disposition of the sample. Recommended best practice is to use a controlled vocabulary. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + DistanceAboveSurfaceInMetersMaximum The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + DistanceAboveSurfaceInMetersMinimum The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + DwCType The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen + EarliestDateCollected The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + EarliestDateCollected The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + EndDayCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + EndDayOfYear The latest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + EndJulianDay For 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])). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + EndLatitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true + EndLongitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true + EndMonthCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + EndTimeOfDay The 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 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + EndTimeOfDay The time of day when the sampling event ended, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + EndYearCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + EstablishmentMeans The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + EventAttribute Container class for information about attributes related to a given sampling event. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + EventAttributeAccuracy The description of the error associated with the EventAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended 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 + EventAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sampling event. Example: "Robert Hijmans" 2009-01-23 2009-01-23 recommended 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 + EventAttributeDeterminedDate The date on which the the measurement or characteristic of the sampling event was made. Date 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]. 2009-01-23 2009-01-23 recommended 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 + EventAttributeID An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sampling event. Example: "temperature taken at 15:00" 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeType The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "Temperature" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + EventAttributeUnit The 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. Example: "Celcius" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + EventAttributeValue The value of the measurement or characteristic of the sampling event. Example: "22" 2008-11-19 2008-11-19 recommended 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 + Family The family name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + Family The phylogenetic family to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + Family The name of the family in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + Family The name of the family in which the ScientificName is classified. Example: "Ctenomyidae" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + FieldNotes A reference to, or flag marking the existence of notes taken in the field for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/FieldNotes + FieldNotes One 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/FieldNotes + FieldNotes 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 sample. Example: "notes available in Grinnell-Miller Library" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/FieldNotes + FieldNumber A "number" (really a string) created at collection time to identify all material that resulted from a collecting event. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Code + FieldNumber An identifying string applied to a set of material that resulted from a single collecting event. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Code + FieldNumber An identifying string applied to a set of objects or observations resulting from a single collecting event. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Code + FieldNumber An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event. Example: "RV Sol 87-03-08" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + FootprintSpatialFit A 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + FootprintSpatialFit The ratio of the area of the footprint (FootprintWKT) to the area of the true (original, or most specific) spatial representation of the sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + FootprintWKT A 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)) 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + FootprintWKT A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + FossilSpecimen A resource describing a fossilized specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen + GenBankNum GenBank Accession number. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + GenBankNumber GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + Generalizations Actions 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. Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" 2008-11-19 2008-11-19 recommended not in ABCD + Genus The genus name of the organism 2003-06-13 2003-06-13 {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 The phylogenetic genus to which the cataloged item belongs. 2003-06-17 2003-06-17 {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 The name of the genus in which the organism is classified. 2007-04-17 2007-04-17 {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 The name of the genus in which the ScientificName is classified. Example: "Quercus" 2008-11-19 2008-11-19 recommended {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 The geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + GeodeticDatum The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary. Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + GeoreferencedBy The name(s) of the person(s) who applied the Georeference to the SampleLocation. Example: "Heather Constable, Carol Spencer" 2009-01-21 2009-01-21 recommended not in ABCD + GeoreferenceProtocol A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + GeoreferenceProtocol A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + GeoreferenceRemarks Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + GeoreferenceRemarks 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + GeoreferenceSources A 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" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + GeoreferenceSources A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically 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" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + GeoreferenceVerificationStatus A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + GeoreferenceVerificationStatus A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary. Examples: "requires verification", "verified by collector", "verified by curator". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + GeorefMethod A reference to the methods used for determining the coordinates and uncertainties. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + GlobalUniqueIdentifier A 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” 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/UnitGUID + GMLFeature Geographic 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/GML + Habitat A description of the habitat in which the sampling event occurred. Example: "oak savanna" 2008-11-19 2008-11-19 recommended not in ABCD + HigherGeography The 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. 2003-06-17 2003-06-17 {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + HigherGeography The 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. 2007-04-17 2007-04-17 {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + HigherGeography A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term 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. 2008-11-19 2009-01-21 recommended {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + HigherGeographyID A global unique identifier for the parent of the location. 2009-01-21 2009-01-21 recommended not in ABCD + HigherTaxon The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + HigherTaxon The 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + HigherTaxon A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + HigherTaxonID A global unique identifier for the parent to the taxon. 2009-01-21 2009-01-21 recommended not in ABCD + HorizontalDatum The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + HumanObservation A resource describing an observation made by one or more people without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/HumanObservation + Identification Container class for information about the taxonomic determination of the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification + IdentificationID An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + IdentificationModifier Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + IdentificationQualifier A 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + IdentificationQualifier A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + IdentificationReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample. Example: "Aves del Noroeste Patagonico. Christie et al. 2004." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/References + IdentificationRemarks Comments or notes about the identification of the sample. Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + IdentifiedBy The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + IdentifiedBy The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the sample. Example: "James L. Patton" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + ImageURL A Universal Resource Locator reference to digital images associated with the specimen or observation. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/MultimediaObjects + IndividualCount The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualCount The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualCount The number of individuals present in the lot or container. Not to be used for observations. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualCount The number of individuals present in the sample or observed in the sampling event. Example: "1" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualID An identifier for an individual or named group of individual organisms represented in the sample. 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. Examples: "U.amer. 44", "Smedley", "Orca J 23" 2008-11-19 2008-11-19 recommended DataSets/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 Brief 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/InformationWithheld + InformationWithheld Additional information that exists, but that has not been made public in the given record. Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/InformationWithheld + InfraspecificEpithet The infraspecific epithet of the scientific name applied to the organism. 2007-04-17 2007-04-17 {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 The name of the second or subspecies epithet of the ScientificName. Example: "oxyadenia" 2008-11-19 2008-11-19 recommended {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 The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + InstitutionCode A "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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SourceInstitutionID + InstitutionCode A 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SourceInstitutionID + InstitutionCode The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SourceInstitutionID + InstitutionCode The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded. Examples: "MVZ", "FMNH" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceInstitutionID + Island The full, unabbreviated name of the island from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + Island The full, unabbreviated name of the island on which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + Island The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Isla Victoria" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + IslandGroup The full, unabbreviated name of the island group from which the cataloged item was collected. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + IslandGroup The full, unabbreviated name of the island group in which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + IslandGroup The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Alexander Archipelago" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + JulianDay The ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + JulianDay The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + Kingdom The kingdom to which the organism belongs 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + Kingdom The phylogenetic kingdom to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + Kingdom The name of the kingdom in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + Kingdom The name of the kingdom in which the ScientificName is classified. Example: "Animalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + LatestDateCollected The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + LatestDateCollected The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + Latitude The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + LatLongComments Comments about the LatLong determination. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + Lifestage Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals. 2005-07-10 2005-07-10 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 + LifeStage The 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" 2007-04-17 2007-04-17 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 + LifeStage The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "egg", "eft", "juvenile", "adult" 2008-11-19 2008-11-19 recommended 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 + LivingSpecimen A resource describing a living specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/LivingSpecimen + Locality The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/AreaDetail + Locality The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/AreaDetail + Locality The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/AreaDetail + Locality The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description. Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + Location A resource describing a location. 2009-01-23 2009-01-23 recommended not in ABCD + Longitude The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + MachineObservation A resource describing an observation made by a machine without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/MachineObservation + MaximumDepth The 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). 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumDepthInMeters The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumDepthInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumDepthInMeters The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumElevation The maximum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MaximumElevationInMeters The maximum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MaximumElevationInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MaximumElevationInMeters The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MinimumDepth The 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). 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumDepthInMeters The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumDepthInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumDepthInMeters The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumElevation The minimum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MinimumElevationInMeters The minimum distance in meters above (positive) or below sea level of the collecting locality. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MinimumElevationInMeters The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MinimumElevationInMeters The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MonthCollected The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + MonthCollected The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + MonthIdentified The month portion of the date when the Collection Item was identified; as two digits [01..12]. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + MonthIdentified The two digit month in the Common Era calendar during which the cataloged item was identified. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + MonthOfYear The ordinal month in which the sampling event occurred. Example: "10" (=October) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + NamePublishedIn A full literature reference to the first (original) valid publication of the ScientificName. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + NomenclaturalChecklist A resource describing a nomenclatural checklist. 2009-01-23 2009-01-23 recommended not in ABCD + NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + NomenclaturalStatus The status related to the original publication of the name and it's 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-01-18 recommended (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) +pro parte + Notes Free text notes attached to the specimen record 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Notes + ObservedIndividualCount The number of individuals (abundance) found in a collection/record event. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + ObservedWeight The total biomass found in a collection/record event. Expressed as kg. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + Order The order name of the organism 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + Order The phylogenetic order to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + Order The name of the order in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + Order The name of the order in which the ScientificName is classified. Example: "Rodentia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + OriginalCoordinateSystem The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.). 2003-06-17 2003-06-17 (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + OtherCatalogNumbers A list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + OtherCatalogNumbers A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + OtherCatalogNumbers A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection. Example: "FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + Phylum The phylum (or division) to which the organism belongs 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + Phylum The phylogenetic phylum (or division) to which the cataloged item belongs. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + Phylum The name of the phylum (or division) in which the organism is classified. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + Phylum The name of the phlyum (or division) in which the ScientificName is classified. Example: "Chordata" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + PointRadiusSpatialFit A 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + PointRadiusSpatialFit 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 sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + Preparations A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + Preparations A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + Preparations A list (concatenated and separated) of preparations and preservation methods for a sample. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + PreparationType The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + PreservedSpecimen A resource describing a preserved specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/PreservedSpecimen + PreviousCatalogNumber The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + PreviousIdentifications A list (concatenated and separated) of previous ScientificNames to which the sample was identified. Example: "Anthus correndera" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + RecordURL Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/RecordURI + RelatedBasisOfRecord The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord. Example: "PreservedSpecimen" 2008-11-19 2009-01-26 recommended not in ABCD + RelatedCatalogedItems The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedCatalogedItems One 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedCatalogItem The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedInformation Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/RecordURI + RelatedResourceID A global unique identifier to a related resource. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedResourceType The type of related resource. Recommended best practice is to use a controlled vocabulary. Example: "Sample", "Taxon", "Publication" 2008-11-19 2009-01-26 recommended not in ABCD + RelationshipOfResource The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary. Example: "mother" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + RelationshipRemarks Comments or notes about the relationship of the related resource to this resource. Example: "mother and offspring collected from the same nest" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + RelationshipType A 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + Remarks Free text comments accompanying the cataloged item record. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Notes + Remarks Free text comments accompanying the object or observation record. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Notes + ReproductiveCondition The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended not in ABCD + ResourceRelationship Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations + ResourceRelationshipID A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another. 2009-01-26 2009-01-26 recommended not in ABCD + Sample Container class for information about the results of a sampling event (specimen, observation, etc.) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit + SampleAttribute Container class for information about attributes related to a given sample. 2008-11-19 2008-11-19 recommended Datasets/Dataset/Units/Unit/MeasurementsOrFacts + SampleAttributeAccuracy The description of the error associated with the SampleAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + SampleAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sample. Example: "Javier de la Torre" 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + SampleAttributeDeterminedDate The date on which the the measurement or characteristic of the sample was made. Date 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]. 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + SampleAttributeID An identifier for the sample attribute. May be a global unique identifier or an identifier specific to the data set. 2009-03-06 2009-03-06 recommended not in ABCD + SampleAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sample. Example: "tip of tail missing" 2008-11-19 2008-11-19 recommended not in ABCD + SampleAttributes A list (concatenated and separated) of additional measurements or characteristics of the sample. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts + SampleAttributeType The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. Example: "tail length" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + SampleAttributeUnit The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. Example: "mm" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + SampleAttributeValue The value of the measurement or characteristic of the sample. Example: "45" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + SampleDetails A reference (publication, URI) to the most detailed information available about the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordURI + SampleID A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent. For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitGUID + SampleRemarks Comments or notes about the sample or record. Example: "found dead on road" 2008-11-19 2009-01-18 recommended DataSets/DataSet/Units/Unit/Notes + SampleSize The 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + SamplingAttributeID An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 not in ABCD + SamplingEvent Container class for information about the conditions and methods of acquisition of samples. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering + SamplingEventAttributes A list (concatenated and separated) of additional measurements or characteristics of the sampling event. Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + SamplingEventID An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + SamplingEventRemarks Comments or notes about the sampling event. Example: "after the recent rains the river is nearly at flood stage" 2009-01-18 2009-01-18 recommended not in ABCD + SamplingLocation Container class for information about the location where a sampling event occurred. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/LocalityText + SamplingLocationID An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. Example: "MVZ:LocID:12345" 2008-11-19 2008-11-19 recommended not in ABCD + SamplingLocationRemarks Comments or notes about the sampling location. Example: "under water since 2005" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/Gathering/AreaDetail + SamplingProtocol The name of, reference to, or brief description of the method or protocol used for the sampling event. Examples: "UV light trap", "mist net", "bottom trawl" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Method + ScientificName The 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificName The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificName The 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). 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificName The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here. Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship) 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificNameAuthor The 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. 2003-06-13 2003-06-13 {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 The 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. 2003-06-17 2003-06-17 {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 The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode. Example: "(Torr.) J.T. Howell" 2008-11-19 2008-11-19 recommended {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} + Sex The 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) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Sex + Sex The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Sex + Sex The sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Sex + Sex The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "female", "hermaphrodite" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sex + Source Indicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + Species The specific epithet of the organism 2003-06-13 2003-06-13 {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 The phylogenetic specific epithet of the cataloged item. 2003-06-17 2003-06-17 {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 The specific epithet of the scientific name applied to the organism. 2007-04-17 2007-04-17 {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 The name of the first or species epithet of the ScientificName. Example: "agrifolia" 2008-11-19 2008-11-19 recommended {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 An 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. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters + StartDayCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StartDayOfYear The earliest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + StartJulianDay For 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])). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + StartLatitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true + StartLongitude For 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/). 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true + StartMonthCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StartTimeOfDay The 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 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + StartTimeOfDay The time of day when the sampling event began, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StartYearCollected For 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. 2005-07-10 2005-07-10 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StateProvince The 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 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + StateProvince The 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. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + StateProvince The 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. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + StateProvince The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred. Examples: "Montana", "Minas Gerais", "Córdoba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + Subgenus The name of the subgenus in which the identified name is classified. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + Subgenus The name of the subgenus in which the ScientificName is classified. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + Subspecies The sub-specific epithet of the organism 2003-06-13 2003-06-13 {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 The phylogenetic subspecific epithet of the cataloged item. 2003-06-17 2003-06-17 {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 Container class for information about the taxonomic name or concept referred to by an Identification. 2008-11-19 2008-11-19 recommended no simple equivalent in ABCD + TaxonAccordingTo Information 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. 2008-11-19 2009-01-21 recommended not in ABCD + TaxonID A global unique identifier for the taxon (name in a classification). 2008-11-19 2008-11-19 recommended not in ABCD + TaxonomicStatus 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. Example: "invalid", "misapplied", "homotypic synonym", "accepted" 2008-11-19 2008-11-19 recommended not in ABCD + Taxonomy A resource describing a taxon. 2009-01-23 2009-01-23 recommended not in ABCD + TaxonRank The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary. Examples: "subsp.", "var.", "forma". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + Temperature The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + TimeCollected The 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). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + TimeOfDay The 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) 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + TimeZone Indicates the time zone for the Time of Day measurements. 2005-07-10 2005-07-10 DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone + Tissues A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + TypeStatus Indicates 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. 2003-06-13 2003-06-13 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + TypeStatus A 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."). 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + TypeStatus A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + TypeStatus A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + ValidDistributionFlag A 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". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag + VerbatimCollectingDate The verbatim original representation of the date information for the collecting event. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + VerbatimCollectingDate The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + VerbatimCollectingDate The verbatim original representation of the date (and time) information for the sampling event. Example: "spring 1910" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + VerbatimCoordinates A 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". 2007-04-17 2007-04-17 {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + VerbatimCoordinates The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54S 121 05 34W" 2008-11-19 2008-11-19 recommended {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + VerbatimCoordinateSystem The name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM" 2007-04-17 2007-04-17 (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + VerbatimCoordinateSystem The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary. Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger" 2008-11-19 2008-11-19 recommended (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + VerbatimDepth A text representation of the Depth in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + VerbatimDepth A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + VerbatimDepth The original description of the depth (below the local surface) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + VerbatimElevation A text representation of the Elevation in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + VerbatimElevation A text representation of the altitude in its original format in the source database. Example: "1000+- meters". 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + VerbatimElevation The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + VerbatimLatitude A text representation of the Latitude data in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + VerbatimLatitude A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + VerbatimLatitude The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54.03S" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + VerbatimLocality The original description of the specific place where the sampling event occurred. Example: "25 km NNE Bariloche por R. Nac. 237" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + VerbatimLongitude A text representation of the Longitude data in its original format in the source database. 2003-06-17 2003-06-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + VerbatimLongitude A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + VerbatimLongitude The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "121d 10' 34" W" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + WaterBody The full, unabbreviated name of the body of water in or over which the organism was collected or observed. 2007-04-17 2007-04-17 DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + Waterbody The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Indian Ocean", "Baltic Sea" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + YearCollected The 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] 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + YearCollected The four digit year in the Common Era calendar in which the cataloged item was collected. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + YearIdentified The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002. 2003-06-13 2003-06-13 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + YearIdentified The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName. 2003-06-17 2003-06-17 accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + YearSampled The four-digit year in which the sampling event occurred, according to the Common Era Calendar. Example: "2008" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + AcceptedTaxon The currently valid (zoological) or accepted (botanical) name for the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + AcceptedTaxonID A global unique identifier for the AcceptedTaxon. 2009-01-21 2009-01-21 recommended not in ABCD + AccessConstraints A description of constraints on the use of the data as shared or access to further data that is not shared. Example: "not-for-profit use only" 2008-11-19 2008-11-19 recommended not in ABCD + AccordingTo Abstract term to attribute information to a source. 2009-01-21 2009-01-21 recommended not in ABCD + Accuracy Abstract term to capture error information about a measurement or fact. 2009-01-21 2009-01-21 recommended 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 + AssociatedMedia A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MultimediaObjects + AssociatedReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitReferences + AssociatedSamples A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations. Example: "sibling of FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + AssociatedSequences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + AssociatedTaxa A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations. Example: "host: Quercus alba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + Basionym The basionym of the ScientificName. 2008-11-19 2008-11-19 recommended not in ABCD + BasionymID A global unique identifier for the Basionym. 2009-01-21 2009-01-21 recommended not in ABCD + BasisOfRecord The nature of the sample. Recommended best practice is to use a controlled vocabulary. Example: "HumanObservation" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordBasis + Behavior A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "roosting", "foraging", "running" 2009-03-06 2009-03-06 recommended not in ABCD + Binomial The combination of genus and first (species) epithet of the ScientificName. Example: "Ctenomys sociabilis" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString + CatalogNumber An identifier (preferably unique) for the sample within the data set or collection. Examples: "2008.1334", "145732a", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitID + CatalogNumberNumeric The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges. Example: "1334", "145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitIDNumeric + Citation A statement indicating how this record should be cited (attributed) when used. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + Class The name of the class in which the ScientificName is classified. Example: "Mammalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + CollectionCode The code (or acronym) identifying the collection within the institution in which the sample is recorded. Example: "Mammals", "Hildebrandt" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + CollectionID The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceID + Collector A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + CollectorNumber An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample. Example: "OPP 7101" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/CollectorsFieldNumber + Continent The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Antarctica" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + CoordinatePrecision 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + CoordinateUncertaintyInMeters The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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. Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + Country The full, unabbreviated name of the country or major political unit in which the sampling event occurred. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/Name + CountryCode The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code. Examples: "ARG" (=Argentina), "SLV" (=El Salvador) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + County The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred. Examples: "Missoula", "Los Lagos", "Mataró" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + Dataset Container class for information about the set of data in which the record is included. 2008-11-19 2008-11-19 recommended DataSets/DataSet + DatasetID An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. 2008-11-19 2008-11-19 recommended DataSets/DataSet/DataSetGUID + DateIdentified The date on which the sample was identified as being a member of the taxon given in the ScientificName. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + DayOfMonth The two-digit day of the month in which the sampling event occurred. Example: "28" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + DecimalLatitude The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it. Example: "-41.0983423" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + DecimalLongitude The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it. Example: "-121.1761111" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + Disposition The current disposition of the sample. Recommended best practice is to use a controlled vocabulary. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + DistanceAboveSurfaceInMetersMaximum The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + DistanceAboveSurfaceInMetersMinimum The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred. 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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + DwCType The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen + EarliestDateCollected The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + EndDayOfYear The latest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + EndTimeOfDay The time of day when the sampling event ended, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + EstablishmentMeans The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + EventAttribute Container class for information about attributes related to a given sampling event. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + EventAttributeAccuracy The description of the error associated with the EventAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended 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 + EventAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sampling event. Example: "Robert Hijmans" 2009-01-23 2009-01-23 recommended 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 + EventAttributeDeterminedDate The date on which the the measurement or characteristic of the sampling event was made. Date 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]. 2009-01-23 2009-01-23 recommended 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 + EventAttributeID An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sampling event. Example: "temperature taken at 15:00" 2008-11-19 2008-11-19 recommended not in ABCD + EventAttributeType The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. Example: "Temperature" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + EventAttributeUnit The 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. Example: "Celcius" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + EventAttributeValue The value of the measurement or characteristic of the sampling event. Example: "22" 2008-11-19 2008-11-19 recommended 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 + Family The name of the family in which the ScientificName is classified. Example: "Ctenomyidae" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + FieldNotes 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 sample. Example: "notes available in Grinnell-Miller Library" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/FieldNotes + FieldNumber An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event. Example: "RV Sol 87-03-08" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + FootprintSpatialFit The ratio of the area of the footprint (FootprintWKT) to the area of the true (original, or most specific) spatial representation of the sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + FootprintWKT A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location. 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + Generalizations Actions 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. Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" 2008-11-19 2008-11-19 recommended not in ABCD + Genus The name of the genus in which the ScientificName is classified. Example: "Quercus" 2008-11-19 2008-11-19 recommended {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 The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary. Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + GeoreferencedBy The name(s) of the person(s) who applied the Georeference to the SampleLocation. Example: "Heather Constable, Carol Spencer" 2009-01-21 2009-01-21 recommended not in ABCD + GeoreferenceProtocol A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + GeoreferenceRemarks 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + GeoreferenceSources A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically 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" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + GeoreferenceVerificationStatus A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary. Examples: "requires verification", "verified by collector", "verified by curator". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + Habitat A description of the habitat in which the sampling event occurred. Example: "oak savanna" 2008-11-19 2008-11-19 recommended not in ABCD + HigherGeography A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term 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. 2008-11-19 2009-01-21 recommended {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + HigherGeographyID A global unique identifier for the parent of the location. 2009-01-21 2009-01-21 recommended not in ABCD + HigherTaxon A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + HigherTaxonID A global unique identifier for the parent to the taxon. 2009-01-21 2009-01-21 recommended not in ABCD + Identification Container class for information about the taxonomic determination of the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification + IdentificationID An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended not in ABCD + IdentificationQualifier A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample. 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. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + IdentificationReferences A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample. Example: "Aves del Noroeste Patagonico. Christie et al. 2004." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/References + IdentificationRemarks Comments or notes about the identification of the sample. Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + IdentifiedBy The name(s) of the person(s) who applied the ScientificName to the sample. Example: "James L. Patton" 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + IndividualCount The number of individuals present in the sample or observed in the sampling event. Example: "1" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + IndividualID An identifier for an individual or named group of individual organisms represented in the sample. 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. Examples: "U.amer. 44", "Smedley", "Orca J 23" 2008-11-19 2008-11-19 recommended DataSets/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 Additional information that exists, but that has not been made public in the given record. Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/InformationWithheld + InfraspecificEpithet The name of the second or subspecies epithet of the ScientificName. Example: "oxyadenia" 2008-11-19 2008-11-19 recommended {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} + InstitutionCode The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded. Examples: "MVZ", "FMNH" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SourceInstitutionID + Island The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Isla Victoria" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + IslandGroup The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Alexander Archipelago" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + Kingdom The name of the kingdom in which the ScientificName is classified. Example: "Animalia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + LatestDateCollected The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Date 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]. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + LifeStage The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "egg", "eft", "juvenile", "adult" 2008-11-19 2008-11-19 recommended 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 + Locality The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description. Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + MaximumDepthInMeters The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + MaximumElevationInMeters The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "200" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + MinimumDepthInMeters The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + MinimumElevationInMeters The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred. Example: "100" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + MonthOfYear The ordinal month in which the sampling event occurred. Example: "10" (=October) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + NamePublishedIn A full literature reference to the first (original) valid publication of the ScientificName. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + NomenclaturalCode The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + NomenclaturalStatus The status related to the original publication of the name and it's 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-01-18 recommended (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) +pro parte + Order The name of the order in which the ScientificName is classified. Example: "Rodentia" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + OtherCatalogNumbers A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection. Example: "FMNH:Mammal:1234" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + Phylum The name of the phlyum (or division) in which the ScientificName is classified. Example: "Chordata" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + PointRadiusSpatialFit 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 sampling 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 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + Preparations A list (concatenated and separated) of preparations and preservation methods for a sample. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + PreviousIdentifications A list (concatenated and separated) of previous ScientificNames to which the sample was identified. Example: "Anthus correndera" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + RelatedBasisOfRecord The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord. Example: "PreservedSpecimen" 2008-11-19 2009-01-26 recommended not in ABCD + RelatedResourceID A global unique identifier to a related resource. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + RelatedResourceType The type of related resource. Recommended best practice is to use a controlled vocabulary. Example: "Sample", "Taxon", "Publication" 2008-11-19 2009-01-26 recommended not in ABCD + RelationshipOfResource The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary. Example: "mother" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + RelationshipRemarks Comments or notes about the relationship of the related resource to this resource. Example: "mother and offspring collected from the same nest" 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + ReproductiveCondition The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. 2008-11-19 2008-11-19 recommended not in ABCD + ResourceRelationship Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. 2008-11-19 2009-01-26 recommended DataSets/DataSet/Units/Unit/Associations + ResourceRelationshipID A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another. 2009-01-26 2009-01-26 recommended not in ABCD + Sample Container class for information about the results of a sampling event (specimen, observation, etc.) 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit + SampleAttribute Container class for information about attributes related to a given sample. 2008-11-19 2008-11-19 recommended Datasets/Dataset/Units/Unit/MeasurementsOrFacts + SampleAttributeAccuracy The description of the error associated with the SampleAttributeValue. Example: "0.01", "normal distribution with variation of 2 m" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + SampleAttributeDeterminedBy The agent responsible for having determined the value of the measurement or characteristic of the sample. Example: "Javier de la Torre" 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + SampleAttributeDeterminedDate The date on which the the measurement or characteristic of the sample was made. Date 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]. 2009-01-23 2009-01-23 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + SampleAttributeID An identifier for the sample attribute. May be a global unique identifier or an identifier specific to the data set. 2009-03-06 2009-03-06 recommended not in ABCD + SampleAttributeRemarks Comments or notes accompanying the measurement or characteristic of the sample. Example: "tip of tail missing" 2008-11-19 2008-11-19 recommended not in ABCD + SampleAttributes A list (concatenated and separated) of additional measurements or characteristics of the sample. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts + SampleAttributeType The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. Example: "tail length" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + SampleAttributeUnit The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. Example: "mm" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + SampleAttributeValue The value of the measurement or characteristic of the sample. Example: "45" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + SampleDetails A reference (publication, URI) to the most detailed information available about the sample. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/RecordURI + SampleID A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent. For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/UnitGUID + SampleRemarks Comments or notes about the sample or record. Example: "found dead on road" 2008-11-19 2009-01-18 recommended DataSets/DataSet/Units/Unit/Notes + SamplingEvent Container class for information about the conditions and methods of acquisition of samples. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering + SamplingEventAttributes A list (concatenated and separated) of additional measurements or characteristics of the sampling event. Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + SamplingEventID An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Code + SamplingEventRemarks Comments or notes about the sampling event. Example: "after the recent rains the river is nearly at flood stage" 2009-01-18 2009-01-18 recommended not in ABCD + SamplingLocation Container class for information about the location where a sampling event occurred. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/LocalityText + SamplingLocationID An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. Example: "MVZ:LocID:12345" 2008-11-19 2008-11-19 recommended not in ABCD + SamplingLocationRemarks Comments or notes about the sampling location. Example: "under water since 2005" 2009-01-18 2009-01-18 recommended DataSets/DataSet/Units/Unit/Gathering/AreaDetail + SamplingProtocol The name of, reference to, or brief description of the method or protocol used for the sampling event. Examples: "UV light trap", "mist net", "bottom trawl" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Method + ScientificName The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here. Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship) 2008-11-19 2009-01-21 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + ScientificNameAuthorship The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode. Example: "(Torr.) J.T. Howell" 2008-11-19 2008-11-19 recommended {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} + Sex The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Examples: "female", "hermaphrodite" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Sex + SpecificEpithet The name of the first or species epithet of the ScientificName. Example: "agrifolia" 2008-11-19 2008-11-19 recommended {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} + StartDayOfYear The earliest ordinal day of the year on which the sampling 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-01-21 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + StartTimeOfDay The time of day when the sampling event began, expressed as decimal hours from midnight, local time. Examples: "12.0" (= noon), "13.5" (= 1:30pm) 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + StateProvince The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred. Examples: "Montana", "Minas Gerais", "Córdoba" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + Subgenus The name of the subgenus in which the ScientificName is classified. 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + Taxon Container class for information about the taxonomic name or concept referred to by an Identification. 2008-11-19 2008-11-19 recommended no simple equivalent in ABCD + TaxonAccordingTo Information 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. 2008-11-19 2009-01-21 recommended not in ABCD + TaxonID A global unique identifier for the taxon (name in a classification). 2008-11-19 2008-11-19 recommended not in ABCD + TaxonomicStatus 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. Example: "invalid", "misapplied", "homotypic synonym", "accepted" 2008-11-19 2008-11-19 recommended not in ABCD + TaxonRank The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary. Examples: "subsp.", "var.", "forma". 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + TypeStatus A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + VerbatimCollectingDate The verbatim original representation of the date (and time) information for the sampling event. Example: "spring 1910" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + VerbatimCoordinates The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54S 121 05 34W" 2008-11-19 2008-11-19 recommended {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + VerbatimCoordinateSystem The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary. Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger" 2008-11-19 2008-11-19 recommended (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + VerbatimDepth The original description of the depth (below the local surface) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + VerbatimElevation The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred. Example: "100-200 m" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + VerbatimLatitude The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "41 05 54.03S" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + VerbatimLocality The original description of the specific place where the sampling event occurred. Example: "25 km NNE Bariloche por R. Nac. 237" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + VerbatimLongitude The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem. Example: "121d 10' 34" W" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + Waterbody The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Example: "Indian Ocean", "Baltic Sea" 2008-11-19 2008-11-19 recommended DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + YearSampled The four-digit year in which the sampling event occurred, according to the Common Era Calendar. Example: "2008" 2008-11-19 2008-11-19 recommended accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + diff --git a/rdf/dwctype.rdf b/rdf/dwctype.rdf new file mode 100644 index 0000000..d375051 --- /dev/null +++ b/rdf/dwctype.rdf @@ -0,0 +1,68 @@ + + + + + + + + + + +]> + + +Darwin Core Namespace for terms in the Darwin Core Type Vocabulary +To comment on this schema, please create a new issue in http://code.google.com/p/darwincore/issues/ +Biodiversity Information Standards (TDWG) +2009-02-24 + + + + + + + PreservedSpecimen A resource describing a preserved specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/PreservedSpecimen + FossilSpecimen A resource describing a fossilized specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/FossileSpecimen + LivingSpecimen A resource describing a living specimen. 2008-11-19 2008-11-19 recommended RecordBasisEnum/LivingSpecimen + HumanObservation A resource describing an observation made by one or more people without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/HumanObservation + MachineObservation A resource describing an observation made by a machine without accompanying physical evidence. 2008-11-19 2008-11-19 recommended RecordBasisEnum/MachineObservation + Location A resource describing a location. 2009-01-23 2009-01-23 recommended not in ABCD + Taxonomy A resource describing a taxon. 2009-01-23 2009-01-23 recommended not in ABCD + NomenclaturalChecklist A resource describing a nomenclatural checklist. 2009-01-23 2009-01-23 recommended not in ABCD + + + diff --git a/rdf/human-dwctype.xsl b/rdf/human-dwctype.xsl new file mode 100644 index 0000000..df75c27 --- /dev/null +++ b/rdf/human-dwctype.xsl @@ -0,0 +1,289 @@ + + + + + + + http://code.google.com/p/darwincore/wiki/ + + + + Darwin Core Type Vocabulary + + + +
+ +
+
+ + + +
+
Darwin Core Type Vocabulary
+
+ +
+ left bar top +
+ + + +
+ +

+ Darwin Core Type Vocabulary +

+

(This is an HTML view of the RDF type vocabulary term definitions. + Use View-Source to see the underlying RDF.)

+ +
+
+ + +
+ + + + + + + + + + + + + + +

Term:

+
+

+
+ +
+
+ +
+
+ +
+ +
+
+ + + + Discussion Page. +
+
Discussions related to this term on the wiki.
+
+
+ + + + +
+ Type +
+
+ + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#label Label +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#comment Comment +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#isDefinedBy Is Defined By + +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#subClassOf Sub Class Of + +
+
+ + + + + + +
+
+ + +
+ Refines +
+
+ + +
+
+ +
+ + http://www.w3.org/2000/01/rdf-schema#range Range +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#domain Class +
+
+ + + + + + +
+
+ + + +
+ + http://purl.org/dc/elements/1.1/titleTitle +
+
+ +
+
+ +
+ + http://purl.org/dc/elements/1.1/creatorCreator +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/publisherPublisher +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/descriptionDescription +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/issuedIssued +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/modifiedModified +
+
+ +
+
+ + + + +
+ Version +
+
+ + +
+
+ +
diff --git a/rdf/human.css b/rdf/human.css index 3fadeb1..d1919b0 100644 --- a/rdf/human.css +++ b/rdf/human.css @@ -1,145 +1,145 @@ -/** ---------------------------------------------------------------------------------- - RDF styling by loic@ultimedia.com.au - ---------------------------------------------------------------------------------- */ - - -/** ---------------------------------------------------------------------------------- - * Common HTML elements ////////////////////////////////////////////////////////////// - ---------------------------------------------------------------------------------- */ - -body { - background-color: #FFFFFF; - margin-left: 0px; - margin-top: 0px; - margin-right: 0px; - margin-bottom: 0px; -} -body,td,th,p,div { - font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; - color: #617694; -} -p { - margin-top: 0px; - margin-bottom: 20px; -} - -/*---------------------------------------------------- links */ - -a:link { color: #EC7600; text-decoration:none; } -a:visited { color:#EC7600; text-decoration:none; } -a:hover { color:#EC7600; text-decoration:underline; } -a:active { color:#EC7600; text-decoration:none; } - -/*---------------------------------------------------- headers */ - -h1,h2,h3,h4,h5,h6 { - font: 18px/1.8 Tahoma, Tahoma, "Times New Roman", sans-serif; - letter-spacing:1px; - margin-top: 0px; - color: #6A9832; -} -h1 { - font-size: 22px; -} -h2 { - font-size: 20px; -} - -/** ---------------------------------------------------------------------------------- - * Main layout elements ////////////////////////////////////////////////////////////// - ---------------------------------------------------------------------------------- */ - -#container { - text-align: left; -} - -/*---------------------------------------------------- page header */ - -#RDF-header { - height:89px; - background:#617694 url(images/headerImage_RDF.jpg) right top no-repeat; -} - #logoBox { - width:149px; - height:89px; - float:left; - margin: 0; - background:#fff url(images/logo_RDF_bgd.gif) right bottom no-repeat; - } - #logo { - padding-top: 9px; - padding-left: 12px; - } - #RDF-header-title { - font: 24px/1.2 Georgia, "Times New Roman", sans-serif; - color: #E7F2D9; - margin: 0; - padding-top: 15px; - margin-left: 170px; - } - -#RDF-title-bar { - background:#CADDB5 url(images/RDF-titlebar-right.gif) right bottom no-repeat; - height:30px; -} - -/*---------------------------------------------------- main content */ -#left-bar { - width: 133px; - float:left; - background:#617694 url(images/left-bar-bottom-right.gif) right bottom no-repeat; -} - #left-bar-menu { - padding: 0px 0px 20px 10px; - } - #left-bar-menu a:link { color: #FFCC00; text-decoration:none; } - #left-bar-menu a:visited { color:#FFCC00; text-decoration:none; } - #left-bar-menu a:hover { color:#FFFFFF; text-decoration:none; } - #left-bar-menu a:active { color:#FFFFFF; text-decoration:none; } - -#RDF-main { - margin: 0 auto; - margin-top:20px; - margin-right:20px; - margin-left:150px; -} - -/*---------------------------------------------------- RDF styles */ - -.TopProperties{ - border: 1px solid #617694; -} -.ClassProperties{ - background-color: #FAFCF8; - padding:20px; - border: 1px solid #ddd; - margin-bottom:20px; -} - - -table{ - width: 100%; - padding: 0; - margin: 0; - border: 1px solid #ccc; -} - th{ - color: white; - background-color: #617694; - vertical-align:text-top; - } - td{ - padding: 5px; - border-top: 1px solid #ddd; - vertical-align:text-top; - background-color: #F0F2F4; - } -.ClassProperties dl { - margin-left:20px; - padding:10px; - border: 1px dashed #aaa; - margin-bottom:20px; -} - dd { - margin-bottom:5px; +/** ---------------------------------------------------------------------------------- + RDF styling by loic@ultimedia.com.au + ---------------------------------------------------------------------------------- */ + + +/** ---------------------------------------------------------------------------------- + * Common HTML elements ////////////////////////////////////////////////////////////// + ---------------------------------------------------------------------------------- */ + +body { + background-color: #FFFFFF; + margin-left: 0px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; +} +body,td,th,p,div { + font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; + color: #617694; +} +p { + margin-top: 0px; + margin-bottom: 20px; +} + +/*---------------------------------------------------- links */ + +a:link { color: #EC7600; text-decoration:none; } +a:visited { color:#EC7600; text-decoration:none; } +a:hover { color:#EC7600; text-decoration:underline; } +a:active { color:#EC7600; text-decoration:none; } + +/*---------------------------------------------------- headers */ + +h1,h2,h3,h4,h5,h6 { + font: 18px/1.8 Tahoma, Tahoma, "Times New Roman", sans-serif; + letter-spacing:1px; + margin-top: 0px; + color: #6A9832; +} +h1 { + font-size: 22px; +} +h2 { + font-size: 20px; +} + +/** ---------------------------------------------------------------------------------- + * Main layout elements ////////////////////////////////////////////////////////////// + ---------------------------------------------------------------------------------- */ + +#container { + text-align: left; +} + +/*---------------------------------------------------- page header */ + +#RDF-header { + height:89px; + background:#617694 url(images/headerImage_RDF.jpg) right top no-repeat; +} + #logoBox { + width:149px; + height:89px; + float:left; + margin: 0; + background:#fff url(images/logo_RDF_bgd.gif) right bottom no-repeat; + } + #logo { + padding-top: 9px; + padding-left: 12px; + } + #RDF-header-title { + font: 24px/1.2 Georgia, "Times New Roman", sans-serif; + color: #E7F2D9; + margin: 0; + padding-top: 15px; + margin-left: 170px; + } + +#RDF-title-bar { + background:#CADDB5 url(images/RDF-titlebar-right.gif) right bottom no-repeat; + height:30px; +} + +/*---------------------------------------------------- main content */ +#left-bar { + width: 133px; + float:left; + background:#617694 url(images/left-bar-bottom-right.gif) right bottom no-repeat; +} + #left-bar-menu { + padding: 0px 0px 20px 10px; + } + #left-bar-menu a:link { color: #FFCC00; text-decoration:none; } + #left-bar-menu a:visited { color:#FFCC00; text-decoration:none; } + #left-bar-menu a:hover { color:#FFFFFF; text-decoration:none; } + #left-bar-menu a:active { color:#FFFFFF; text-decoration:none; } + +#RDF-main { + margin: 0 auto; + margin-top:20px; + margin-right:20px; + margin-left:150px; +} + +/*---------------------------------------------------- RDF styles */ + +.TopProperties{ + border: 1px solid #617694; +} +.ClassProperties{ + background-color: #FAFCF8; + padding:20px; + border: 1px solid #ddd; + margin-bottom:20px; +} + + +table{ + width: 100%; + padding: 0; + margin: 0; + border: 1px solid #ccc; +} + th{ + color: white; + background-color: #617694; + vertical-align:text-top; + } + td{ + padding: 5px; + border-top: 1px solid #ddd; + vertical-align:text-top; + background-color: #F0F2F4; + } +.ClassProperties dl { + margin-left:20px; + padding:10px; + border: 1px dashed #aaa; + margin-bottom:20px; +} + dd { + margin-bottom:5px; } \ No newline at end of file diff --git a/rdf/human.xsl b/rdf/human.xsl index 7fd400b..3336e29 100644 --- a/rdf/human.xsl +++ b/rdf/human.xsl @@ -1,289 +1,289 @@ - - - - - - - http://code.google.com/p/darwincore/wiki/ - - - - Darwin Core Terms - - - -
- -
-
- - - -
-
Darwin Core Terms
-
- -
- left bar top -
- - - -
- -

- Darwin Core Terms -

-

(This is an HTML view of the RDF term definitions. Use View-Source to - see the underlying RDF.)

- -
-
- - -
- - - - - - - - - - - - - - -

Term:

-
-

-
- -
-
- -
-
- -
- -
-
- - - - Discussion Page. -
-
Discussions related to this term on the wiki.
-
-
- - - - -
- Type -
-
- - -
-
- - -
- - http://www.w3.org/2000/01/rdf-schema#label Label -
-
- -
-
- - -
- - http://www.w3.org/2000/01/rdf-schema#comment Comment -
-
- -
-
- - -
- - http://www.w3.org/2000/01/rdf-schema#isDefinedBy Is Defined By - -
-
- - - - - - -
-
- - -
- - http://www.w3.org/2000/01/rdf-schema#subClassOf Sub Class Of - -
-
- - - - - - -
-
- - -
- Refines -
-
- - -
-
- -
- - http://www.w3.org/2000/01/rdf-schema#range Range -
-
- - - - - - -
-
- - -
- - http://www.w3.org/2000/01/rdf-schema#domain Class -
-
- - - - - - -
-
- - - -
- - http://purl.org/dc/elements/1.1/titleTitle -
-
- -
-
- -
- - http://purl.org/dc/elements/1.1/creatorCreator -
-
- -
-
- - -
- - http://purl.org/dc/elements/1.1/publisherPublisher -
-
- -
-
- - -
- - http://purl.org/dc/elements/1.1/descriptionDescription -
-
- -
-
- - -
- - http://purl.org/dc/terms/issuedIssued -
-
- -
-
- - -
- - http://purl.org/dc/terms/modifiedModified -
-
- -
-
- - - - -
- Version -
-
- - -
-
- -
+ + + + + + + http://code.google.com/p/darwincore/wiki/ + + + + Darwin Core Terms + + + +
+ +
+
+ + + +
+
Darwin Core Terms
+
+ +
+ left bar top +
+ + + +
+ +

+ Darwin Core Terms +

+

(This is an HTML view of the RDF term definitions. Use View-Source to + see the underlying RDF.)

+ +
+
+ + +
+ + + + + + + + + + + + + + +

Term:

+
+

+
+ +
+
+ +
+
+ +
+ +
+
+ + + + Discussion Page. +
+
Discussions related to this term on the wiki.
+
+
+ + + + +
+ Type +
+
+ + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#label Label +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#comment Comment +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#isDefinedBy Is Defined By + +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#subClassOf Sub Class Of + +
+
+ + + + + + +
+
+ + +
+ Refines +
+
+ + +
+
+ +
+ + http://www.w3.org/2000/01/rdf-schema#range Range +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#domain Class +
+
+ + + + + + +
+
+ + + +
+ + http://purl.org/dc/elements/1.1/titleTitle +
+
+ +
+
+ +
+ + http://purl.org/dc/elements/1.1/creatorCreator +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/publisherPublisher +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/descriptionDescription +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/issuedIssued +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/modifiedModified +
+
+ +
+
+ + + + +
+ Version +
+
+ + +
+
+ +
diff --git a/tapir/dwc_compound_sample.tom b/tapir/dwc_compound_sample.tom index 612f19d..b4296db 100644 --- a/tapir/dwc_compound_sample.tom +++ b/tapir/dwc_compound_sample.tom @@ -1,388 +1,388 @@ - - - - -Output Model for Darwin Compound Sample Schema - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +Output Model for Darwin Compound Sample Schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tapir/dwc_simple.tom b/tapir/dwc_simple.tom index 375e734..3154f0b 100644 --- a/tapir/dwc_simple.tom +++ b/tapir/dwc_simple.tom @@ -1,388 +1,388 @@ - - - - -Output Model for Simple Darwin Record Schema - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +Output Model for Simple Darwin Record Schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tapir/dwc_terms.cns b/tapir/dwc_terms.cns index 2c2ef6c..c898093 100644 --- a/tapir/dwc_terms.cns +++ b/tapir/dwc_terms.cns @@ -1,710 +1,710 @@ - - - - -Latest Greatest Darwin -http://rs.tdwg.org/dwc/tems/tdwg_dwcterms.xsd - - -DateLastModified -http://www.w3.org/2001/XMLSchema#dateTime -http://dublincore.org/documents/dcmi-terms/#terms-modified - - -Language -http://www.w3.org/2001/XMLSchema#string -http://dublincore.org/documents/dcmi-terms/#terms-language - - -Rights -http://www.w3.org/2001/XMLSchema#string -http://dublincore.org/documents/dcmi-terms/#terms-rights - - -RightsHolder -http://www.w3.org/2001/XMLSchema#string -http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder - - -DatasetID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DatasetID - - -InstitutionCode -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InstitutionCode - - -CollectionCode -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectionCode - - -CollectionID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectionID - - -SampleID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleID - - -BasisOfRecord -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/BasisOfRecord - - -AccessConstraints -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AccessConstraints - - -InformationWithheld -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InformationWithheld - - -Generalizations -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Generalizations - - -SampleDetails -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleDetails - - -SampleRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleRemarks - - -CatalogNumber -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CatalogNumber - - -CatalogNumberNumeric -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CatalogNumberNumeric - - -IndividualID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IndividualID - - -IndividualCount -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IndividualCount - - -Citation -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Citation - - -Sex -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Sex - - -LifeStage -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/LifeStage - - -ReproductiveCondition -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ReproductiveCondition - - -EstablishmentMeans -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EstablishmentMeans - - -SampleAttributes -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributes - - -Preparations -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Preparations - - -Disposition -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Disposition - - -OtherCatalogNumbers -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/OtherCatalogNumbers - - -AssociatedMedia -http://www.w3.org/2001/XMLSchema#anyURI -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedMedia - - -AssociatedReferences -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedReferences - - -AssociatedSamples -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedSamples - - -AssociatedSequences -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedSequences - - -AssociatedTaxa -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedTaxa - - -SamplingEventID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventID - - -SamplingProtocol -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingProtocol - - -VerbatimCollectingDate -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCollectingDate - - -EarliestDateCollected -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EarliestDateCollected - - -LatestDateCollected -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/LatestDateCollected - - -StartDayOfYear -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StartDayOfYear - - -EndDayOfYear -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EndDayOfYear - - -StartTimeOfDay -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StartTimeOfDay - - -EndTimeOfDay -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EndTimeOfDay - - -YearSampled -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/YearSampled - - -MonthOfYear -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MonthOfYear - - -DayOfMonth -http://www.w3.org/2001/XMLSchema#decimal -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DayOfMonth - - -Habitat -http://www.w3.org/2001/XMLSchema#boolean -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Habitat - - -Behavior -http://www.w3.org/2001/XMLSchema#boolean -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Behavior - - -Collector -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Collector - - -CollectorNumber -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectorNumber - - -FieldNumber -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FieldNumber - - -FieldNotes -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FieldNotes - - -SamplingEventAttributes -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventAttributes - - -SamplingEventRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventRemarks - - -SamplingLocationID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingLocationID - - -HigherGeographyID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherGeographyID - - -HigherGeography -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherGeography - - -Continent -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Continent - - -WaterBody -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/WaterBody - - -IslandGroup -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IslandGroup - - -Island -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Island - - -Country -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Country - - -CountryCode -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CountryCode - - -StateProvince -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StateProvince - - -County -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/County - - -Locality -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Locality - - -VerbatimLocality -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLocality - - -VerbatimElevation -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimElevation - - -MinimumElevationInMeters -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MinimumElevationInMeters - - -MaximumElevationInMeters -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MaximumElevationInMeters - - -VerbatimDepth -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimDepth - - -MinimumDepthInMeters -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MinimumDepthInMeters - - -MaximumDepthInMeters -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MaximumDepthInMeters - - -DistanceAboveSurfaceInMetersMinimum -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DistanceAboveSurfaceInMetersMinimum - - -DistanceAboveSurfaceInMetersMaximum -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DistanceAboveSurfaceInMetersMaximum - - -DecimalLatitude -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DecimalLatitude - - -DecimalLongitude -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DecimalLongitude - - -GeodeticDatum -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeodeticDatum - - -CoordinateUncertaintyInMeters -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CoordinateUncertaintyInMeters - - -CoordinatePrecision -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CoordinatePrecision - - -PointRadiusSpatialFit -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/PointRadiusSpatialFit - - -VerbatimCoordinates -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCoordinates - - -VerbatimLatitude -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLatitude - - -VerbatimLongitude -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLongitude - - -GeoreferencedBy -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferencedBy - - -GeoreferenceProtocol -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceProtocol - - -VerbatimCoordinateSystem -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCoordinateSystem - - -GeoreferenceSources -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceSources - - -GeoreferenceVerificationStatus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceVerificationStatus - - -GeoreferenceRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceRemarks - - -FootprintWKT -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FootprintWKT - - -FootprintSpatialFit -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FootprintSpatialFit - - -SamplingLocationRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingLocationRemarks - - -TaxonID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonID - - -ScientificName -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ScientificName - - -Binomial -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Binomial - - -HigherTaxonID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherTaxonID - - -HigherTaxon -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherTaxon - - -Kingdom -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Kingdom - - -Phylum -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Phylum - - -Class -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Class - - -Order -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Order - - -Family -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Family - - -Genus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Genus - - -Subgenus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Subgenus - - -SpecificEpithet -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SpecificEpithet - - -TaxonRank -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonRank - - -InfraspecificEpithet -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InfraspecificEpithet - - -ScientificNameAuthorship -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ScientificNameAuthorship - - -NomenclaturalCode -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NomenclaturalCode - - -TaxonAccordingTo -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonAccordingTo - - -NamePublishedIn -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NamePublishedIn - - -TaxonomicStatus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonomicStatus - - -NomenclaturalStatus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NomenclaturalStatus - - -AcceptedTaxonID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AcceptedTaxonID - - -AcceptedTaxon -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AcceptedTaxon - - -BasionymID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/BasionymID - - -Basionym -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Basionym - - -IdentificationID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationID - - -IdentifiedBy -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentifiedBy - - -DateIdentified -http://www.w3.org/2001/XMLSchema#dateTime -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DateIdentified - - -IdentificationReferences -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationReferences - - -IdentificationRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationRemarks - - -PreviousIdentifications -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/PreviousIdentifications - - -IdentificationQualifier -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationQualifier - - -TypeStatus -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TypeStatus - - -RelatedResourceID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelatedResourceID - - -RelatedBasisOfRecord -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelatedBasisOfRecord - - -RelationshipOfResource -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelationshipOfResource - - -RelationshipRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelationshipRemarks - - -SampleAttributeType -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeType - - -SampleAttributeValue -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeValue - - -SampleAttributeError -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeError - - -SampleAttributeUnit -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeUnit - - -SampleAttibuteRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttibuteRemarks - - -EventAttributeID -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeID - - -EventAttributeType -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeType - - -EventAttributeValue -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeValue - - -EventAttributeError -http://www.w3.org/2001/XMLSchema#double -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeError - - -EventAttributeUnit -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeUnit - - -EventAttributeRemarks -http://www.w3.org/2001/XMLSchema#string -http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeRemarks - - - - + + + + +Latest Greatest Darwin +http://rs.tdwg.org/dwc/tems/tdwg_dwcterms.xsd + + +DateLastModified +http://www.w3.org/2001/XMLSchema#dateTime +http://dublincore.org/documents/dcmi-terms/#terms-modified + + +Language +http://www.w3.org/2001/XMLSchema#string +http://dublincore.org/documents/dcmi-terms/#terms-language + + +Rights +http://www.w3.org/2001/XMLSchema#string +http://dublincore.org/documents/dcmi-terms/#terms-rights + + +RightsHolder +http://www.w3.org/2001/XMLSchema#string +http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder + + +DatasetID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DatasetID + + +InstitutionCode +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InstitutionCode + + +CollectionCode +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectionCode + + +CollectionID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectionID + + +SampleID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleID + + +BasisOfRecord +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/BasisOfRecord + + +AccessConstraints +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AccessConstraints + + +InformationWithheld +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InformationWithheld + + +Generalizations +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Generalizations + + +SampleDetails +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleDetails + + +SampleRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleRemarks + + +CatalogNumber +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CatalogNumber + + +CatalogNumberNumeric +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CatalogNumberNumeric + + +IndividualID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IndividualID + + +IndividualCount +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IndividualCount + + +Citation +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Citation + + +Sex +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Sex + + +LifeStage +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/LifeStage + + +ReproductiveCondition +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ReproductiveCondition + + +EstablishmentMeans +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EstablishmentMeans + + +SampleAttributes +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributes + + +Preparations +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Preparations + + +Disposition +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Disposition + + +OtherCatalogNumbers +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/OtherCatalogNumbers + + +AssociatedMedia +http://www.w3.org/2001/XMLSchema#anyURI +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedMedia + + +AssociatedReferences +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedReferences + + +AssociatedSamples +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedSamples + + +AssociatedSequences +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedSequences + + +AssociatedTaxa +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AssociatedTaxa + + +SamplingEventID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventID + + +SamplingProtocol +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingProtocol + + +VerbatimCollectingDate +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCollectingDate + + +EarliestDateCollected +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EarliestDateCollected + + +LatestDateCollected +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/LatestDateCollected + + +StartDayOfYear +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StartDayOfYear + + +EndDayOfYear +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EndDayOfYear + + +StartTimeOfDay +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StartTimeOfDay + + +EndTimeOfDay +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EndTimeOfDay + + +YearSampled +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/YearSampled + + +MonthOfYear +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MonthOfYear + + +DayOfMonth +http://www.w3.org/2001/XMLSchema#decimal +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DayOfMonth + + +Habitat +http://www.w3.org/2001/XMLSchema#boolean +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Habitat + + +Behavior +http://www.w3.org/2001/XMLSchema#boolean +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Behavior + + +Collector +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Collector + + +CollectorNumber +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CollectorNumber + + +FieldNumber +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FieldNumber + + +FieldNotes +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FieldNotes + + +SamplingEventAttributes +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventAttributes + + +SamplingEventRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingEventRemarks + + +SamplingLocationID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingLocationID + + +HigherGeographyID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherGeographyID + + +HigherGeography +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherGeography + + +Continent +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Continent + + +WaterBody +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/WaterBody + + +IslandGroup +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IslandGroup + + +Island +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Island + + +Country +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Country + + +CountryCode +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CountryCode + + +StateProvince +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/StateProvince + + +County +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/County + + +Locality +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Locality + + +VerbatimLocality +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLocality + + +VerbatimElevation +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimElevation + + +MinimumElevationInMeters +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MinimumElevationInMeters + + +MaximumElevationInMeters +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MaximumElevationInMeters + + +VerbatimDepth +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimDepth + + +MinimumDepthInMeters +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MinimumDepthInMeters + + +MaximumDepthInMeters +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/MaximumDepthInMeters + + +DistanceAboveSurfaceInMetersMinimum +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DistanceAboveSurfaceInMetersMinimum + + +DistanceAboveSurfaceInMetersMaximum +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DistanceAboveSurfaceInMetersMaximum + + +DecimalLatitude +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DecimalLatitude + + +DecimalLongitude +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DecimalLongitude + + +GeodeticDatum +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeodeticDatum + + +CoordinateUncertaintyInMeters +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CoordinateUncertaintyInMeters + + +CoordinatePrecision +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/CoordinatePrecision + + +PointRadiusSpatialFit +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/PointRadiusSpatialFit + + +VerbatimCoordinates +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCoordinates + + +VerbatimLatitude +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLatitude + + +VerbatimLongitude +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimLongitude + + +GeoreferencedBy +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferencedBy + + +GeoreferenceProtocol +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceProtocol + + +VerbatimCoordinateSystem +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/VerbatimCoordinateSystem + + +GeoreferenceSources +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceSources + + +GeoreferenceVerificationStatus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceVerificationStatus + + +GeoreferenceRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/GeoreferenceRemarks + + +FootprintWKT +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FootprintWKT + + +FootprintSpatialFit +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/FootprintSpatialFit + + +SamplingLocationRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SamplingLocationRemarks + + +TaxonID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonID + + +ScientificName +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ScientificName + + +Binomial +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Binomial + + +HigherTaxonID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherTaxonID + + +HigherTaxon +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/HigherTaxon + + +Kingdom +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Kingdom + + +Phylum +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Phylum + + +Class +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Class + + +Order +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Order + + +Family +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Family + + +Genus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Genus + + +Subgenus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Subgenus + + +SpecificEpithet +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SpecificEpithet + + +TaxonRank +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonRank + + +InfraspecificEpithet +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/InfraspecificEpithet + + +ScientificNameAuthorship +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/ScientificNameAuthorship + + +NomenclaturalCode +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NomenclaturalCode + + +TaxonAccordingTo +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonAccordingTo + + +NamePublishedIn +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NamePublishedIn + + +TaxonomicStatus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TaxonomicStatus + + +NomenclaturalStatus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/NomenclaturalStatus + + +AcceptedTaxonID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AcceptedTaxonID + + +AcceptedTaxon +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/AcceptedTaxon + + +BasionymID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/BasionymID + + +Basionym +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/Basionym + + +IdentificationID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationID + + +IdentifiedBy +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentifiedBy + + +DateIdentified +http://www.w3.org/2001/XMLSchema#dateTime +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/DateIdentified + + +IdentificationReferences +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationReferences + + +IdentificationRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationRemarks + + +PreviousIdentifications +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/PreviousIdentifications + + +IdentificationQualifier +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/IdentificationQualifier + + +TypeStatus +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/TypeStatus + + +RelatedResourceID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelatedResourceID + + +RelatedBasisOfRecord +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelatedBasisOfRecord + + +RelationshipOfResource +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelationshipOfResource + + +RelationshipRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/RelationshipRemarks + + +SampleAttributeType +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeType + + +SampleAttributeValue +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeValue + + +SampleAttributeError +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeError + + +SampleAttributeUnit +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttributeUnit + + +SampleAttibuteRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/SampleAttibuteRemarks + + +EventAttributeID +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeID + + +EventAttributeType +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeType + + +EventAttributeValue +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeValue + + +EventAttributeError +http://www.w3.org/2001/XMLSchema#double +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeError + + +EventAttributeUnit +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeUnit + + +EventAttributeRemarks +http://www.w3.org/2001/XMLSchema#string +http://wiki.tdwg.org/twiki/bin/view/DarwinCore/terms/EventAttributeRemarks + + + + diff --git a/tapir/dwc_terms_mappings.xml b/tapir/dwc_terms_mappings.xml index 4ca7f1b..44a15d9 100644 --- a/tapir/dwc_terms_mappings.xml +++ b/tapir/dwc_terms_mappings.xml @@ -1,410 +1,410 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/terms/attributes/dwcattributes.rdf b/terms/attributes/dwcattributes.rdf index c23815b..fccb037 100644 --- a/terms/attributes/dwcattributes.rdf +++ b/terms/attributes/dwcattributes.rdf @@ -43,5 +43,17 @@ rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
+ + + 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 + + + + diff --git a/terms/guides/text/index.htm b/terms/guides/text/index.htm index 8b1df59..ed35837 100644 --- a/terms/guides/text/index.htm +++ b/terms/guides/text/index.htm @@ -1,28 +1,26 @@  - +Darwin Core Text Guidelines + - - - + - + - @@ -57,7 +55,7 @@ - + @@ -73,22 +71,15 @@ - + - + - - - - - - - @@ -99,9 +90,13 @@

[ABCD]
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais (KUNHM), Stan Blum (CAS)Tim Robertson (GBIF), John Wieczorek (MVZ), Markus Döring (GBIF), Renato De Giovanni (CRIA), Dave Vieglais (KUNHM)
Legal:
Identifier:http://rs.tdwg.org/dwc/terms/xsd/guide/2009-02-12/http://rs.tdwg.org/dwc/2009-02-20/terms/guides/text/
Latest Version:http://rs.tdwg.org/dwc/terms/xsd/guide/http://rs.tdwg.org/dwc/terms/guides/text/
Replaces: Not applicable
Replaced By:Not applicable
Translations:http://rs.tdwg.org/dwc/translations/
Document Status: This is a TDWG Request for Comment.
- + - + + + + +
1. Introduction
2. References
2. Document Guide
3. Terminology
4. General implementation recommendations
4. Metafile content description
5. General implementation recommendations
6. Database exporting examples
7. Guideline for consumers
8. References
@@ -156,69 +151,42 @@ can be described with the following illustrative Darwin Core metafile (Namespace

- - -

2. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[DCTERMS]http://dublincore.org/documents/dcmi-terms/Dublin Core Metadata terms.
[FIELDEDTEXT]http://www.fieldedtext.org/Fielded Text proposed standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
[TEXTSCHEMA]http://rs.tdwg.org/dwc/terms/xsd/tdwg_dwc_text.xsdSimple Darwin Core Text schema.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
[XML]http://www.w3.org/XML/Reference site for the Extensible Markup Language (XML).
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ + + + + +

+Mappings +

+ + +

+Implementation Guides +

+ + +

+Translations - An index to Darwin Core documents in various languages

3. Terminology

Fielded Text
-
Fielded Text refers to a format of structuring a flat text file into rows and columns; examples include comma separated values(CSV) and Tab delimited files (Tab file)
+
Fielded Text refers to a format of structuring a flat text file into rows and columns; examples include comma +separated values(CSV) and Tab delimited files (Tab file)

+

4. Metafile content description

The metafile schema is available at tdwg_dwc_text.xsd. @@ -455,6 +423,7 @@ can be described with the following illustrative Darwin Core metafile (Namespace

+

5. General implementation guidelines

5.1 Single and multiple data files

5.1.1 Single data file

@@ -589,6 +558,7 @@ Most terms should be typed as "string" with the exception of the following terms +

6. Database exporting examples

6.1 Mysql

Using the select into outfile command it is very easy to produce fielded text from mysql.
@@ -605,6 +575,7 @@ FROM dwc; +

7. Guidelines for consumers

It goes beyond the scope of these guidelines to specify how a consumer must deal with related data. However, the following procedure is recommended for a database import:
    @@ -614,6 +585,61 @@ It goes beyond the scope of these guidelines to specify how a consumer must deal
  • Copy data into tables enforcing the relationship, or add constraint to newly created tables
+ +

8. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[DCTERMS]http://dublincore.org/documents/dcmi-terms/Dublin Core Metadata terms.
[FIELDEDTEXT]http://www.fieldedtext.org/Fielded Text proposed standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
[TEXTSCHEMA]http://rs.tdwg.org/dwc/terms/xsd/tdwg_dwc_text.xsdSimple Darwin Core Text schema.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
[XML]http://www.w3.org/XML/Reference site for the Extensible Markup Language (XML).
+

diff --git a/terms/guides/xml/index.htm b/terms/guides/xml/index.htm index b850cc4..08e019f 100644 --- a/terms/guides/xml/index.htm +++ b/terms/guides/xml/index.htm @@ -1,7 +1,7 @@  - + Darwin Core XML Guide @@ -14,10 +14,10 @@ - + - + @@ -72,22 +72,15 @@ Identifier: -http://rs.tdwg.org/dwc/terms/xsd/guide/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/guides/xml/ Latest Version: -http://rs.tdwg.org/dwc/terms/xsd/guide/ +http://rs.tdwg.org/dwc/terms/guides/xml/ Replaces: Not applicable -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -98,9 +91,10 @@

- + - + +
1. Introduction
2. References
2. Document Guide
3. Terminology
4. General implementation recommendations
4. General implementation guidelines
5. References
@@ -115,126 +109,32 @@ This document does not provide guidelines for encoding Darwin Core in RDF/XML. N relative merits of encoding metadata in 'plain' XML rather than RDF/XML. This document provides guidelines in those cases where RDF/XML is not considered appropriate. - -

2. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ABSTRACTMODEL]http://dublincore.org/documents/abstract-model/Dublin Core Metadata Initiative Abstract model.
[BASISOFRECORD]http://rs.tdwg.org/dwc/terms/index.htm#BasisOfRecordTerm describing the type of content in a resource.
[COMPSAMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_compound_sample.xsdStructured Darwin Core XML schema having Sample as the root.
[COMPLOCATIONXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_compound_samplinglocation.xsdStructured Darwin Core XML schema having SamplingLocation as the root.
[DCMI]http://dublincore.org/Dublin Core Metadata Initiative Web site.
[DCMIXMLGUIDE]http://dublincore.org/documents/dc-xml/Expressing Dublin Core metadata using XML.
[DCTERMS]http://dublincore.org/documents/dcmi-terms/Dublin Core Metadata terms.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[DWC-TYPE]http://rs.tdwg.org/dwc/terms/type-vocabulary/A reference to the Darwin Core Type Vocabulary terms for use with BasisOfRecord.
[GENERICXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwcterms.xsdGeneric Darwin Core XML schema.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[RDF]http://www.w3.org/RDF/Reference site for the Resource Description Framework (RDF).
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsdSimple Darwin Core XML schema.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
[XML]http://www.w3.org/XML/Reference site for the Extensible Markup Language (XML).
[XMLNS]http://www.w3.org/TR/1999/REC-xml-names-19990114/Reference site for XML namespaces.
[XMLSCHEMA]http://www.w3.org/XML/SchemaReference site for XML Schema.
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text (this document) - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages

3. Terminology

@@ -398,6 +298,126 @@ Alternatively, one could construct a observation-based schema hierarchy with SamplingEvent as a child, with Sample as a child of SamplingEvent, with Identification as a child of Sample, and with Taxon as a child of Identification. + +

5. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ABSTRACTMODEL]http://dublincore.org/documents/abstract-model/Dublin Core Metadata Initiative Abstract model.
[BASISOFRECORD]http://rs.tdwg.org/dwc/terms/index.htm#BasisOfRecordTerm describing the type of content in a resource.
[COMPSAMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_compound_sample.xsdStructured Darwin Core XML schema having Sample as the root.
[COMPLOCATIONXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_compound_samplinglocation.xsdStructured Darwin Core XML schema having SamplingLocation as the root.
[DCMI]http://dublincore.org/Dublin Core Metadata Initiative Web site.
[DCMIXMLGUIDE]http://dublincore.org/documents/dc-xml/Expressing Dublin Core metadata using XML.
[DCTERMS]http://dublincore.org/documents/dcmi-terms/Dublin Core Metadata terms.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[DWC-TYPE]http://rs.tdwg.org/dwc/terms/type-vocabulary/A reference to the Darwin Core Type Vocabulary terms for use with BasisOfRecord.
[GENERICXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwcterms.xsdGeneric Darwin Core XML schema.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[RDF]http://www.w3.org/RDF/Reference site for the Resource Description Framework (RDF).
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsdSimple Darwin Core XML schema.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
[XML]http://www.w3.org/XML/Reference site for the Extensible Markup Language (XML).
[XMLNS]http://www.w3.org/TR/1999/REC-xml-names-19990114/Reference site for XML namespaces.
[XMLSCHEMA]http://www.w3.org/XML/SchemaReference site for XML Schema.

diff --git a/terms/history/decisions/index.htm b/terms/history/decisions/index.htm index 8a0f0fd..05980e7 100644 --- a/terms/history/decisions/index.htm +++ b/terms/history/decisions/index.htm @@ -14,10 +14,10 @@ - + - + @@ -72,22 +72,15 @@ Identifier: -http://rs.tdwg.org/dwc/terms/history/decisions/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/history/decisions/ Latest Version: -http://rs.tdwg.org/dwc/terms/history/decisions/ +http://rs.tdwg.org/dwc/terms/history/decisions/ Replaces: http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreDraftStandard -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -96,12 +89,10 @@

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. Decisions -
1. Introduction
2. Document Guide
3. Decisions
4. References
@@ -110,8 +101,48 @@

From time to time changes are proposed to Darwin Core terms. This document shows the outcome of decisions based on officially proposed changes. + +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions (this document) - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages + + +

3. Decisions

+ + + + + + + + + +
Decision-2009-03-06_1
Identifier:http://rs.tdwg.org/dwc/terms/history/decisions/Decision-2009-03-06_1
Description:The domain of Behavior was recognized as having been spuriously set to SamplingEvent when it should have been Sample.
Date:2009-03-06
+ -

2. References

+

4. References

@@ -146,20 +177,6 @@ decisions based on officially proposed changes.
- -

3. Decisions

- - - - - - - - - - -
Decision-2009-01-20_0
Identifier:http://rs.tdwg.org/dwc/terms/history/decisions/Decision-2009-01-20_0
Description:Example of what a decision would look like.
Date:2009-01-20
Decision-2009-01-20_1
Identifier:http://rs.tdwg.org/dwc/terms/history/decisions/Decision-2009-01-20_1
Description:Another example of what a decision would look like.
Date:2009-01-21
-

diff --git a/terms/history/dwctoabcd/index.htm b/terms/history/dwctoabcd/index.htm index 82f263f..a0dbcf4 100644 --- a/terms/history/dwctoabcd/index.htm +++ b/terms/history/dwctoabcd/index.htm @@ -9,15 +9,12 @@ - - - - - - + + + - + @@ -58,7 +55,7 @@ For a quick reference guide to the current recommended Darwin Core terms, see [< Contributors: -John Wieczorek (MVZ), Markus Döring (GBIF), Renato De Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais (KUNHM), Stan Blum (CAS) +John Wieczorek (MVZ), Éamonn Ó Tuama (GBIF), Andrea Hahn (GBIF) Legal: @@ -74,22 +71,15 @@ For a quick reference guide to the current recommended Darwin Core terms, see [< Identifier: -http://rs.tdwg.org/dwc/terms/history/dwctoabcd/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/history/dwctoabcd/ Latest Version: -http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ +http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ Replaces: http://www.bgbm.org/TDWG/CODATA/Schema/Mappings/DwCAndExtensions.htm -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -98,12 +88,10 @@ For a quick reference guide to the current recommended Darwin Core terms, see [<

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. Mappings -
1. Introduction
2. Document Guide
3. Mappings
4. References
@@ -121,71 +109,32 @@ version is mapped in a separate table and can be referenced quickly from the ind 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. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ABCD]http://www.tdwg.org/schemas/abcd/2.06Access to Biological Collections Data Standard.
[CLASSIC]http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsdDarwin Core 1.2 (Classic) schema.
[CURATORIAL]http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsdDarwin Core 1.4 Curatorial Extension schema.
[DRAFT14]http://rs.tdwg.org/dwc/tdwg_dw_core.xsdDarwin Core 1.4 schema.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[GEOSPATIAL]http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsdDarwin Core 1.4 Geospatial Extension schema.
[MANIS]http://digir.net/schema/conceptual/darwin/2003/1.21/darwin2.xsdDarwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) schema.
[OBIS]http://iobis.org/obis/obis.xsdOBIS additions to Darwin Core 1.2 (Classic).
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsdSimple Darwin Core XML Schema.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD (this document) - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages

3. Mappings

@@ -204,54 +153,54 @@ the most current version of ABCD. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + +
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/CountryName
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 not in ABCD?
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/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
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
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
@@ -260,72 +209,72 @@ the most current version of ABCD. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +
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/CountryName
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
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/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
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
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
@@ -334,33 +283,33 @@ the most current version of ABCD. - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
OBIS ElementABCD xpath
RecordURL Datasets/Dataset/Units/Unit/RecordURI
Source Datasets/Dataset/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
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 not in ABCD?
DepthRange Datasets/Dataset/Units/Unit/Gathering/Depth/MeasurementOrFactText
Temperature Datasets/Dataset/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Lifestage {Datasets/Dataset/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or Datasets/Dataset/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or Datasets/Dataset/Units/Unit/MycologicalUnit/MycologicalSexualStage}
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
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
@@ -369,52 +318,52 @@ the most current version of ABCD. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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/CountryName
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/ZoologicalUnit/PhasesOrStages/PhaseOrStage or Datasets/Dataset/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or Datasets/Dataset/Units/Unit/MycologicalUnit/MycologicalSexualStage}
Attributes Datasets/Dataset/Units/Unit/MeasurementsOrFacts
ImageURL Datasets/Dataset/Units/Unit/MultimediaObjects
RelatedInformation Datasets/Dataset/Units/Unit/RecordURI
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
@@ -423,22 +372,22 @@ the most current version of ABCD. - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
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/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
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
@@ -447,21 +396,21 @@ the most current version of ABCD. - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
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
FootprintSpatialFit Datasets/Dataset/Units/Unit/Gathering/FootprintSpatialFit
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)
@@ -607,14 +556,14 @@ pro parte RelatedBasisOfRecord not in ABCD RelationshipOfResource DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType RelationshipRemarks DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments -SamplingAttributeID not in ABCD +SamplingAttributeID not in ABCD SampleAttributeType DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter SampleAttributeValue DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue SampleAttributeAccuracy DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy SampleAttributeUnit DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement SampleAttributeDeterminedDate DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime SampleAttributeDeterminedBy DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy -SampleAttibuteRemarks not in ABCD +SampleAttributeRemarks not in ABCD EventAttributeID not in ABCD EventAttributeType DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter EventAttributeValue DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or Dat @@ -626,6 +575,72 @@ pro parte + +

4. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ABCD]http://www.tdwg.org/schemas/abcd/2.06Access to Biological Collections Data Standard.
[CLASSIC]http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsdDarwin Core 1.2 (Classic) schema.
[CURATORIAL]http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsdDarwin Core 1.4 Curatorial Extension schema.
[DRAFT14]http://rs.tdwg.org/dwc/tdwg_dw_core.xsdDarwin Core 1.4 schema.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[GEOSPATIAL]http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsdDarwin Core 1.4 Geospatial Extension schema.
[MANIS]http://digir.net/schema/conceptual/darwin/2003/1.21/darwin2.xsdDarwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) schema.
[OBIS]http://iobis.org/obis/obis.xsdOBIS additions to Darwin Core 1.2 (Classic).
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsdSimple Darwin Core XML Schema.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+

diff --git a/terms/history/index.htm b/terms/history/index.htm index 80260a4..8172d3a 100644 --- a/terms/history/index.htm +++ b/terms/history/index.htm @@ -14,10 +14,10 @@ - + - + @@ -73,22 +73,15 @@ and attributes of terms over time, most users will need just the latest informat Identifier: -http://rs.tdwg.org/dwc/terms/history/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/history/ Latest Version: -http://rs.tdwg.org/dwc/terms/history/ +http://rs.tdwg.org/dwc/terms/history/ Replaces: http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreVersions -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -97,12 +90,10 @@ and attributes of terms over time, most users will need just the latest informat

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. The Terms -
1. Introduction
2. Document Guide
3. The Terms
4. References
@@ -209,9 +200,437 @@ with a replacement since the standard first went into effect), or recommended. + +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+
    Complete History (this document) - everything about every term that ever existed
+
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages + + + +

3. The Terms

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term Name: AcceptedTaxon
URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AcceptedTaxon
Definition:The currently valid (zoological) or accepted (botanical) name for the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxon
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:AcceptedTaxon-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AcceptedTaxonID
URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AcceptedTaxonID
Definition:A global unique identifier for the AcceptedTaxon.
Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:AcceptedTaxonID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AccessConstraints
URI:http://rs.tdwg.org/dwc/terms/AccessConstraints
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AccessConstraints
Definition:A description of constraints on the use of the data as shared or access to further data that is not shared.
Comment:Example: "not-for-profit use only". See http://code.google.com/p/darwincore/wiki/AccessConstraints
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AccessConstraints-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AccordingTo
URI:http://rs.tdwg.org/dwc/terms/AccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AccordingTo
Definition:Abstract term to attribute information to a source.
Comment: See http://code.google.com/p/darwincore/wiki/AccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:AccordingTo-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Accuracy
URI:http://rs.tdwg.org/dwc/terms/Accuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accuracy
Definition:Abstract term to capture error information about a measurement or fact.
Comment: See http://code.google.com/p/darwincore/wiki/Accuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:Accuracy-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: AgeClass
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/AgeClass
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:AgeClass
Definition:The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:AgeClass-2003-06-17
Replaces:
Is Replaced By:LifeStage-2008-11-19
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}
Term Name: AssociatedMedia
URI:http://rs.tdwg.org/dwc/terms/AssociatedMedia
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedMedia
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedMedia
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedMedia-2008-11-19
Replaces:ImageURL-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: AssociatedReferences
URI:http://rs.tdwg.org/dwc/terms/AssociatedReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedReferences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedReferences-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitReferences
Term Name: AssociatedSamples
URI:http://rs.tdwg.org/dwc/terms/AssociatedSamples
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedSamples
Definition:A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations.
Comment:Example: "sibling of FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/AssociatedSamples
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedSamples-2008-11-19
Replaces:RelatedCatalogedItems-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: AssociatedSequences
URI:http://rs.tdwg.org/dwc/terms/AssociatedSequences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedSequences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedSequences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedSequences-2008-11-19
Replaces:GenBankNumber-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: AssociatedTaxa
URI:http://rs.tdwg.org/dwc/terms/AssociatedTaxa
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedTaxa
Definition:A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations.
Comment:Example: "host: Quercus alba". See http://code.google.com/p/darwincore/wiki/AssociatedTaxa
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedTaxa-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
Term Name: Attributes
URI:http://rs.tdwg.org/dwc/dwcore/Attributes
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Attributes
Definition:List 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Attributes-2007-04-17
Replaces:
Is Replaced By:SampleAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: AuthorYearOfScientificName
URI:http://rs.tdwg.org/dwc/dwcore/AuthorYearOfScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:AuthorYearOfScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:AuthorYearOfScientificName-2007-04-17
Replaces:ScientificNameAuthor-2003-06-17
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: Basionym
URI:http://rs.tdwg.org/dwc/terms/Basionym
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basionym
Definition:The basionym of the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/Basionym
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Basionym-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: BasionymID
URI:http://rs.tdwg.org/dwc/terms/BasionymID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:BasionymID
Definition:A global unique identifier for the Basionym.
Comment: See http://code.google.com/p/darwincore/wiki/BasionymID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:BasionymID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: BasisOfRecord
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BasisOfRecord
Definition:An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-13
Replaces:
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BasisOfRecord
Definition:A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-17
Replaces:BasisOfRecord-2003-06-13
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://rs.tdwg.org/dwc/dwcore/BasisOfRecord
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:BasisOfRecord
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:BasisOfRecord-2007-04-17
Replaces:BasisOfRecord-2003-06-17
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://rs.tdwg.org/dwc/terms/BasisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:BasisOfRecord
Definition:The nature of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "HumanObservation". See http://code.google.com/p/darwincore/wiki/BasisOfRecord
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/type
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:BasisOfRecord-2008-11-19
Replaces:BasisOfRecord-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: Behavior
URI:http://rs.tdwg.org/dwc/terms/Behavior
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Behavior
Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "roosting", "foraging", "running"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Behavior-2009-01-18
Replaces:
Is Replaced By:Behavior-2009-03-06
ABCD 2.06:not in ABCD
Term Name: Behavior
URI:http://rs.tdwg.org/dwc/terms/Behavior
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Behavior
Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "roosting", "foraging", "running". See http://code.google.com/p/darwincore/wiki/Behavior
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-03-06
Date Modified:2009-03-06
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Decision:Decision-2009-03-06_1
Version:Behavior-2009-03-06
Replaces:Behavior-2009-01-18
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Binomial
URI:http://rs.tdwg.org/dwc/terms/Binomial
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Binomial
Definition:The combination of genus and first (species) epithet of the ScientificName.
Comment:Example: "Ctenomys sociabilis". See http://code.google.com/p/darwincore/wiki/Binomial
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Binomial-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: BoundingBox
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BoundingBox
Definition:This 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BoundingBox-2003-06-13
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:not covered by ABCD
Term Name: BoundingBox
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BoundingBox
Definition:This 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BoundingBox-2003-06-17
Replaces:BoundingBox-2003-06-13
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:not covered by ABCD
Term Name: CatalogNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumber
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CatalogNumber-2003-06-13
Replaces:
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumber
URI:http://rs.tdwg.org/dwc/dwcore/CatalogNumber
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CatalogNumber
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumber-2007-04-17
Replaces:CatalogNumberText-2003-06-17
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumber
URI:http://rs.tdwg.org/dwc/terms/CatalogNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CatalogNumber
Definition:An identifier (preferably unique) for the sample within the data set or collection.
Comment:Examples: "2008.1334", "145732a", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CatalogNumber-2008-11-19
Replaces:CatalogNumber-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumberNumeric
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberNumeric
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumberNumeric
Definition:The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2003-06-17
Replaces:
Is Replaced By:CatalogNumberNumeric-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
URI:http://rs.tdwg.org/dwc/curatorial/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:CatalogNumberNumeric
Definition:The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2007-04-17
Replaces:CatalogNumberNumeric-2003-06-17
Is Replaced By:CatalogNumberNumeric-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
URI:http://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CatalogNumberNumeric
Definition:The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges.
Comment:Example: "1334", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumberNumeric
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CatalogNumberNumeric-2008-11-19
Replaces:CatalogNumberNumeric-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberText
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberText
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumberText
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberText-2003-06-17
Replaces:CatalogNumber-2003-06-13
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: Citation
URI:http://www.iobis.org/obis/Citation
Namespace:http://www.iobis.org/obis/
Label:Citation
Definition:Indicates how this dataset or record should be attributed if used.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Citation-2005-07-10
Replaces:
Is Replaced By:Citation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Citation
URI:http://rs.tdwg.org/dwc/terms/Citation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Citation
Definition:A statement indicating how this record should be cited (attributed) when used.
Comment: See http://code.google.com/p/darwincore/wiki/Citation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Citation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Class
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The class name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Class-2003-06-13
Replaces:
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The phylogenetic class to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Class-2003-06-17
Replaces:Class-2003-06-13
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://rs.tdwg.org/dwc/dwcore/Class
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Class
Definition:The name of the class in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Class-2007-04-17
Replaces:Class-2003-06-17
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://rs.tdwg.org/dwc/terms/Class
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Class
Definition:The name of the class in which the ScientificName is classified.
Comment:Example: "Mammalia". See http://code.google.com/p/darwincore/wiki/Class
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Class-2008-11-19
Replaces:Class-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: CollectingMethod
URI:http://rs.tdwg.org/dwc/dwcore/CollectingMethod
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CollectingMethod
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectingMethod-2007-04-17
Replaces:
Is Replaced By:SamplingProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: CollectionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectionCode
Definition:A unique alphanumeric value which identifies the collection within the institution
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectionCode-2003-06-13
Replaces:
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectionCode
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectionCode-2003-06-17
Replaces:CollectionCode-2003-06-13
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://rs.tdwg.org/dwc/dwcore/CollectionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CollectionCode
Definition:The code (or acronym) identifying the collection within the institution in which the organism record is cataloged.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectionCode-2007-04-17
Replaces:CollectionCode-2003-06-17
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://rs.tdwg.org/dwc/terms/CollectionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectionCode
Definition:The code (or acronym) identifying the collection within the institution in which the sample is recorded.
Comment:Example: "Mammals", "Hildebrandt". See http://code.google.com/p/darwincore/wiki/CollectionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CollectionCode-2008-11-19
Replaces:CollectionCode-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionID
URI:http://rs.tdwg.org/dwc/terms/CollectionID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectionID
Definition:The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index.
Comment: See http://code.google.com/p/darwincore/wiki/CollectionID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CollectionID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: Collector
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) responsible for collection the specimen or taking the observation
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Collector-2003-06-13
Replaces:
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) of the original data for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Collector-2003-06-17
Replaces:Collector-2003-06-13
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://rs.tdwg.org/dwc/dwcore/Collector
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Collector
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Collector-2007-04-17
Replaces:Collector-2003-06-17
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://rs.tdwg.org/dwc/terms/Collector
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collector
Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first.
Comment: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. See http://code.google.com/p/darwincore/wiki/Collector
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Collector-2008-11-19
Replaces:Collector-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: CollectorNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-13
Replaces:
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-17
Replaces:CollectorNumber-2003-06-13
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
URI:http://rs.tdwg.org/dwc/curatorial/CollectorNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectorNumber-2007-04-17
Replaces:CollectorNumber-2003-06-17
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: CollectorNumber
URI:http://rs.tdwg.org/dwc/terms/CollectorNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectorNumber
Definition:An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample.
Comment:Example: "OPP 7101". See http://code.google.com/p/darwincore/wiki/CollectorNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:CollectorNumber-2008-11-19
Replaces:CollectorNumber-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: Continent
URI:http://rs.tdwg.org/dwc/dwcore/Continent
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Continent
Definition:The full, unabbreviated name of the continent on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Continent-2007-04-17
Replaces:ContinentOcean-2003-06-17
Is Replaced By:Continent-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: Continent
URI:http://rs.tdwg.org/dwc/terms/Continent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Continent
Definition:The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Antarctica". See http://code.google.com/p/darwincore/wiki/Continent
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Continent-2008-11-19
Replaces:Continent-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ContinentOcean
Definition:The continent or ocean from which a specimen was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-13
Replaces:
Is Replaced By:Continent-2008-11-19, Waterbody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ContinentOcean
Definition:The full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-17
Replaces:ContinentOcean-2003-06-13
Is Replaced By:Continent-2008-11-19, Waterbody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: CoordinatePrecision
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinatePrecision
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CoordinatePrecision
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CoordinatePrecision-2003-06-13
Replaces:
Is Replaced By:CoordinatePrecision-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: CoordinatePrecision
URI:http://rs.tdwg.org/dwc/terms/CoordinatePrecision
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CoordinatePrecision
Definition:A decimal representation of the precision of the coordinates given in the DecimalLatitude and DecimalLongitude.
Comment:Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree). See http://code.google.com/p/darwincore/wiki/CoordinatePrecision
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CoordinatePrecision-2008-11-19
Replaces:CoordinatePrecision-2003-06-13
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: CoordinateUncertaintyInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinateUncertaintyInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CoordinateUncertaintyInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2003-06-17
Replaces:CoordinatePrecision-2003-06-13
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: CoordinateUncertaintyInMeters
URI:http://rs.tdwg.org/dwc/geospatial/CoordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:CoordinateUncertaintyInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2007-04-17
Replaces:CoordinateUncertaintyInMeters-2003-06-17
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: CoordinateUncertaintyInMeters
URI:http://rs.tdwg.org/dwc/terms/CoordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CoordinateUncertaintyInMeters
Definition:The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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.
Comment:Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). See http://code.google.com/p/darwincore/wiki/CoordinateUncertaintyInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CoordinateUncertaintyInMeters-2008-11-19
Replaces:CoordinateUncertaintyInMeters-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: Country
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Country-2003-06-13
Replaces:
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Country-2003-06-17
Replaces:Country-2003-06-13
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://rs.tdwg.org/dwc/dwcore/Country
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Country-2007-04-17
Replaces:Country-2003-06-17
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://rs.tdwg.org/dwc/terms/Country
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Denmark", "Colombia", "España". See http://code.google.com/p/darwincore/wiki/Country
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Country-2008-11-19
Replaces:Country-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: CountryCode
URI:http://rs.tdwg.org/dwc/terms/CountryCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CountryCode
Definition:The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code.
Comment:Examples: "ARG" (=Argentina), "SLV" (=El Salvador). See http://code.google.com/p/darwincore/wiki/CountryCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CountryCode-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
Term Name: County
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The county (or shire, or next political region smaller than State / Province) from which the specimen was collected
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:County-2003-06-13
Replaces:
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:County-2003-06-17
Replaces:County-2003-06-13
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://rs.tdwg.org/dwc/dwcore/County
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:County
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:County-2007-04-17
Replaces:County-2003-06-17
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://rs.tdwg.org/dwc/terms/County
Namespace:http://rs.tdwg.org/dwc/terms/
Label:County
Definition:The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred.
Comment:Examples: "Missoula", "Los Lagos", "Mataró". See http://code.google.com/p/darwincore/wiki/County
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:County-2008-11-19
Replaces:County-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: Dataset
URI:http://rs.tdwg.org/dwc/terms/Dataset
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset
Definition:Container class for information about the set of data in which the record is included.
Comment: See http://code.google.com/p/darwincore/wiki/Dataset
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Dataset
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Dataset-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet
Term Name: DatasetID
URI:http://rs.tdwg.org/dwc/terms/DatasetID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DatasetID
Definition:An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution.
Comment: See http://code.google.com/p/darwincore/wiki/DatasetID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Dataset
Has Range:
Version:DatasetID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/DataSetGUID
Term Name: DateIdentified
URI:http://rs.tdwg.org/dwc/curatorial/DateIdentified
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:DateIdentified
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateIdentified-2007-04-17
Replaces:YearIdentified-2003-06-17, MonthIdentified-2003-06-17, DayIdentified-2003-06-17
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DateIdentified
URI:http://rs.tdwg.org/dwc/terms/DateIdentified
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DateIdentified
Definition:The date on which the sample was identified as being a member of the taxon given in the ScientificName.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/DateIdentified
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:DateIdentified-2008-11-19
Replaces:DateIdentified-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DateLastModified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DateLastModified
Definition:ISO 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DateLastModified-2003-06-13
Replaces:
Is Replaced By:http://dublincore.org/usage/terms/history/#modified-003
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DateLastModified
Definition:ISO 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DateLastModified-2003-06-17
Replaces:DateLastModified-2003-06-13
Is Replaced By:http://dublincore.org/usage/terms/history/#modified-003
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
URI:http://rs.tdwg.org/dwc/dwcore/DateLastModified
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:DateLastModified
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateLastModified-2007-04-17
Replaces:DateLastModified-2003-06-17
Is Replaced By:http://dublincore.org/usage/terms/history/#modified-003
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DayCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayCollected
Definition:The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayCollected-2003-06-13
Replaces:
Is Replaced By:DayOfMonth-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayCollected
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayCollected-2003-06-17
Replaces:DayCollected-2003-06-13
Is Replaced By:DayOfMonth-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayIdentified
Definition:The day portion of the date when the Collection Item was identified; as two digits [01..31].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayIdentified
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayIdentified-2003-06-17
Replaces:DayIdentified-2003-06-13
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayOfMonth
URI:http://rs.tdwg.org/dwc/terms/DayOfMonth
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DayOfMonth
Definition:The two-digit day of the month in which the sampling event occurred.
Comment:Example: "28". See http://code.google.com/p/darwincore/wiki/DayOfMonth
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:DayOfMonth-2008-11-19
Replaces:DayCollected-2003-06-17
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayOfYear
URI:http://rs.tdwg.org/dwc/dwcore/DayOfYear
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:DayOfYear
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DayOfYear-2007-04-17
Replaces:JulianDay-2003-06-17
Is Replaced By:StartDayOfYear-2009-01-21, EndDayOfYear-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: DecimalLatitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DecimalLatitude
Definition:The latitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLatitude-2003-06-17
Replaces:Latitude-2003-06-13
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLatitude
URI:http://rs.tdwg.org/dwc/geospatial/DecimalLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:DecimalLatitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLatitude-2007-04-17
Replaces:DecimalLatitude-2003-06-17
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLatitude
URI:http://rs.tdwg.org/dwc/terms/DecimalLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DecimalLatitude
Definition:The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it.
Comment:Example: "-41.0983423". See http://code.google.com/p/darwincore/wiki/DecimalLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DecimalLatitude-2008-11-19
Replaces:DecimalLatitude-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLongitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DecimalLongitude
Definition:The longitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLongitude-2003-06-17
Replaces:Longitude-2003-06-13
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DecimalLongitude
URI:http://rs.tdwg.org/dwc/geospatial/DecimalLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:DecimalLongitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLongitude-2007-04-17
Replaces:DecimalLongitude-2003-06-17
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DecimalLongitude
URI:http://rs.tdwg.org/dwc/terms/DecimalLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DecimalLongitude
Definition:The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it.
Comment:Example: "-121.1761111". See http://code.google.com/p/darwincore/wiki/DecimalLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DecimalLongitude-2008-11-19
Replaces:DecimalLongitude-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DepthRange
URI:http://www.iobis.org/obis/DepthRange
Namespace:http://www.iobis.org/obis/
Label:DepthRange
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:DepthRange-2005-07-10
Replaces:
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: Disposition
URI:http://rs.tdwg.org/dwc/curatorial/Disposition
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Disposition
Definition:The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Disposition-2007-04-17
Replaces:
Is Replaced By:Disposition-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: Disposition
URI:http://rs.tdwg.org/dwc/terms/Disposition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Disposition
Definition:The current disposition of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". See http://code.google.com/p/darwincore/wiki/Disposition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Disposition-2008-11-19
Replaces:Disposition-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: DistanceAboveSurfaceInMetersMaximum
URI:http://rs.tdwg.org/dwc/terms/DistanceAboveSurfaceInMetersMaximum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DistanceAboveSurfaceInMetersMaximum
Definition:The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred.
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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5". See http://code.google.com/p/darwincore/wiki/DistanceAboveSurfaceInMetersMaximum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DistanceAboveSurfaceInMetersMaximum-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: DistanceAboveSurfaceInMetersMinimum
URI:http://rs.tdwg.org/dwc/terms/DistanceAboveSurfaceInMetersMinimum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DistanceAboveSurfaceInMetersMinimum
Definition:The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred.
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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5". See http://code.google.com/p/darwincore/wiki/DistanceAboveSurfaceInMetersMinimum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DistanceAboveSurfaceInMetersMinimum-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
Term Name: DwCType
URI:http://rs.tdwg.org/dwc/terms/DwCType/DwCType
Namespace:http://rs.tdwg.org/dwc/terms/DwCType/
Label:DwCType
Definition:The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource.
Comment: See http://code.google.com/p/darwincore/wiki/DwCType
Type of Term:http://purl.org/dc/dcam/VocabularyEncodingScheme
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:DwCType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: EarliestDateCollected
URI:http://rs.tdwg.org/dwc/dwcore/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:EarliestDateCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:EarliestDateCollected-2007-04-17
Replaces:YearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EarliestDateCollected
URI:http://rs.tdwg.org/dwc/terms/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EarliestDateCollected
Definition:The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/EarliestDateCollected
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EarliestDateCollected-2008-11-19
Replaces:EarliestDateCollected-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EndDayCollected
URI:http://www.iobis.org/obis/EndDayCollected
Namespace:http://www.iobis.org/obis/
Label:EndDayCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndDayCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EndDayOfYear
URI:http://rs.tdwg.org/dwc/terms/EndDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EndDayOfYear
Definition:The latest ordinal day of the year on which the sampling event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). See http://code.google.com/p/darwincore/wiki/EndDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EndDayOfYear-2009-01-21
Replaces:DayOfYear-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndJulianDay
URI:http://www.iobis.org/obis/EndJulianDay
Namespace:http://www.iobis.org/obis/
Label:EndJulianDay
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndJulianDay-2005-07-10
Replaces:
Is Replaced By:EndDayOfYear-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndLatitude
URI:http://www.iobis.org/obis/EndLatitude
Namespace:http://www.iobis.org/obis/
Label:EndLatitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLatitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: EndLongitude
URI:http://www.iobis.org/obis/EndLongitude
Namespace:http://www.iobis.org/obis/
Label:EndLongitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLongitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: EndMonthCollected
URI:http://www.iobis.org/obis/EndMonthCollected
Namespace:http://www.iobis.org/obis/
Label:EndMonthCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndMonthCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EndTimeOfDay
URI:http://www.iobis.org/obis/EndTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:EndTimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndTimeOfDay-2005-07-10
Replaces:
Is Replaced By:EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndTimeOfDay
URI:http://rs.tdwg.org/dwc/terms/EndTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EndTimeOfDay
Definition:The time of day when the sampling event ended, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm). See http://code.google.com/p/darwincore/wiki/EndTimeOfDay
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EndTimeOfDay-2008-11-19
Replaces:EndTimeOfDay-2005-07-10
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndYearCollected
URI:http://www.iobis.org/obis/EndYearCollected
Namespace:http://www.iobis.org/obis/
Label:EndYearCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndYearCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EstablishmentMeans
URI:http://rs.tdwg.org/dwc/terms/EstablishmentMeans
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EstablishmentMeans
Definition:The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary.
Comment: See http://code.google.com/p/darwincore/wiki/EstablishmentMeans
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:EstablishmentMeans-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
Term Name: EventAttribute
URI:http://rs.tdwg.org/dwc/terms/EventAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttribute
Definition:Container class for information about attributes related to a given sampling event.
Comment: See http://code.google.com/p/darwincore/wiki/EventAttribute
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EventAttribute-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: EventAttributeAccuracy
URI:http://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeAccuracy
Definition:The description of the error associated with the EventAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m". See http://code.google.com/p/darwincore/wiki/EventAttributeAccuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/Accuracy
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeDeterminedBy
URI:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeDeterminedBy
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sampling event.
Comment:Example: "Robert Hijmans". See http://code.google.com/p/darwincore/wiki/EventAttributeDeterminedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeDeterminedDate
URI:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeDeterminedDate
Definition:The date on which the the measurement or characteristic of the sampling event was made.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/EventAttributeDeterminedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeID
URI:http://rs.tdwg.org/dwc/terms/EventAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeID
Definition:An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/EventAttributeID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: EventAttributeRemarks
URI:http://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeRemarks
Definition:Comments or notes accompanying the measurement or characteristic of the sampling event.
Comment:Example: "temperature taken at 15:00". See http://code.google.com/p/darwincore/wiki/EventAttributeRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: EventAttributeType
URI:http://rs.tdwg.org/dwc/terms/EventAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeType
Definition:The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "Temperature". See http://code.google.com/p/darwincore/wiki/EventAttributeType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: EventAttributeUnit
URI:http://rs.tdwg.org/dwc/terms/EventAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeUnit
Definition:The 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.
Comment:Example: "Celcius". See http://code.google.com/p/darwincore/wiki/EventAttributeUnit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeUnit-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: EventAttributeValue
URI:http://rs.tdwg.org/dwc/terms/EventAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeValue
Definition:The value of the measurement or characteristic of the sampling event.
Comment:Example: "22". See http://code.google.com/p/darwincore/wiki/EventAttributeValue
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeValue-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: Family
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The family name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Family-2003-06-13
Replaces:
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The phylogenetic family to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Family-2003-06-17
Replaces:Family-2003-06-13
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://rs.tdwg.org/dwc/dwcore/Family
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Family
Definition:The name of the family in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Family-2007-04-17
Replaces:Family-2003-06-17
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://rs.tdwg.org/dwc/terms/Family
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Family
Definition:The name of the family in which the ScientificName is classified.
Comment:Example: "Ctenomyidae". See http://code.google.com/p/darwincore/wiki/Family
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Family-2008-11-19
Replaces:Family-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: FieldNotes
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNotes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNotes
Definition:A reference to, or flag marking the existence of notes taken in the field for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNotes-2003-06-17
Replaces:
Is Replaced By:FieldNotes-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNotes
URI:http://rs.tdwg.org/dwc/curatorial/FieldNotes
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:FieldNotes
Definition:One 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNotes-2007-04-17
Replaces:FieldNotes-2003-06-17
Is Replaced By:FieldNotes-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNotes
URI:http://rs.tdwg.org/dwc/terms/FieldNotes
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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 sample.
Comment:Example: "notes available in Grinnell-Miller Library". See http://code.google.com/p/darwincore/wiki/FieldNotes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:FieldNotes-2009-01-21
Replaces:FieldNotes-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNumber
Definition:A "number" (really a string) created at collection time to identify all material that resulted from a collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:FieldNumber-2003-06-13
Replaces:
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNumber
Definition:An identifying string applied to a set of material that resulted from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNumber-2003-06-17
Replaces:FieldNumber-2003-06-13
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://rs.tdwg.org/dwc/curatorial/FieldNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:FieldNumber
Definition:An identifying string applied to a set of objects or observations resulting from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNumber-2007-04-17
Replaces:FieldNumber-2003-06-17
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://rs.tdwg.org/dwc/terms/FieldNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:FieldNumber
Definition:An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event.
Comment:Example: "RV Sol 87-03-08". See http://code.google.com/p/darwincore/wiki/FieldNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:FieldNumber-2008-11-19
Replaces:FieldNumber-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FootprintSpatialFit
URI:http://rs.tdwg.org/dwc/geospatial/FootprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:FootprintSpatialFit
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintSpatialFit-2007-04-17
Replaces:
Is Replaced By:FootprintSpatialFit-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: FootprintSpatialFit
URI:http://rs.tdwg.org/dwc/terms/FootprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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 sampling 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.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing" (Chapman and Wieczorek, eds. 2006). See http://code.google.com/p/darwincore/wiki/FootprintSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:FootprintSpatialFit-2008-11-19
Replaces:FootprintSpatialFit-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: FootprintWKT
URI:http://rs.tdwg.org/dwc/geospatial/FootprintWKT
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:FootprintWKT
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintWKT-2007-04-17
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: FootprintWKT
URI:http://rs.tdwg.org/dwc/terms/FootprintWKT
Namespace:http://rs.tdwg.org/dwc/terms/
Label:FootprintWKT
Definition:A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location.
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)). See http://code.google.com/p/darwincore/wiki/FootprintWKT
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:FootprintWKT-2008-11-19
Replaces:FootprintWKT-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: FossilSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:FossilSpecimen
Definition:A resource describing a fossilized specimen.
Comment: See http://code.google.com/p/darwincore/wiki/FossilSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:FossilSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: GenBankNum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/GenBankNum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:GenBankNum
Definition:GenBank Accession number.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GenBankNum-2003-06-17
Replaces:
Is Replaced By:AssociatedSequences-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: GenBankNumber
URI:http://rs.tdwg.org/dwc/curatorial/GenBankNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:GenBankNumber
Definition:GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GenBankNumber-2007-04-17
Replaces:GenBankNum-2003-06-17
Is Replaced By:AssociatedSequences-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: Generalizations
URI:http://rs.tdwg.org/dwc/terms/Generalizations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Generalizations
Definition:Actions 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.
Comment:Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". See http://code.google.com/p/darwincore/wiki/Generalizations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Generalizations-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Genus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The genus name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Genus-2003-06-13
Replaces:
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The phylogenetic genus to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Genus-2003-06-17
Replaces:Genus-2003-06-13
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://rs.tdwg.org/dwc/dwcore/Genus
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Genus
Definition:The name of the genus in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Genus-2007-04-17
Replaces:Genus-2003-06-17
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://rs.tdwg.org/dwc/terms/Genus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Genus
Definition:The name of the genus in which the ScientificName is classified.
Comment:Example: "Quercus". See http://code.google.com/p/darwincore/wiki/Genus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Genus-2008-11-19
Replaces:Genus-2007-04-17
Is Replaced By:
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}
Term Name: GeodeticDatum
URI:http://rs.tdwg.org/dwc/geospatial/GeodeticDatum
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeodeticDatum
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeodeticDatum-2007-04-17
Replaces:HorizontalDatum-2003-06-17
Is Replaced By:GeodeticDatum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: GeodeticDatum
URI:http://rs.tdwg.org/dwc/terms/GeodeticDatum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeodeticDatum
Definition:The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". See http://code.google.com/p/darwincore/wiki/GeodeticDatum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeodeticDatum-2008-11-19
Replaces:GeodeticDatum-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: GeoreferencedBy
URI:http://rs.tdwg.org/dwc/terms/GeoreferencedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferencedBy
Definition:The name(s) of the person(s) who applied the Georeference to the SampleLocation.
Comment:Example: "Heather Constable, Carol Spencer". See http://code.google.com/p/darwincore/wiki/GeoreferencedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferencedBy-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: GeoreferenceProtocol
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceProtocol
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceProtocol
Definition:A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceProtocol-2007-04-17
Replaces:GeorefMethod-2003-06-17
Is Replaced By:GeoreferenceProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GeoreferenceProtocol
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceProtocol
Definition:A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
Comment:Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer". See http://code.google.com/p/darwincore/wiki/GeoreferenceProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceProtocol-2008-11-19
Replaces:GeoreferenceProtocol-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GeoreferenceRemarks
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceRemarks
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceRemarks
Definition:Comments 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceRemarks-2007-04-17
Replaces:LatLongComments-2003-06-17
Is Replaced By:GeoreferenceRemarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: GeoreferenceRemarks
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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.
Comment:Example: "assumed distance by road (Hwy. 101)". See http://code.google.com/p/darwincore/wiki/GeoreferenceRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceRemarks-2008-11-19
Replaces:GeoreferenceRemarks-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: GeoreferenceSources
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceSources
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceSources
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceSources-2007-04-17
Replaces:
Is Replaced By:GeoreferenceSources-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: GeoreferenceSources
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceSources
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceSources
Definition:A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically enough to allow anyone in the future to use the same resource to georeference the same locality.
Comment:Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth". See http://code.google.com/p/darwincore/wiki/GeoreferenceSources
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceSources-2008-11-19
Replaces:GeoreferenceSources-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: GeoreferenceVerificationStatus
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceVerificationStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceVerificationStatus-2007-04-17
Replaces:
Is Replaced By:GeoreferenceVerificationStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: GeoreferenceVerificationStatus
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceVerificationStatus
Definition:A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "requires verification", "verified by collector", "verified by curator". See http://code.google.com/p/darwincore/wiki/GeoreferenceVerificationStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceVerificationStatus-2008-11-19
Replaces:GeoreferenceVerificationStatus-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: GeorefMethod
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/GeorefMethod
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:GeorefMethod
Definition:A reference to the methods used for determining the coordinates and uncertainties.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GeorefMethod-2003-06-17
Replaces:
Is Replaced By:GeoreferenceProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GlobalUniqueIdentifier
URI:http://rs.tdwg.org/dwc/dwcore/GlobalUniqueIdentifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:GlobalUniqueIdentifier
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GlobalUniqueIdentifier-2007-04-17
Replaces:
Is Replaced By:SampleID-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: GMLFeature
URI:http://www.iobis.org/obis/GMLFeature
Namespace:http://www.iobis.org/obis/
Label:GMLFeature
Definition:Geographic 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:GMLFeature-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GML
Term Name: Habitat
URI:http://rs.tdwg.org/dwc/terms/Habitat
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Habitat
Definition:A description of the habitat in which the sampling event occurred.
Comment:Example: "oak savanna". See http://code.google.com/p/darwincore/wiki/Habitat
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Habitat-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HigherGeography
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherGeography
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HigherGeography
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherGeography-2003-06-17
Replaces:
Is Replaced By:HigherGeography-2009-01-21
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeography
URI:http://rs.tdwg.org/dwc/dwcore/HigherGeography
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:HigherGeography
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherGeography-2007-04-17
Replaces:HigherGeography-2003-06-17
Is Replaced By:HigherGeography-2009-01-21
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeography
URI:http://rs.tdwg.org/dwc/terms/HigherGeography
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherGeography
Definition:A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term a name might be found, and in cases where there is no other appropriate geographic element.
Comment: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. See http://code.google.com/p/darwincore/wiki/HigherGeography
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:HigherGeography-2009-01-21
Replaces:HigherGeography-2007-04-17
Is Replaced By:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeographyID
URI:http://rs.tdwg.org/dwc/terms/HigherGeographyID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherGeographyID
Definition:A global unique identifier for the parent of the location.
Comment: See http://code.google.com/p/darwincore/wiki/HigherGeographyID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:HigherGeographyID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HigherTaxon
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherTaxon
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HigherTaxon
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherTaxon-2003-06-17
Replaces:
Is Replaced By:HigherTaxon-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
URI:http://rs.tdwg.org/dwc/dwcore/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:HigherTaxon
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherTaxon-2007-04-17
Replaces:HigherTaxon-2003-06-17
Is Replaced By:HigherTaxon-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
URI:http://rs.tdwg.org/dwc/terms/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherTaxon
Definition:A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName.
Comment:Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys". See http://code.google.com/p/darwincore/wiki/HigherTaxon
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:HigherTaxon-2009-01-21
Replaces:HigherTaxon-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxonID
URI:http://rs.tdwg.org/dwc/terms/HigherTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherTaxonID
Definition:A global unique identifier for the parent to the taxon.
Comment: See http://code.google.com/p/darwincore/wiki/HigherTaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:HigherTaxonID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HorizontalDatum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HorizontalDatum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HorizontalDatum
Definition:The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HorizontalDatum-2003-06-17
Replaces:
Is Replaced By:GeodeticDatum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: language
URI:http://purl.org/dc/terms/language
Namespace:http://purl.org/dc/terms/
Label:language
Definition:A language of the resource.
Comment:Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/language
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/LinguisticSystem
Version:http://dublincore.org/usage/terms/history/#languageT-001
Replaces:
Is Replaced By:
ABCD 2.06:some ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
Term Name: modified
URI:http://purl.org/dc/terms/modified
Namespace:http://purl.org/dc/terms/
Label:modified
Definition:Date on which the resource was changed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/date, http://purl.org/dc/terms/date
Status:recommended
Date Issued:2000-07-11
Date Modified:2008-01-14
Has Domain:
Has Range:http://www.w3.org/2000/01/rdf-schema#Literal
Version:http://dublincore.org/usage/terms/history/#modified-003
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: rightsHolder
URI:http://purl.org/dc/terms/rightsHolder
Namespace:http://purl.org/dc/terms/
Label:rightsHolder
Definition:A person or organization owning or managing rights over the resource.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2004-06-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/Agent
Version:http://dublincore.org/usage/terms/history/#rightsHolder-002
Replaces:
Is Replaced By:
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
Term Name: rights
URI:http://purl.org/dc/terms/rights
Namespace:http://purl.org/dc/terms/
Label:rights
Definition:Information about rights held in and over the resource.
Comment:Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/rights
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/RightsStatement
Version:http://dublincore.org/usage/terms/history/#rightsT-001
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: HumanObservation
URI:http://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:HumanObservation
Definition:A resource describing an observation made by one or more people without accompanying physical evidence.
Comment: See http://code.google.com/p/darwincore/wiki/HumanObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:HumanObservation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/HumanObservation
Term Name: Identification
URI:http://rs.tdwg.org/dwc/terms/Identification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification
Definition:Container class for information about the taxonomic determination of the sample.
Comment: See http://code.google.com/p/darwincore/wiki/Identification
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Identification-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification
Term Name: IdentificationID
URI:http://rs.tdwg.org/dwc/terms/IdentificationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationID
Definition:An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/IdentificationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: IdentificationModifier
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentificationModifier
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentificationModifier
Definition:Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentificationModifier-2003-06-17
Replaces:
Is Replaced By:IdentificationQualifier-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationQualifier
URI:http://rs.tdwg.org/dwc/dwcore/IdentificationQualifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:IdentificationQualifier
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentificationQualifier-2007-04-17
Replaces:IdentificationModifier-2003-06-17
Is Replaced By:IdentificationQualifier-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationQualifier
URI:http://rs.tdwg.org/dwc/terms/IdentificationQualifier
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationQualifier
Definition:A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample.
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 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. See http://code.google.com/p/darwincore/wiki/IdentificationQualifier
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationQualifier-2008-11-19
Replaces:IdentificationQualifier-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationReferences
URI:http://rs.tdwg.org/dwc/terms/IdentificationReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationReferences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample.
Comment:Example: "Aves del Noroeste Patagonico. Christie et al. 2004.". See http://code.google.com/p/darwincore/wiki/IdentificationReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationReferences-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/References
Term Name: IdentificationRemarks
URI:http://rs.tdwg.org/dwc/terms/IdentificationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationRemarks
Definition:Comments or notes about the identification of the sample.
Comment:Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.". See http://code.google.com/p/darwincore/wiki/IdentificationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
Term Name: IdentifiedBy
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-13
Replaces:
Is Replaced By:IdentifiedBy-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-17
Replaces:IdentifiedBy-2003-06-13
Is Replaced By:IdentifiedBy-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://rs.tdwg.org/dwc/curatorial/IdentifiedBy
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentifiedBy-2007-04-17
Replaces:IdentifiedBy-2003-06-17
Is Replaced By:IdentifiedBy-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://rs.tdwg.org/dwc/terms/IdentifiedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the ScientificName to the sample.
Comment:Example: "James L. Patton". See http://code.google.com/p/darwincore/wiki/IdentifiedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentifiedBy-2009-01-21
Replaces:IdentifiedBy-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: ImageURL
URI:http://rs.tdwg.org/dwc/dwcore/ImageURL
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ImageURL
Definition:A Universal Resource Locator reference to digital images associated with the specimen or observation.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ImageURL-2007-04-17
Replaces:
Is Replaced By:AssociatedMedia-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: IndividualCount
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IndividualCount
Definition:The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IndividualCount-2003-06-13
Replaces:
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IndividualCount
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IndividualCount-2003-06-17
Replaces:IndividualCount-2003-06-13
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://rs.tdwg.org/dwc/curatorial/IndividualCount
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:IndividualCount
Definition:The number of individuals present in the lot or container. Not to be used for observations.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IndividualCount-2007-04-17
Replaces:IndividualCount-2003-06-17
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://rs.tdwg.org/dwc/terms/IndividualCount
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IndividualCount
Definition:The number of individuals present in the sample or observed in the sampling event.
Comment:Example: "1". See http://code.google.com/p/darwincore/wiki/IndividualCount
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:IndividualCount-2008-11-19
Replaces:IndividualCount-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualID
URI:http://rs.tdwg.org/dwc/terms/IndividualID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IndividualID
Definition:An identifier for an individual or named group of individual organisms represented in the sample. 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.
Comment:Examples: "U.amer. 44", "Smedley", "Orca J 23". See http://code.google.com/p/darwincore/wiki/IndividualID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:IndividualID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/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
Term Name: InformationWithheld
URI:http://rs.tdwg.org/dwc/dwcore/InformationWithheld
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InformationWithheld
Definition:Brief 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InformationWithheld-2007-04-17
Replaces:
Is Replaced By:InformationWithheld-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: InformationWithheld
URI:http://rs.tdwg.org/dwc/terms/InformationWithheld
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InformationWithheld
Definition:Additional information that exists, but that has not been made public in the given record.
Comment:Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". See http://code.google.com/p/darwincore/wiki/InformationWithheld
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:InformationWithheld-2008-11-19
Replaces:InformationWithheld-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: InfraspecificEpithet
URI:http://rs.tdwg.org/dwc/dwcore/InfraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InfraspecificEpithet
Definition:The infraspecific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificEpithet-2007-04-17
Replaces:Subspecies-2003-06-17
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: InfraspecificEpithet
URI:http://rs.tdwg.org/dwc/terms/InfraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InfraspecificEpithet
Definition:The name of the second or subspecies epithet of the ScientificName.
Comment:Example: "oxyadenia". See http://code.google.com/p/darwincore/wiki/InfraspecificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:InfraspecificEpithet-2008-11-19
Replaces:InfraspecificEpithet-2007-04-17
Is Replaced By:
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}
Term Name: InfraspecificRank
URI:http://rs.tdwg.org/dwc/dwcore/InfraspecificRank
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InfraspecificRank
Definition:The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificRank-2007-04-17
Replaces:
Is Replaced By:TaxonRank-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: InstitutionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:InstitutionCode
Definition:A "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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-13
Replaces:
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:InstitutionCode
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-17
Replaces:InstitutionCode-2003-06-13
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://rs.tdwg.org/dwc/dwcore/InstitutionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InstitutionCode
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InstitutionCode-2007-04-17
Replaces:InstitutionCode-2003-06-17
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://rs.tdwg.org/dwc/terms/InstitutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InstitutionCode
Definition:The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded.
Comment:Examples: "MVZ", "FMNH". See http://code.google.com/p/darwincore/wiki/InstitutionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:InstitutionCode-2008-11-19
Replaces:InstitutionCode-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: Island
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Island
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Island
Definition:The full, unabbreviated name of the island from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Island-2003-06-17
Replaces:
Is Replaced By:Island-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: Island
URI:http://rs.tdwg.org/dwc/dwcore/Island
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Island
Definition:The full, unabbreviated name of the island on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Island-2007-04-17
Replaces:Island-2003-06-17
Is Replaced By:Island-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: Island
URI:http://rs.tdwg.org/dwc/terms/Island
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Island
Definition:The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Isla Victoria". See http://code.google.com/p/darwincore/wiki/Island
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Island-2008-11-19
Replaces:Island-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: IslandGroup
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IslandGroup
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IslandGroup-2003-06-17
Replaces:
Is Replaced By:IslandGroup-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: IslandGroup
URI:http://rs.tdwg.org/dwc/dwcore/IslandGroup
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IslandGroup-2007-04-17
Replaces:IslandGroup-2003-06-17
Is Replaced By:IslandGroup-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: IslandGroup
URI:http://rs.tdwg.org/dwc/terms/IslandGroup
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Alexander Archipelago". See http://code.google.com/p/darwincore/wiki/IslandGroup
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:IslandGroup-2008-11-19
Replaces:IslandGroup-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: JulianDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:JulianDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:JulianDay-2003-06-13
Replaces:
Is Replaced By:StartDayOfYear-2009-01-21, EndDayOfYear-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: JulianDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:JulianDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:JulianDay-2003-06-17
Replaces:JulianDay-2003-06-13
Is Replaced By:StartDayOfYear-2009-01-21, EndDayOfYear-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: Kingdom
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The kingdom to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Kingdom-2003-06-13
Replaces:
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The phylogenetic kingdom to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Kingdom-2003-06-17
Replaces:Kingdom-2003-06-13
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://rs.tdwg.org/dwc/dwcore/Kingdom
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Kingdom
Definition:The name of the kingdom in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Kingdom-2007-04-17
Replaces:Kingdom-2003-06-17
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://rs.tdwg.org/dwc/terms/Kingdom
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Kingdom
Definition:The name of the kingdom in which the ScientificName is classified.
Comment:Example: "Animalia". See http://code.google.com/p/darwincore/wiki/Kingdom
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Kingdom-2008-11-19
Replaces:Kingdom-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: LatestDateCollected
URI:http://rs.tdwg.org/dwc/dwcore/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:LatestDateCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LatestDateCollected-2007-04-17
Replaces:YearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: LatestDateCollected
URI:http://rs.tdwg.org/dwc/terms/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:LatestDateCollected
Definition:The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/LatestDateCollected
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:LatestDateCollected-2008-11-19
Replaces:LatestDateCollected-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: Latitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Latitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Latitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Latitude-2003-06-13
Replaces:
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: LatLongComments
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/LatLongComments
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:LatLongComments
Definition:Comments about the LatLong determination.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:LatLongComments-2003-06-17
Replaces:
Is Replaced By:GeoreferenceRemarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: Lifestage
URI:http://www.iobis.org/obis/Lifestage
Namespace:http://www.iobis.org/obis/
Label:Lifestage
Definition:Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Lifestage-2005-07-10
Replaces:AgeClass-2003-06-17
Is Replaced By:Lifestage-2008-11-19
ABCD 2.06: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
Term Name: LifeStage
URI:http://rs.tdwg.org/dwc/dwcore/LifeStage
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:LifeStage
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LifeStage-2007-04-17
Replaces:AgeClass-2003-06-17
Is Replaced By:LifeStage-2008-11-19
ABCD 2.06: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
Term Name: LifeStage
URI:http://rs.tdwg.org/dwc/terms/LifeStage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:LifeStage
Definition:The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "egg", "eft", "juvenile", "adult". See http://code.google.com/p/darwincore/wiki/LifeStage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:LifeStage-2008-11-19
Replaces:LifeStage-2007-04-17
Is Replaced By:
ABCD 2.06: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
Term Name: LivingSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:LivingSpecimen
Definition:A resource describing a living specimen.
Comment: See http://code.google.com/p/darwincore/wiki/LivingSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/PhysicalObject
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:LivingSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/LivingSpecimen
Term Name: Locality
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Locality-2003-06-13
Replaces:
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Locality-2003-06-17
Replaces:Locality-2003-06-13
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://rs.tdwg.org/dwc/dwcore/Locality
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Locality
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Locality-2007-04-17
Replaces:Locality-2003-06-17
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://rs.tdwg.org/dwc/terms/Locality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Locality
Definition:The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description.
Comment:Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". See http://code.google.com/p/darwincore/wiki/Locality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Locality-2008-11-19
Replaces:Locality-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: Location
URI:http://rs.tdwg.org/dwc/dwctype/Location
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Location
Definition:A resource describing a location.
Comment: See http://code.google.com/p/darwincore/wiki/Location
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:Location-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Longitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Longitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Longitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Longitude-2003-06-13
Replaces:
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: MachineObservation
URI:http://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:MachineObservation
Definition:A resource describing an observation made by a machine without accompanying physical evidence.
Comment: See http://code.google.com/p/darwincore/wiki/MachineObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:MachineObservation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/MachineObservation
Term Name: MaximumDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumDepth
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumDepth-2003-06-13
Replaces:
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2003-06-17
Replaces:MaximumDepth-2003-06-13
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MaximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MaximumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2007-04-17
Replaces:MaximumDepthInMeters-2003-06-17
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://rs.tdwg.org/dwc/terms/MaximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MaximumDepthInMeters
Definition:The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred.
Comment:Example: "200". See http://code.google.com/p/darwincore/wiki/MaximumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MaximumDepthInMeters-2008-11-19
Replaces:MaximumDepthInMeters-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumElevation
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumElevation-2003-06-13
Replaces:
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumElevationInMeters
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2003-06-17
Replaces:MaximumElevation-2003-06-13
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MaximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MaximumElevationInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2007-04-17
Replaces:MaximumElevationInMeters-2003-06-17
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://rs.tdwg.org/dwc/terms/MaximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MaximumElevationInMeters
Definition:The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred.
Comment:Example: "200". See http://code.google.com/p/darwincore/wiki/MaximumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MaximumElevationInMeters-2008-11-19
Replaces:MaximumElevationInMeters-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MinimumDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumDepth
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumDepth-2003-06-13
Replaces:
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2003-06-17
Replaces:MinimumDepth-2003-06-13
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MinimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MinimumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2007-04-17
Replaces:MinimumDepthInMeters-2003-06-17
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://rs.tdwg.org/dwc/terms/MinimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MinimumDepthInMeters
Definition:The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred.
Comment:Example: "100". See http://code.google.com/p/darwincore/wiki/MinimumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MinimumDepthInMeters-2008-11-19
Replaces:MinimumDepthInMeters-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumElevation
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumElevation-2003-06-13
Replaces:
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumElevationInMeters
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2003-06-17
Replaces:MinimumElevation-2003-06-13
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MinimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MinimumElevationInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2007-04-17
Replaces:MinimumElevationInMeters-2003-06-17
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://rs.tdwg.org/dwc/terms/MinimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MinimumElevationInMeters
Definition:The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred.
Comment:Example: "100". See http://code.google.com/p/darwincore/wiki/MinimumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MinimumElevationInMeters-2008-11-19
Replaces:MinimumElevationInMeters-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MonthCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthCollected
Definition:The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthCollected-2003-06-13
Replaces:
Is Replaced By:MonthOfYear-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthCollected
Definition:The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthCollected-2003-06-17
Replaces:MonthCollected-2003-06-13
Is Replaced By:MonthOfYear-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthIdentified
Definition:The month portion of the date when the Collection Item was identified; as two digits [01..12].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: MonthIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthIdentified
Definition:The two digit month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-17
Replaces:MonthIdentified-2003-06-13
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: MonthOfYear
URI:http://rs.tdwg.org/dwc/terms/MonthOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MonthOfYear
Definition:The ordinal month in which the sampling event occurred.
Comment:Example: "10" (=October). See http://code.google.com/p/darwincore/wiki/MonthOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:MonthOfYear-2008-11-19
Replaces:MonthCollected-2003-06-17
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: NamePublishedIn
URI:http://rs.tdwg.org/dwc/terms/NamePublishedIn
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NamePublishedIn
Definition:A full literature reference to the first (original) valid publication of the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/NamePublishedIn
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NamePublishedIn-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
Term Name: NomenclaturalChecklist
URI:http://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:NomenclaturalChecklist
Definition:A resource describing a nomenclatural checklist.
Comment: See http://code.google.com/p/darwincore/wiki/NomenclaturalChecklist
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:NomenclaturalChecklist-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: NomenclaturalCode
URI:http://rs.tdwg.org/dwc/dwcore/NomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:NomenclaturalCode
Definition:The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:NomenclaturalCode-2007-04-17
Replaces:
Is Replaced By:NomenclaturalCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: NomenclaturalCode
URI:http://rs.tdwg.org/dwc/terms/NomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NomenclaturalCode
Definition:The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode". See http://code.google.com/p/darwincore/wiki/NomenclaturalCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NomenclaturalCode-2008-11-19
Replaces:NomenclaturalCode-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: NomenclaturalStatus
URI:http://rs.tdwg.org/dwc/terms/NomenclaturalStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NomenclaturalStatus
Definition:The status related to the original publication of the name and it's 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.
Comment:Examples: "nom. ambig.", "nom. illeg.", "nom. subnud.". See http://code.google.com/p/darwincore/wiki/NomenclaturalStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NomenclaturalStatus-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) +pro parte
Term Name: Notes
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Notes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Notes
Definition:Free text notes attached to the specimen record
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Notes-2003-06-13
Replaces:
Is Replaced By:SampleRemarks-2009-01-18
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: ObservedIndividualCount
URI:http://www.iobis.org/obis/ObservedIndividualCount
Namespace:http://www.iobis.org/obis/
Label:ObservedIndividualCount
Definition:The number of individuals (abundance) found in a collection/record event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedIndividualCount-2005-07-10
Replaces:
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: ObservedWeight
URI:http://www.iobis.org/obis/ObservedWeight
Namespace:http://www.iobis.org/obis/
Label:ObservedWeight
Definition:The total biomass found in a collection/record event. Expressed as kg.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedWeight-2005-07-10
Replaces:
Is Replaced By:SampleAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: Order
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The order name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Order-2003-06-13
Replaces:
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The phylogenetic order to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Order-2003-06-17
Replaces:Order-2003-06-13
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://rs.tdwg.org/dwc/dwcore/Order
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Order
Definition:The name of the order in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Order-2007-04-17
Replaces:Order-2003-06-17
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://rs.tdwg.org/dwc/terms/Order
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Order
Definition:The name of the order in which the ScientificName is classified.
Comment:Example: "Rodentia". See http://code.google.com/p/darwincore/wiki/Order
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Order-2008-11-19
Replaces:Order-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: OriginalCoordinateSystem
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/OriginalCoordinateSystem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:OriginalCoordinateSystem
Definition:The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OriginalCoordinateSystem-2003-06-17
Replaces:
Is Replaced By:VerbatimCoordinateSystem-2008-11-19
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: OtherCatalogNumbers
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/OtherCatalogNumbers
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:OtherCatalogNumbers
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2003-06-17
Replaces:PreviousCatalogNumber-2003-06-13
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: OtherCatalogNumbers
URI:http://rs.tdwg.org/dwc/curatorial/OtherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:OtherCatalogNumbers
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2007-04-17
Replaces:OtherCatalogNumbers-2003-06-17
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: OtherCatalogNumbers
URI:http://rs.tdwg.org/dwc/terms/OtherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/terms/
Label:OtherCatalogNumbers
Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection.
Comment:Example: "FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/OtherCatalogNumbers
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:OtherCatalogNumbers-2008-11-19
Replaces:OtherCatalogNumbers-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: Phylum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylum (or division) to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Phylum-2003-06-13
Replaces:
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylogenetic phylum (or division) to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Phylum-2003-06-17
Replaces:Phylum-2003-06-13
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://rs.tdwg.org/dwc/dwcore/Phylum
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Phylum
Definition:The name of the phylum (or division) in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Phylum-2007-04-17
Replaces:Phylum-2003-06-17
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://rs.tdwg.org/dwc/terms/Phylum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Phylum
Definition:The name of the phlyum (or division) in which the ScientificName is classified.
Comment:Example: "Chordata". See http://code.google.com/p/darwincore/wiki/Phylum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Phylum-2008-11-19
Replaces:Phylum-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: PointRadiusSpatialFit
URI:http://rs.tdwg.org/dwc/geospatial/PointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:PointRadiusSpatialFit
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:PointRadiusSpatialFit-2007-04-17
Replaces:
Is Replaced By:PointRadiusSpatialFit-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: PointRadiusSpatialFit
URI:http://rs.tdwg.org/dwc/terms/PointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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 sampling 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.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing" (Chapman and Wieczorek, eds. 2006). See http://code.google.com/p/darwincore/wiki/PointRadiusSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:PointRadiusSpatialFit-2008-11-19
Replaces:PointRadiusSpatialFit-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: Preparations
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Preparations
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Preparations-2003-06-17
Replaces:PreparationType-2003-06-13
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: Preparations
URI:http://rs.tdwg.org/dwc/curatorial/Preparations
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Preparations-2007-04-17
Replaces:Preparations-2003-06-17
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: Preparations
URI:http://rs.tdwg.org/dwc/terms/Preparations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Preparations
Definition:A list (concatenated and separated) of preparations and preservation methods for a sample.
Comment:Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". See http://code.google.com/p/darwincore/wiki/Preparations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Preparations-2008-11-19
Replaces:Preparations-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreparationType
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/PreparationType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:PreparationType
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreparationType-2003-06-13
Replaces:
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreservedSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:PreservedSpecimen
Definition:A resource describing a preserved specimen.
Comment: See http://code.google.com/p/darwincore/wiki/PreservedSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/PhysicalObject
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:PreservedSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/PreservedSpecimen
Term Name: PreviousCatalogNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/PreviousCatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:PreviousCatalogNumber
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreviousCatalogNumber-2003-06-13
Replaces:
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: PreviousIdentifications
URI:http://rs.tdwg.org/dwc/terms/PreviousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:PreviousIdentifications
Definition:A list (concatenated and separated) of previous ScientificNames to which the sample was identified.
Comment:Example: "Anthus correndera". See http://code.google.com/p/darwincore/wiki/PreviousIdentifications
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:PreviousIdentifications-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: RecordURL
URI:http://www.iobis.org/obis/RecordURL
Namespace:http://www.iobis.org/obis/
Label:RecordURL
Definition:Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:RecordURL-2005-07-10
Replaces:
Is Replaced By:SampleDetails-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: RelatedBasisOfRecord
URI:http://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedBasisOfRecord
Definition:The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord.
Comment:Example: "PreservedSpecimen". See http://code.google.com/p/darwincore/wiki/RelatedBasisOfRecord
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedBasisOfRecord-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: RelatedCatalogedItems
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogedItems
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelatedCatalogedItems
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2003-06-17
Replaces:RelatedCatalogItem-2003-06-13
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogedItems
URI:http://rs.tdwg.org/dwc/curatorial/RelatedCatalogedItems
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:RelatedCatalogedItems
Definition:One 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2007-04-17
Replaces:RelatedCatalogedItems-2003-06-17
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogItem
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogItem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelatedCatalogItem
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelatedCatalogItem-2003-06-13
Replaces:
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedInformation
URI:http://rs.tdwg.org/dwc/dwcore/RelatedInformation
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:RelatedInformation
Definition:Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedInformation-2007-04-17
Replaces:
Is Replaced By:SampleDetails-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: RelatedResourceID
URI:http://rs.tdwg.org/dwc/terms/RelatedResourceID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedResourceID
Definition:A global unique identifier to a related resource.
Comment: See http://code.google.com/p/darwincore/wiki/RelatedResourceID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/references
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedResourceID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedResourceType
URI:http://rs.tdwg.org/dwc/terms/RelatedResourceType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedResourceType
Definition:The type of related resource. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "Sample", "Taxon", "Publication". See http://code.google.com/p/darwincore/wiki/RelatedResourceType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedResourceType-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: RelationshipOfResource
URI:http://rs.tdwg.org/dwc/terms/RelationshipOfResource
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelationshipOfResource
Definition:The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "mother". See http://code.google.com/p/darwincore/wiki/RelationshipOfResource
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelationshipOfResource-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: RelationshipRemarks
URI:http://rs.tdwg.org/dwc/terms/RelationshipRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelationshipRemarks
Definition:Comments or notes about the relationship of the related resource to this resource.
Comment:Example: "mother and offspring collected from the same nest". See http://code.google.com/p/darwincore/wiki/RelationshipRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelationshipRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
Term Name: RelationshipType
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelationshipType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelationshipType
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelationshipType-2003-06-13
Replaces:
Is Replaced By:RelationshipOfResource-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: Remarks
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Remarks
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Remarks
Definition:Free text comments accompanying the cataloged item record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Remarks-2003-06-17
Replaces:Notes-2003-06-13
Is Replaced By:SampleRemarks-2009-01-18
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: Remarks
URI:http://rs.tdwg.org/dwc/dwcore/Remarks
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Remarks
Definition:Free text comments accompanying the object or observation record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Remarks-2007-04-17
Replaces:Remarks-2003-06-17
Is Replaced By:SampleRemarks-2009-01-18
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: ReproductiveCondition
URI:http://rs.tdwg.org/dwc/terms/ReproductiveCondition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ReproductiveCondition
Definition:The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment: See http://code.google.com/p/darwincore/wiki/ReproductiveCondition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:ReproductiveCondition-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: ResourceRelationship
URI:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ResourceRelationship
Definition:Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes.
Comment:To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. See http://code.google.com/p/darwincore/wiki/ResourceRelationship
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/terms/relation
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:
Has Range:
Version:ResourceRelationship-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations
Term Name: ResourceRelationshipID
URI:http://rs.tdwg.org/dwc/terms/ResourceRelationshipID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ResourceRelationshipID
Definition:A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another.
Comment: See http://code.google.com/p/darwincore/wiki/ResourceRelationshipID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-26
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:ResourceRelationshipID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Sample
URI:http://rs.tdwg.org/dwc/terms/Sample
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample
Definition:Container class for information about the results of a sampling event (specimen, observation, etc.)
Comment: See http://code.google.com/p/darwincore/wiki/Sample
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Sample-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: SampleAttribute
URI:http://rs.tdwg.org/dwc/terms/SampleAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttribute
Definition:Container class for information about attributes related to a given sample.
Comment: See http://code.google.com/p/darwincore/wiki/SampleAttribute
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleAttribute-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts
Term Name: SampleAttributeAccuracy
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeAccuracy
Definition:The description of the error associated with the SampleAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m". See http://code.google.com/p/darwincore/wiki/SampleAttributeAccuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/Error
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: SampleAttributeDeterminedBy
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeDeterminedBy
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sample.
Comment:Example: "Javier de la Torre". See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
Term Name: SampleAttributeDeterminedDate
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeDeterminedDate
Definition:The date on which the the measurement or characteristic of the sample was made.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: SampleAttributeID
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeID
Definition:An identifier for the sample attribute. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/SampleAttributeID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-03-06
Date Modified:2009-03-06
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeID-2009-03-03
Replaces:SamplingAttributeID-2008-11-19
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SampleAttributeRemarks
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeRemarks
Definition:Comments or notes accompanying the measurement or characteristic of the sample.
Comment:Example: "tip of tail missing". See http://code.google.com/p/darwincore/wiki/SampleAttributeRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SampleAttributes
URI:http://rs.tdwg.org/dwc/terms/SampleAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the sample.
Comment:Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". See http://code.google.com/p/darwincore/wiki/SampleAttributes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleAttributes-2008-11-19
Replaces:Attributes-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: SampleAttributeType
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeType
Definition:The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "tail length". See http://code.google.com/p/darwincore/wiki/SampleAttributeType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: SampleAttributeUnit
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeUnit
Definition:The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "mm". See http://code.google.com/p/darwincore/wiki/SampleAttributeUnit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeUnit-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: SampleAttributeValue
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeValue
Definition:The value of the measurement or characteristic of the sample.
Comment:Example: "45". See http://code.google.com/p/darwincore/wiki/SampleAttributeValue
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeValue-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
Term Name: SampleDetails
URI:http://rs.tdwg.org/dwc/terms/SampleDetails
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleDetails
Definition:A reference (publication, URI) to the most detailed information available about the sample.
Comment: See http://code.google.com/p/darwincore/wiki/SampleDetails
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleDetails-2008-11-19
Replaces:RelatedInformation-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: SampleID
URI:http://rs.tdwg.org/dwc/terms/SampleID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleID
Definition:A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent.
Comment:For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732". See http://code.google.com/p/darwincore/wiki/SampleID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleID-2008-11-19
Replaces:GlobalUniqueIdentifier-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: SampleRemarks
URI:http://rs.tdwg.org/dwc/terms/SampleRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleRemarks
Definition:Comments or notes about the sample or record.
Comment:Example: "found dead on road". See http://code.google.com/p/darwincore/wiki/SampleRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleRemarks-2009-01-18
Replaces:Remarks-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: SampleSize
URI:http://www.iobis.org/obis/SampleSize
Namespace:http://www.iobis.org/obis/
Label:SampleSize
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:SampleSize-2005-07-10
Replaces:
Is Replaced By:SamplingEventAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: SamplingAttributeID
URI:http://rs.tdwg.org/dwc/terms/SamplingAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingAttributeID
Definition:An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:historical
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SamplingAttributeID-2008-11-19
Replaces:
Is Replaced By:SampleAttributeID-2009-03-03
ABCD 2.06:not in ABCD
Term Name: SamplingEvent
URI:http://rs.tdwg.org/dwc/terms/SamplingEvent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEvent
Definition:Container class for information about the conditions and methods of acquisition of samples.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingEvent
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Event
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingEvent-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering
Term Name: SamplingEventAttributes
URI:http://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventAttributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the sampling event.
Comment:Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg". See http://code.google.com/p/darwincore/wiki/SamplingEventAttributes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventAttributes-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: SamplingEventID
URI:http://rs.tdwg.org/dwc/terms/SamplingEventID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventID
Definition:An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingEventID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: SamplingEventRemarks
URI:http://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventRemarks
Definition:Comments or notes about the sampling event.
Comment:Example: "after the recent rains the river is nearly at flood stage". See http://code.google.com/p/darwincore/wiki/SamplingEventRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventRemarks-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SamplingLocation
URI:http://rs.tdwg.org/dwc/terms/SamplingLocation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocation
Definition:Container class for information about the location where a sampling event occurred.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingLocation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/terms/Location
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingLocation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/LocalityText
Term Name: SamplingLocationID
URI:http://rs.tdwg.org/dwc/terms/SamplingLocationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocationID
Definition:An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set.
Comment:Example: "MVZ:LocID:12345". See http://code.google.com/p/darwincore/wiki/SamplingLocationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:SamplingLocationID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SamplingLocationRemarks
URI:http://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocationRemarks
Definition:Comments or notes about the sampling location.
Comment:Example: "under water since 2005". See http://code.google.com/p/darwincore/wiki/SamplingLocationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:SamplingLocationRemarks-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: SamplingProtocol
URI:http://rs.tdwg.org/dwc/terms/SamplingProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingProtocol
Definition:The name of, reference to, or brief description of the method or protocol used for the sampling event.
Comment:Examples: "UV light trap", "mist net", "bottom trawl". See http://code.google.com/p/darwincore/wiki/SamplingProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingProtocol-2008-11-19
Replaces:CollectingMethod-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: ScientificName
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificName-2003-06-13
Replaces:
Is Replaced By:ScientificName-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificName-2003-06-17
Replaces:ScientificName-2003-06-13
Is Replaced By:ScientificName-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://rs.tdwg.org/dwc/dwcore/ScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ScientificName-2007-04-17
Replaces:ScientificName-2003-06-17
Is Replaced By:ScientificName-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://rs.tdwg.org/dwc/terms/ScientificName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ScientificName
Definition:The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here.
Comment:Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship). See http://code.google.com/p/darwincore/wiki/ScientificName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:ScientificName-2009-01-21
Replaces:ScientificName-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificNameAuthor
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificNameAuthor
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-13
Replaces:
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: ScientificNameAuthor
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificNameAuthor
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-17
Replaces:ScientificNameAuthor-2003-06-13
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: ScientificNameAuthorship
URI:http://rs.tdwg.org/dwc/terms/ScientificNameAuthorship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ScientificNameAuthorship
Definition:The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode.
Comment:Example: "(Torr.) J.T. Howell". See http://code.google.com/p/darwincore/wiki/ScientificNameAuthorship
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:ScientificNameAuthorship-2008-11-19
Replaces:AuthorYearOfScientificName-2007-04-17
Is Replaced By:
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}
Term Name: Sex
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Sex-2003-06-13
Replaces:
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Sex-2003-06-17
Replaces:Sex-2003-06-13
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://rs.tdwg.org/dwc/dwcore/Sex
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Sex
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Sex-2007-04-17
Replaces:Sex-2003-06-17
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://rs.tdwg.org/dwc/terms/Sex
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sex
Definition:The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "female", "hermaphrodite". See http://code.google.com/p/darwincore/wiki/Sex
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Sex-2008-11-19
Replaces:Sex-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Source
URI:http://www.iobis.org/obis/Source
Namespace:http://www.iobis.org/obis/
Label:Source
Definition:Indicates 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Source-2005-07-10
Replaces:
Is Replaced By:Citation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Species
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Species-2003-06-13
Replaces:
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: Species
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The phylogenetic specific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Species-2003-06-17
Replaces:Species-2003-06-13
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: SpecificEpithet
URI:http://rs.tdwg.org/dwc/dwcore/SpecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:SpecificEpithet
Definition:The specific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:SpecificEpithet-2007-04-17
Replaces:Species-2003-06-17
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: SpecificEpithet
URI:http://rs.tdwg.org/dwc/terms/SpecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SpecificEpithet
Definition:The name of the first or species epithet of the ScientificName.
Comment:Example: "agrifolia". See http://code.google.com/p/darwincore/wiki/SpecificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:SpecificEpithet-2008-11-19
Replaces:SpecificEpithet-2007-04-17
Is Replaced By:
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}
Term Name: Start_EndCoordinatePrecision
URI:http://www.iobis.org/obis/Start_EndCoordinatePrecision
Namespace:http://www.iobis.org/obis/
Label:Start_EndCoordinatePrecision
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Start_EndCoordinatePrecision-2005-07-10
Replaces:
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
Term Name: StartDayCollected
URI:http://www.iobis.org/obis/StartDayCollected
Namespace:http://www.iobis.org/obis/
Label:StartDayCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartDayCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartDayOfYear
URI:http://rs.tdwg.org/dwc/terms/StartDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StartDayOfYear
Definition:The earliest ordinal day of the year on which the sampling event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). See http://code.google.com/p/darwincore/wiki/StartDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:StartDayOfYear-2009-01-21
Replaces:DayOfYear-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartJulianDay
URI:http://www.iobis.org/obis/StartJulianDay
Namespace:http://www.iobis.org/obis/
Label:StartJulianDay
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartJulianDay-2005-07-10
Replaces:
Is Replaced By:StartDayOfYear-2009-01-21
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartLatitude
URI:http://www.iobis.org/obis/StartLatitude
Namespace:http://www.iobis.org/obis/
Label:StartLatitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLatitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: StartLongitude
URI:http://www.iobis.org/obis/StartLongitude
Namespace:http://www.iobis.org/obis/
Label:StartLongitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLongitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: StartMonthCollected
URI:http://www.iobis.org/obis/StartMonthCollected
Namespace:http://www.iobis.org/obis/
Label:StartMonthCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartMonthCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartTimeOfDay
URI:http://www.iobis.org/obis/StartTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:StartTimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartTimeOfDay-2005-07-10
Replaces:
Is Replaced By:StartTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: StartTimeOfDay
URI:http://rs.tdwg.org/dwc/terms/StartTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StartTimeOfDay
Definition:The time of day when the sampling event began, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm). See http://code.google.com/p/darwincore/wiki/StartTimeOfDay
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:StartTimeOfDay-2008-11-19
Replaces:StartTimeOfDay-2005-07-10
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartYearCollected
URI:http://www.iobis.org/obis/StartYearCollected
Namespace:http://www.iobis.org/obis/
Label:StartYearCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartYearCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StateProvince
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:StateProvince-2003-06-13
Replaces:
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:StateProvince-2003-06-17
Replaces:StateProvince-2003-06-13
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://rs.tdwg.org/dwc/dwcore/StateProvince
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:StateProvince-2007-04-17
Replaces:StateProvince-2003-06-17
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://rs.tdwg.org/dwc/terms/StateProvince
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StateProvince
Definition:The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred.
Comment:Examples: "Montana", "Minas Gerais", "Córdoba". See http://code.google.com/p/darwincore/wiki/StateProvince
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:StateProvince-2008-11-19
Replaces:StateProvince-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: Subgenus
URI:http://www.iobis.org/obis/Subgenus
Namespace:http://www.iobis.org/obis/
Label:Subgenus
Definition:The name of the subgenus in which the identified name is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Subgenus-2005-07-10
Replaces:
Is Replaced By:Subgenus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: Subgenus
URI:http://rs.tdwg.org/dwc/terms/Subgenus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Subgenus
Definition:The name of the subgenus in which the ScientificName is classified.
Comment: See http://code.google.com/p/darwincore/wiki/Subgenus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Subgenus-2008-11-19
Replaces:Subgenus-2005-07-10
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: Subspecies
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The sub-specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Subspecies-2003-06-13
Replaces:
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: Subspecies
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The phylogenetic subspecific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Subspecies-2003-06-17
Replaces:Subspecies-2003-06-13
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: Taxon
URI:http://rs.tdwg.org/dwc/terms/Taxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon
Definition:Container class for information about the taxonomic name or concept referred to by an Identification.
Comment: See http://code.google.com/p/darwincore/wiki/Taxon
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Taxon-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:no simple equivalent in ABCD
Term Name: TaxonAccordingTo
URI:http://rs.tdwg.org/dwc/terms/TaxonAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonAccordingTo
Definition:Information 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: See http://code.google.com/p/darwincore/wiki/TaxonAccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonAccordingTo-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonID
URI:http://rs.tdwg.org/dwc/terms/TaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonID
Definition:A global unique identifier for the taxon (name in a classification).
Comment: See http://code.google.com/p/darwincore/wiki/TaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonomicStatus
URI:http://rs.tdwg.org/dwc/terms/TaxonomicStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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.
Comment:Example: "invalid", "misapplied", "homotypic synonym", "accepted". See http://code.google.com/p/darwincore/wiki/TaxonomicStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonomicStatus-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Taxonomy
URI:http://rs.tdwg.org/dwc/dwctype/Taxonomy
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Taxonomy
Definition:A resource describing a taxon.
Comment: See http://code.google.com/p/darwincore/wiki/Taxonomy
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:Taxonomy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonRank
URI:http://rs.tdwg.org/dwc/terms/TaxonRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonRank
Definition:The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subsp.", "var.", "forma". See http://code.google.com/p/darwincore/wiki/TaxonRank
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonRank-2008-11-19
Replaces:InfraspecificRank-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: Temperature
URI:http://www.iobis.org/obis/Temperature
Namespace:http://www.iobis.org/obis/
Label:Temperature
Definition:The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Temperature-2005-07-10
Replaces:
Is Replaced By:SamplingEventAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: TimeCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TimeCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TimeCollected-2003-06-17
Replaces:TimeOfDay-2003-06-13
Is Replaced By:StartTimeOfDay-2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeOfDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeOfDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TimeOfDay-2003-06-13
Replaces:
Is Replaced By:StartTimeOfDay-2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeZone
URI:http://www.iobis.org/obis/TimeZone
Namespace:http://www.iobis.org/obis/
Label:TimeZone
Definition:Indicates the time zone for the Time of Day measurements.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:TimeZone-2005-07-10
Replaces:
Is Replaced By:StartTimeOfDay-2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
Term Name: Tissues
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Tissues
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Tissues
Definition:A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Tissues-2003-06-17
Replaces:
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: TypeStatus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TypeStatus
Definition:Indicates 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TypeStatus-2003-06-13
Replaces:
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TypeStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TypeStatus-2003-06-17
Replaces:TypeStatus-2003-06-13
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://rs.tdwg.org/dwc/curatorial/TypeStatus
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:TypeStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:TypeStatus-2007-04-17
Replaces:TypeStatus-2003-06-17
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://rs.tdwg.org/dwc/terms/TypeStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TypeStatus
Definition:A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample.
Comment:Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388". See http://code.google.com/p/darwincore/wiki/TypeStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:TypeStatus-2008-11-19
Replaces:TypeStatus-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: ValidDistributionFlag
URI:http://rs.tdwg.org/dwc/dwcore/ValidDistributionFlag
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ValidDistributionFlag
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ValidDistributionFlag-2007-04-17
Replaces:
Is Replaced By:EstablishmentMeans-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
Term Name: VerbatimCollectingDate
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimCollectingDate
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date information for the collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2003-06-17
Replaces:
Is Replaced By:VerbatimCollectingDate-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCollectingDate
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimCollectingDate
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2007-04-17
Replaces:VerbatimCollectingDate-2003-06-17
Is Replaced By:VerbatimCollectingDate-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCollectingDate
URI:http://rs.tdwg.org/dwc/terms/VerbatimCollectingDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date (and time) information for the sampling event.
Comment:Example: "spring 1910". See http://code.google.com/p/darwincore/wiki/VerbatimCollectingDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:VerbatimCollectingDate-2008-11-19
Replaces:VerbatimCollectingDate-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCoordinates
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimCoordinates
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinates-2007-04-17
Replaces:
Is Replaced By:VerbatimCoordinates-2008-11-19
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: VerbatimCoordinates
URI:http://rs.tdwg.org/dwc/terms/VerbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCoordinates
Definition:The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "41 05 54S 121 05 34W". See http://code.google.com/p/darwincore/wiki/VerbatimCoordinates
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimCoordinates-2008-11-19
Replaces:VerbatimCoordinates-2007-04-17
Is Replaced By:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: VerbatimCoordinateSystem
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimCoordinateSystem
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinateSystem-2007-04-17
Replaces:OriginalCoordinateSystem-2003-06-17
Is Replaced By:VerbatimCoordinateSystem-2008-11-19
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: VerbatimCoordinateSystem
URI:http://rs.tdwg.org/dwc/terms/VerbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCoordinateSystem
Definition:The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger". See http://code.google.com/p/darwincore/wiki/VerbatimCoordinateSystem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimCoordinateSystem-2008-11-19
Replaces:VerbatimCoordinateSystem-2007-04-17
Is Replaced By:
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: VerbatimDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimDepth
Definition:A text representation of the Depth in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimDepth-2003-06-17
Replaces:
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimDepth
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimDepth
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimDepth
Definition:A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimDepth-2007-04-17
Replaces:VerbatimDepth-2003-06-17
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimDepth
URI:http://rs.tdwg.org/dwc/terms/VerbatimDepth
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimDepth
Definition:The original description of the depth (below the local surface) at which the sampling event occurred.
Comment:Example: "100-200 m". See http://code.google.com/p/darwincore/wiki/VerbatimDepth
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimDepth-2008-11-19
Replaces:VerbatimDepth-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimElevation
Definition:A text representation of the Elevation in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimElevation-2003-06-17
Replaces:
Is Replaced By:VerbatimElevation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimElevation
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimElevation
Definition:A text representation of the altitude in its original format in the source database. Example: "1000+- meters".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimElevation-2007-04-17
Replaces:VerbatimElevation-2003-06-17
Is Replaced By:VerbatimElevation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://rs.tdwg.org/dwc/terms/VerbatimElevation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimElevation
Definition:The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred.
Comment:Example: "100-200 m". See http://code.google.com/p/darwincore/wiki/VerbatimElevation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimElevation-2008-11-19
Replaces:VerbatimElevation-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimLatitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimLatitude
Definition:A text representation of the Latitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2003-06-17
Replaces:
Is Replaced By:VerbatimLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLatitude
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimLatitude
Definition:A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2007-04-17
Replaces:VerbatimLatitude-2003-06-17
Is Replaced By:VerbatimLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLatitude
URI:http://rs.tdwg.org/dwc/terms/VerbatimLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLatitude
Definition:The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "41 05 54.03S". See http://code.google.com/p/darwincore/wiki/VerbatimLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLatitude-2008-11-19
Replaces:VerbatimLatitude-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLocality
URI:http://rs.tdwg.org/dwc/terms/VerbatimLocality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLocality
Definition:The original description of the specific place where the sampling event occurred.
Comment:Example: "25 km NNE Bariloche por R. Nac. 237". See http://code.google.com/p/darwincore/wiki/VerbatimLocality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLocality-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: VerbatimLongitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimLongitude
Definition:A text representation of the Longitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2003-06-17
Replaces:
Is Replaced By:VerbatimLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: VerbatimLongitude
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimLongitude
Definition:A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2007-04-17
Replaces:VerbatimLongitude-2003-06-17
Is Replaced By:VerbatimLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: VerbatimLongitude
URI:http://rs.tdwg.org/dwc/terms/VerbatimLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLongitude
Definition:The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "121d 10' 34" W". See http://code.google.com/p/darwincore/wiki/VerbatimLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLongitude-2008-11-19
Replaces:VerbatimLongitude-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: WaterBody
URI:http://rs.tdwg.org/dwc/dwcore/WaterBody
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:WaterBody
Definition:The full, unabbreviated name of the body of water in or over which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:WaterBody-2007-04-17
Replaces:ContinentOcean-2003-06-17
Is Replaced By:WaterBody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: Waterbody
URI:http://rs.tdwg.org/dwc/terms/Waterbody
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Waterbody
Definition:The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Indian Ocean", "Baltic Sea". See http://code.google.com/p/darwincore/wiki/Waterbody
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Waterbody-2008-11-19
Replaces:WaterBody-2007-04-17
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: YearCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearCollected-2003-06-13
Replaces:
Is Replaced By:YearSampled-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearCollected
Definition:The four digit year in the Common Era calendar in which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearCollected-2003-06-17
Replaces:YearCollected-2003-06-13
Is Replaced By:YearSampled-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearIdentified
Definition:The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: YearIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearIdentified
Definition:The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearIdentified-2003-06-17
Replaces:YearIdentified-2003-06-13
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: YearSampled
URI:http://rs.tdwg.org/dwc/terms/YearSampled
Namespace:http://rs.tdwg.org/dwc/terms/
Label:YearSampled
Definition:The four-digit year in which the sampling event occurred, according to the Common Era Calendar.
Comment:Example: "2008". See http://code.google.com/p/darwincore/wiki/YearSampled
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:YearSampled-2008-11-19
Replaces:YearCollected-2003-06-17
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+

-

2. References

+

4. References

@@ -245,406 +664,6 @@ with a replacement since the standard first went into effect), or recommended.Reference for mapping historical Darwin Core terms to the current recommended terms. -
-

- - - -

3. The Terms

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Term Name: AcceptedTaxon
URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AcceptedTaxon
Definition:The currently valid (zoological) or accepted (botanical) name for the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxon
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:AcceptedTaxon-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AcceptedTaxonID
URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AcceptedTaxonID
Definition:A global unique identifier for the parent to the AcceptedTaxon.
Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:AcceptedTaxonID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AccessConstraints
URI:http://rs.tdwg.org/dwc/terms/AccessConstraints
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AccessConstraints
Definition:A description of constraints on the use of the data as shared or access to further data that is not shared.
Comment:Example: "not-for-profit use only". See http://code.google.com/p/darwincore/wiki/AccessConstraints
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AccessConstraints-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: AccordingTo
URI:http://rs.tdwg.org/dwc/terms/AccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AccordingTo
Definition:Abstract term to attribute information to a source.
Comment: See http://code.google.com/p/darwincore/wiki/AccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:AccordingTo-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Accuracy
URI:http://rs.tdwg.org/dwc/terms/Accuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accuracy
Definition:Abstract term to capture error information about a measurement or fact.
Comment: See http://code.google.com/p/darwincore/wiki/Accuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:Accuracy-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: AgeClass
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/AgeClass
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:AgeClass
Definition:The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:AgeClass-2003-06-17
Replaces:
Is Replaced By:LifeStage-2008-11-19
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}
Term Name: AssociatedMedia
URI:http://rs.tdwg.org/dwc/terms/AssociatedMedia
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedMedia
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of media associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedMedia
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedMedia-2008-11-19
Replaces:AssociatedMedia
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: AssociatedReferences
URI:http://rs.tdwg.org/dwc/terms/AssociatedReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedReferences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of literature associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedReferences-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitReferences
Term Name: AssociatedSamples
URI:http://rs.tdwg.org/dwc/terms/AssociatedSamples
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedSamples
Definition:A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations.
Comment:Example: "sibling of FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/AssociatedSamples
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedSamples-2008-11-19
Replaces:AssociatedSamples
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: AssociatedSequences
URI:http://rs.tdwg.org/dwc/terms/AssociatedSequences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedSequences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of genetic sequence information associated with the sample.
Comment: See http://code.google.com/p/darwincore/wiki/AssociatedSequences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedSequences-2008-11-19
Replaces:AssociatedSequences
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: AssociatedTaxa
URI:http://rs.tdwg.org/dwc/terms/AssociatedTaxa
Namespace:http://rs.tdwg.org/dwc/terms/
Label:AssociatedTaxa
Definition:A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations.
Comment:Example: "host: Quercus alba". See http://code.google.com/p/darwincore/wiki/AssociatedTaxa
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:AssociatedTaxa-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
Term Name: Attributes
URI:http://rs.tdwg.org/dwc/dwcore/Attributes
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Attributes
Definition:List 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Attributes-2007-04-17
Replaces:
Is Replaced By:SampleAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: AuthorYearOfScientificName
URI:http://rs.tdwg.org/dwc/dwcore/AuthorYearOfScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:AuthorYearOfScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:AuthorYearOfScientificName-2007-04-17
Replaces:AuthorYearOfScientificName
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: Basionym
URI:http://rs.tdwg.org/dwc/terms/Basionym
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basionym
Definition:The basionym of the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/Basionym
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Basionym-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: BasionymID
URI:http://rs.tdwg.org/dwc/terms/BasionymID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:BasionymID
Definition:A global unique identifier for the Basionym.
Comment: See http://code.google.com/p/darwincore/wiki/BasionymID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:BasionymID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: BasisOfRecord
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BasisOfRecord
Definition:An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-13
Replaces:
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BasisOfRecord
Definition:A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-17
Replaces:BasisOfRecord
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://rs.tdwg.org/dwc/dwcore/BasisOfRecord
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:BasisOfRecord
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:BasisOfRecord-2007-04-17
Replaces:BasisOfRecord
Is Replaced By:BasisOfRecord-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
URI:http://rs.tdwg.org/dwc/terms/BasisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:BasisOfRecord
Definition:The nature of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "HumanObservation". See http://code.google.com/p/darwincore/wiki/BasisOfRecord
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/type
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:BasisOfRecord-2008-11-19
Replaces:BasisOfRecord
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: Behavior
URI:http://rs.tdwg.org/dwc/terms/Behavior
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Behavior
Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "roosting", "foraging", "running". See http://code.google.com/p/darwincore/wiki/Behavior
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Behavior-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Binomial
URI:http://rs.tdwg.org/dwc/terms/Binomial
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Binomial
Definition:The combination of genus and first (species) epithet of the ScientificName.
Comment:Example: "Ctenomys sociabilis". See http://code.google.com/p/darwincore/wiki/Binomial
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Binomial-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: BoundingBox
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BoundingBox
Definition:This 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BoundingBox-2003-06-13
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:not covered by ABCD
Term Name: BoundingBox
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:BoundingBox
Definition:This 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BoundingBox-2003-06-17
Replaces:BoundingBox
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:not covered by ABCD
Term Name: CatalogNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumber
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CatalogNumber-2003-06-13
Replaces:
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumber
URI:http://rs.tdwg.org/dwc/dwcore/CatalogNumber
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CatalogNumber
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumber-2007-04-17
Replaces:CatalogNumber
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumber
URI:http://rs.tdwg.org/dwc/terms/CatalogNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CatalogNumber
Definition:An identifier (preferably unique) for the sample within the data set or collection.
Comment:Examples: "2008.1334", "145732a", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CatalogNumber-2008-11-19
Replaces:CatalogNumber
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumberNumeric
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberNumeric
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumberNumeric
Definition:The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2003-06-17
Replaces:
Is Replaced By:CatalogNumberNumeric-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
URI:http://rs.tdwg.org/dwc/curatorial/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:CatalogNumberNumeric
Definition:The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2007-04-17
Replaces:CatalogNumberNumeric
Is Replaced By:CatalogNumberNumeric-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
URI:http://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CatalogNumberNumeric
Definition:The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges.
Comment:Example: "1334", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumberNumeric
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CatalogNumberNumeric-2008-11-19
Replaces:CatalogNumberNumeric
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberText
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberText
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CatalogNumberText
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberText-2003-06-17
Replaces:CatalogNumberText
Is Replaced By:CatalogNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: Citation
URI:http://www.iobis.org/obis/Citation
Namespace:http://www.iobis.org/obis/
Label:Citation
Definition:Indicates how this dataset or record should be attributed if used.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Citation-2005-07-10
Replaces:
Is Replaced By:Citation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Citation
URI:http://rs.tdwg.org/dwc/terms/Citation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Citation
Definition:A statement indicating how this record should be cited (attributed) when used.
Comment: See http://code.google.com/p/darwincore/wiki/Citation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Citation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Class
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The class name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Class-2003-06-13
Replaces:
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The phylogenetic class to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Class-2003-06-17
Replaces:Class
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://rs.tdwg.org/dwc/dwcore/Class
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Class
Definition:The name of the class in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Class-2007-04-17
Replaces:Class
Is Replaced By:Class-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
URI:http://rs.tdwg.org/dwc/terms/Class
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Class
Definition:The name of the class in which the ScientificName is classified.
Comment:Example: "Mammalia". See http://code.google.com/p/darwincore/wiki/Class
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Class-2008-11-19
Replaces:Class
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: CollectingMethod
URI:http://rs.tdwg.org/dwc/dwcore/CollectingMethod
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CollectingMethod
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectingMethod-2007-04-17
Replaces:
Is Replaced By:SamplingProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: CollectionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectionCode
Definition:A unique alphanumeric value which identifies the collection within the institution
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectionCode-2003-06-13
Replaces:
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectionCode
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectionCode-2003-06-17
Replaces:CollectionCode
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://rs.tdwg.org/dwc/dwcore/CollectionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:CollectionCode
Definition:The code (or acronym) identifying the collection within the institution in which the organism record is cataloged.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectionCode-2007-04-17
Replaces:CollectionCode
Is Replaced By:CollectionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
URI:http://rs.tdwg.org/dwc/terms/CollectionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectionCode
Definition:The code (or acronym) identifying the collection within the institution in which the sample is recorded.
Comment:Example: "Mammals", "Hildebrandt". See http://code.google.com/p/darwincore/wiki/CollectionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CollectionCode-2008-11-19
Replaces:CollectionCode
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionID
URI:http://rs.tdwg.org/dwc/terms/CollectionID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectionID
Definition:The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index.
Comment: See http://code.google.com/p/darwincore/wiki/CollectionID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:CollectionID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: Collector
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) responsible for collection the specimen or taking the observation
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Collector-2003-06-13
Replaces:
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) of the original data for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Collector-2003-06-17
Replaces:Collector
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://rs.tdwg.org/dwc/dwcore/Collector
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Collector
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Collector-2007-04-17
Replaces:Collector
Is Replaced By:Collector-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
URI:http://rs.tdwg.org/dwc/terms/Collector
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collector
Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first.
Comment: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. See http://code.google.com/p/darwincore/wiki/Collector
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Collector-2008-11-19
Replaces:Collector
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: CollectorNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-13
Replaces:
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-17
Replaces:CollectorNumber
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
URI:http://rs.tdwg.org/dwc/curatorial/CollectorNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:CollectorNumber
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectorNumber-2007-04-17
Replaces:CollectorNumber
Is Replaced By:CollectorNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: CollectorNumber
URI:http://rs.tdwg.org/dwc/terms/CollectorNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CollectorNumber
Definition:An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample.
Comment:Example: "OPP 7101". See http://code.google.com/p/darwincore/wiki/CollectorNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:CollectorNumber-2008-11-19
Replaces:CollectorNumber
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: Continent
URI:http://rs.tdwg.org/dwc/dwcore/Continent
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Continent
Definition:The full, unabbreviated name of the continent on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Continent-2007-04-17
Replaces:Continent
Is Replaced By:Continent-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: Continent
URI:http://rs.tdwg.org/dwc/terms/Continent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Continent
Definition:The full, unabbreviated name of the continent on which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Antarctica". See http://code.google.com/p/darwincore/wiki/Continent
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Continent-2008-11-19
Replaces:Continent
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ContinentOcean
Definition:The continent or ocean from which a specimen was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-13
Replaces:
Is Replaced By:Continent-2008-11-19, Waterbody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ContinentOcean
Definition:The full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-17
Replaces:ContinentOcean
Is Replaced By:Continent-2008-11-19, Waterbody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: CoordinatePrecision
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinatePrecision
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CoordinatePrecision
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CoordinatePrecision-2003-06-13
Replaces:
Is Replaced By:CoordinatePrecision-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: CoordinatePrecision
URI:http://rs.tdwg.org/dwc/terms/CoordinatePrecision
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CoordinatePrecision
Definition:A decimal representation of the precision of the coordinates given in the DecimalLatitude and DecimalLongitude.
Comment:Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree). See http://code.google.com/p/darwincore/wiki/CoordinatePrecision
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CoordinatePrecision-2008-11-19
Replaces:CoordinatePrecision
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: CoordinateUncertaintyInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinateUncertaintyInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:CoordinateUncertaintyInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2003-06-17
Replaces:CoordinateUncertaintyInMeters
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: CoordinateUncertaintyInMeters
URI:http://rs.tdwg.org/dwc/geospatial/CoordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:CoordinateUncertaintyInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2007-04-17
Replaces:CoordinateUncertaintyInMeters
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: CoordinateUncertaintyInMeters
URI:http://rs.tdwg.org/dwc/terms/CoordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CoordinateUncertaintyInMeters
Definition:The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the sampling location is contained. 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.
Comment:Example: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). See http://code.google.com/p/darwincore/wiki/CoordinateUncertaintyInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CoordinateUncertaintyInMeters-2008-11-19
Replaces:CoordinateUncertaintyInMeters
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: Country
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Country-2003-06-13
Replaces:
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Country-2003-06-17
Replaces:Country
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://rs.tdwg.org/dwc/dwcore/Country
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Country-2007-04-17
Replaces:Country
Is Replaced By:Country-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
URI:http://rs.tdwg.org/dwc/terms/Country
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Denmark", "Colombia", "España". See http://code.google.com/p/darwincore/wiki/Country
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Country-2008-11-19
Replaces:Country
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: CountryCode
URI:http://rs.tdwg.org/dwc/terms/CountryCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:CountryCode
Definition:The standard code for the country in which the sampling event occurred. Recommended best practice is to used ISO 3166 3-letter country code.
Comment:Examples: "ARG" (=Argentina), "SLV" (=El Salvador). See http://code.google.com/p/darwincore/wiki/CountryCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:CountryCode-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
Term Name: County
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The county (or shire, or next political region smaller than State / Province) from which the specimen was collected
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:County-2003-06-13
Replaces:
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:County-2003-06-17
Replaces:County
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://rs.tdwg.org/dwc/dwcore/County
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:County
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:County-2007-04-17
Replaces:County
Is Replaced By:County-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
URI:http://rs.tdwg.org/dwc/terms/County
Namespace:http://rs.tdwg.org/dwc/terms/
Label:County
Definition:The full, unabbreviated name of the next smaller political region than StateProvince (county, shire, municipality, etc.) in which the sampling event occurred.
Comment:Examples: "Missoula", "Los Lagos", "Mataró". See http://code.google.com/p/darwincore/wiki/County
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:County-2008-11-19
Replaces:County
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: Dataset
URI:http://rs.tdwg.org/dwc/terms/Dataset
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset
Definition:Container class for information about the set of data in which the record is included.
Comment: See http://code.google.com/p/darwincore/wiki/Dataset
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Dataset
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:Dataset-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet
Term Name: DatasetID
URI:http://rs.tdwg.org/dwc/terms/DatasetID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DatasetID
Definition:An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution.
Comment: See http://code.google.com/p/darwincore/wiki/DatasetID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Dataset
Has Range:
Version:DatasetID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/DataSetGUID
Term Name: DateIdentified
URI:http://rs.tdwg.org/dwc/curatorial/DateIdentified
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:DateIdentified
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateIdentified-2007-04-17
Replaces:DateIdentified
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DateIdentified
URI:http://rs.tdwg.org/dwc/terms/DateIdentified
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DateIdentified
Definition:The date on which the sample was identified as being a member of the taxon given in the ScientificName.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/DateIdentified
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:DateIdentified-2008-11-19
Replaces:DateIdentified
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DateLastModified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DateLastModified
Definition:ISO 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DateLastModified-2003-06-13
Replaces:
Is Replaced By:http://purl.org/dc/terms/modified
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DateLastModified
Definition:ISO 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DateLastModified-2003-06-17
Replaces:DateLastModified
Is Replaced By:http://purl.org/dc/terms/modified
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
URI:http://rs.tdwg.org/dwc/dwcore/DateLastModified
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:DateLastModified
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateLastModified-2007-04-17
Replaces:DateLastModified
Is Replaced By:http://purl.org/dc/terms/modified
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DayCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayCollected
Definition:The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayCollected-2003-06-13
Replaces:
Is Replaced By:DayOfMonth-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayCollected
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayCollected-2003-06-17
Replaces:DayCollected
Is Replaced By:DayOfMonth-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayIdentified
Definition:The day portion of the date when the Collection Item was identified; as two digits [01..31].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DayIdentified
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayIdentified-2003-06-17
Replaces:DayIdentified
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayOfMonth
URI:http://rs.tdwg.org/dwc/terms/DayOfMonth
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DayOfMonth
Definition:The two-digit day of the month in which the sampling event occurred.
Comment:Example: "28". See http://code.google.com/p/darwincore/wiki/DayOfMonth
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:DayOfMonth-2008-11-19
Replaces:DayOfMonth
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayOfYear
URI:http://rs.tdwg.org/dwc/dwcore/DayOfYear
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:DayOfYear
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DayOfYear-2007-04-17
Replaces:DayOfYear
Is Replaced By:StartDayOfYear-2008-11-19, EndDayOfYear-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: DecimalLatitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DecimalLatitude
Definition:The latitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLatitude-2003-06-17
Replaces:DecimalLatitude
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLatitude
URI:http://rs.tdwg.org/dwc/geospatial/DecimalLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:DecimalLatitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLatitude-2007-04-17
Replaces:DecimalLatitude
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLatitude
URI:http://rs.tdwg.org/dwc/terms/DecimalLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DecimalLatitude
Definition:The geographic latitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are north of the Equator, negative values are south of it.
Comment:Example: "-41.0983423". See http://code.google.com/p/darwincore/wiki/DecimalLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DecimalLatitude-2008-11-19
Replaces:DecimalLatitude
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLongitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:DecimalLongitude
Definition:The longitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLongitude-2003-06-17
Replaces:DecimalLongitude
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DecimalLongitude
URI:http://rs.tdwg.org/dwc/geospatial/DecimalLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:DecimalLongitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLongitude-2007-04-17
Replaces:DecimalLongitude
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DecimalLongitude
URI:http://rs.tdwg.org/dwc/terms/DecimalLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DecimalLongitude
Definition:The geographic longitude (in decimal degrees, using the coordinate reference system given in GeodeticDatum) of the geographic center of a sampling location. Positive values are east of the Greenwich Meridian, negative values are west of it.
Comment:Example: "-121.1761111". See http://code.google.com/p/darwincore/wiki/DecimalLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DecimalLongitude-2008-11-19
Replaces:DecimalLongitude
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DepthRange
URI:http://www.iobis.org/obis/DepthRange
Namespace:http://www.iobis.org/obis/
Label:DepthRange
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:DepthRange-2005-07-10
Replaces:
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: Disposition
URI:http://rs.tdwg.org/dwc/curatorial/Disposition
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Disposition
Definition:The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Disposition-2007-04-17
Replaces:
Is Replaced By:Disposition-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: Disposition
URI:http://rs.tdwg.org/dwc/terms/Disposition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Disposition
Definition:The current disposition of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". See http://code.google.com/p/darwincore/wiki/Disposition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Disposition-2008-11-19
Replaces:Disposition
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: DistanceAboveSurfaceInMetersMaximum
URI:http://rs.tdwg.org/dwc/terms/DistanceAboveSurfaceInMetersMaximum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DistanceAboveSurfaceInMetersMaximum
Definition:The greater distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred.
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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5". See http://code.google.com/p/darwincore/wiki/DistanceAboveSurfaceInMetersMaximum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DistanceAboveSurfaceInMetersMaximum-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: DistanceAboveSurfaceInMetersMinimum
URI:http://rs.tdwg.org/dwc/terms/DistanceAboveSurfaceInMetersMinimum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:DistanceAboveSurfaceInMetersMinimum
Definition:The lesser distance in meters in a range of distance (from the nearest surface in the vertical direction; positive for above, negative for below) at which the sampling event occurred.
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", MinumumDepthInMeters: "20", MaximumDepthInMeters: "20", DistanceAboveSurfaceInMetersMinimum: "0", DistanceAboveSurfaceInMetersMaximum: "-1.5". See http://code.google.com/p/darwincore/wiki/DistanceAboveSurfaceInMetersMinimum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:DistanceAboveSurfaceInMetersMinimum-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
Term Name: DwCType
URI:http://rs.tdwg.org/dwc/terms/DwCType/DwCType
Namespace:http://rs.tdwg.org/dwc/terms/DwCType/
Label:DwCType
Definition:The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource.
Comment: See http://code.google.com/p/darwincore/wiki/DwCType
Type of Term:http://purl.org/dc/dcam/VocabularyEncodingScheme
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:DwCType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: EarliestDateCollected
URI:http://rs.tdwg.org/dwc/dwcore/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:EarliestDateCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:EarliestDateCollected-2007-04-17
Replaces:EarliestDateCollected
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EarliestDateCollected
URI:http://rs.tdwg.org/dwc/terms/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EarliestDateCollected
Definition:The earliest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/EarliestDateCollected
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EarliestDateCollected-2008-11-19
Replaces:EarliestDateCollected
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EndDayCollected
URI:http://www.iobis.org/obis/EndDayCollected
Namespace:http://www.iobis.org/obis/
Label:EndDayCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndDayCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EndDayOfYear
URI:http://rs.tdwg.org/dwc/terms/EndDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EndDayOfYear
Definition:The latest ordinal day of the year on which the sampling event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). See http://code.google.com/p/darwincore/wiki/EndDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EndDayOfYear-2009-01-21
Replaces:EndDayOfYear
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndJulianDay
URI:http://www.iobis.org/obis/EndJulianDay
Namespace:http://www.iobis.org/obis/
Label:EndJulianDay
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndJulianDay-2005-07-10
Replaces:
Is Replaced By:EndDayOfYear-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndLatitude
URI:http://www.iobis.org/obis/EndLatitude
Namespace:http://www.iobis.org/obis/
Label:EndLatitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLatitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: EndLongitude
URI:http://www.iobis.org/obis/EndLongitude
Namespace:http://www.iobis.org/obis/
Label:EndLongitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLongitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: EndMonthCollected
URI:http://www.iobis.org/obis/EndMonthCollected
Namespace:http://www.iobis.org/obis/
Label:EndMonthCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndMonthCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EndTimeOfDay
URI:http://www.iobis.org/obis/EndTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:EndTimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndTimeOfDay-2005-07-10
Replaces:
Is Replaced By:EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndTimeOfDay
URI:http://rs.tdwg.org/dwc/terms/EndTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EndTimeOfDay
Definition:The time of day when the sampling event ended, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm). See http://code.google.com/p/darwincore/wiki/EndTimeOfDay
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EndTimeOfDay-2008-11-19
Replaces:EndTimeOfDay
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndYearCollected
URI:http://www.iobis.org/obis/EndYearCollected
Namespace:http://www.iobis.org/obis/
Label:EndYearCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndYearCollected-2005-07-10
Replaces:
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EstablishmentMeans
URI:http://rs.tdwg.org/dwc/terms/EstablishmentMeans
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EstablishmentMeans
Definition:The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary.
Comment: See http://code.google.com/p/darwincore/wiki/EstablishmentMeans
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:EstablishmentMeans-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
Term Name: EventAttribute
URI:http://rs.tdwg.org/dwc/terms/EventAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttribute
Definition:Container class for information about attributes related to a given sampling event.
Comment: See http://code.google.com/p/darwincore/wiki/EventAttribute
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:EventAttribute-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: EventAttributeAccuracy
URI:http://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeAccuracy
Definition:The description of the error associated with the EventAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m". See http://code.google.com/p/darwincore/wiki/EventAttributeAccuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/Accuracy
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeDeterminedBy
URI:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeDeterminedBy
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sampling event.
Comment:Example: "Robert Hijmans". See http://code.google.com/p/darwincore/wiki/EventAttributeDeterminedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeDeterminedDate
URI:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeDeterminedDate
Definition:The date on which the the measurement or characteristic of the sampling event was made.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/EventAttributeDeterminedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: EventAttributeID
URI:http://rs.tdwg.org/dwc/terms/EventAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeID
Definition:An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/EventAttributeID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: EventAttributeRemarks
URI:http://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeRemarks
Definition:Comments or notes accompanying the measurement or characteristic of the sampling event.
Comment:Example: "temperature taken at 15:00". See http://code.google.com/p/darwincore/wiki/EventAttributeRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: EventAttributeType
URI:http://rs.tdwg.org/dwc/terms/EventAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeType
Definition:The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "Temperature". See http://code.google.com/p/darwincore/wiki/EventAttributeType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: EventAttributeUnit
URI:http://rs.tdwg.org/dwc/terms/EventAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeUnit
Definition:The 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.
Comment:Example: "Celcius". See http://code.google.com/p/darwincore/wiki/EventAttributeUnit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeUnit-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: EventAttributeValue
URI:http://rs.tdwg.org/dwc/terms/EventAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:EventAttributeValue
Definition:The value of the measurement or characteristic of the sampling event.
Comment:Example: "22". See http://code.google.com/p/darwincore/wiki/EventAttributeValue
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute
Has Range:
Version:EventAttributeValue-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06: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
Term Name: Family
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The family name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Family-2003-06-13
Replaces:
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The phylogenetic family to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Family-2003-06-17
Replaces:Family
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://rs.tdwg.org/dwc/dwcore/Family
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Family
Definition:The name of the family in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Family-2007-04-17
Replaces:Family
Is Replaced By:Family-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
URI:http://rs.tdwg.org/dwc/terms/Family
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Family
Definition:The name of the family in which the ScientificName is classified.
Comment:Example: "Ctenomyidae". See http://code.google.com/p/darwincore/wiki/Family
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Family-2008-11-19
Replaces:Family
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: FieldNotes
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNotes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNotes
Definition:A reference to, or flag marking the existence of notes taken in the field for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNotes-2003-06-17
Replaces:
Is Replaced By:FieldNotes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNotes
URI:http://rs.tdwg.org/dwc/curatorial/FieldNotes
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:FieldNotes
Definition:One 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNotes-2007-04-17
Replaces:FieldNotes
Is Replaced By:FieldNotes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNotes
URI:http://rs.tdwg.org/dwc/terms/FieldNotes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:FieldNotes
Definition:One of a) an indicator of the existence of, b) a reference to (publication, URL), or c) the text of notes taken in the field about the sample.
Comment:Example: "notes available in Grinnell-Miller Library". See http://code.google.com/p/darwincore/wiki/FieldNotes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:FieldNotes-2009-01-21
Replaces:FieldNotes
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNumber
Definition:A "number" (really a string) created at collection time to identify all material that resulted from a collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:FieldNumber-2003-06-13
Replaces:
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:FieldNumber
Definition:An identifying string applied to a set of material that resulted from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNumber-2003-06-17
Replaces:FieldNumber
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://rs.tdwg.org/dwc/curatorial/FieldNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:FieldNumber
Definition:An identifying string applied to a set of objects or observations resulting from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNumber-2007-04-17
Replaces:FieldNumber
Is Replaced By:FieldNumber-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
URI:http://rs.tdwg.org/dwc/terms/FieldNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:FieldNumber
Definition:An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event.
Comment:Example: "RV Sol 87-03-08". See http://code.google.com/p/darwincore/wiki/FieldNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:FieldNumber-2008-11-19
Replaces:FieldNumber
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FootprintSpatialFit
URI:http://rs.tdwg.org/dwc/geospatial/FootprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:FootprintSpatialFit
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintSpatialFit-2007-04-17
Replaces:
Is Replaced By:FootprintSpatialFit-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: FootprintSpatialFit
URI:http://rs.tdwg.org/dwc/terms/FootprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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 sampling 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.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing" (Chapman and Wieczorek, eds. 2006). See http://code.google.com/p/darwincore/wiki/FootprintSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:FootprintSpatialFit-2008-11-19
Replaces:FootprintSpatialFit
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: FootprintWKT
URI:http://rs.tdwg.org/dwc/geospatial/FootprintWKT
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:FootprintWKT
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintWKT-2007-04-17
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: FootprintWKT
URI:http://rs.tdwg.org/dwc/terms/FootprintWKT
Namespace:http://rs.tdwg.org/dwc/terms/
Label:FootprintWKT
Definition:A Well-Known Text (WKT) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The sampling location may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for a given location.
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)). See http://code.google.com/p/darwincore/wiki/FootprintWKT
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:FootprintWKT-2008-11-19
Replaces:FootprintWKT
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: FossilSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:FossilSpecimen
Definition:A resource describing a fossilized specimen.
Comment: See http://code.google.com/p/darwincore/wiki/FossilSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:FossilSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: GenBankNum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/GenBankNum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:GenBankNum
Definition:GenBank Accession number.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GenBankNum-2003-06-17
Replaces:
Is Replaced By:AssociatedSequences-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: GenBankNumber
URI:http://rs.tdwg.org/dwc/curatorial/GenBankNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:GenBankNumber
Definition:GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GenBankNumber-2007-04-17
Replaces:GenBankNumber
Is Replaced By:AssociatedSequences-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: Generalizations
URI:http://rs.tdwg.org/dwc/terms/Generalizations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Generalizations
Definition:Actions 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.
Comment:Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". See http://code.google.com/p/darwincore/wiki/Generalizations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Generalizations-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Genus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The genus name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Genus-2003-06-13
Replaces:
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The phylogenetic genus to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Genus-2003-06-17
Replaces:Genus
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://rs.tdwg.org/dwc/dwcore/Genus
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Genus
Definition:The name of the genus in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Genus-2007-04-17
Replaces:Genus
Is Replaced By:Genus-2008-11-19
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}
Term Name: Genus
URI:http://rs.tdwg.org/dwc/terms/Genus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Genus
Definition:The name of the genus in which the ScientificName is classified.
Comment:Example: "Quercus". See http://code.google.com/p/darwincore/wiki/Genus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Genus-2008-11-19
Replaces:Genus
Is Replaced By:
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}
Term Name: GeodeticDatum
URI:http://rs.tdwg.org/dwc/geospatial/GeodeticDatum
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeodeticDatum
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeodeticDatum-2007-04-17
Replaces:GeodeticDatum
Is Replaced By:GeodeticDatum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: GeodeticDatum
URI:http://rs.tdwg.org/dwc/terms/GeodeticDatum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeodeticDatum
Definition:The geodetic datum (or ellipsoid) for the geographic coordinates in DecimalLatitude, DecimalLongitude, VerbatimCoordinates, VerbatimLatitude, and VerbatimLongitude. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". See http://code.google.com/p/darwincore/wiki/GeodeticDatum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeodeticDatum-2008-11-19
Replaces:GeodeticDatum
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: GeoreferencedBy
URI:http://rs.tdwg.org/dwc/terms/GeoreferencedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferencedBy
Definition:The name(s) of the person(s) who applied the Georeference to the SampleLocation.
Comment:Example: "Heather Constable, Carol Spencer". See http://code.google.com/p/darwincore/wiki/GeoreferencedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferencedBy-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: GeoreferenceProtocol
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceProtocol
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceProtocol
Definition:A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceProtocol-2007-04-17
Replaces:GeoreferenceProtocol
Is Replaced By:GeoreferenceProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GeoreferenceProtocol
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceProtocol
Definition:A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
Comment:Examples: "GBIF Best Practices for Georeferencing", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "BioGeomancer". See http://code.google.com/p/darwincore/wiki/GeoreferenceProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceProtocol-2008-11-19
Replaces:GeoreferenceProtocol
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GeoreferenceRemarks
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceRemarks
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceRemarks
Definition:Comments 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceRemarks-2007-04-17
Replaces:GeoreferenceRemarks
Is Replaced By:GeoreferenceRemarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: GeoreferenceRemarks
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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.
Comment:Example: "assumed distance by road (Hwy. 101)". See http://code.google.com/p/darwincore/wiki/GeoreferenceRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceRemarks-2008-11-19
Replaces:GeoreferenceRemarks
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: GeoreferenceSources
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceSources
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceSources
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceSources-2007-04-17
Replaces:
Is Replaced By:GeoreferenceSources-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: GeoreferenceSources
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceSources
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceSources
Definition:A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the locality, described specifically enough to allow anyone in the future to use the same resource to georeference the same locality.
Comment:Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth". See http://code.google.com/p/darwincore/wiki/GeoreferenceSources
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceSources-2008-11-19
Replaces:GeoreferenceSources
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: GeoreferenceVerificationStatus
URI:http://rs.tdwg.org/dwc/geospatial/GeoreferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:GeoreferenceVerificationStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceVerificationStatus-2007-04-17
Replaces:
Is Replaced By:GeoreferenceVerificationStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: GeoreferenceVerificationStatus
URI:http://rs.tdwg.org/dwc/terms/GeoreferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:GeoreferenceVerificationStatus
Definition:A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "requires verification", "verified by collector", "verified by curator". See http://code.google.com/p/darwincore/wiki/GeoreferenceVerificationStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:GeoreferenceVerificationStatus-2008-11-19
Replaces:GeoreferenceVerificationStatus
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: GeorefMethod
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/GeorefMethod
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:GeorefMethod
Definition:A reference to the methods used for determining the coordinates and uncertainties.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GeorefMethod-2003-06-17
Replaces:
Is Replaced By:GeoreferenceProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GlobalUniqueIdentifier
URI:http://rs.tdwg.org/dwc/dwcore/GlobalUniqueIdentifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:GlobalUniqueIdentifier
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GlobalUniqueIdentifier-2007-04-17
Replaces:
Is Replaced By:SampleID-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: GMLFeature
URI:http://www.iobis.org/obis/GMLFeature
Namespace:http://www.iobis.org/obis/
Label:GMLFeature
Definition:Geographic 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:GMLFeature-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GML
Term Name: Habitat
URI:http://rs.tdwg.org/dwc/terms/Habitat
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Habitat
Definition:A description of the habitat in which the sampling event occurred.
Comment:Example: "oak savanna". See http://code.google.com/p/darwincore/wiki/Habitat
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:Habitat-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HigherGeography
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherGeography
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HigherGeography
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherGeography-2003-06-17
Replaces:
Is Replaced By:HigherGeography-2008-11-19
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeography
URI:http://rs.tdwg.org/dwc/dwcore/HigherGeography
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:HigherGeography
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherGeography-2007-04-17
Replaces:HigherGeography
Is Replaced By:HigherGeography-2008-11-19
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeography
URI:http://rs.tdwg.org/dwc/terms/HigherGeography
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherGeography
Definition:A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term a name might be found, and in cases where there is no other appropriate geographic element.
Comment: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. See http://code.google.com/p/darwincore/wiki/HigherGeography
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:HigherGeography-2009-01-21
Replaces:HigherGeography
Is Replaced By:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeographyID
URI:http://rs.tdwg.org/dwc/terms/HigherGeographyID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherGeographyID
Definition:A global unique identifier for the parent of the location.
Comment: See http://code.google.com/p/darwincore/wiki/HigherGeographyID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:HigherGeographyID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HigherTaxon
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherTaxon
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HigherTaxon
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherTaxon-2003-06-17
Replaces:
Is Replaced By:HigherTaxon-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
URI:http://rs.tdwg.org/dwc/dwcore/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:HigherTaxon
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherTaxon-2007-04-17
Replaces:HigherTaxon
Is Replaced By:HigherTaxon-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
URI:http://rs.tdwg.org/dwc/terms/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherTaxon
Definition:A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName.
Comment:Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys". See http://code.google.com/p/darwincore/wiki/HigherTaxon
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:HigherTaxon-2009-01-21
Replaces:HigherTaxon
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxonID
URI:http://rs.tdwg.org/dwc/terms/HigherTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:HigherTaxonID
Definition:A global unique identifier for the parent to the taxon.
Comment: See http://code.google.com/p/darwincore/wiki/HigherTaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:HigherTaxonID-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: HorizontalDatum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/HorizontalDatum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:HorizontalDatum
Definition:The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HorizontalDatum-2003-06-17
Replaces:
Is Replaced By:GeodeticDatum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: language
URI:http://purl.org/dc/terms/language
Namespace:http://purl.org/dc/terms/
Label:language
Definition:A language of the resource.
Comment:Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/language
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:none
Has Range:http://purl.org/dc/terms/LinguisticSystem
Version:http://dublincore.org/usage/terms/history/#languageT-001
Replaces:
Is Replaced By:
ABCD 2.06:some ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
Term Name: modified
URI:http://purl.org/dc/terms/modified
Namespace:http://purl.org/dc/terms/
Label:modified
Definition:Date on which the resource was changed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/date, http://purl.org/dc/terms/date
Status:recommended
Date Issued:2000-07-11
Date Modified:2008-01-14
Has Domain:none
Has Range:http://www.w3.org/2000/01/rdf-schema#Literal
Version:http://dublincore.org/usage/terms/history/#modified-003
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: rightsHolder
URI:http://purl.org/dc/terms/rightsHolder
Namespace:http://purl.org/dc/terms/
Label:rightsHolder
Definition:A person or organization owning or managing rights over the resource.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2004-06-14
Date Modified:2008-01-14
Has Domain:none
Has Range:http://purl.org/dc/terms/Agent
Version:http://dublincore.org/usage/terms/history/#rightsHolder-002
Replaces:
Is Replaced By:
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
Term Name: rights
URI:http://purl.org/dc/terms/rights
Namespace:http://purl.org/dc/terms/
Label:rights
Definition:Information about rights held in and over the resource.
Comment:Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/rights
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:none
Has Range:http://purl.org/dc/terms/RightsStatement
Version:http://dublincore.org/usage/terms/history/#rightsT-001
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: HumanObservation
URI:http://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:HumanObservation
Definition:A resource describing an observation made by one or more people without accompanying physical evidence.
Comment: See http://code.google.com/p/darwincore/wiki/HumanObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:HumanObservation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/HumanObservation
Term Name: Identification
URI:http://rs.tdwg.org/dwc/terms/Identification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification
Definition:Container class for information about the taxonomic determination of the sample.
Comment: See http://code.google.com/p/darwincore/wiki/Identification
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:Identification-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification
Term Name: IdentificationID
URI:http://rs.tdwg.org/dwc/terms/IdentificationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationID
Definition:An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/IdentificationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: IdentificationModifier
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentificationModifier
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentificationModifier
Definition:Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentificationModifier-2003-06-17
Replaces:
Is Replaced By:IdentificationQualifier-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationQualifier
URI:http://rs.tdwg.org/dwc/dwcore/IdentificationQualifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:IdentificationQualifier
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentificationQualifier-2007-04-17
Replaces:IdentificationQualifier
Is Replaced By:IdentificationQualifier-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationQualifier
URI:http://rs.tdwg.org/dwc/terms/IdentificationQualifier
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationQualifier
Definition:A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample.
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 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. See http://code.google.com/p/darwincore/wiki/IdentificationQualifier
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationQualifier-2008-11-19
Replaces:IdentificationQualifier
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationReferences
URI:http://rs.tdwg.org/dwc/terms/IdentificationReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationReferences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of references used in the identification of the sample.
Comment:Example: "Aves del Noroeste Patagonico. Christie et al. 2004.". See http://code.google.com/p/darwincore/wiki/IdentificationReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationReferences-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/References
Term Name: IdentificationRemarks
URI:http://rs.tdwg.org/dwc/terms/IdentificationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentificationRemarks
Definition:Comments or notes about the identification of the sample.
Comment:Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.". See http://code.google.com/p/darwincore/wiki/IdentificationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentificationRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
Term Name: IdentifiedBy
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-13
Replaces:
Is Replaced By:IdentifiedBy-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-17
Replaces:IdentifiedBy
Is Replaced By:IdentifiedBy-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://rs.tdwg.org/dwc/curatorial/IdentifiedBy
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentifiedBy-2007-04-17
Replaces:IdentifiedBy
Is Replaced By:IdentifiedBy-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
URI:http://rs.tdwg.org/dwc/terms/IdentifiedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IdentifiedBy
Definition:The name(s) of the person(s) who applied the ScientificName to the sample.
Comment:Example: "James L. Patton". See http://code.google.com/p/darwincore/wiki/IdentifiedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:IdentifiedBy-2009-01-21
Replaces:IdentifiedBy
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: ImageURL
URI:http://rs.tdwg.org/dwc/dwcore/ImageURL
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ImageURL
Definition:A Universal Resource Locator reference to digital images associated with the specimen or observation.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ImageURL-2007-04-17
Replaces:
Is Replaced By:AssociatedMedia-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: IndividualCount
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IndividualCount
Definition:The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IndividualCount-2003-06-13
Replaces:
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IndividualCount
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IndividualCount-2003-06-17
Replaces:IndividualCount
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://rs.tdwg.org/dwc/curatorial/IndividualCount
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:IndividualCount
Definition:The number of individuals present in the lot or container. Not to be used for observations.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IndividualCount-2007-04-17
Replaces:IndividualCount
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
URI:http://rs.tdwg.org/dwc/terms/IndividualCount
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IndividualCount
Definition:The number of individuals present in the sample or observed in the sampling event.
Comment:Example: "1". See http://code.google.com/p/darwincore/wiki/IndividualCount
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:IndividualCount-2008-11-19
Replaces:IndividualCount
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualID
URI:http://rs.tdwg.org/dwc/terms/IndividualID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IndividualID
Definition:An identifier for an individual or named group of individual organisms represented in the sample. 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.
Comment:Examples: "U.amer. 44", "Smedley", "Orca J 23". See http://code.google.com/p/darwincore/wiki/IndividualID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:IndividualID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/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
Term Name: InformationWithheld
URI:http://rs.tdwg.org/dwc/dwcore/InformationWithheld
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InformationWithheld
Definition:Brief 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InformationWithheld-2007-04-17
Replaces:
Is Replaced By:InformationWithheld-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: InformationWithheld
URI:http://rs.tdwg.org/dwc/terms/InformationWithheld
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InformationWithheld
Definition:Additional information that exists, but that has not been made public in the given record.
Comment:Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". See http://code.google.com/p/darwincore/wiki/InformationWithheld
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:InformationWithheld-2008-11-19
Replaces:InformationWithheld
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: InfraspecificEpithet
URI:http://rs.tdwg.org/dwc/dwcore/InfraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InfraspecificEpithet
Definition:The infraspecific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificEpithet-2007-04-17
Replaces:InfraspecificEpithet
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: InfraspecificEpithet
URI:http://rs.tdwg.org/dwc/terms/InfraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InfraspecificEpithet
Definition:The name of the second or subspecies epithet of the ScientificName.
Comment:Example: "oxyadenia". See http://code.google.com/p/darwincore/wiki/InfraspecificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:InfraspecificEpithet-2008-11-19
Replaces:InfraspecificEpithet
Is Replaced By:
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}
Term Name: InfraspecificRank
URI:http://rs.tdwg.org/dwc/dwcore/InfraspecificRank
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InfraspecificRank
Definition:The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificRank-2007-04-17
Replaces:
Is Replaced By:TaxonRank-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: InstitutionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:InstitutionCode
Definition:A "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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-13
Replaces:
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:InstitutionCode
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-17
Replaces:InstitutionCode
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://rs.tdwg.org/dwc/dwcore/InstitutionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:InstitutionCode
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InstitutionCode-2007-04-17
Replaces:InstitutionCode
Is Replaced By:InstitutionCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
URI:http://rs.tdwg.org/dwc/terms/InstitutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:InstitutionCode
Definition:The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded.
Comment:Examples: "MVZ", "FMNH". See http://code.google.com/p/darwincore/wiki/InstitutionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:InstitutionCode-2008-11-19
Replaces:InstitutionCode
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: Island
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Island
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Island
Definition:The full, unabbreviated name of the island from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Island-2003-06-17
Replaces:
Is Replaced By:Island-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: Island
URI:http://rs.tdwg.org/dwc/dwcore/Island
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Island
Definition:The full, unabbreviated name of the island on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Island-2007-04-17
Replaces:Island
Is Replaced By:Island-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: Island
URI:http://rs.tdwg.org/dwc/terms/Island
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Island
Definition:The full, unabbreviated name of the island in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Isla Victoria". See http://code.google.com/p/darwincore/wiki/Island
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Island-2008-11-19
Replaces:Island
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: IslandGroup
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/IslandGroup
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IslandGroup-2003-06-17
Replaces:
Is Replaced By:IslandGroup-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: IslandGroup
URI:http://rs.tdwg.org/dwc/dwcore/IslandGroup
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IslandGroup-2007-04-17
Replaces:IslandGroup
Is Replaced By:IslandGroup-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: IslandGroup
URI:http://rs.tdwg.org/dwc/terms/IslandGroup
Namespace:http://rs.tdwg.org/dwc/terms/
Label:IslandGroup
Definition:The full, unabbreviated name of the island group in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Alexander Archipelago". See http://code.google.com/p/darwincore/wiki/IslandGroup
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:IslandGroup-2008-11-19
Replaces:IslandGroup
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: JulianDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:JulianDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:JulianDay-2003-06-13
Replaces:
Is Replaced By:StartDayOfYear-2008-11-19, EndDayOfYear-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: JulianDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:JulianDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:JulianDay-2003-06-17
Replaces:JulianDay
Is Replaced By:StartDayOfYear-2008-11-19, EndDayOfYear-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: Kingdom
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The kingdom to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Kingdom-2003-06-13
Replaces:
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The phylogenetic kingdom to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Kingdom-2003-06-17
Replaces:Kingdom
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://rs.tdwg.org/dwc/dwcore/Kingdom
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Kingdom
Definition:The name of the kingdom in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Kingdom-2007-04-17
Replaces:Kingdom
Is Replaced By:Kingdom-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
URI:http://rs.tdwg.org/dwc/terms/Kingdom
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Kingdom
Definition:The name of the kingdom in which the ScientificName is classified.
Comment:Example: "Animalia". See http://code.google.com/p/darwincore/wiki/Kingdom
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Kingdom-2008-11-19
Replaces:Kingdom
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: LatestDateCollected
URI:http://rs.tdwg.org/dwc/dwcore/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:LatestDateCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LatestDateCollected-2007-04-17
Replaces:LatestDateCollected
Is Replaced By:LatestDateCollected-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: LatestDateCollected
URI:http://rs.tdwg.org/dwc/terms/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:LatestDateCollected
Definition:The latest date-time in a period during which a sampling event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/LatestDateCollected
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:LatestDateCollected-2008-11-19
Replaces:LatestDateCollected
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: Latitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Latitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Latitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Latitude-2003-06-13
Replaces:
Is Replaced By:DecimalLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: LatLongComments
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/LatLongComments
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:LatLongComments
Definition:Comments about the LatLong determination.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:LatLongComments-2003-06-17
Replaces:
Is Replaced By:GeoreferenceRemarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: Lifestage
URI:http://www.iobis.org/obis/Lifestage
Namespace:http://www.iobis.org/obis/
Label:Lifestage
Definition:Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Lifestage-2005-07-10
Replaces:Lifestage
Is Replaced By:Lifestage-2008-11-19
ABCD 2.06: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
Term Name: LifeStage
URI:http://rs.tdwg.org/dwc/dwcore/LifeStage
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:LifeStage
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LifeStage-2007-04-17
Replaces:LifeStage
Is Replaced By:LifeStage-2008-11-19
ABCD 2.06: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
Term Name: LifeStage
URI:http://rs.tdwg.org/dwc/terms/LifeStage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:LifeStage
Definition:The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "egg", "eft", "juvenile", "adult". See http://code.google.com/p/darwincore/wiki/LifeStage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:LifeStage-2008-11-19
Replaces:LifeStage
Is Replaced By:
ABCD 2.06: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
Term Name: LivingSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:LivingSpecimen
Definition:A resource describing a living specimen.
Comment: See http://code.google.com/p/darwincore/wiki/LivingSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/PhysicalObject
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:LivingSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/LivingSpecimen
Term Name: Locality
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Locality-2003-06-13
Replaces:
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Locality-2003-06-17
Replaces:Locality
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://rs.tdwg.org/dwc/dwcore/Locality
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Locality
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Locality-2007-04-17
Replaces:Locality
Is Replaced By:Locality-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
URI:http://rs.tdwg.org/dwc/terms/Locality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Locality
Definition:The specific place where the sampling event occurred. More general geographic information can be provided in other geographic terms (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). This term may contain a description modified from the the original to correct perceived errors or standardize the description.
Comment:Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". See http://code.google.com/p/darwincore/wiki/Locality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Locality-2008-11-19
Replaces:Locality
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: Location
URI:http://rs.tdwg.org/dwc/dwctype/Location
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Location
Definition:A resource describing a location.
Comment: See http://code.google.com/p/darwincore/wiki/Location
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:Location-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Longitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Longitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Longitude
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Longitude-2003-06-13
Replaces:
Is Replaced By:DecimalLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: MachineObservation
URI:http://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:MachineObservation
Definition:A resource describing an observation made by a machine without accompanying physical evidence.
Comment: See http://code.google.com/p/darwincore/wiki/MachineObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:MachineObservation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/MachineObservation
Term Name: MaximumDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumDepth
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumDepth-2003-06-13
Replaces:
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2003-06-17
Replaces:MaximumDepthInMeters
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MaximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MaximumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2007-04-17
Replaces:MaximumDepthInMeters
Is Replaced By:MaximumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
URI:http://rs.tdwg.org/dwc/terms/MaximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MaximumDepthInMeters
Definition:The greater depth in meters of a range of depth (below the local surface) at with the sampling event occurred.
Comment:Example: "200". See http://code.google.com/p/darwincore/wiki/MaximumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MaximumDepthInMeters-2008-11-19
Replaces:MaximumDepthInMeters
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumElevation
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumElevation-2003-06-13
Replaces:
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MaximumElevationInMeters
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2003-06-17
Replaces:MaximumElevationInMeters
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MaximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MaximumElevationInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2007-04-17
Replaces:MaximumElevationInMeters
Is Replaced By:MaximumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
URI:http://rs.tdwg.org/dwc/terms/MaximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MaximumElevationInMeters
Definition:The upper limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred.
Comment:Example: "200". See http://code.google.com/p/darwincore/wiki/MaximumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MaximumElevationInMeters-2008-11-19
Replaces:MaximumElevationInMeters
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MinimumDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumDepth
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumDepth-2003-06-13
Replaces:
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2003-06-17
Replaces:MinimumDepthInMeters
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MinimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MinimumDepthInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2007-04-17
Replaces:MinimumDepthInMeters
Is Replaced By:MinimumDepthInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
URI:http://rs.tdwg.org/dwc/terms/MinimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MinimumDepthInMeters
Definition:The lesser depth in meters of a range of depth (below the local surface) at with the sampling event occurred.
Comment:Example: "100". See http://code.google.com/p/darwincore/wiki/MinimumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MinimumDepthInMeters-2008-11-19
Replaces:MinimumDepthInMeters
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumElevation
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumElevation-2003-06-13
Replaces:
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MinimumElevationInMeters
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2003-06-17
Replaces:MinimumElevationInMeters
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://rs.tdwg.org/dwc/dwcore/MinimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:MinimumElevationInMeters
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2007-04-17
Replaces:MinimumElevationInMeters
Is Replaced By:MinimumElevationInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
URI:http://rs.tdwg.org/dwc/terms/MinimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MinimumElevationInMeters
Definition:The lower limit of the range of elevation (altitude, usually above sea level), in meters, at which the sampling event occurred.
Comment:Example: "100". See http://code.google.com/p/darwincore/wiki/MinimumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:MinimumElevationInMeters-2008-11-19
Replaces:MinimumElevationInMeters
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MonthCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthCollected
Definition:The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthCollected-2003-06-13
Replaces:
Is Replaced By:MonthOfYear-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthCollected
Definition:The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthCollected-2003-06-17
Replaces:MonthCollected
Is Replaced By:MonthOfYear-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthIdentified
Definition:The month portion of the date when the Collection Item was identified; as two digits [01..12].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: MonthIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:MonthIdentified
Definition:The two digit month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-17
Replaces:MonthIdentified
Is Replaced By:MonthIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: MonthOfYear
URI:http://rs.tdwg.org/dwc/terms/MonthOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:MonthOfYear
Definition:The ordinal month in which the sampling event occurred.
Comment:Example: "10" (=October). See http://code.google.com/p/darwincore/wiki/MonthOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:MonthOfYear-2008-11-19
Replaces:MonthOfYear
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: NamePublishedIn
URI:http://rs.tdwg.org/dwc/terms/NamePublishedIn
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NamePublishedIn
Definition:A full literature reference to the first (original) valid publication of the ScientificName.
Comment: See http://code.google.com/p/darwincore/wiki/NamePublishedIn
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NamePublishedIn-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
Term Name: NomenclaturalChecklist
URI:http://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:NomenclaturalChecklist
Definition:A resource describing a nomenclatural checklist.
Comment: See http://code.google.com/p/darwincore/wiki/NomenclaturalChecklist
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:NomenclaturalChecklist-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: NomenclaturalCode
URI:http://rs.tdwg.org/dwc/dwcore/NomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:NomenclaturalCode
Definition:The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:NomenclaturalCode-2007-04-17
Replaces:
Is Replaced By:NomenclaturalCode-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: NomenclaturalCode
URI:http://rs.tdwg.org/dwc/terms/NomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NomenclaturalCode
Definition:The nomenclatural code under which the ScientificName is constructed. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode". See http://code.google.com/p/darwincore/wiki/NomenclaturalCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NomenclaturalCode-2008-11-19
Replaces:NomenclaturalCode
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: NomenclaturalStatus
URI:http://rs.tdwg.org/dwc/terms/NomenclaturalStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:NomenclaturalStatus
Definition:The status related to the original publication of the name and it's 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.
Comment:Examples: "nom. ambig.", "nom. illeg.", "nom. subnud.". See http://code.google.com/p/darwincore/wiki/NomenclaturalStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:NomenclaturalStatus-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) -pro parte
Term Name: Notes
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Notes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Notes
Definition:Free text notes attached to the specimen record
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Notes-2003-06-13
Replaces:
Is Replaced By:Remarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: ObservedIndividualCount
URI:http://www.iobis.org/obis/ObservedIndividualCount
Namespace:http://www.iobis.org/obis/
Label:ObservedIndividualCount
Definition:The number of individuals (abundance) found in a collection/record event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedIndividualCount-2005-07-10
Replaces:
Is Replaced By:IndividualCount-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: ObservedWeight
URI:http://www.iobis.org/obis/ObservedWeight
Namespace:http://www.iobis.org/obis/
Label:ObservedWeight
Definition:The total biomass found in a collection/record event. Expressed as kg.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedWeight-2005-07-10
Replaces:
Is Replaced By:SampleAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: Order
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The order name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Order-2003-06-13
Replaces:
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The phylogenetic order to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Order-2003-06-17
Replaces:Order
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://rs.tdwg.org/dwc/dwcore/Order
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Order
Definition:The name of the order in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Order-2007-04-17
Replaces:Order
Is Replaced By:Order-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
URI:http://rs.tdwg.org/dwc/terms/Order
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Order
Definition:The name of the order in which the ScientificName is classified.
Comment:Example: "Rodentia". See http://code.google.com/p/darwincore/wiki/Order
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Order-2008-11-19
Replaces:Order
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: OriginalCoordinateSystem
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/OriginalCoordinateSystem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:OriginalCoordinateSystem
Definition:The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OriginalCoordinateSystem-2003-06-17
Replaces:
Is Replaced By:VerbatimCoordinateSystem-2008-11-19
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: OtherCatalogNumbers
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/OtherCatalogNumbers
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:OtherCatalogNumbers
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2003-06-17
Replaces:OtherCatalogNumbers
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: OtherCatalogNumbers
URI:http://rs.tdwg.org/dwc/curatorial/OtherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:OtherCatalogNumbers
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2007-04-17
Replaces:OtherCatalogNumbers
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: OtherCatalogNumbers
URI:http://rs.tdwg.org/dwc/terms/OtherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/terms/
Label:OtherCatalogNumbers
Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection.
Comment:Example: "FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/OtherCatalogNumbers
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:OtherCatalogNumbers-2008-11-19
Replaces:OtherCatalogNumbers
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: Phylum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylum (or division) to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Phylum-2003-06-13
Replaces:
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylogenetic phylum (or division) to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Phylum-2003-06-17
Replaces:Phylum
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://rs.tdwg.org/dwc/dwcore/Phylum
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Phylum
Definition:The name of the phylum (or division) in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Phylum-2007-04-17
Replaces:Phylum
Is Replaced By:Phylum-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
URI:http://rs.tdwg.org/dwc/terms/Phylum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Phylum
Definition:The name of the phlyum (or division) in which the ScientificName is classified.
Comment:Example: "Chordata". See http://code.google.com/p/darwincore/wiki/Phylum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Phylum-2008-11-19
Replaces:Phylum
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: PointRadiusSpatialFit
URI:http://rs.tdwg.org/dwc/geospatial/PointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:PointRadiusSpatialFit
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:PointRadiusSpatialFit-2007-04-17
Replaces:
Is Replaced By:PointRadiusSpatialFit-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: PointRadiusSpatialFit
URI:http://rs.tdwg.org/dwc/terms/PointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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 sampling 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.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing" (Chapman and Wieczorek, eds. 2006). See http://code.google.com/p/darwincore/wiki/PointRadiusSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:PointRadiusSpatialFit-2008-11-19
Replaces:PointRadiusSpatialFit
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: Preparations
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Preparations
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Preparations-2003-06-17
Replaces:Preparations
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: Preparations
URI:http://rs.tdwg.org/dwc/curatorial/Preparations
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Preparations-2007-04-17
Replaces:Preparations
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: Preparations
URI:http://rs.tdwg.org/dwc/terms/Preparations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Preparations
Definition:A list (concatenated and separated) of preparations and preservation methods for a sample.
Comment:Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". See http://code.google.com/p/darwincore/wiki/Preparations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Preparations-2008-11-19
Replaces:Preparations
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreparationType
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/PreparationType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:PreparationType
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreparationType-2003-06-13
Replaces:
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreservedSpecimen
URI:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:PreservedSpecimen
Definition:A resource describing a preserved specimen.
Comment: See http://code.google.com/p/darwincore/wiki/PreservedSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/PhysicalObject
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:PreservedSpecimen-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:RecordBasisEnum/PreservedSpecimen
Term Name: PreviousCatalogNumber
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/PreviousCatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:PreviousCatalogNumber
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreviousCatalogNumber-2003-06-13
Replaces:
Is Replaced By:OtherCatalogNumbers-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: PreviousIdentifications
URI:http://rs.tdwg.org/dwc/terms/PreviousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:PreviousIdentifications
Definition:A list (concatenated and separated) of previous ScientificNames to which the sample was identified.
Comment:Example: "Anthus correndera". See http://code.google.com/p/darwincore/wiki/PreviousIdentifications
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:PreviousIdentifications-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: RecordURL
URI:http://www.iobis.org/obis/RecordURL
Namespace:http://www.iobis.org/obis/
Label:RecordURL
Definition:Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:RecordURL-2005-07-10
Replaces:
Is Replaced By:SampleDetails-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: RelatedBasisOfRecord
URI:http://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedBasisOfRecord
Definition:The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord.
Comment:Example: "PreservedSpecimen". See http://code.google.com/p/darwincore/wiki/RelatedBasisOfRecord
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedBasisOfRecord-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: RelatedCatalogedItems
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogedItems
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelatedCatalogedItems
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2003-06-17
Replaces:RelatedCatalogedItems
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogedItems
URI:http://rs.tdwg.org/dwc/curatorial/RelatedCatalogedItems
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:RelatedCatalogedItems
Definition:One 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2007-04-17
Replaces:RelatedCatalogedItems
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogItem
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogItem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelatedCatalogItem
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelatedCatalogItem-2003-06-13
Replaces:
Is Replaced By:AssociatedSamples-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedInformation
URI:http://rs.tdwg.org/dwc/dwcore/RelatedInformation
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:RelatedInformation
Definition:Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedInformation-2007-04-17
Replaces:
Is Replaced By:SampleDetails-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: RelatedResourceID
URI:http://rs.tdwg.org/dwc/terms/RelatedResourceID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedResourceID
Definition:A global unique identifier to a related resource.
Comment: See http://code.google.com/p/darwincore/wiki/RelatedResourceID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/references
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedResourceID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedResourceType
URI:http://rs.tdwg.org/dwc/terms/RelatedResourceType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelatedResourceType
Definition:The type of related resource. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "Sample", "Taxon", "Publication". See http://code.google.com/p/darwincore/wiki/RelatedResourceType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelatedResourceType-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: RelationshipOfResource
URI:http://rs.tdwg.org/dwc/terms/RelationshipOfResource
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelationshipOfResource
Definition:The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "mother". See http://code.google.com/p/darwincore/wiki/RelationshipOfResource
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelationshipOfResource-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: RelationshipRemarks
URI:http://rs.tdwg.org/dwc/terms/RelationshipRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:RelationshipRemarks
Definition:Comments or notes about the relationship of the related resource to this resource.
Comment:Example: "mother and offspring collected from the same nest". See http://code.google.com/p/darwincore/wiki/RelationshipRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:RelationshipRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
Term Name: RelationshipType
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/RelationshipType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:RelationshipType
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelationshipType-2003-06-13
Replaces:
Is Replaced By:RelationshipType-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: Remarks
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Remarks
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Remarks
Definition:Free text comments accompanying the cataloged item record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Remarks-2003-06-17
Replaces:Remarks
Is Replaced By:Remarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: Remarks
URI:http://rs.tdwg.org/dwc/dwcore/Remarks
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Remarks
Definition:Free text comments accompanying the object or observation record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Remarks-2007-04-17
Replaces:Remarks
Is Replaced By:Remarks-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: ReproductiveCondition
URI:http://rs.tdwg.org/dwc/terms/ReproductiveCondition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ReproductiveCondition
Definition:The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment: See http://code.google.com/p/darwincore/wiki/ReproductiveCondition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:ReproductiveCondition-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: ResourceRelationship
URI:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ResourceRelationship
Definition:Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes.
Comment:To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. See http://code.google.com/p/darwincore/wiki/ResourceRelationship
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/terms/relation
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:none
Has Range:
Version:ResourceRelationship-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations
Term Name: ResourceRelationshipID
URI:http://rs.tdwg.org/dwc/terms/ResourceRelationshipID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ResourceRelationshipID
Definition:A global unique identifier for an instance of relationship (not of a relationship type) between one resource and another.
Comment: See http://code.google.com/p/darwincore/wiki/ResourceRelationshipID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-26
Date Modified:2009-01-26
Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Has Range:
Version:ResourceRelationshipID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Sample
URI:http://rs.tdwg.org/dwc/terms/Sample
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample
Definition:Container class for information about the results of a sampling event (specimen, observation, etc.)
Comment: See http://code.google.com/p/darwincore/wiki/Sample
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:Sample-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: SampleAttibuteRemarks
URI:http://rs.tdwg.org/dwc/terms/SampleAttibuteRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttibuteRemarks
Definition:Comments or notes accompanying the measurement or characteristic of the sample.
Comment:Example: "tip of tail missing". See http://code.google.com/p/darwincore/wiki/SampleAttibuteRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttibuteRemarks-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SampleAttribute
URI:http://rs.tdwg.org/dwc/terms/SampleAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttribute
Definition:Container class for information about attributes related to a given sample.
Comment: See http://code.google.com/p/darwincore/wiki/SampleAttribute
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleAttribute-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts
Term Name: SampleAttributeAccuracy
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeAccuracy
Definition:The description of the error associated with the SampleAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m". See http://code.google.com/p/darwincore/wiki/SampleAttributeAccuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/Error
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: SampleAttributeDeterminedBy
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeDeterminedBy
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sample.
Comment:Example: "Javier de la Torre". See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
Term Name: SampleAttributeDeterminedDate
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeDeterminedDate
Definition:The date on which the the measurement or characteristic of the sample was made.
Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: SampleAttributes
URI:http://rs.tdwg.org/dwc/terms/SampleAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the sample.
Comment:Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". See http://code.google.com/p/darwincore/wiki/SampleAttributes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleAttributes-2008-11-19
Replaces:SampleAttributes
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: SampleAttributeType
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeType
Definition:The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "tail length". See http://code.google.com/p/darwincore/wiki/SampleAttributeType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeType-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: SampleAttributeUnit
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeUnit
Definition:The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "mm". See http://code.google.com/p/darwincore/wiki/SampleAttributeUnit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeUnit-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: SampleAttributeValue
URI:http://rs.tdwg.org/dwc/terms/SampleAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleAttributeValue
Definition:The value of the measurement or characteristic of the sample.
Comment:Example: "45". See http://code.google.com/p/darwincore/wiki/SampleAttributeValue
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SampleAttributeValue-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
Term Name: SampleDetails
URI:http://rs.tdwg.org/dwc/terms/SampleDetails
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleDetails
Definition:A reference (publication, URL) to the most detailed information available about the sample.
Comment: See http://code.google.com/p/darwincore/wiki/SampleDetails
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleDetails-2008-11-19
Replaces:SampleDetails
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: SampleID
URI:http://rs.tdwg.org/dwc/terms/SampleID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleID
Definition:A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent.
Comment:For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732". See http://code.google.com/p/darwincore/wiki/SampleID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleID-2008-11-19
Replaces:SampleID
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: SampleRemarks
URI:http://rs.tdwg.org/dwc/terms/SampleRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SampleRemarks
Definition:Comments or notes about the sample or record.
Comment:Example: "found dead on road". See http://code.google.com/p/darwincore/wiki/SampleRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:SampleRemarks-2009-01-18
Replaces:SampleRemarks
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: SampleSize
URI:http://www.iobis.org/obis/SampleSize
Namespace:http://www.iobis.org/obis/
Label:SampleSize
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:SampleSize-2005-07-10
Replaces:
Is Replaced By:SamplingEventAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: SamplingAttributeID
URI:http://rs.tdwg.org/dwc/terms/SamplingAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingAttributeID
Definition:An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingAttributeID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute
Has Range:
Version:SamplingAttributeID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SamplingEvent
URI:http://rs.tdwg.org/dwc/terms/SamplingEvent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEvent
Definition:Container class for information about the conditions and methods of acquisition of samples.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingEvent
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Event
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:SamplingEvent-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering
Term Name: SamplingEventAttributes
URI:http://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventAttributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the sampling event.
Comment:Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg". See http://code.google.com/p/darwincore/wiki/SamplingEventAttributes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventAttributes-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: SamplingEventID
URI:http://rs.tdwg.org/dwc/terms/SamplingEventID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventID
Definition:An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingEventID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: SamplingEventRemarks
URI:http://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingEventRemarks
Definition:Comments or notes about the sampling event.
Comment:Example: "found dead on road". See http://code.google.com/p/darwincore/wiki/SamplingEventRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingEventRemarks-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SamplingLocation
URI:http://rs.tdwg.org/dwc/terms/SamplingLocation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocation
Definition:Container class for information about the location where a sampling event occurred.
Comment: See http://code.google.com/p/darwincore/wiki/SamplingLocation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/terms/Location
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:SamplingLocation-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/LocalityText
Term Name: SamplingLocationID
URI:http://rs.tdwg.org/dwc/terms/SamplingLocationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocationID
Definition:An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set.
Comment:Example: "MVZ:LocID:12345". See http://code.google.com/p/darwincore/wiki/SamplingLocationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:SamplingLocationID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: SamplingLocationRemarks
URI:http://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingLocationRemarks
Definition:Comments or notes about the sampling location.
Comment:Example: "under water since 2005". See http://code.google.com/p/darwincore/wiki/SamplingLocationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:SamplingLocationRemarks-2009-01-18
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: SamplingProtocol
URI:http://rs.tdwg.org/dwc/terms/SamplingProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SamplingProtocol
Definition:The name of, reference to, or brief description of the method or protocol used for the sampling event.
Comment:Examples: "UV light trap", "mist net", "bottom trawl". See http://code.google.com/p/darwincore/wiki/SamplingProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:SamplingProtocol-2008-11-19
Replaces:SamplingProtocol
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: ScientificName
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificName-2003-06-13
Replaces:
Is Replaced By:ScientificName-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificName-2003-06-17
Replaces:ScientificName
Is Replaced By:ScientificName-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://rs.tdwg.org/dwc/dwcore/ScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ScientificName
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ScientificName-2007-04-17
Replaces:ScientificName
Is Replaced By:ScientificName-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
URI:http://rs.tdwg.org/dwc/terms/ScientificName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ScientificName
Definition:The taxon name (with date and authorship information if applicable) of the lowest level taxonomic rank that can be applied. Identifier qualifications should be supplied in the IdentificationQualifier term rather than here.
Comment:Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (binomial), "Ambystoma tigrinum diaboli" (binomial + InfraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (binomial + TaxonRank + InfraspecificEpithet + ScientificNameAuthorship). See http://code.google.com/p/darwincore/wiki/ScientificName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:ScientificName-2009-01-21
Replaces:ScientificName
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificNameAuthor
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificNameAuthor
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-13
Replaces:
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: ScientificNameAuthor
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:ScientificNameAuthor
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-17
Replaces:ScientificNameAuthor
Is Replaced By:ScientificNameAuthorship-2008-11-19
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}
Term Name: ScientificNameAuthorship
URI:http://rs.tdwg.org/dwc/terms/ScientificNameAuthorship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:ScientificNameAuthorship
Definition:The authorship information for the ScientificName formatted according to the conventions of the applicable NomenclaturalCode.
Comment:Example: "(Torr.) J.T. Howell". See http://code.google.com/p/darwincore/wiki/ScientificNameAuthorship
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:ScientificNameAuthorship-2008-11-19
Replaces:ScientificNameAuthorship
Is Replaced By:
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}
Term Name: Sex
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Sex-2003-06-13
Replaces:
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Sex-2003-06-17
Replaces:Sex
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://rs.tdwg.org/dwc/dwcore/Sex
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Sex
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Sex-2007-04-17
Replaces:Sex
Is Replaced By:Sex-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
URI:http://rs.tdwg.org/dwc/terms/Sex
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sex
Definition:The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "female", "hermaphrodite". See http://code.google.com/p/darwincore/wiki/Sex
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Sample
Has Range:
Version:Sex-2008-11-19
Replaces:Sex
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Source
URI:http://www.iobis.org/obis/Source
Namespace:http://www.iobis.org/obis/
Label:Source
Definition:Indicates 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Source-2005-07-10
Replaces:
Is Replaced By:SampledBy-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Species
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Species-2003-06-13
Replaces:
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: Species
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The phylogenetic specific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Species-2003-06-17
Replaces:Species
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: SpecificEpithet
URI:http://rs.tdwg.org/dwc/dwcore/SpecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:SpecificEpithet
Definition:The specific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:SpecificEpithet-2007-04-17
Replaces:SpecificEpithet
Is Replaced By:SpecificEpithet-2008-11-19
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}
Term Name: SpecificEpithet
URI:http://rs.tdwg.org/dwc/terms/SpecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:SpecificEpithet
Definition:The name of the first or species epithet of the ScientificName.
Comment:Example: "agrifolia". See http://code.google.com/p/darwincore/wiki/SpecificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:SpecificEpithet-2008-11-19
Replaces:SpecificEpithet
Is Replaced By:
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}
Term Name: Start_EndCoordinatePrecision
URI:http://www.iobis.org/obis/Start_EndCoordinatePrecision
Namespace:http://www.iobis.org/obis/
Label:Start_EndCoordinatePrecision
Definition:An 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Start_EndCoordinatePrecision-2005-07-10
Replaces:
Is Replaced By:CoordinateUncertaintyInMeters-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
Term Name: StartDayCollected
URI:http://www.iobis.org/obis/StartDayCollected
Namespace:http://www.iobis.org/obis/
Label:StartDayCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartDayCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartDayOfYear
URI:http://rs.tdwg.org/dwc/terms/StartDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StartDayOfYear
Definition:The earliest ordinal day of the year on which the sampling event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). See http://code.google.com/p/darwincore/wiki/StartDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:StartDayOfYear-2009-01-21
Replaces:StartDayOfYear
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartJulianDay
URI:http://www.iobis.org/obis/StartJulianDay
Namespace:http://www.iobis.org/obis/
Label:StartJulianDay
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartJulianDay-2005-07-10
Replaces:
Is Replaced By:StartDayOfYear-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartLatitude
URI:http://www.iobis.org/obis/StartLatitude
Namespace:http://www.iobis.org/obis/
Label:StartLatitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLatitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: StartLongitude
URI:http://www.iobis.org/obis/StartLongitude
Namespace:http://www.iobis.org/obis/
Label:StartLongitude
Definition:For 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/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLongitude-2005-07-10
Replaces:
Is Replaced By:FootprintWKT-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: StartMonthCollected
URI:http://www.iobis.org/obis/StartMonthCollected
Namespace:http://www.iobis.org/obis/
Label:StartMonthCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartMonthCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartTimeOfDay
URI:http://www.iobis.org/obis/StartTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:StartTimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartTimeOfDay-2005-07-10
Replaces:
Is Replaced By:StartTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: StartTimeOfDay
URI:http://rs.tdwg.org/dwc/terms/StartTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StartTimeOfDay
Definition:The time of day when the sampling event began, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm). See http://code.google.com/p/darwincore/wiki/StartTimeOfDay
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:StartTimeOfDay-2008-11-19
Replaces:StartTimeOfDay
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartYearCollected
URI:http://www.iobis.org/obis/StartYearCollected
Namespace:http://www.iobis.org/obis/
Label:StartYearCollected
Definition:For 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartYearCollected-2005-07-10
Replaces:
Is Replaced By:EarliestDateCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StateProvince
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:StateProvince-2003-06-13
Replaces:
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:StateProvince-2003-06-17
Replaces:StateProvince
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://rs.tdwg.org/dwc/dwcore/StateProvince
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:StateProvince
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:StateProvince-2007-04-17
Replaces:StateProvince
Is Replaced By:StateProvince-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
URI:http://rs.tdwg.org/dwc/terms/StateProvince
Namespace:http://rs.tdwg.org/dwc/terms/
Label:StateProvince
Definition:The full, unabbreviated name of the next smaller political region than Country (state, province, canton, department, region, etc.) in which sampling event occurred.
Comment:Examples: "Montana", "Minas Gerais", "Córdoba". See http://code.google.com/p/darwincore/wiki/StateProvince
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:StateProvince-2008-11-19
Replaces:StateProvince
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: Subgenus
URI:http://www.iobis.org/obis/Subgenus
Namespace:http://www.iobis.org/obis/
Label:Subgenus
Definition:The name of the subgenus in which the identified name is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Subgenus-2005-07-10
Replaces:
Is Replaced By:Subgenus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: Subgenus
URI:http://rs.tdwg.org/dwc/terms/Subgenus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Subgenus
Definition:The name of the subgenus in which the ScientificName is classified.
Comment: See http://code.google.com/p/darwincore/wiki/Subgenus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:Subgenus-2008-11-19
Replaces:Subgenus
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: Subspecies
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The sub-specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Subspecies-2003-06-13
Replaces:
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: Subspecies
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The phylogenetic subspecific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Subspecies-2003-06-17
Replaces:Subspecies
Is Replaced By:InfraspecificEpithet-2008-11-19
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}
Term Name: Taxon
URI:http://rs.tdwg.org/dwc/terms/Taxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon
Definition:Container class for information about the taxonomic name or concept referred to by an Identification.
Comment: See http://code.google.com/p/darwincore/wiki/Taxon
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:none
Has Range:
Version:Taxon-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:no simple equivalent in ABCD
Term Name: TaxonAccordingTo
URI:http://rs.tdwg.org/dwc/terms/TaxonAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonAccordingTo
Definition:Information 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: See http://code.google.com/p/darwincore/wiki/TaxonAccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/AccordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonAccordingTo-2009-01-21
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonID
URI:http://rs.tdwg.org/dwc/terms/TaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonID
Definition:A global unique identifier for the taxon (name in a classification).
Comment: See http://code.google.com/p/darwincore/wiki/TaxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonID-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonomicStatus
URI:http://rs.tdwg.org/dwc/terms/TaxonomicStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label: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.
Comment:Example: "invalid", "misapplied", "homotypic synonym", "accepted". See http://code.google.com/p/darwincore/wiki/TaxonomicStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonomicStatus-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: Taxonomy
URI:http://rs.tdwg.org/dwc/dwctype/Taxonomy
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Taxonomy
Definition:A resource describing a taxon.
Comment: See http://code.google.com/p/darwincore/wiki/Taxonomy
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-01-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:Taxonomy-2009-01-23
Replaces:
Is Replaced By:
ABCD 2.06:not in ABCD
Term Name: TaxonRank
URI:http://rs.tdwg.org/dwc/terms/TaxonRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TaxonRank
Definition:The taxonomic rank of the most specific name in the ScientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subsp.", "var.", "forma". See http://code.google.com/p/darwincore/wiki/TaxonRank
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Taxon
Has Range:
Version:TaxonRank-2008-11-19
Replaces:TaxonRank
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: Temperature
URI:http://www.iobis.org/obis/Temperature
Namespace:http://www.iobis.org/obis/
Label:Temperature
Definition:The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Temperature-2005-07-10
Replaces:
Is Replaced By:SamplingEventAttributes-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: TimeCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TimeCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TimeCollected-2003-06-17
Replaces:TimeCollected
Is Replaced By:StartTimeOfDay2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeOfDay
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeOfDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TimeOfDay
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TimeOfDay-2003-06-13
Replaces:
Is Replaced By:StartTimeOfDay2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeZone
URI:http://www.iobis.org/obis/TimeZone
Namespace:http://www.iobis.org/obis/
Label:TimeZone
Definition:Indicates the time zone for the Time of Day measurements.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:TimeZone-2005-07-10
Replaces:
Is Replaced By:StartTimeOfDay-2008-11-19, EndTimeOfDay-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
Term Name: Tissues
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/Tissues
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Tissues
Definition:A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Tissues-2003-06-17
Replaces:
Is Replaced By:Preparations-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: TypeStatus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TypeStatus
Definition:Indicates 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TypeStatus-2003-06-13
Replaces:
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:TypeStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TypeStatus-2003-06-17
Replaces:TypeStatus
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://rs.tdwg.org/dwc/curatorial/TypeStatus
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:TypeStatus
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:TypeStatus-2007-04-17
Replaces:TypeStatus
Is Replaced By:TypeStatus-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
URI:http://rs.tdwg.org/dwc/terms/TypeStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:TypeStatus
Definition:A list (concatenated and separated) of nomenclatural types (type status, typified ScientificName, publication) applied to the sample.
Comment:Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388". See http://code.google.com/p/darwincore/wiki/TypeStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/Identification
Has Range:
Version:TypeStatus-2008-11-19
Replaces:TypeStatus
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: ValidDistributionFlag
URI:http://rs.tdwg.org/dwc/dwcore/ValidDistributionFlag
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:ValidDistributionFlag
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ValidDistributionFlag-2007-04-17
Replaces:
Is Replaced By:SamplingProtocol-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
Term Name: VerbatimCollectingDate
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimCollectingDate
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date information for the collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2003-06-17
Replaces:
Is Replaced By:VerbatimCollectingDate-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCollectingDate
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimCollectingDate
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2007-04-17
Replaces:VerbatimCollectingDate
Is Replaced By:VerbatimCollectingDate-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCollectingDate
URI:http://rs.tdwg.org/dwc/terms/VerbatimCollectingDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCollectingDate
Definition:The verbatim original representation of the date (and time) information for the sampling event.
Comment:Example: "spring 1910". See http://code.google.com/p/darwincore/wiki/VerbatimCollectingDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:VerbatimCollectingDate-2008-11-19
Replaces:VerbatimCollectingDate
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCoordinates
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimCoordinates
Definition:A 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinates-2007-04-17
Replaces:
Is Replaced By:VerbatimCoordinates-2008-11-19
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: VerbatimCoordinates
URI:http://rs.tdwg.org/dwc/terms/VerbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCoordinates
Definition:The original spatial coordinates of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "41 05 54S 121 05 34W". See http://code.google.com/p/darwincore/wiki/VerbatimCoordinates
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimCoordinates-2008-11-19
Replaces:VerbatimCoordinates
Is Replaced By:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: VerbatimCoordinateSystem
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimCoordinateSystem
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinateSystem-2007-04-17
Replaces:VerbatimCoordinateSystem
Is Replaced By:VerbatimCoordinateSystem-2008-11-19
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: VerbatimCoordinateSystem
URI:http://rs.tdwg.org/dwc/terms/VerbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimCoordinateSystem
Definition:The spatial coordinate system for the VerbatimLatitude and VerbatimLongitude or the VerbatimCoordinates of the place where the sampling event occurred. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM", "Gauss-Kruger". See http://code.google.com/p/darwincore/wiki/VerbatimCoordinateSystem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimCoordinateSystem-2008-11-19
Replaces:VerbatimCoordinateSystem
Is Replaced By:
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: VerbatimDepth
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimDepth
Definition:A text representation of the Depth in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimDepth-2003-06-17
Replaces:
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimDepth
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimDepth
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimDepth
Definition:A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimDepth-2007-04-17
Replaces:VerbatimDepth
Is Replaced By:VerbatimDepth-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimDepth
URI:http://rs.tdwg.org/dwc/terms/VerbatimDepth
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimDepth
Definition:The original description of the depth (below the local surface) at which the sampling event occurred.
Comment:Example: "100-200 m". See http://code.google.com/p/darwincore/wiki/VerbatimDepth
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimDepth-2008-11-19
Replaces:VerbatimDepth
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimElevation
Definition:A text representation of the Elevation in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimElevation-2003-06-17
Replaces:
Is Replaced By:VerbatimElevation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://rs.tdwg.org/dwc/curatorial/VerbatimElevation
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:VerbatimElevation
Definition:A text representation of the altitude in its original format in the source database. Example: "1000+- meters".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimElevation-2007-04-17
Replaces:VerbatimElevation
Is Replaced By:VerbatimElevation-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimElevation
URI:http://rs.tdwg.org/dwc/terms/VerbatimElevation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimElevation
Definition:The original description of the elevation (altitude, usually above sea level) at which the sampling event occurred.
Comment:Example: "100-200 m". See http://code.google.com/p/darwincore/wiki/VerbatimElevation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimElevation-2008-11-19
Replaces:VerbatimElevation
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimLatitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimLatitude
Definition:A text representation of the Latitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2003-06-17
Replaces:
Is Replaced By:VerbatimLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLatitude
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimLatitude
Definition:A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2007-04-17
Replaces:VerbatimLatitude
Is Replaced By:VerbatimLatitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLatitude
URI:http://rs.tdwg.org/dwc/terms/VerbatimLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLatitude
Definition:The verbatim original latitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "41 05 54.03S". See http://code.google.com/p/darwincore/wiki/VerbatimLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLatitude-2008-11-19
Replaces:VerbatimLatitude
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLocality
URI:http://rs.tdwg.org/dwc/terms/VerbatimLocality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLocality
Definition:The original description of the specific place where the sampling event occurred.
Comment:Example: "25 km NNE Bariloche por R. Nac. 237". See http://code.google.com/p/darwincore/wiki/VerbatimLocality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLocality-2008-11-19
Replaces:
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: VerbatimLongitude
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:VerbatimLongitude
Definition:A text representation of the Longitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2003-06-17
Replaces:
Is Replaced By:VerbatimLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: VerbatimLongitude
URI:http://rs.tdwg.org/dwc/geospatial/VerbatimLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:VerbatimLongitude
Definition:A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2007-04-17
Replaces:VerbatimLongitude
Is Replaced By:VerbatimLongitude-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: VerbatimLongitude
URI:http://rs.tdwg.org/dwc/terms/VerbatimLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:VerbatimLongitude
Definition:The verbatim original longitude of the place where the sampling event occurred. The coordinate reference system (datum, ellipsoid) for these coordinates should be stored in GeodeticDatum and the coordinate system should be stored in VerbatimCoordinateSystem.
Comment:Example: "121d 10' 34" W". See http://code.google.com/p/darwincore/wiki/VerbatimLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:VerbatimLongitude-2008-11-19
Replaces:VerbatimLongitude
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: WaterBody
URI:http://rs.tdwg.org/dwc/dwcore/WaterBody
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:WaterBody
Definition:The full, unabbreviated name of the body of water in or over which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:WaterBody-2007-04-17
Replaces:WaterBody
Is Replaced By:WaterBody-2008-11-19
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: Waterbody
URI:http://rs.tdwg.org/dwc/terms/Waterbody
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Waterbody
Definition:The full, unabbreviated name of the water body in which the sampling event occurred. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "Indian Ocean", "Baltic Sea". See http://code.google.com/p/darwincore/wiki/Waterbody
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation
Has Range:
Version:Waterbody-2008-11-19
Replaces:Waterbody
Is Replaced By:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: YearCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearCollected
Definition:The 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 Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearCollected-2003-06-13
Replaces:
Is Replaced By:YearSampled-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearCollected
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearCollected
Definition:The four digit year in the Common Era calendar in which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearCollected-2003-06-17
Replaces:YearCollected
Is Replaced By:YearCollected-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearIdentified
Definition:The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearIdentified-2003-06-13
Replaces:
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: YearIdentified
URI:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:YearIdentified
Definition:The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:historical
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearIdentified-2003-06-17
Replaces:YearIdentified
Is Replaced By:DateIdentified-2008-11-19
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: YearSampled
URI:http://rs.tdwg.org/dwc/terms/YearSampled
Namespace:http://rs.tdwg.org/dwc/terms/
Label:YearSampled
Definition:The four-digit year in which the sampling event occurred, according to the Common Era Calendar.
Comment:Example: "2008". See http://code.google.com/p/darwincore/wiki/YearSampled
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent
Has Range:
Version:YearSampled-2008-11-19
Replaces:YearSampled
Is Replaced By:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
diff --git a/terms/history/versions/index.htm b/terms/history/versions/index.htm index 3e0badb..7d56a10 100644 --- a/terms/history/versions/index.htm +++ b/terms/history/versions/index.htm @@ -14,10 +14,10 @@ - + - + @@ -74,22 +74,15 @@ For a quick reference guide to the current recommended Darwin Core terms, see [< Identifier: -http://rs.tdwg.org/dwc/terms/history/versions/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/history/versions/ Latest Version: -http://rs.tdwg.org/dwc/terms/history/versions/ +http://rs.tdwg.org/dwc/terms/history/versions/ Replaces: http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreVersions -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -98,12 +91,10 @@ For a quick reference guide to the current recommended Darwin Core terms, see [<

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. Version Comparison -
1. Introduction
2. Document Guide
3. Version Comparison
4. References
@@ -120,59 +111,32 @@ current recommended Darwin Core terms [TERMS] in t mapped in a separate table and can be referenced quickly from the index in Version Comparison section. - -

2. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[CLASSIC]http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsdDarwin Core 1.2 (Classic) schema.
[CURATORIAL]http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsdDarwin Core 1.4 Curatorial Extension schema.
[DRAFT14]http://rs.tdwg.org/dwc/tdwg_dw_core.xsdDarwin Core 1.4 schema.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[GEOSPATIAL]http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsdDarwin Core 1.4 Geospatial Extension schema.
[MANIS]http://digir.net/schema/conceptual/darwin/2003/1.21/darwin2.xsdDarwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) schema.
[OBIS]http://iobis.org/obis/obis.xsdOBIS additions to Darwin Core 1.2 (Classic).
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions (this document) - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages

3. Version Comparison

@@ -190,11 +154,11 @@ section. - + - + @@ -205,7 +169,7 @@ section. - + @@ -216,6 +180,9 @@ section. + + + @@ -232,8 +199,9 @@ section. + - +
Darwin Core 1.2 ElementRecommended Term
DateLastModified dcterms:modified
DateLastModified modified
InstitutionCode InstitutionCode
CollectionCode CollectionCode
CatalogNumber CatalogNumber
ScientificName ScientificName
ScientificName ScientificName
BasisOfRecord BasisOfRecord
Kingdom Kingdom
Phylum Phylum
Species SpecificEpithet
Subspecies InfraspecificEpithet
ScientificNameAuthor ScientificNameAuthorship
IdentifiedBy IdentifiedBy
IdentifiedBy IdentifiedBy
YearIdentified DateIdentified
MonthIdentified DateIdentified
DayIdentified DateIdentified
YearCollected YearSampled
MonthCollected MonthOfYear
DayCollected DayOfMonth
JulianDay StartDayOfYear-2009-01-21
EndDayOfYear-2009-01-21
TimeOfDay StartTimeOfDay-2008-11-19
EndTimeOfDay-2008-11-19
ContinentOcean Continent-2008-11-19
Waterbody-2008-11-19
Country Country
StateProvince StateProvince
County County
PreparationType Preparations
IndividualCount IndividualCount
PreviousCatalogNumber OtherCatalogNumbers
RelationshipType RelationshipOfResource
RelatedCatalogItem AssociatedSamples
Notes Remarks
Notes SampleRemarks
@@ -242,7 +210,7 @@ section. - + @@ -251,11 +219,15 @@ section. + + - - + + + + @@ -278,8 +250,8 @@ section. - - + + @@ -289,9 +261,10 @@ section. - + + @@ -302,7 +275,7 @@ section. - +
Darwin Core 1.21 ElementRecommended Term
DateLastModified dcterms:modified
DateLastModified modified
BasisOfRecord BasisOfRecord
InstitutionCode InstitutionCode
CollectionCode CollectionCode
Collector Collector
CollectorNumber CollectorNumber
FieldNumber FieldNumber
YearCollected YearSampled
MonthCollected MonthOfYear
DayCollected DayOfMonth
TimeCollected StartTimeOfDay-2008-11-19
EndTimeOfDay-2008-11-19
VerbatimCollectingDate VerbatimCollectingDate
FieldNotes FieldNotes
HigherGeography HigherGeography
FieldNotes FieldNotes
JulianDay StartDayOfYear-2009-01-21
EndDayOfYear-2009-01-21
HigherGeography HigherGeography
ContinentOcean Continent-2008-11-19
Waterbody-2008-11-19
IslandGroup IslandGroup
Island Island
Country Country
MinimumDepthInMeters MinimumDepthInMeters
MaximumDepthInMeters MaximumDepthInMeters
VerbatimDepth VerbatimDepth
ScientificName ScientificName
HigherTaxon HigherTaxon
ScientificName ScientificName
HigherTaxon HigherTaxon
Kingdom Kingdom
Phylum Phylum
Class Class
Species SpecificEpithet
Subspecies InfraspecificEpithet
ScientificNameAuthor ScientificNameAuthorship
IdentifiedBy IdentifiedBy
IdentifiedBy IdentifiedBy
IdentificationModifier IdentificationQualifier
YearIdentified DateIdentified
MonthIdentified DateIdentified
DayIdentified DateIdentified
TypeStatus TypeStatus
Sex Sex
GenBankNum AssociatedSequences
OtherCatalogNumbers OtherCatalogNumbers
RelatedCatalogedItems AssociatedSamples
Remarks Remarks
Remarks SampleRemarks
@@ -312,6 +285,7 @@ section. OBIS ElementRecommended Term RecordURL SampleDetails +Source Citation Citation Citation Subgenus Subgenus StartYearCollected EarliestDateCollected @@ -320,10 +294,11 @@ section. EndMonthCollected LatestDateCollected StartDayCollected EarliestDateCollected EndDayCollected LatestDateCollected -StartJulianDay StartDayOfYear -EndJulianDay EndDayOfYear +StartJulianDay StartDayOfYear +EndJulianDay EndDayOfYear StartTimeOfDay StartTimeOfDay EndTimeOfDay EndTimeOfDay +TimeZone StartTimeOfDay-2008-11-19
EndTimeOfDay-2008-11-19 StartLongitude FootprintWKT EndLongitude FootprintWKT StartLatitude FootprintWKT @@ -345,15 +320,15 @@ section. Darwin Core 1.4 ElementRecommended Term GlobalUniqueIdentifier SampleID -DateLastModified dcterms:modified +DateLastModified modified BasisOfRecord BasisOfRecord InstitutionCode InstitutionCode CollectionCode CollectionCode CatalogNumber CatalogNumber InformationWithheld InformationWithheld -Remarks Remarks -ScientificName ScientificName -HigherTaxon HigherTaxon +Remarks SampleRemarks +ScientificName ScientificName +HigherTaxon HigherTaxon Kingdom Kingdom Phylum Phylum Class Class @@ -366,7 +341,7 @@ section. AuthorYearOfScientificName ScientificNameAuthorship NomenclaturalCode NomenclaturalCode IdentificationQualifier IdentificationQualifier -HigherGeography HigherGeography +HigherGeography HigherGeography Continent Continent WaterBody Waterbody IslandGroup IslandGroup @@ -380,9 +355,10 @@ section. MinimumDepthInMeters MinimumDepthInMeters MaximumDepthInMeters MaximumDepthInMeters CollectingMethod SamplingProtocol -ValidDistributionFlag SamplingProtocol +ValidDistributionFlag EstablishmentMeans EarliestDateCollected EarliestDateCollected LatestDateCollected LatestDateCollected +DayOfYear StartDayOfYear-2009-01-21
EndDayOfYear-2009-01-21 Collector Collector Sex Sex LifeStage LifeStage @@ -398,11 +374,11 @@ section. Darwin Core 1.4 Curatorial ElementRecommended Term CatalogNumberNumeric CatalogNumberNumeric -IdentifiedBy IdentifiedBy +IdentifiedBy IdentifiedBy DateIdentified DateIdentified CollectorNumber CollectorNumber FieldNumber FieldNumber -FieldNotes FieldNotes +FieldNotes FieldNotes VerbatimCollectingDate VerbatimCollectingDate VerbatimElevation VerbatimElevation VerbatimDepth VerbatimDepth @@ -439,6 +415,60 @@ section. + +

4. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[CLASSIC]http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsdDarwin Core 1.2 (Classic) schema.
[CURATORIAL]http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsdDarwin Core 1.4 Curatorial Extension schema.
[DRAFT14]http://rs.tdwg.org/dwc/tdwg_dw_core.xsdDarwin Core 1.4 schema.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[GEOSPATIAL]http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsdDarwin Core 1.4 Geospatial Extension schema.
[MANIS]http://digir.net/schema/conceptual/darwin/manis/1.21/darwin2.xsdDarwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) schema.
[OBIS]http://iobis.org/obis/obis.xsdOBIS additions to Darwin Core 1.2 (Classic).
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+

diff --git a/terms/index.htm b/terms/index.htm index 18a5afe..d506a8d 100644 --- a/terms/index.htm +++ b/terms/index.htm @@ -15,10 +15,10 @@ - + - + @@ -75,22 +75,15 @@ recommended terms in the standard, see [V Identifier: -http://rs.tdwg.org/dwc/terms/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/ Latest Version: -http://rs.tdwg.org/dwc/terms/ +http://rs.tdwg.org/dwc/terms/ Replaces: http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreDraftStandard -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -99,12 +92,10 @@ recommended terms in the standard, see [V

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. The Terms -
1. Introduction
2. Document Guide
3. The Terms
4. References
@@ -169,47 +160,32 @@ policy describes how a term is a assigned Uniform Resource Identifier (URI) and the manner and range of editorial changes made to the labels, definitions, comments, and other attributes of the term.

- -

2. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[DCMI]http://dublincore.org/Dublin Core Metadata Initiative Web site.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/terms/xsd/tdwg_simpledarwincore.xsdSimple Darwin Core XML schema.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages

3. The Terms

@@ -255,6 +231,7 @@ the manner and range of editorial changes made to the labels, definitions, comme Sex LifeStage ReproductiveCondition +Behavior EstablishmentMeans SampleAttributes Preparations @@ -279,7 +256,6 @@ the manner and range of editorial changes made to the labels, definitions, comme MonthOfYear DayOfMonth Habitat -Behavior Collector CollectorNumber FieldNumber @@ -369,14 +345,14 @@ the manner and range of editorial changes made to the labels, definitions, comme RelationshipOfResource RelationshipRemarks

SampleAttribute

-SamplingAttributeID +SampleAttributeID SampleAttributeType SampleAttributeValue SampleAttributeAccuracy SampleAttributeUnit SampleAttributeDeterminedDate SampleAttributeDeterminedBy -SampleAttibuteRemarks +SampleAttributeRemarks

EventAttribute

EventAttributeID EventAttributeType @@ -389,28 +365,24 @@ the manner and range of editorial changes made to the labels, definitions, comme -Term Name: modified URI:http://purl.org/dc/terms/modified Has Domain:none Definition:Date on which the resource was changed. Comment: Details:modified -Term Name: Dataset URI:http://rs.tdwg.org/dwc/terms/Dataset Has Domain:none Definition:Container class for information about the set of data in which the record is included. Comment: See http://code.google.com/p/darwincore/wiki/Dataset Details:Dataset -Term Name: language URI:http://purl.org/dc/terms/language Has Domain:none Definition:A language of the resource. Comment:Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]. Details:language -Term Name: Sample URI:http://rs.tdwg.org/dwc/terms/Sample Has Domain:none Definition:Container class for information about the results of a sampling event (specimen, observation, etc.) Comment: See http://code.google.com/p/darwincore/wiki/Sample Details:Sample -Term Name: rights URI:http://purl.org/dc/terms/rights Has Domain:none Definition:Information about rights held in and over the resource. Comment:Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Details:rights -Term Name: SamplingEvent URI:http://rs.tdwg.org/dwc/terms/SamplingEvent Has Domain:none Definition:Container class for information about the conditions and methods of acquisition of samples. Comment: See http://code.google.com/p/darwincore/wiki/SamplingEvent Details:SamplingEvent -Term Name: SamplingLocation URI:http://rs.tdwg.org/dwc/terms/SamplingLocation Has Domain:none Definition:Container class for information about the location where a sampling event occurred. Comment: See http://code.google.com/p/darwincore/wiki/SamplingLocation Details:SamplingLocation -Term Name: rightsHolder URI:http://purl.org/dc/terms/rightsHolder Has Domain:none Definition:A person or organization owning or managing rights over the resource. Comment: Details:rightsHolder -Term Name: Identification URI:http://rs.tdwg.org/dwc/terms/Identification Has Domain:none Definition:Container class for information about the taxonomic determination of the sample. Comment: See http://code.google.com/p/darwincore/wiki/Identification Details:Identification -Term Name: Taxon URI:http://rs.tdwg.org/dwc/terms/Taxon Has Domain:none Definition:Container class for information about the taxonomic name or concept referred to by an Identification. Comment: See http://code.google.com/p/darwincore/wiki/Taxon Details:Taxon -Term Name: ResourceRelationship URI:http://rs.tdwg.org/dwc/terms/ResourceRelationship Has Domain:none Definition:Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. Comment:To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. See http://code.google.com/p/darwincore/wiki/ResourceRelationship Details:ResourceRelationship +Term Name: Dataset URI:http://rs.tdwg.org/dwc/terms/Dataset Has Domain: Definition:Container class for information about the set of data in which the record is included. Comment: See http://code.google.com/p/darwincore/wiki/Dataset Details:Dataset +Term Name: Sample URI:http://rs.tdwg.org/dwc/terms/Sample Has Domain: Definition:Container class for information about the results of a sampling event (specimen, observation, etc.) Comment: See http://code.google.com/p/darwincore/wiki/Sample Details:Sample +Term Name: SamplingEvent URI:http://rs.tdwg.org/dwc/terms/SamplingEvent Has Domain: Definition:Container class for information about the conditions and methods of acquisition of samples. Comment: See http://code.google.com/p/darwincore/wiki/SamplingEvent Details:SamplingEvent +Term Name: SamplingLocation URI:http://rs.tdwg.org/dwc/terms/SamplingLocation Has Domain: Definition:Container class for information about the location where a sampling event occurred. Comment: See http://code.google.com/p/darwincore/wiki/SamplingLocation Details:SamplingLocation +Term Name: Identification URI:http://rs.tdwg.org/dwc/terms/Identification Has Domain: Definition:Container class for information about the taxonomic determination of the sample. Comment: See http://code.google.com/p/darwincore/wiki/Identification Details:Identification +Term Name: Taxon URI:http://rs.tdwg.org/dwc/terms/Taxon Has Domain: Definition:Container class for information about the taxonomic name or concept referred to by an Identification. Comment: See http://code.google.com/p/darwincore/wiki/Taxon Details:Taxon +Term Name: ResourceRelationship URI:http://rs.tdwg.org/dwc/terms/ResourceRelationship Has Domain: Definition:Container class for information about a relationship between resources. May be any type of resource - Sample, SamplingEvent, Taxon, and other resources that are not Darwin Core classes. Comment:To use ResourceRelationship properly in an application schema you must provide a container to avoid ambiguity about the resource being related, especially if you intend to allow ResourceRelationship to refer to more than one class. See http://code.google.com/p/darwincore/wiki/ResourceRelationship Details:ResourceRelationship Term Name: DatasetID URI:http://rs.tdwg.org/dwc/terms/DatasetID Has Domain:http://rs.tdwg.org/dwc/terms/Dataset Definition:An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. Comment: See http://code.google.com/p/darwincore/wiki/DatasetID Details:DatasetID Term Name: SampleID URI:http://rs.tdwg.org/dwc/terms/SampleID Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A Uniform Resource Name (URN) as a unique identifier for the sample (as opposed to a particular digital record of the 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 SampleID globally unique and persistent. Comment:For a specimen, for example, use the form: "urn:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]. Examples: 1) "urn:lsid:nhm.ku.edu:Herps:32", 2) "urn:catalog:FMNH:Mammal:145732". See http://code.google.com/p/darwincore/wiki/SampleID Details:SampleID Term Name: InstitutionCode URI:http://rs.tdwg.org/dwc/terms/InstitutionCode Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The code (or acronym) in use by the institution administering the collection or data set in which the sample is recorded. Comment:Examples: "MVZ", "FMNH". See http://code.google.com/p/darwincore/wiki/InstitutionCode Details:InstitutionCode Term Name: CollectionCode URI:http://rs.tdwg.org/dwc/terms/CollectionCode Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The code (or acronym) identifying the collection within the institution in which the sample is recorded. Comment:Example: "Mammals", "Hildebrandt". See http://code.google.com/p/darwincore/wiki/CollectionCode Details:CollectionCode Term Name: CollectionID URI:http://rs.tdwg.org/dwc/terms/CollectionID Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The global unique identifier for the collection. Recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index. Comment: See http://code.google.com/p/darwincore/wiki/CollectionID Details:CollectionID Term Name: BasisOfRecord URI:http://rs.tdwg.org/dwc/terms/BasisOfRecord Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The nature of the sample. Recommended best practice is to use a controlled vocabulary. Comment:Example: "HumanObservation". See http://code.google.com/p/darwincore/wiki/BasisOfRecord Details:BasisOfRecord -Term Name: SampleAttribute URI:http://rs.tdwg.org/dwc/terms/SampleAttribute Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:Container class for information about attributes related to a given sample. Comment: See http://code.google.com/p/darwincore/wiki/SampleAttribute Details:SampleAttribute Term Name: AccessConstraints URI:http://rs.tdwg.org/dwc/terms/AccessConstraints Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A description of constraints on the use of the data as shared or access to further data that is not shared. Comment:Example: "not-for-profit use only". See http://code.google.com/p/darwincore/wiki/AccessConstraints Details:AccessConstraints +Term Name: SampleAttribute URI:http://rs.tdwg.org/dwc/terms/SampleAttribute Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:Container class for information about attributes related to a given sample. Comment: See http://code.google.com/p/darwincore/wiki/SampleAttribute Details:SampleAttribute Term Name: InformationWithheld URI:http://rs.tdwg.org/dwc/terms/InformationWithheld Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:Additional information that exists, but that has not been made public in the given record. Comment:Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". See http://code.google.com/p/darwincore/wiki/InformationWithheld Details:InformationWithheld Term Name: Generalizations URI:http://rs.tdwg.org/dwc/terms/Generalizations Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:Actions 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. Comment:Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". See http://code.google.com/p/darwincore/wiki/Generalizations Details:Generalizations -Term Name: SampleDetails URI:http://rs.tdwg.org/dwc/terms/SampleDetails Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A reference (publication, URL) to the most detailed information available about the sample. Comment: See http://code.google.com/p/darwincore/wiki/SampleDetails Details:SampleDetails +Term Name: SampleDetails URI:http://rs.tdwg.org/dwc/terms/SampleDetails Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A reference (publication, URI) to the most detailed information available about the sample. Comment: See http://code.google.com/p/darwincore/wiki/SampleDetails Details:SampleDetails Term Name: SampleRemarks URI:http://rs.tdwg.org/dwc/terms/SampleRemarks Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:Comments or notes about the sample or record. Comment:Example: "found dead on road". See http://code.google.com/p/darwincore/wiki/SampleRemarks Details:SampleRemarks Term Name: CatalogNumber URI:http://rs.tdwg.org/dwc/terms/CatalogNumber Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:An identifier (preferably unique) for the sample within the data set or collection. Comment:Examples: "2008.1334", "145732a", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumber Details:CatalogNumber Term Name: CatalogNumberNumeric URI:http://rs.tdwg.org/dwc/terms/CatalogNumberNumeric Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The numeric value of the CatalogNumber, used to facilitate numerical sorting and searching by ranges. Comment:Example: "1334", "145732". See http://code.google.com/p/darwincore/wiki/CatalogNumberNumeric Details:CatalogNumberNumeric @@ -420,15 +392,16 @@ the manner and range of editorial changes made to the labels, definitions, comme Term Name: Sex URI:http://rs.tdwg.org/dwc/terms/Sex Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The sex of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Comment:Examples: "female", "hermaphrodite". See http://code.google.com/p/darwincore/wiki/Sex Details:Sex Term Name: LifeStage URI:http://rs.tdwg.org/dwc/terms/LifeStage Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The age class or life stage of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Comment:Examples: "egg", "eft", "juvenile", "adult". See http://code.google.com/p/darwincore/wiki/LifeStage Details:LifeStage Term Name: ReproductiveCondition URI:http://rs.tdwg.org/dwc/terms/ReproductiveCondition Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The reproductive condition of the biological individual represented by the sample. Recommended best practice is to use a controlled vocabulary. Comment: See http://code.google.com/p/darwincore/wiki/ReproductiveCondition Details:ReproductiveCondition +Term Name: Behavior URI:http://rs.tdwg.org/dwc/terms/Behavior Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Comment:Example: "roosting", "foraging", "running". See http://code.google.com/p/darwincore/wiki/Behavior Details:Behavior Term Name: EstablishmentMeans URI:http://rs.tdwg.org/dwc/terms/EstablishmentMeans Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The process by which the the biological individual represented by the sample became established at the sampling location. Recommended best practice is to use a controlled vocabulary. Comment: See http://code.google.com/p/darwincore/wiki/EstablishmentMeans Details:EstablishmentMeans Term Name: SampleAttributes URI:http://rs.tdwg.org/dwc/terms/SampleAttributes Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of additional measurements or characteristics of the sample. Comment:Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". See http://code.google.com/p/darwincore/wiki/SampleAttributes Details:SampleAttributes Term Name: Preparations URI:http://rs.tdwg.org/dwc/terms/Preparations Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of preparations and preservation methods for a sample. Comment:Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". See http://code.google.com/p/darwincore/wiki/Preparations Details:Preparations Term Name: Disposition URI:http://rs.tdwg.org/dwc/terms/Disposition Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:The current disposition of the sample. Recommended best practice is to use a controlled vocabulary. Comment:Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". See http://code.google.com/p/darwincore/wiki/Disposition Details:Disposition Term Name: OtherCatalogNumbers URI:http://rs.tdwg.org/dwc/terms/OtherCatalogNumbers Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers for the same sample, whether in the current or any other data set or collection. Comment:Example: "FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/OtherCatalogNumbers Details:OtherCatalogNumbers -Term Name: AssociatedMedia URI:http://rs.tdwg.org/dwc/terms/AssociatedMedia Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of media associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedMedia Details:AssociatedMedia -Term Name: AssociatedReferences URI:http://rs.tdwg.org/dwc/terms/AssociatedReferences Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of literature associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedReferences Details:AssociatedReferences +Term Name: AssociatedMedia URI:http://rs.tdwg.org/dwc/terms/AssociatedMedia Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedMedia Details:AssociatedMedia +Term Name: AssociatedReferences URI:http://rs.tdwg.org/dwc/terms/AssociatedReferences Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of literature associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedReferences Details:AssociatedReferences Term Name: AssociatedSamples URI:http://rs.tdwg.org/dwc/terms/AssociatedSamples Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers of other samples associated with the sample and their associations. Comment:Example: "sibling of FMNH:Mammal:1234". See http://code.google.com/p/darwincore/wiki/AssociatedSamples Details:AssociatedSamples -Term Name: AssociatedSequences URI:http://rs.tdwg.org/dwc/terms/AssociatedSequences Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of genetic sequence information associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedSequences Details:AssociatedSequences +Term Name: AssociatedSequences URI:http://rs.tdwg.org/dwc/terms/AssociatedSequences Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the sample. Comment: See http://code.google.com/p/darwincore/wiki/AssociatedSequences Details:AssociatedSequences Term Name: AssociatedTaxa URI:http://rs.tdwg.org/dwc/terms/AssociatedTaxa Has Domain:http://rs.tdwg.org/dwc/terms/Sample Definition:A list (concatenated and separated) of identifiers or names of taxa associated with the sample and their associations. Comment:Example: "host: Quercus alba". See http://code.google.com/p/darwincore/wiki/AssociatedTaxa Details:AssociatedTaxa Term Name: SamplingEventID URI:http://rs.tdwg.org/dwc/terms/SamplingEventID Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. Comment: See http://code.google.com/p/darwincore/wiki/SamplingEventID Details:SamplingEventID Term Name: SamplingProtocol URI:http://rs.tdwg.org/dwc/terms/SamplingProtocol Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:The name of, reference to, or brief description of the method or protocol used for the sampling event. Comment:Examples: "UV light trap", "mist net", "bottom trawl". See http://code.google.com/p/darwincore/wiki/SamplingProtocol Details:SamplingProtocol @@ -444,13 +417,13 @@ the manner and range of editorial changes made to the labels, definitions, comme Term Name: MonthOfYear URI:http://rs.tdwg.org/dwc/terms/MonthOfYear Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:The ordinal month in which the sampling event occurred. Comment:Example: "10" (=October). See http://code.google.com/p/darwincore/wiki/MonthOfYear Details:MonthOfYear Term Name: DayOfMonth URI:http://rs.tdwg.org/dwc/terms/DayOfMonth Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:The two-digit day of the month in which the sampling event occurred. Comment:Example: "28". See http://code.google.com/p/darwincore/wiki/DayOfMonth Details:DayOfMonth Term Name: Habitat URI:http://rs.tdwg.org/dwc/terms/Habitat Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:A description of the habitat in which the sampling event occurred. Comment:Example: "oak savanna". See http://code.google.com/p/darwincore/wiki/Habitat Details:Habitat -Term Name: Behavior URI:http://rs.tdwg.org/dwc/terms/Behavior Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Comment:Example: "roosting", "foraging", "running". See http://code.google.com/p/darwincore/wiki/Behavior Details:Behavior Term Name: Collector URI:http://rs.tdwg.org/dwc/terms/Collector Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for the collection of the sample. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first. Comment: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. See http://code.google.com/p/darwincore/wiki/Collector Details:Collector +Term Name: Behavior URI:http://rs.tdwg.org/dwc/terms/Behavior Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:A description of the behavior shown by the sampled subject during the sampling event. Recommended best practice is to use a controlled vocabulary. Comment:Example: "roosting", "foraging", "running" Details:Behavior Term Name: CollectorNumber URI:http://rs.tdwg.org/dwc/terms/CollectorNumber Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:An identifier given to the sample at the time of the sampling event. Often serves as a link between field notes and the sample. Comment:Example: "OPP 7101". See http://code.google.com/p/darwincore/wiki/CollectorNumber Details:CollectorNumber Term Name: FieldNumber URI:http://rs.tdwg.org/dwc/terms/FieldNumber Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:An identifier given to the sampling event in the field. Often serves as a link between field notes and the sampling event. Comment:Example: "RV Sol 87-03-08". See http://code.google.com/p/darwincore/wiki/FieldNumber Details:FieldNumber -Term Name: FieldNotes URI:http://rs.tdwg.org/dwc/terms/FieldNotes Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:One of a) an indicator of the existence of, b) a reference to (publication, URL), or c) the text of notes taken in the field about the sample. Comment:Example: "notes available in Grinnell-Miller Library". See http://code.google.com/p/darwincore/wiki/FieldNotes Details:FieldNotes +Term Name: FieldNotes URI:http://rs.tdwg.org/dwc/terms/FieldNotes Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent 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 sample. Comment:Example: "notes available in Grinnell-Miller Library". See http://code.google.com/p/darwincore/wiki/FieldNotes Details:FieldNotes Term Name: SamplingEventAttributes URI:http://rs.tdwg.org/dwc/terms/SamplingEventAttributes Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:A list (concatenated and separated) of additional measurements or characteristics of the sampling event. Comment:Example: "Relative humidity: 28%; Temperature: 22 Celcius; Sample size: 10 kg". See http://code.google.com/p/darwincore/wiki/SamplingEventAttributes Details:SamplingEventAttributes -Term Name: SamplingEventRemarks URI:http://rs.tdwg.org/dwc/terms/SamplingEventRemarks Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:Comments or notes about the sampling event. Comment:Example: "found dead on road". See http://code.google.com/p/darwincore/wiki/SamplingEventRemarks Details:SamplingEventRemarks +Term Name: SamplingEventRemarks URI:http://rs.tdwg.org/dwc/terms/SamplingEventRemarks Has Domain:http://rs.tdwg.org/dwc/terms/SamplingEvent Definition:Comments or notes about the sampling event. Comment:Example: "after the recent rains the river is nearly at flood stage". See http://code.google.com/p/darwincore/wiki/SamplingEventRemarks Details:SamplingEventRemarks Term Name: SamplingLocationID URI:http://rs.tdwg.org/dwc/terms/SamplingLocationID Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation Definition:An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. Comment:Example: "MVZ:LocID:12345". See http://code.google.com/p/darwincore/wiki/SamplingLocationID Details:SamplingLocationID Term Name: HigherGeographyID URI:http://rs.tdwg.org/dwc/terms/HigherGeographyID Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation Definition:A global unique identifier for the parent of the location. Comment: See http://code.google.com/p/darwincore/wiki/HigherGeographyID Details:HigherGeographyID Term Name: HigherGeography URI:http://rs.tdwg.org/dwc/terms/HigherGeography Has Domain:http://rs.tdwg.org/dwc/terms/SamplingLocation Definition:A list (concatenated and separated) of geographic names less specific than the information in the Locality term. "LIKE" or "contains" substring query operations can be used with this element to find matching geographic names. This can be useful if it is unclear in which atomized term a name might be found, and in cases where there is no other appropriate geographic element. Comment: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. See http://code.google.com/p/darwincore/wiki/HigherGeography Details:HigherGeography @@ -493,7 +466,7 @@ the manner and range of editorial changes made to the labels, definitions, comme Term Name: IdentificationID URI:http://rs.tdwg.org/dwc/terms/IdentificationID Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:An identifier for the Identification. May be a global unique identifier or an identifier specific to the data set. Comment: See http://code.google.com/p/darwincore/wiki/IdentificationID Details:IdentificationID Term Name: IdentifiedBy URI:http://rs.tdwg.org/dwc/terms/IdentifiedBy Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:The name(s) of the person(s) who applied the ScientificName to the sample. Comment:Example: "James L. Patton". See http://code.google.com/p/darwincore/wiki/IdentifiedBy Details:IdentifiedBy Term Name: DateIdentified URI:http://rs.tdwg.org/dwc/terms/DateIdentified Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:The date on which the sample was identified as being a member of the taxon given in the ScientificName. Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/DateIdentified Details:DateIdentified -Term Name: IdentificationReferences URI:http://rs.tdwg.org/dwc/terms/IdentificationReferences Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URL) of references used in the identification of the sample. Comment:Example: "Aves del Noroeste Patagonico. Christie et al. 2004.". See http://code.google.com/p/darwincore/wiki/IdentificationReferences Details:IdentificationReferences +Term Name: IdentificationReferences URI:http://rs.tdwg.org/dwc/terms/IdentificationReferences Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of references used in the identification of the sample. Comment:Example: "Aves del Noroeste Patagonico. Christie et al. 2004.". See http://code.google.com/p/darwincore/wiki/IdentificationReferences Details:IdentificationReferences Term Name: IdentificationRemarks URI:http://rs.tdwg.org/dwc/terms/IdentificationRemarks Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:Comments or notes about the identification of the sample. Comment:Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.". See http://code.google.com/p/darwincore/wiki/IdentificationRemarks Details:IdentificationRemarks Term Name: PreviousIdentifications URI:http://rs.tdwg.org/dwc/terms/PreviousIdentifications Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:A list (concatenated and separated) of previous ScientificNames to which the sample was identified. Comment:Example: "Anthus correndera". See http://code.google.com/p/darwincore/wiki/PreviousIdentifications Details:PreviousIdentifications Term Name: IdentificationQualifier URI:http://rs.tdwg.org/dwc/terms/IdentificationQualifier Has Domain:http://rs.tdwg.org/dwc/terms/Identification Definition:A brief phrase or a standard term ("cf.", "aff.") to express the identifier's doubts about the taxonomic identification of the sample. 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 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. See http://code.google.com/p/darwincore/wiki/IdentificationQualifier Details:IdentificationQualifier @@ -519,7 +492,7 @@ the manner and range of editorial changes made to the labels, definitions, comme Term Name: NamePublishedIn URI:http://rs.tdwg.org/dwc/terms/NamePublishedIn Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:A full literature reference to the first (original) valid publication of the ScientificName. Comment: See http://code.google.com/p/darwincore/wiki/NamePublishedIn Details:NamePublishedIn Term Name: TaxonomicStatus URI:http://rs.tdwg.org/dwc/terms/TaxonomicStatus Has Domain:http://rs.tdwg.org/dwc/terms/Taxon 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. Comment:Example: "invalid", "misapplied", "homotypic synonym", "accepted". See http://code.google.com/p/darwincore/wiki/TaxonomicStatus Details:TaxonomicStatus Term Name: NomenclaturalStatus URI:http://rs.tdwg.org/dwc/terms/NomenclaturalStatus Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:The status related to the original publication of the name and it's 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. Comment:Examples: "nom. ambig.", "nom. illeg.", "nom. subnud.". See http://code.google.com/p/darwincore/wiki/NomenclaturalStatus Details:NomenclaturalStatus -Term Name: AcceptedTaxonID URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxonID Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:A global unique identifier for the parent to the AcceptedTaxon. Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxonID Details:AcceptedTaxonID +Term Name: AcceptedTaxonID URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxonID Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:A global unique identifier for the AcceptedTaxon. Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxonID Details:AcceptedTaxonID Term Name: AcceptedTaxon URI:http://rs.tdwg.org/dwc/terms/AcceptedTaxon Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:The currently valid (zoological) or accepted (botanical) name for the ScientificName. Comment: See http://code.google.com/p/darwincore/wiki/AcceptedTaxon Details:AcceptedTaxon Term Name: BasionymID URI:http://rs.tdwg.org/dwc/terms/BasionymID Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:A global unique identifier for the Basionym. Comment: See http://code.google.com/p/darwincore/wiki/BasionymID Details:BasionymID Term Name: Basionym URI:http://rs.tdwg.org/dwc/terms/Basionym Has Domain:http://rs.tdwg.org/dwc/terms/Taxon Definition:The basionym of the ScientificName. Comment: See http://code.google.com/p/darwincore/wiki/Basionym Details:Basionym @@ -529,14 +502,15 @@ the manner and range of editorial changes made to the labels, definitions, comme Term Name: RelatedBasisOfRecord URI:http://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship Definition:The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for BasisOfRecord. Comment:Example: "PreservedSpecimen". See http://code.google.com/p/darwincore/wiki/RelatedBasisOfRecord Details:RelatedBasisOfRecord Term Name: RelationshipOfResource URI:http://rs.tdwg.org/dwc/terms/RelationshipOfResource Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship Definition:The relationship of the related resource to this resource. Recommended best practice is to use a controlled vocabulary. Comment:Example: "mother". See http://code.google.com/p/darwincore/wiki/RelationshipOfResource Details:RelationshipOfResource Term Name: RelationshipRemarks URI:http://rs.tdwg.org/dwc/terms/RelationshipRemarks Has Domain:http://rs.tdwg.org/dwc/terms/ResourceRelationship Definition:Comments or notes about the relationship of the related resource to this resource. Comment:Example: "mother and offspring collected from the same nest". See http://code.google.com/p/darwincore/wiki/RelationshipRemarks Details:RelationshipRemarks -Term Name: SamplingAttributeID URI:http://rs.tdwg.org/dwc/terms/SamplingAttributeID Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. Comment: See http://code.google.com/p/darwincore/wiki/SamplingAttributeID Details:SamplingAttributeID +Term Name: SamplingAttributeID URI:http://rs.tdwg.org/dwc/terms/SamplingAttributeID Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. Comment: Details:SamplingAttributeID +Term Name: SampleAttributeID URI:http://rs.tdwg.org/dwc/terms/SampleAttributeID Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:An identifier for the sample attribute. May be a global unique identifier or an identifier specific to the data set. Comment: See http://code.google.com/p/darwincore/wiki/SampleAttributeID Details:SampleAttributeID Term Name: SampleAttributeType URI:http://rs.tdwg.org/dwc/terms/SampleAttributeType Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. Comment:Example: "tail length". See http://code.google.com/p/darwincore/wiki/SampleAttributeType Details:SampleAttributeType Term Name: SampleAttributeValue URI:http://rs.tdwg.org/dwc/terms/SampleAttributeValue Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The value of the measurement or characteristic of the sample. Comment:Example: "45". See http://code.google.com/p/darwincore/wiki/SampleAttributeValue Details:SampleAttributeValue Term Name: SampleAttributeAccuracy URI:http://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The description of the error associated with the SampleAttributeValue. Comment:Example: "0.01", "normal distribution with variation of 2 m". See http://code.google.com/p/darwincore/wiki/SampleAttributeAccuracy Details:SampleAttributeAccuracy Term Name: SampleAttributeUnit URI:http://rs.tdwg.org/dwc/terms/SampleAttributeUnit Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. Comment:Example: "mm". See http://code.google.com/p/darwincore/wiki/SampleAttributeUnit Details:SampleAttributeUnit Term Name: SampleAttributeDeterminedDate URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The date on which the the measurement or characteristic of the sample was made. Comment:Date 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]. See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedDate Details:SampleAttributeDeterminedDate Term Name: SampleAttributeDeterminedBy URI:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:The agent responsible for having determined the value of the measurement or characteristic of the sample. Comment:Example: "Javier de la Torre". See http://code.google.com/p/darwincore/wiki/SampleAttributeDeterminedBy Details:SampleAttributeDeterminedBy -Term Name: SampleAttibuteRemarks URI:http://rs.tdwg.org/dwc/terms/SampleAttibuteRemarks Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:Comments or notes accompanying the measurement or characteristic of the sample. Comment:Example: "tip of tail missing". See http://code.google.com/p/darwincore/wiki/SampleAttibuteRemarks Details:SampleAttibuteRemarks +Term Name: SampleAttributeRemarks URI:http://rs.tdwg.org/dwc/terms/SampleAttributeRemarks Has Domain:http://rs.tdwg.org/dwc/terms/SampleAttribute Definition:Comments or notes accompanying the measurement or characteristic of the sample. Comment:Example: "tip of tail missing". See http://code.google.com/p/darwincore/wiki/SampleAttributeRemarks Details:SampleAttributeRemarks Term Name: EventAttributeID URI:http://rs.tdwg.org/dwc/terms/EventAttributeID Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute Definition:An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. Comment: See http://code.google.com/p/darwincore/wiki/EventAttributeID Details:EventAttributeID Term Name: EventAttributeType URI:http://rs.tdwg.org/dwc/terms/EventAttributeType Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute Definition:The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. Comment:Example: "Temperature". See http://code.google.com/p/darwincore/wiki/EventAttributeType Details:EventAttributeType Term Name: EventAttributeValue URI:http://rs.tdwg.org/dwc/terms/EventAttributeValue Has Domain:http://rs.tdwg.org/dwc/terms/EventAttribute Definition:The value of the measurement or characteristic of the sampling event. Comment:Example: "22". See http://code.google.com/p/darwincore/wiki/EventAttributeValue Details:EventAttributeValue @@ -550,6 +524,48 @@ the manner and range of editorial changes made to the labels, definitions, comme + +

4. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[DCMI]http://dublincore.org/Dublin Core Metadata Initiative Web site.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[NAMESPACEPOLICY]http://rs.tdwg.org/dwc/terms/namespace/Policy governing Darwin Core terms.
[SIMPLEXMLSCHEMA]http://rs.tdwg.org/dwc/terms/xsd/tdwg_simpledarwincore.xsdSimple Darwin Core XML schema.
[VERSIONS]http://rs.tdwg.org/dwc/terms/history/versions/Reference for mapping historical Darwin Core terms to the current recommended terms.
+

diff --git a/terms/namespace/index.htm b/terms/namespace/index.htm index 670e8bd..7e87286 100644 --- a/terms/namespace/index.htm +++ b/terms/namespace/index.htm @@ -14,10 +14,10 @@ - + - + @@ -35,7 +35,7 @@ -
Biodiversity Information Standards (TDWG) logo +

Darwin Core Namespace Policy

@@ -76,22 +76,15 @@ and the policies associated with Darwin Core namespaces. Identifier: -http://rs.tdwg.org/dwc/terms/namespace/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/namespace/ Latest Version: -http://rs.tdwg.org/dwc/terms/namespace/ +http://rs.tdwg.org/dwc/terms/namespace/ Replaces: Not applicable -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -100,22 +93,53 @@ and the policies associated with Darwin Core namespaces.

Table of Contents

- - - - - - + + + + + + +
1. Glossary -
2. Introduction -
3. References -
4. Darwin Core Namespace URIs -
5. Policy concerning classes of changes to Darwin Core terms -
6. Persistence Policy -
1. Introduction
2. Document Guide
3. Glossary
4. Darwin Core Namespace URIs
5. Policy concerning classes of changes to Darwin Core terms
6. Persistence Policy
7. References
+

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 assigned a unique URI. For convenience, the term URIs that are +assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin +Core namespaces. This document describes how term URIs are allocated by the Darwin Core Task Group +and the policies associated with Darwin Core namespaces. + + +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages + -

1. Glossary

+

3. Glossary

This document uses the following terminology:

@@ -123,7 +147,7 @@ and the policies associated with Darwin Core namespaces.
A property (element), class, vocabulary encoding scheme, or syntax encoding scheme.
URI
-
A Uniform Resource Identifier (URI) or Internationalized Resource Identifier (IRI).
+
A Uniform Resource Identifier (URI) or Internationalized Resource Identifier (IRI).
Darwin Core term
A term that is declared and maintained by Darwin Core Task Group.
@@ -156,63 +180,6 @@ and the policies associated with Darwin Core namespaces.

Term URIs are grouped into Darwin Core namespaces in order to ease the assignment of URIs to terms and to streamline their use in particular encoding syntaxes. Note that the grouping of term URIs into Darwin Core namespaces is orthogonal to the grouping of terms into sets designed to meet other functional needs, e.g., as various types of vocabularies.

- -

2. 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 assigned a unique URI. For convenience, the term URIs that are -assigned and managed by the Darwin Core Task Group are grouped into collections known as Darwin -Core namespaces. This document describes how term URIs are allocated by the Darwin Core Task Group -and the policies associated with Darwin Core namespaces. - - -

3. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[DCMINAMESPACEPOLICY]http://dublincore.org/documents/2007/07/02/dcmi-namespace/DCMI Namespace Policy, 2 July 2007
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[DWC-MAIL]tdwg-content@lists.tdwg.orgMailing list for commentary and discussion on Darwin Core.
[DWC-USAGE]tdwg-tag@lists.tdwg.orgTDWG Architecture Mailing List.
[DWC-TYPE]http://rs.tdwg.org/dwc/terms/type-vocabulary/Darwin Core Type Vocabulary.
[DECISIONS]http://rs.tdwg.org/dwc/terms/history/decisions/A history of decisions resulting in changes to Darwin Core terms.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Darwin Core Terms: A complete history.
-

4. Darwin Core Namespace URIs

@@ -329,6 +296,54 @@ that have been made publicly available. In particular, the stability of Darw 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.

+ +

7. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[DCMINAMESPACEPOLICY]http://dublincore.org/documents/2007/07/02/dcmi-namespace/DCMI Namespace Policy, 2 July 2007
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[DWC-MAIL]tdwg-content@lists.tdwg.orgMailing list for commentary and discussion on Darwin Core.
[DWC-USAGE]tdwg-tag@lists.tdwg.orgTDWG Architecture Mailing List.
[DWC-TYPE]http://rs.tdwg.org/dwc/terms/type-vocabulary/Darwin Core Type Vocabulary.
[DECISIONS]http://rs.tdwg.org/dwc/terms/history/decisions/A history of decisions resulting in changes to Darwin Core terms.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Darwin Core Terms: A complete history.
+

diff --git a/terms/type-vocabulary/index.htm b/terms/type-vocabulary/index.htm index fbec14a..9881698 100644 --- a/terms/type-vocabulary/index.htm +++ b/terms/type-vocabulary/index.htm @@ -14,10 +14,10 @@ - + - + @@ -74,22 +74,15 @@ included in the more comprehensive document "Darwin Core Terms: A complete histo Identifier: -http://rs.tdwg.org/dwc/terms/type-vocabulary/2009-02-12/ +http://rs.tdwg.org/dwc/2009-02-20/terms/type-vocabulary/ Latest Version: -http://rs.tdwg.org/dwc/terms/type-vocabulary/ +http://rs.tdwg.org/dwc/terms/type-vocabulary/ Replaces: Not applicable -Replaced By: -Not applicable - - -Translations: -http://rs.tdwg.org/dwc/translations/ - Document Status: This is a TDWG Request for Comment. @@ -98,12 +91,10 @@ included in the more comprehensive document "Darwin Core Terms: A complete histo

Table of Contents

- - - + + + +
1. Introduction -
2. References -
3. The Terms -
1. Introduction
2. Document Guide
3. The Terms
4. References
@@ -114,41 +105,32 @@ includes terms from the Dublin Core Type Vocabulary [ -

2. References

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[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.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+ +

2. Document Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary (this document) - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations - An index to Darwin Core documents in various languages

3. The Terms

@@ -187,6 +169,42 @@ of the BasisOfRecord term in a Darwin Core resource. + +

4. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[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.
[DWC]http://rs.tdwg.org/dwc/An introduction to the Darwin Core Standard.
[HISTORY]http://rs.tdwg.org/dwc/terms/history/Complete historical reference to Darwin Core terms.
[TERMS]http://rs.tdwg.org/dwc/terms/Quick reference to recommended Darwin Core terms.
+

diff --git a/text/tdwg_dwc_text.xsd b/text/tdwg_dwc_text.xsd index 6a5050c..c57612e 100644 --- a/text/tdwg_dwc_text.xsd +++ b/text/tdwg_dwc_text.xsd @@ -1,97 +1,97 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/translations/index.htm b/translations/index.htm new file mode 100644 index 0000000..b3e1759 --- /dev/null +++ b/translations/index.htm @@ -0,0 +1,144 @@ + + + + +Darwin Core Translations + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + +
Biodiversity Information Standards (TDWG) logo +
+ +

Darwin Core Translations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Translations
Date Issued:2009-02-20
Abstract:This document is an index to translations of Darwin Core documents into various languages.
Contributors:John Wieczorek (MVZ)
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:***URL to DwC Standard*** goes here
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2009-02-20/translations
Latest Version:http://rs.tdwg.org/dwc/translations
Replaces:Not applicable
Document Status:Informative supplement to the Darwin Core Standard.
+ +

Table of Contents

+

+ + + + +
(EN) Introduction
(EN) Guide
(ES) Introducción
(ES) Guia
+
+

(EN) Introduction

+

+The Darwin Core is meant to serve a global community. Access to the documents describing the standard in multiple languages +will facilitate open access and global adoption. This page is meant to be an index to all translations of Darwin Core documents. +Anyone interested in providing translations should contact the Darwin Core Task Group. + + +

(EN) Guide

+Following is an index to the primary documents of the Darwin Core. Links to additional documents relevant to this page can be +found in the References section. +

+Introduction - Darwin Core motivation, content, how to participate +

+Darwin Core Terms +

+ +
    Decisions - documentation of justifications for past changes to terms
+ +
    Type Vocabulary - list of terms for types of records supported by Darwin Core
+ +

+Mappings +

    ABCD - current equivalent terms in ABCD
+
    Versions - current equivalent terms in historical versions
+ +

+Implementation Guides +

    XML Schemas - how to construct and use Darwin Core XML Schemas
+
    Text - how to construct and use text files for capturing Darwin Core data
+ +

+Translations (this document) - An index to Darwin Core documents in various languages + + +

(ES) Introducción

+

+ + +

(ES) Guia

+ + +
+

+ Creative Commons License + Copyright 2009 - Biodiversity Information Standards - TDWG - Contact Us
+

Except where otherwise noted, content on this site is licensed under a + Creative Commons + Attribution 3.0 United States License.

+ + \ No newline at end of file diff --git a/xsd/dublin_core.xsd b/xsd/dublin_core.xsd index 2f15c82..6d46458 100644 --- a/xsd/dublin_core.xsd +++ b/xsd/dublin_core.xsd @@ -1,66 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/profiles/ipt/ipt_record.xsd b/xsd/profiles/ipt/ipt_record.xsd index a810376..f49847e 100644 --- a/xsd/profiles/ipt/ipt_record.xsd +++ b/xsd/profiles/ipt/ipt_record.xsd @@ -1,39 +1,39 @@ - - - - - - - This schema defines a classic darwin core record using the new terms from namespace http://rs.tdwg.org/dwc/terms/ - It allows every term including extensions to appear as often as needed and in any order. - In addition to the standard classic schema it also allows classes to appear at the end of each record. - - - - - - - Simple container to encode multiple darwin core records that have no notion of which class they are. - They can therefore represent a taxon, an observation or just a locality - - - - - - - - - - - - - - - - - - + + + + + + + This schema defines a classic darwin core record using the new terms from namespace http://rs.tdwg.org/dwc/terms/ + It allows every term including extensions to appear as often as needed and in any order. + In addition to the standard classic schema it also allows classes to appear at the end of each record. + + + + + + + Simple container to encode multiple darwin core records that have no notion of which class they are. + They can therefore represent a taxon, an observation or just a locality + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwc_compound_sample.xsd b/xsd/tdwg_dwc_compound_sample.xsd index 90d2e22..f3d9d42 100644 --- a/xsd/tdwg_dwc_compound_sample.xsd +++ b/xsd/tdwg_dwc_compound_sample.xsd @@ -33,6 +33,7 @@ + @@ -69,7 +70,6 @@ - diff --git a/xsd/tdwg_dwc_compound_samplinglocation.xsd b/xsd/tdwg_dwc_compound_samplinglocation.xsd index 7a7be67..021de0f 100644 --- a/xsd/tdwg_dwc_compound_samplinglocation.xsd +++ b/xsd/tdwg_dwc_compound_samplinglocation.xsd @@ -78,7 +78,6 @@ - @@ -116,6 +115,7 @@ + diff --git a/xsd/tdwg_dwc_extensible.xsd b/xsd/tdwg_dwc_extensible.xsd index 313da73..64bf5e9 100644 --- a/xsd/tdwg_dwc_extensible.xsd +++ b/xsd/tdwg_dwc_extensible.xsd @@ -1,40 +1,40 @@ - - - - - - - This schema defines a classic darwin core record using the new terms from namespace http://rs.tdwg.org/dwc/terms/ - It allows every term including extensions to appear as often as needed and in any order. - - - - - - - Simple container to encode multiple darwin core records that have no notion of which class they are. - They can therefore represent a taxon, an observation or just a locality - - - - - - - - - - - - - - - - - - - - + + + + + + + This schema defines a classic darwin core record using the new terms from namespace http://rs.tdwg.org/dwc/terms/ + It allows every term including extensions to appear as often as needed and in any order. + + + + + + + Simple container to encode multiple darwin core records that have no notion of which class they are. + They can therefore represent a taxon, an observation or just a locality + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwc_extensible_classes.xsd b/xsd/tdwg_dwc_extensible_classes.xsd index 8dfd31c..c214ad2 100644 --- a/xsd/tdwg_dwc_extensible_classes.xsd +++ b/xsd/tdwg_dwc_extensible_classes.xsd @@ -1,22 +1,22 @@ - - - - - - - This schema defines a container for all proper darwin core classes. - - - - - - - - - - - + + + + + + + This schema defines a container for all proper darwin core classes. + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwc_simple.xsd b/xsd/tdwg_dwc_simple.xsd index 12840c3..4ab60e7 100644 --- a/xsd/tdwg_dwc_simple.xsd +++ b/xsd/tdwg_dwc_simple.xsd @@ -57,6 +57,7 @@ + @@ -158,7 +159,6 @@ - diff --git a/xsd/tdwg_dwcclasses.xsd b/xsd/tdwg_dwcclasses.xsd index e5d3c93..b89722b 100644 --- a/xsd/tdwg_dwcclasses.xsd +++ b/xsd/tdwg_dwcclasses.xsd @@ -1,122 +1,122 @@ - - - - - - - This schema redefines all darwin core classes to disallow compound objects, i.e. within a class no other nested class is allowed. - It allows properties to occurr in any order and as many times as needed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + This schema redefines all darwin core classes to disallow compound objects, i.e. within a class no other nested class is allowed. + It allows properties to occurr in any order and as many times as needed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwcterms.xsd b/xsd/tdwg_dwcterms.xsd index a71ff11..3752008 100644 --- a/xsd/tdwg_dwcterms.xsd +++ b/xsd/tdwg_dwcterms.xsd @@ -241,6 +241,7 @@ + @@ -271,6 +272,7 @@ + @@ -301,7 +303,6 @@ - @@ -321,7 +322,6 @@ - @@ -341,7 +341,7 @@ - + @@ -350,7 +350,7 @@ - +