From 6fad0e8911913f4566ba788e04b363f1286298a7 Mon Sep 17 00:00:00 2001 From: Steve Baskauf Date: Thu, 11 Feb 2021 08:36:27 -0600 Subject: [PATCH] Display ABCD equivalence in list of terms document --- build/build-termlist.py | 11 +- docs/list/index.md | 1340 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 1349 insertions(+), 2 deletions(-) diff --git a/build/build-termlist.py b/build/build-termlist.py index e203a5b..8b62828 100644 --- a/build/build-termlist.py +++ b/build/build-termlist.py @@ -1,5 +1,6 @@ # Script to build Markdown pages that provide term metadata for complex vocabularies # Steve Baskauf 2020-08-12 CC0 +# updated 2021-02-11 # This script merges static Markdown header and footer documents with term information tables (in Markdown) generated from data in the rs.tdwg.org repo from the TDWG Github site import re @@ -92,7 +93,7 @@ print() # --------------- # Create column list -column_list = ['pref_ns_prefix', 'pref_ns_uri', 'term_localName', 'label', 'rdfs_comment', 'dcterms_description', 'examples', 'term_modified', 'term_deprecated', 'rdf_type', 'replaces_term', 'replaces1_term'] +column_list = ['pref_ns_prefix', 'pref_ns_uri', 'term_localName', 'label', 'rdfs_comment', 'dcterms_description', 'examples', 'term_modified', 'term_deprecated', 'rdf_type', 'tdwgutility_abcdEquivalence', 'replaces_term', 'replaces1_term'] #column_list = ['pref_ns_prefix', 'pref_ns_uri', 'term_localName', 'label', 'definition', 'usage', 'notes', 'term_modified', 'term_deprecated', 'type'] if vocab_type == 2: column_list += ['controlled_value_string'] @@ -114,7 +115,7 @@ for term_list in term_lists_info: data_url = githubBaseUri + term_list['database'] + '/' + term_list['database'] + '.csv' frame = pd.read_csv(data_url, na_filter=False) for index,row in frame.iterrows(): - row_list = [term_list['pref_ns_prefix'], term_list['pref_ns_uri'], row['term_localName'], row['label'], row['rdfs_comment'], row['dcterms_description'], row['examples'], row['term_modified'], row['term_deprecated'], row['rdf_type'], row['replaces_term'], row['replaces1_term']] + row_list = [term_list['pref_ns_prefix'], term_list['pref_ns_uri'], row['term_localName'], row['label'], row['rdfs_comment'], row['dcterms_description'], row['examples'], row['term_modified'], row['term_deprecated'], row['rdf_type'], row['tdwgutility_abcdEquivalence'], row['replaces_term'], row['replaces1_term']] #row_list = [term_list['pref_ns_prefix'], term_list['pref_ns_uri'], row['term_localName'], row['label'], row['definition'], row['usage'], row['notes'], row['term_modified'], row['term_deprecated'], row['type']] if vocab_type == 2: row_list += [row['controlled_value_string']] @@ -329,6 +330,12 @@ if True: #text += '\t\t\t' + createLinks(row['usage']) + '\n' text += '\t\t\n' + if row['tdwgutility_abcdEquivalence'] != '': + text += '\t\t\n' + text += '\t\t\tABCD equivalence\n' + text += '\t\t\t' + createLinks(row['tdwgutility_abcdEquivalence']) + '\n' + text += '\t\t\n' + if vocab_type == 2 or vocab_type ==3: # controlled vocabulary text += '\t\t\n' text += '\t\t\tControlled value\n' diff --git a/docs/list/index.md b/docs/list/index.md index bb90976..afa1eff 100644 --- a/docs/list/index.md +++ b/docs/list/index.md @@ -773,6 +773,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Tamias minimus` (valid name for Eutamias minimus). + + ABCD equivalence + not in ABCD + Type Property @@ -811,6 +815,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `8fa58e08-08de-4ac1-b69c-1235340b7001` + + ABCD equivalence + not in ABCD + Type Property @@ -853,6 +861,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Tamias minimus" valid name for "Eutamias minimus" + + ABCD equivalence + not in ABCD + Type Property @@ -891,6 +903,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the acceptedScientificName. + + ABCD equivalence + not in ABCD + Type Property @@ -929,6 +945,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The currently valid (zoological) or accepted (botanical) name for the ScientificName. + + ABCD equivalence + not in ABCD + Type Property @@ -967,6 +987,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A global unique identifier for the parent to the AcceptedTaxon. + + ABCD equivalence + not in ABCD + Type Property @@ -1009,6 +1033,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + ABCD equivalence + not in ABCD + Type Property @@ -1051,6 +1079,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Tamias minimus" valid name for "Eutamias minimus" + + ABCD equivalence + not in ABCD + Type Property @@ -1089,6 +1121,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the acceptedTaxonName. + + ABCD equivalence + not in ABCD + Type Property @@ -1131,6 +1167,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "not-for-profit use only". + + ABCD equivalence + DataSets/DataSet/Units/Unit/IPRStatements + Type Property @@ -1173,6 +1213,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `not-for-profit use only`, `https://www.fieldmuseum.org/field-museum-natural-history-conditions-and-suggested-norms-use-collections-data-and-images` + + ABCD equivalence + not in ABCD + Type Property @@ -1207,6 +1251,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Abstract term to attribute information to a source. + + ABCD equivalence + not in ABCD + Type Property @@ -1241,6 +1289,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Abstract term to capture error information about a measurement or fact. + + ABCD equivalence + 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 + Type Property @@ -1279,6 +1331,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://arctos.database.museum/media/10520962 | https://arctos.database.museum/media/10520964` + + ABCD equivalence + DataSets/DataSet/Units/Unit/MultimediaObjects + Type Property @@ -1321,6 +1377,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://arctos.database.museum/guid/MSB:Mamm:292063?seid=3175067 | http://arctos.database.museum/guid/MSB:Mamm:292063?seid=3177393 | http://arctos.database.museum/guid/MSB:Mamm:292063?seid=3177394 | http://arctos.database.museum/guid/MSB:Mamm:292063?seid=3177392 | http://arctos.database.museum/guid/MSB:Mamm:292063?seid=3609139` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + Type Property @@ -1367,6 +1427,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `"sibling of":"DMNS:Mamm http://arctos.database.museum/guid/DMNS:Mamm:14171"`, `"parent of":"MSB:Mamm http://arctos.database.museum/guid/MSB:Mamm:196208" | "parent of":"MSB:Mamm http://arctos.database.museum/guid/MSB:Mamm:196523" | "sibling of":"MSB:Mamm http://arctos.database.museum/guid/MSB:Mamm:142638"` + + ABCD equivalence + not in ABCD + Type Property @@ -1409,6 +1473,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://www.sciencemag.org/cgi/content/abstract/322/5899/261`, `Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.`, `Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.` + + ABCD equivalence + DataSets/DataSet/Units/Unit/UnitReferences + Type Property @@ -1451,6 +1519,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://www.ncbi.nlm.nih.gov/nuccore/U34853.1`, `http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + Type Property @@ -1489,6 +1561,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `"host":"Quercus alba"`, `"parasitoid of":"Cyclocephala signaticollis" | "predator of":"Apis mellifera"` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + Type Property @@ -1535,6 +1611,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Pinus abies" + + ABCD equivalence + not in ABCD + Type Property @@ -1573,6 +1653,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the basionym (botany) or basonym (bacteriology) of the scientificName. + + ABCD equivalence + not in ABCD + Type Property @@ -1615,6 +1699,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `PreservedSpecimen`, `FossilSpecimen`, `LivingSpecimen`, `MaterialSample`, `Event`, `HumanObservation`, `MachineObservation`, `Taxon`, `Occurrence` + + ABCD equivalence + DataSets/DataSet/Units/Unit/RecordBasis + Type Property @@ -1661,6 +1749,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Harlem coal` + + ABCD equivalence + not in ABCD + Type Property @@ -1699,6 +1791,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `roosting`, `foraging`, `running` + + ABCD equivalence + not in ABCD + Type Property @@ -1737,6 +1833,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -1779,6 +1879,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples Specimen example: `Museum of Vertebrate Zoology, UC Berkeley. MVZ Mammal Collection (Arctos). Record ID: http://arctos.database.museum/guid/MVZ:Mamm:165861?seid=101356. Source: http://ipt.vertnet.org:8080/ipt/resource.do?r=mvz_mammal`. Taxon example: `Oliver P. Pearson. 1985. Los tuco-tucos (genera Ctenomys) de los Parques Nacionales Lanin y Nahuel Huapi, Argentina Historia Natural, 5(37):337-343.`. + + ABCD equivalence + not in ABCD + Type Property @@ -1817,6 +1921,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Ctenomys sociabilis" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString + Type Property @@ -1855,6 +1963,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `145732`, `145732a`, `2008.1334`, `R-4313` + + ABCD equivalence + DataSets/DataSet/Units/Unit/UnitID + Type Property @@ -1889,6 +2001,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The numeric value of the catalogNumber, used to facilitate numerical sorting and searching by ranges. + + ABCD equivalence + DataSets/DataSet/Units/Unit/UnitIDNumeric + Type Property @@ -1927,6 +2043,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Mammalia`, `Hepaticopsida` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + Type Property @@ -1965,6 +2085,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Mammals`, `Hildebrandt`, `EBIRD`, `VP` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SourceID + Type Property @@ -2007,6 +2131,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://biocol.org/urn:lsid:biocol.org:col:1001`, `http://grbio.org/cool/p5fp-c036` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SourceID + Type Property @@ -2049,6 +2177,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Africa`, `Antarctica`, `Asia`, `Europe`, `North America`, `Oceania`, `South America` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + Type Property @@ -2087,6 +2219,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0.00001` (normal GPS limit for decimal degrees). `0.000278` (nearest second). `0.01667` (nearest minute). `1.0` (nearest degree). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + Type Property @@ -2125,6 +2261,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `30` (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time). `71` (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + Type Property @@ -2167,6 +2307,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Denmark`, `Colombia`, `España` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Country/Name + Type Property @@ -2209,6 +2353,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `AR`, `SV` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + Type Property @@ -2251,6 +2399,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Missoula`, `Los Lagos`, `Mataró` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + Type Property @@ -2289,6 +2441,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Coordinates generalized from original GPS coordinates to the nearest half degree grid cell`. + + ABCD equivalence + not in ABCD + Type Property @@ -2327,6 +2483,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -2361,6 +2521,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The category of information pertaining to a logical set of records. + + ABCD equivalence + DataSets/DataSet + Type Class @@ -2399,6 +2563,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `b15d4952-7d20-46f1-8a3e-556a512b04c5` + + ABCD equivalence + DataSets/DataSet/DataSetGUID + Type Property @@ -2437,6 +2605,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Grinnell Resurvey Mammals`, `Lacey Ctenomys Recaptures` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SourceID + Type Property @@ -2479,6 +2651,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + Type Property @@ -2521,6 +2697,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `9`, `28` + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + Type Property @@ -2559,6 +2739,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-41.0983423` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + Type Property @@ -2597,6 +2781,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-121.1761111` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + Type Property @@ -2639,6 +2827,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://rs.tdwg.org/dwcdoe/values/d003`, `http://rs.tdwg.org/dwcdoe/values/d005` + + ABCD equivalence + not in ABCD + Type Property @@ -2727,6 +2919,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -2769,6 +2965,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `in collection`, `missing`, `voucher elsewhere`, `duplicates elsewhere` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + Type Property @@ -2803,6 +3003,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. + + ABCD equivalence + not in ABCD + Type http://purl.org/dc/dcam/VocabularyEncodingScheme @@ -2845,6 +3049,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `{"heightInMeters":1.5}`, `{"tragusLengthInMeters":0.014, "weightInGrams":120}`, `{"natureOfID":"expert identification", "identificationEvidence":"cytochrome B sequence"}`, `{"relativeHumidity":28, "airTemperatureInCelsius":22, "sampleSizeInKilograms":10}`, `{"aspectHeading":277, "slopeInDegrees":6}`, `{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}` + + ABCD equivalence + not in ABCD + Type Property @@ -2887,6 +3095,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Atlantic`, `Boreal`, `Skullrockian` + + ABCD equivalence + not in ABCD + Type Property @@ -2929,6 +3141,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes 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]. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + Type Property @@ -2967,6 +3183,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Phanerozoic`, `Proterozoic` + + ABCD equivalence + not in ABCD + Type Property @@ -3005,6 +3225,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Holocene`, `Pleistocene`, `Ibexian Series` + + ABCD equivalence + not in ABCD + Type Property @@ -3043,6 +3267,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Cenozoic`, `Mesozoic` + + ABCD equivalence + not in ABCD + Type Property @@ -3081,6 +3309,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.6 of the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -3119,6 +3351,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Neogene`, `Tertiary`, `Quaternary` + + ABCD equivalence + not in ABCD + Type Property @@ -3157,6 +3393,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1` (1 January). `32` (1 February). `366` (31 December). `365` (30 December in a leap year, 31 December in a non-leap year). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + Type Property @@ -3199,6 +3439,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "12.0" (= noon), "13.5" (= 1:30pm) + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + Type Property @@ -3241,6 +3485,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `native`, `nativeReintroduced`, `introduced`, `introducedAssistedColonisation`, `vagrant`, `uncertain` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + Type Property @@ -3287,6 +3535,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://rs.tdwg.org/dwcem/values/e001`, `http://rs.tdwg.org/dwcem/values/e005` + + ABCD equivalence + not in ABCD + Type Property @@ -3329,6 +3581,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A specimen collection process. A camera trap image capture. A marine trawl. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering + Type Class @@ -3367,6 +3623,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Container class for information about attributes related to a given sampling event. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + Type Class @@ -3409,6 +3669,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "0.01", "normal distribution with variation of 2 m" + + ABCD equivalence + 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 + Type Property @@ -3451,6 +3715,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Robert Hijmans" + + ABCD equivalence + 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 + Type Property @@ -3493,6 +3761,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes 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]. + + ABCD equivalence + 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 + Type Property @@ -3531,6 +3803,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. + + ABCD equivalence + not in ABCD + Type Property @@ -3569,6 +3845,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "temperature taken at 15:00" + + ABCD equivalence + not in ABCD + Type Property @@ -3607,6 +3887,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + Type Property @@ -3653,6 +3937,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Temperature" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + Type Property @@ -3695,6 +3983,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "C" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + Type Property @@ -3737,6 +4029,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "22" + + ABCD equivalence + 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 + Type Property @@ -3779,6 +4075,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + Type Property @@ -3817,6 +4117,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `INBO:VIS:Ev:00009375` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Code + Type Property @@ -3855,6 +4159,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The category of information pertaining to measurements associated with an event. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + Type Class @@ -3897,6 +4205,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "0.01", "normal distribution with variation of 2 m" + + ABCD equivalence + 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 + Type Property @@ -3939,6 +4251,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Robert Hijmans" + + ABCD equivalence + 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 + Type Property @@ -3981,6 +4297,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + ABCD equivalence + 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 + Type Property @@ -4019,6 +4339,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. + + ABCD equivalence + not in ABCD + Type Property @@ -4061,6 +4385,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "temperature taken at 15:00" + + ABCD equivalence + not in ABCD + Type Property @@ -4103,6 +4431,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "temperature" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + Type Property @@ -4145,6 +4477,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "C" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + Type Property @@ -4187,6 +4523,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "22" + + ABCD equivalence + 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 + Type Property @@ -4225,6 +4565,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `After the recent rains the river is nearly at flood stage.` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Notes + Type Property @@ -4267,6 +4611,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `14:07-0600` (2:07pm in the time zone six hours earlier than UTC). `08:40:21Z` (8:40:21am UTC). `13:00:00Z/15:30:00Z` (the interval between 1pm UTC and 3:30pm UTC). + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + Type Property @@ -4305,6 +4653,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Felidae`, `Monocleaceae` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + Type Property @@ -4343,6 +4695,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes The subject is a dwc:Event instance and the object is a (possibly IRI-identified) resource that is the field notes. + + ABCD equivalence + not in ABCD + Type Property @@ -4381,6 +4737,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Notes available in the Grinnell-Miller Library.` + + ABCD equivalence + DataSets/DataSet/Units/Unit/FieldNotes + Type Property @@ -4419,6 +4779,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `RV Sol 87-03-08` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Code + Type Property @@ -4457,6 +4821,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes The subject is a (possibly IRI-identified) resource that is the field notes and the object is a dwc:Event instance. + + ABCD equivalence + not in ABCD + Type Property @@ -4499,6 +4867,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0`, `1`, `1.5708` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit + Type Property @@ -4537,6 +4909,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Degree",0.0174532925199433]]` (WKT for the standard WGS84 Spatial Reference System EPSG:4326). + + ABCD equivalence + not in ABCD + Type Property @@ -4575,6 +4951,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -4613,6 +4993,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -4651,6 +5035,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))` (the one-degree bounding box with opposite corners at longitude=10, latitude=20 and longitude=11, latitude=21) + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + Type Property @@ -4689,6 +5077,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Notch Peak Formation`, `House Limestone`, `Fillmore Formation` + + ABCD equivalence + not in ABCD + Type Property @@ -4727,6 +5119,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A body fossil. A coprolite. A gastrolith. An ichnofossil. A piece of a petrified tree. + + ABCD equivalence + RecordBasisEnum/FossileSpecimen + Type Class @@ -4769,6 +5165,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.7 of the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -4811,6 +5211,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell", "locality information given only to nearest county". + + ABCD equivalence + not in ABCD + Type Property @@ -4849,6 +5253,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Puma`, `Monoclea` + + ABCD equivalence + {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} + Type Property @@ -4891,6 +5299,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `EPSG:4326`, `WGS84`, `NAD27`, `Campo Inchauspe`, `European 1950`, `Clarke 1866`, `unknown` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + Type Property @@ -4933,6 +5345,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://epsg.io/4326` + + ABCD equivalence + not in ABCD + Type Property @@ -4971,6 +5387,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A lithostratigraphic layer. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy + Type Class @@ -5013,6 +5433,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://opencontext.org/subjects/e54377f7-4452-4315-b676-40679b10c4d9` + + ABCD equivalence + not in ABCD + Type Property @@ -5055,6 +5479,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Brad Millen (ROM)`, `Kristina Yamamoto | Janet Fang` + + ABCD equivalence + not in ABCD + Type Property @@ -5097,6 +5525,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -5139,6 +5571,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + not in ABCD + Type Property @@ -5181,6 +5617,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Georeferencing Quick Reference Guide (Zermoglio et al. 2020, https://doi.org/10.35035/e09p-h128)` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + Type Property @@ -5219,6 +5659,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -5257,6 +5701,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Assumed distance by road (Hwy. 101)`. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + Type Property @@ -5299,6 +5747,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://www.geonames.org/`, `USGS 1:24000 Florence Montana Quad 1967 | Terrametrics 2008 on Google Earth`, `GeoLocate` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + Type Property @@ -5341,6 +5793,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -5383,6 +5839,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `requires verification`, `verified by collector`, `verified by curator` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + Type Property @@ -5421,6 +5881,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -5459,6 +5923,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Bathurst`, `Lower Wealden` + + ABCD equivalence + not in ABCD + Type Property @@ -5497,6 +5965,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -5535,6 +6007,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `oak savanna`, `pre-cordilleran steppe` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Biotope/Text + Type Property @@ -5577,6 +6053,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Plantae | Tracheophyta | Magnoliopsida | Ranunculales | Ranunculaceae | Ranunculus`, `Animalia`, `Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys` + + ABCD equivalence + not in ABCD + Type Property @@ -5623,6 +6103,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `North Atlantic Ocean`. `South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos` (with accompanying values `South America` in continent, `Argentina` in country, `Neuquén` in stateProvince, and `Los Lagos` in county. + + ABCD equivalence + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + Type Property @@ -5669,6 +6153,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://vocab.getty.edu/tgn/1002002` (Antártida e Islas del Atlántico Sur, Territorio Nacional de la Tierra del Fuego, Argentina). + + ABCD equivalence + not in ABCD + Type Property @@ -5707,6 +6195,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys". + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + Type Property @@ -5741,6 +6233,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the taxon concept less specific than that given in the taxonConceptID. + + ABCD equivalence + not in ABCD + Type Property @@ -5779,6 +6275,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A global unique identifier for the parent to the taxon. + + ABCD equivalence + not in ABCD + Type Property @@ -5821,6 +6321,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + Type Property @@ -5859,6 +6363,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the name of the next higher rank than the scientificName in a taxonomic classification. See higherTaxonName. + + ABCD equivalence + not in ABCD + Type Property @@ -5897,6 +6405,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Blancan` + + ABCD equivalence + not in ABCD + Type Property @@ -5935,6 +6447,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples Evidence of an Occurrence taken from field notes or literature. A record of an Occurrence without physical evidence nor evidence captured with a machine. + + ABCD equivalence + RecordBasisEnum/HumanObservation + Type Class @@ -5977,6 +6493,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A subspecies determination of an organism. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification + Type Class @@ -6019,6 +6539,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "natureOfID=expert identification; identificationEvidence=cytochrome B sequence" + + ABCD equivalence + not in ABCD + Type Property @@ -6057,6 +6581,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `9992` + + ABCD equivalence + not in ABCD + Type Property @@ -6095,6 +6623,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -6133,6 +6665,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `aff. agrifolia var. oxyadenia` (for `Quercus aff. agrifolia var. oxyadenia` with accompanying values `Quercus` in genus, `agrifolia` in specificEpithet, `oxyadenia` in infraspecificEpithet, and `var.` in taxonRank. `cf. var. oxyadenia` for `Quercus agrifolia cf. var. oxyadenia` with accompanying values `Quercus` in genus, `agrifolia` in specificEpithet, `oxyadenia` in infraspecificEpithet, and `var.` in taxonRank. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + Type Property @@ -6179,6 +6715,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Aves del Noroeste Patagonico. Christie et al. 2004.`, `Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata). Herpetologica, 53(1), 30-49.` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/References + Type Property @@ -6221,6 +6761,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + Type Property @@ -6259,6 +6803,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. Recommended best practice is to use a controlled vocabulary such as that used in HISPID and ABCD. + + ABCD equivalence + not in ABCD + Type Property @@ -6301,6 +6849,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0` ("unverified" in HISPID/ABCD). + + ABCD equivalence + not in ABCD + Type Property @@ -6343,6 +6895,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -6385,6 +6941,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `James L. Patton`, `Theodore Pappenfuss | Robert Macey` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + Type Property @@ -6431,6 +6991,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI from a controlled registry. A "convenience property" that replaces literal-value terms related to collections and institutions. See Section 2.7.3 of the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -6469,6 +7033,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes A string literal name of the dataset can be provided using the term dwc:datasetName. See the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -6511,6 +7079,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://vocab.getty.edu/tgn/1019987` + + ABCD equivalence + not in ABCD + Type Property @@ -6549,6 +7121,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0`, `1`, `25` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + Type Property @@ -6591,6 +7167,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "U.amer. 44", "Smedley", "Orca J 23" + + ABCD equivalence + 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 + Type Property @@ -6637,6 +7217,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `location information not given for endangered species`, `collector identities withheld | ask about tissue samples` + + ABCD equivalence + DataSets/DataSet/Units/Unit/InformationWithheld + Type Property @@ -6675,6 +7259,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -6713,6 +7301,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `concolor`, `oxyadenia`, `sayi` + + ABCD equivalence + {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} + Type Property @@ -6751,6 +7343,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `MVZ`, `FMNH`, `CLO`, `UCMP` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SourceInstitutionID + Type Property @@ -6793,6 +7389,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://biocol.org/urn:lsid:biocol.org:col:34777`, `http://grbio.org/cool/km06-gtbn` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SourceInstitutionID + Type Property @@ -6835,6 +7435,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Nosy Be`, `Bikini Atoll`, `Vancouver`, `Viti Levu`, `Zanzibar` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + Type Property @@ -6877,6 +7481,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Alexander Archipelago`, `Archipiélago Diego Ramírez`, `Seychelles` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + Type Property @@ -6915,6 +7523,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Animalia`, `Archaea`, `Bacteria`, `Chromista`, `Fungi`, `Plantae`, `Protozoa`, `Viruses` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + Type Property @@ -6957,6 +7569,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `en` (for English), `es` (for Spanish) + + ABCD equivalence + not in ABCD + Type Property @@ -6999,6 +7615,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI from the Library of Congress ISO 639-2 scheme http://id.loc.gov/vocabulary/iso639-2 + + ABCD equivalence + not in ABCD + Type Property @@ -7041,6 +7661,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Atlantic`, `Boreal`, `Skullrockian` + + ABCD equivalence + not in ABCD + Type Property @@ -7083,6 +7707,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes 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]. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + Type Property @@ -7121,6 +7749,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Phanerozoic`, `Proterozoic` + + ABCD equivalence + not in ABCD + Type Property @@ -7159,6 +7791,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Holocene`, `Pleistocene`, `Ibexian Series` + + ABCD equivalence + not in ABCD + Type Property @@ -7197,6 +7833,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Cenozoic`, `Mesozoic` + + ABCD equivalence + not in ABCD + Type Property @@ -7235,6 +7875,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI from a controlled vocabulary. A "convenience property" that replaces Darwin Core literal-value terms related to geological context. See Section 2.7.6 of the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -7273,6 +7917,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Neogene`, `Tertiary`, `Quaternary` + + ABCD equivalence + not in ABCD + Type Property @@ -7311,6 +7959,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://creativecommons.org/publicdomain/zero/1.0/legalcode`, `http://creativecommons.org/licenses/by/4.0/legalcode` + + ABCD equivalence + not in ABCD + Type Property @@ -7353,6 +8005,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -7395,6 +8051,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `egg`, `eft`, `juvenile`, `adult` + + ABCD equivalence + 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 + Type Property @@ -7437,6 +8097,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Pleistocene-Weichselien` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms + Type Property @@ -7475,6 +8139,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A living plant in a botanical garden. A living animal in a zoo. + + ABCD equivalence + RecordBasisEnum/LivingSpecimen + Type Class @@ -7517,6 +8185,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)`. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + Type Property @@ -7555,6 +8227,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples The municipality of San Carlos de Bariloche, Río Negro, Argentina. The place defined by a georeference. + + ABCD equivalence + not in ABCD + Type Class @@ -7593,6 +8269,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Getty Thesaurus of Geographic Names`, `GADM` + + ABCD equivalence + not in ABCD + Type Property @@ -7631,6 +8311,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -7669,6 +8353,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "aspectheading=277; slopeindegrees=6" + + ABCD equivalence + not in ABCD + Type Property @@ -7707,6 +8395,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://opencontext.org/subjects/768A875F-E205-4D0B-DE55-BAB7598D0FD1` + + ABCD equivalence + not in ABCD + Type Property @@ -7745,6 +8437,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `under water since 2005` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + Type Property @@ -7783,6 +8479,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Maastrichtian` + + ABCD equivalence + not in ABCD + Type Property @@ -7821,6 +8521,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A photograph. A video. An audio recording. A remote sensing image. A Occurrence record based on telemetry. + + ABCD equivalence + RecordBasisEnum/MachineObservation + Type Class @@ -7863,6 +8567,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. + + ABCD equivalence + DataSets/DataSet/Units/Unit + Type Class @@ -7913,6 +8621,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `06809dc5-f143-459a-be1a-6f03e63fc083` + + ABCD equivalence + not in ABCD + Type Property @@ -7955,6 +8667,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0`, `200` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + Type Property @@ -7993,6 +8709,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-1.5` (below the surface). `4.2` (above the surface). For a 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: verbatimElevation: `300m` minimumElevationInMeters: `300`, maximumElevationInMeters: `300`, verbatimDepth: `20m`, minimumDepthInMeters: `20`, maximumDepthInMeters: `20`, minimumDistanceAboveSurfaceInMeters: `0`, maximumDistanceAboveSurfaceInMeters: `-1.5`. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + Type Property @@ -8031,6 +8751,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-205`, `1236` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + Type Property @@ -8069,6 +8793,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0.01`, `normal distribution with variation of 2 m` + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + Type Property @@ -8111,6 +8839,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Rob Guralnick`, `Peter Desmet | Stijn Van Hoey` + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + Type Property @@ -8153,6 +8885,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -8195,6 +8931,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime + Type Property @@ -8233,6 +8973,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `9c752d22-b09a-11e8-96f8-529269fb1459` + + ABCD equivalence + not in ABCD + Type Property @@ -8271,6 +9015,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -8309,6 +9057,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `minimum convex polygon around burrow entrances` (for a home range area). `barometric altimeter` (for an elevation). + + ABCD equivalence + /DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method + Type Property @@ -8351,6 +9103,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples The weight of an organism in grams. The number of placental scars. Surface water temperature in Celsius. + + ABCD equivalence + Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + Type Class @@ -8393,6 +9149,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `tip of tail missing` + + ABCD equivalence + not in ABCD + Type Property @@ -8435,6 +9195,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `tail length`, `temperature`, `trap line length`, `survey area`, `trap type` + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + Type Property @@ -8473,6 +9237,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -8515,6 +9283,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `mm`, `C`, `km`, `ha` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + Type Property @@ -8553,6 +9325,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use the International System of Units (SI). + + ABCD equivalence + not in ABCD + Type Property @@ -8591,6 +9367,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `45`, `20`, `1`, `14.5`, `UV-light` + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + Type Property @@ -8629,6 +9409,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Lava Dam Member`, `Hellnmaria Member` + + ABCD equivalence + not in ABCD + Type Property @@ -8667,6 +9451,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0`, `100` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + Type Property @@ -8705,6 +9493,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-1.5` (below the surface). `4.2` (above the surface). For a 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation: verbatimElevation: `300m` minimumElevationInMeters: `300`, maximumElevationInMeters: `300`, verbatimDepth: `20m`, minimumDepthInMeters: `20`, maximumDepthInMeters: `20`, minimumDistanceAboveSurfaceInMeters: `0`, maximumDistanceAboveSurfaceInMeters: `-1.5`. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + Type Property @@ -8743,6 +9535,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `-100`, `802` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + Type Property @@ -8785,6 +9581,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + not in ABCD + Type Property @@ -8827,6 +9627,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1` (January). `10` (October). + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + Type Property @@ -8869,6 +9673,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Holzminden`, `Araçatuba`, `Ga-Segonyana` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + Type Property @@ -8907,6 +9715,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.`, `Werner Greuter 2008`. `Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5` + + ABCD equivalence + not in ABCD + Type Property @@ -8949,6 +9761,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://doi.org/10.1016/S0269-915X(97)80026-2` + + ABCD equivalence + not in ABCD + Type Property @@ -8991,6 +9807,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "http://hdl.handle.net/10199/7" + + ABCD equivalence + not in ABCD + Type Property @@ -9029,6 +9849,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388`, `Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + Type Property @@ -9063,6 +9887,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. + + ABCD equivalence + not in ABCD + Type Property @@ -9101,6 +9929,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1915`, `2008` + + ABCD equivalence + not in ABCD + Type Property @@ -9147,6 +9979,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `ICN`, `ICZN`, `BC`, `ICNCP`, `BioCode` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + Type Property @@ -9185,6 +10021,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `nom. ambig.`, `nom. illeg.`, `nom. subnud.` + + ABCD equivalence + (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte + Type Property @@ -9223,6 +10063,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. + + ABCD equivalence + DataSets/DataSet/Units/Unit + Type Class @@ -9265,6 +10109,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts + Type Property @@ -9303,6 +10151,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861" + + ABCD equivalence + DataSets/DataSet/Units/Unit/RecordURI + Type Property @@ -9349,6 +10201,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://arctos.database.museum/guid/MSB:Mamm:233627`, `000866d2-c177-4648-a200-ead4007051b9`, `urn:catalog:UWBM:Bird:89776` + + ABCD equivalence + DataSets/DataSet/Units/Unit/UnitGUID + Type Property @@ -9383,6 +10239,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition The category of information pertaining to measurements accociated with an occurrence. + + ABCD equivalence + Datasets/Dataset/Units/Unit/MeasurementsOrFacts + Type Class @@ -9425,6 +10285,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "0.01", "normal distribution with variation of 2 m" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + Type Property @@ -9463,6 +10327,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Javier de la Torre" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + Type Property @@ -9505,6 +10373,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + Type Property @@ -9543,6 +10415,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the occurrence attribute. May be a global unique identifier or an identifier specific to the data set. + + ABCD equivalence + not in ABCD + Type Property @@ -9585,6 +10461,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "tip of tail missing" + + ABCD equivalence + not in ABCD + Type Property @@ -9627,6 +10507,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "tail length" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + Type Property @@ -9669,6 +10553,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "mm" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + Type Property @@ -9711,6 +10599,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "45" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + Type Property @@ -9749,6 +10641,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `found dead on road` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Notes + Type Property @@ -9791,6 +10687,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `present`, `absent` + + ABCD equivalence + not in ABCD + Type Property @@ -9829,6 +10729,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -9867,6 +10771,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Carnivora`, `Monocleales` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + Type Property @@ -9909,6 +10817,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A specific bird. A specific wolf pack. A specific instance of a bacterial culture. + + ABCD equivalence + not in ABCD + Type Class @@ -9951,6 +10863,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://arctos.database.museum/guid/WNMU:Mamm:1249` + + ABCD equivalence + not in ABCD + Type Property @@ -9993,6 +10909,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Huberta`, `Boab Prison Tree`, `J pod` + + ABCD equivalence + not in ABCD + Type Property @@ -10039,6 +10959,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `27` (organismQuantity) with `individuals` (organismQuantityType). `12.5` (organismQuantity) with `%biomass` (organismQuantityType). `r` (organismQuantity) with `BraunBlanquetScale` (organismQuantityType). + + ABCD equivalence + not in ABCD + Type Property @@ -10081,6 +11005,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes A dwc:organismQuantityType must have a corresponding dwc:organismQuantity. + + ABCD equivalence + not in ABCD + Type Property @@ -10123,6 +11051,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `27` (organismQuantity) with `individuals` (organismQuantityType). `12.5` (organismQuantity) with `%biomass` (organismQuantityType). `r` (organismQuantity) with `BraunBlanquetScale` (organismQuantityType). + + ABCD equivalence + not in ABCD + Type Property @@ -10165,6 +11097,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `One of a litter of six` + + ABCD equivalence + not in ABCD + Type Property @@ -10211,6 +11147,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `multicellular organism`, `virus`, `clone`, `pack`, `colony` + + ABCD equivalence + not in ABCD + Type Property @@ -10253,6 +11193,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Pinus abies`, `Gasterosteus saltatrix Linnaeus 1768` + + ABCD equivalence + not in ABCD + Type Property @@ -10291,6 +11235,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://www.gbif.org/species/2685484` + + ABCD equivalence + not in ABCD + Type Property @@ -10333,6 +11281,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `FMNH:Mammal:1234`, `NPS YELLO6778 | MBG 33424` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + Type Property @@ -10375,6 +11327,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `NPS`, `APN`, `InBio` + + ABCD equivalence + not in ABCD + Type Property @@ -10417,6 +11373,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `A1` (parentEventID to identify the main Whittaker Plot in nested samples, each with its own eventID - `A1:1`, `A1:2`). + + ABCD equivalence + not in ABCD + Type Property @@ -10459,6 +11419,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Rubiaceae`, `Gruiformes`, `Testudinae` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + Type Property @@ -10497,6 +11461,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `https://www.gbif.org/species/2684876` + + ABCD equivalence + not in ABCD + Type Property @@ -10539,6 +11507,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://rs.tdwg.org/dwcpw/values/p002`, `http://rs.tdwg.org/dwcpw/values/p046` + + ABCD equivalence + not in ABCD + Type Property @@ -10627,6 +11599,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Chordata` (phylum). `Bryophyta` (division). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + Type Property @@ -10669,6 +11645,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `0`, `1`, `1.5708` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + Type Property @@ -10711,6 +11691,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `fossil`, `cast`, `photograph`, `DNA extract`, `skin | skull | skeleton`, `whole animal (ETOH) | tissue (EDTA)` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + Type Property @@ -10757,6 +11741,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -10795,6 +11783,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples A plant on an herbarium sheet. A cataloged lot of fish in a jar. + + ABCD equivalence + RecordBasisEnum/PreservedSpecimen + Type Class @@ -10841,6 +11833,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Anthus correndera". + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + Type Property @@ -10883,6 +11879,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Chalepidae`, `Pinus abies`, `Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + Type Property @@ -10933,6 +11933,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `José E. Crespo`. `Oliver P. Pearson | Anita K. Pearson` (where the value in recordNumber `OPP 7101` corresponds to the collector number for the specimen in the field catalog of Oliver P. Pearson). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + Type Property @@ -10975,6 +11979,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -11013,6 +12021,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `OPP 7101` + + ABCD equivalence + DataSets/DataSet/Units/Unit/CollectorsFieldNumber + Type Property @@ -11051,6 +12063,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes The subject is a dwc:Occurrence and the object is a (possibly IRI-identified) resource that is the field notes. + + ABCD equivalence + not in ABCD + Type Property @@ -11089,6 +12105,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `http://arctos.database.museum/guid/MVZ:Mamm:165861?seid=101356`, `http://www.catalogueoflife.org/col/details/species/id/55501d5898c605670da76dee09746aa9` + + ABCD equivalence + not in ABCD + Type Property @@ -11131,6 +12151,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "PreservedSpecimen" + + ABCD equivalence + not in ABCD + Type Property @@ -11169,6 +12193,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `dc609808-b09b-11e8-96f8-529269fb1459` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + Type Property @@ -11207,6 +12235,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "StillImage", "MovingImage", "Sound", PhysicalObject", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation", "Location", "Taxonomy", "NomeclaturalChecklist", "Publication" + + ABCD equivalence + not in ABCD + Type Property @@ -11245,6 +12277,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Julie Woodruff` + + ABCD equivalence + not in ABCD + Type Property @@ -11287,6 +12323,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1963-03-08T14:07-0600` (8 Mar 1963 at 2:07pm in the time zone six hours earlier than UTC). `2009-02-20T08:40Z` (20 February 2009 8:40am UTC). `2018-08-29T15:19` (3:19pm local time on 29 August 2018). `1809-02-12` (some time during 12 February 1809). `1906-06` (some time in June 1906). `1971` (some time in the year 1971). `2007-03-01T13:00:00Z/2008-05-11T15:30:00Z` (some time during the interval between 1 March 2007 1pm UTC and 11 May 2008 3:30pm UTC). `1900/1909` (some time during the interval between the beginning of the year 1900 and the end of the year 1909). `2007-11-13/15` (some time in the interval between 13 November 2007 and 15 November 2007). + + ABCD equivalence + not in ABCD + Type Property @@ -11329,6 +12369,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `sameAs`, `duplicate of`, `mother of`, `endoparasite of`, `host to`, `sibling of`, `valid synonym of`, `located within` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + Type Property @@ -11367,6 +12411,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `mother and offspring collected from the same nest`, `pollinator captured in the act` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + Type Property @@ -11409,6 +12457,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `non-reproductive`, `pregnant`, `in bloom`, `fruit-bearing` + + ABCD equivalence + not in ABCD + Type Property @@ -11447,6 +12499,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -11485,6 +12541,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `f809b9e0-b09b-11e8-96f8-529269fb1459` + + ABCD equivalence + not in ABCD + Type Property @@ -11527,6 +12587,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples An instance of an Organism is the mother of another instance of an Organism. A uniquely identified Occurrence represents the same Occurrence as another uniquely identified Occurrence. A MaterialSample is a subsample of another MaterialSample. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Associations + Type Class @@ -11569,6 +12633,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `04b16710-b09c-11e8-96f8-529269fb1459` + + ABCD equivalence + not in ABCD + Type Property @@ -11611,6 +12679,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. + + ABCD equivalence + not in ABCD + Type Property @@ -11657,6 +12729,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `The Regents of the University of California` + + ABCD equivalence + not in ABCD + Type Property @@ -11695,6 +12771,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Container class for information about the results of a sampling event (specimen, observation, etc.) + + ABCD equivalence + DataSets/DataSet/Units/Unit + Type Class @@ -11729,6 +12809,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Container class for information about attributes related to a given sample. + + ABCD equivalence + Datasets/Dataset/Units/Unit/MeasurementsOrFacts + Type Class @@ -11771,6 +12855,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "0.01", "normal distribution with variation of 2 m" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + Type Property @@ -11813,6 +12901,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Javier de la Torre" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + Type Property @@ -11855,6 +12947,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes 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]. + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + Type Property @@ -11893,6 +12989,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "tip of tail missing" + + ABCD equivalence + not in ABCD + Type Property @@ -11935,6 +13035,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "mm" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + Type Property @@ -11977,6 +13081,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "45" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + Type Property @@ -12019,6 +13127,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "found dead on road" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Notes + Type Property @@ -12057,6 +13169,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes A sampleSizeUnit must have a corresponding sampleSizeValue. Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure http://www.wurvoc.org/vocabularies/om-1.8/ of SI units, derived units, or other non-SI units accepted for use within the SI. + + ABCD equivalence + not in ABCD + Type Property @@ -12099,6 +13215,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `minute`, `hour`, `day`, `metre`, `square metre`, `cubic metre` + + ABCD equivalence + not in ABCD + Type Property @@ -12145,6 +13265,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `5` for sampleSizeValue with `metre` for sampleSizeUnit. + + ABCD equivalence + not in ABCD + Type Property @@ -12183,6 +13307,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. + + ABCD equivalence + not in ABCD + Type Property @@ -12221,6 +13349,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "tail length" + + ABCD equivalence + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + Type Property @@ -12259,6 +13391,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `40 trap-nights`, `10 observer-hours`, `10 km by foot`, `30 km by car` + + ABCD equivalence + not in ABCD + Type Property @@ -12297,6 +13433,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Container class for information about the conditions and methods of acquisition of samples. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering + Type Class @@ -12335,6 +13475,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + Type Property @@ -12373,6 +13517,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Code + Type Property @@ -12411,6 +13559,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "found dead on road" + + ABCD equivalence + not in ABCD + Type Property @@ -12445,6 +13597,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition Container class for information about the location where a sampling event occurred. + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/LocalityText + Type Class @@ -12487,6 +13643,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "MVZ:LocID:12345" + + ABCD equivalence + not in ABCD + Type Property @@ -12529,6 +13689,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "under water since 2005" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + Type Property @@ -12567,6 +13731,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -12605,6 +13773,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `UV light trap`, `mist net`, `bottom trawl`, `ad hoc observation`, `point count`, `Penguins from space: faecal stains reveal the location of emperor penguin colonies, https://doi.org/10.1111/j.1466-8238.2009.00467.x`, `Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.`, `http://www.bsc-eoc.org/download/Owl.pdf` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Method + Type Property @@ -12643,6 +13815,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Coleoptera` (order). `Vespertilionidae` (family). `Manis` (genus). `Ctenomys sociabilis` (genus + specificEpithet). `Ambystoma tigrinum diaboli` (genus + specificEpithet + infraspecificEpithet). `Roptrocerus typographi (Györfi, 1952)` (genus + specificEpithet + scientificNameAuthorship), `Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell` (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + Type Property @@ -12685,6 +13861,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `(Torr.) J.T. Howell`, `(Martinovský) Tzvelev`, `(Györfi, 1952)` + + ABCD equivalence + {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} + Type Property @@ -12723,6 +13903,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `urn:lsid:ipni.org:names:37829-1:1.3` + + ABCD equivalence + not in ABCD + Type Property @@ -12769,6 +13953,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "subsp.", "var.", "forma", "species", "genus" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + Type Property @@ -12807,6 +13995,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -12849,6 +14041,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `female`, `male`, `hermaphrodite` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Sex + Type Property @@ -12891,6 +14087,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `concolor`, `gottschei` + + ABCD equivalence + {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} + Type Property @@ -12929,6 +14129,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1` (1 January). `366` (31 December), `365` (30 December in a leap year, 31 December in a non-leap year). + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + Type Property @@ -12971,6 +14175,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "12.0" (= noon), "13.5" (= 1:30pm) + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + Type Property @@ -13013,6 +14221,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Montana`, `Minas Gerais`, `Córdoba` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + Type Property @@ -13051,6 +14263,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Strobus`, `Amerigo`, `Pilosella` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + Type Property @@ -13089,6 +14305,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. + + ABCD equivalence + no simple equivalent in ABCD + Type Class @@ -13131,6 +14351,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# 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. + + ABCD equivalence + not in ABCD + Type Property @@ -13169,6 +14393,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Example: "iucnstatus=vulnerable; distribution=Neuquen, Argentina" + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString + Type Property @@ -13207,6 +14435,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `8fa58e08-08de-4ac1-b69c-1235340b7001` + + ABCD equivalence + not in ABCD + Type Property @@ -13245,6 +14477,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A global unique identifier for the taxon (name in a classification). + + ABCD equivalence + not in ABCD + Type Property @@ -13283,6 +14519,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `8fa58e08-08de-4ac1-b69c-1235340b7001`, `32567`, `https://www.gbif.org/species/212` + + ABCD equivalence + not in ABCD + Type Property @@ -13317,6 +14557,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Definition A unique identifier for the scientificName. + + ABCD equivalence + not in ABCD + Type Property @@ -13359,6 +14603,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `invalid`, `misapplied`, `homotypic synonym`, `accepted` + + ABCD equivalence + not in ABCD + Type Property @@ -13401,6 +14649,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `subspecies`, `varietas`, `forma`, `species`, `genus` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + Type Property @@ -13439,6 +14691,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `this name is a misspelling in common use` + + ABCD equivalence + not in ABCD + Type Property @@ -13477,6 +14733,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes A "convenience property" that replaces Darwin Core literal-value terms related to taxonomic entities. See Section 2.7.4 of the Darwin Core RDF Guide for details. + + ABCD equivalence + not in ABCD + Type Property @@ -13519,6 +14779,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `StillImage`, `MovingImage`, `Sound`, `PhysicalObject`, `Event`, `Text` + + ABCD equivalence + not in ABCD + Type Property @@ -13569,6 +14833,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes To provide a string literal value for type, use dc:type rather than this term. In accordance with the Darwin Core RDF guide, rdf:type should be used instead of this term to indicate an IRI value for type. + + ABCD equivalence + not in ABCD + Type Property @@ -13623,6 +14891,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388`, `holotype of Pinus abies | holotype of Picea abies` + + ABCD equivalence + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + Type Property @@ -13665,6 +14937,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -13703,6 +14979,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `41 05 54S 121 05 34W`, `17T 630000 4833400` + + ABCD equivalence + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + Type Property @@ -13745,6 +15025,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `decimal degrees`, `degrees decimal minutes`, `degrees minutes seconds`, `UTM` + + ABCD equivalence + (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + Type Property @@ -13783,6 +15067,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use a controlled vocabulary. Terms in the dwciri namespace are intended to be used in RDF with non-literal objects. + + ABCD equivalence + not in ABCD + Type Property @@ -13821,6 +15109,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `100-200 m` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + Type Property @@ -13859,6 +15151,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `100-200 m` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + Type Property @@ -13897,6 +15193,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `spring 1910`, `Marzo 2002`, `1999-03-XX`, `17IV1934` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + Type Property @@ -13935,6 +15235,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `41 05 54.03S` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + Type Property @@ -13973,6 +15277,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `25 km NNE Bariloche por R. Nac. 237` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + Type Property @@ -14011,6 +15319,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `121d 10' 34" W` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + Type Property @@ -14053,6 +15365,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex". + + ABCD equivalence + not in ABCD + Type Property @@ -14095,6 +15411,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `unknown`, `EPSG:4326`, `WGS84`, `NAD27`, `Campo Inchauspe`, `European 1950`, `Clarke 1866` + + ABCD equivalence + not in ABCD + Type Property @@ -14133,6 +15453,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Notes Recommended best practice is to use an IRI for the EPSG code of the SRS, if known. Otherwise use a controlled vocabulary IRI for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary IRI for the name or code of the ellipsoid, if known. + + ABCD equivalence + not in ABCD + Type Property @@ -14171,6 +15495,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Agamospecies`, `sub-lesus`, `prole`, `apomict`, `nothogrex`, `sp.`, `subsp.`, `var.` + + ABCD equivalence + not in ABCD + Type Property @@ -14209,6 +15537,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Andean Condor`, `Condor Andino`, `American Eagle`, `Gänsegeier` + + ABCD equivalence + not in ABCD + Type Property @@ -14255,6 +15587,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `Indian Ocean`, `Baltic Sea`, `Hudson River`, `Lago Nahuel Huapi` + + ABCD equivalence + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + Type Property @@ -14293,6 +15629,10 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](../rdf/# Examples `1160`, `2008` + + ABCD equivalence + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + Type Property