diff --git a/build/build-termlist.ipynb b/build/build-termlist.ipynb index ed08aa1..6fa1f8e 100644 --- a/build/build-termlist.ipynb +++ b/build/build-termlist.ipynb @@ -233,11 +233,9 @@ " if row['rdf_type'] == 'http://www.w3.org/2000/01/rdf-schema#Class':\n", " curie = row['pref_ns_prefix'] + \":\" + row['term_localName']\n", " curie_anchor = curie.replace(':','_')\n", - " text += '[' + curie + '](#' + curie_anchor + ')'\n", - " if row_index < len(terms_sorted_by_localname) - 1:\n", - " text += ' |'\n", - " text += '\\n'\n", - "text += '\\n'\n", + " text += '[' + curie + '](#' + curie_anchor + ') |\\n'\n", + "text = text[:len(text)-2] # remove final trailing vertical bar and newline\n", + "text += '\\n\\n' # put back removed newline\n", "\n", "for category in range(0,len(display_order)):\n", " text += '**' + display_label[category] + '**\\n'\n", @@ -252,11 +250,10 @@ " if row['rdf_type'] != 'http://www.w3.org/2000/01/rdf-schema#Class':\n", " curie = row['pref_ns_prefix'] + \":\" + row['term_localName']\n", " curie_anchor = curie.replace(':','_')\n", - " text += '[' + curie + '](#' + curie_anchor + ')'\n", - " if row_index < len(filtered_table) - 1:\n", - " text += ' |'\n", - " text += '\\n'\n", - " text += '\\n'\n", + " text += '[' + curie + '](#' + curie_anchor + ') |\\n'\n", + " text = text[:len(text)-2] # remove final trailing vertical bar and newline\n", + " text += '\\n\\n' # put back removed newline\n", + "\n", "index_by_name = text\n", "\n", "#print(index_by_name)\n", @@ -301,11 +298,9 @@ "for row_index,row in terms_sorted_by_label.iterrows():\n", " if row['rdf_type'] == 'http://www.w3.org/2000/01/rdf-schema#Class':\n", " curie_anchor = row['pref_ns_prefix'] + \"_\" + row['term_localName']\n", - " text += '[' + row['label'] + '](#' + curie_anchor + ')'\n", - " if row_index < len(terms_sorted_by_label) - 1:\n", - " text += ' |'\n", - " text += '\\n'\n", - "text += '\\n'\n", + " text += '[' + row['label'] + '](#' + curie_anchor + ') |\\n'\n", + "text = text[:len(text)-2] # remove final trailing vertical bar and newline\n", + "text += '\\n\\n' # put back removed newline\n", "\n", "for category in range(0,len(display_order)):\n", " if organized_in_categories:\n", @@ -320,11 +315,10 @@ " if row_index == 0 or (row_index != 0 and row['label'] != filtered_table.iloc[row_index - 1].loc['label']): # this is a hack to prevent duplicate labels\n", " if row['rdf_type'] != 'http://www.w3.org/2000/01/rdf-schema#Class':\n", " curie_anchor = row['pref_ns_prefix'] + \"_\" + row['term_localName']\n", - " text += '[' + row['label'] + '](#' + curie_anchor + ')'\n", - " if row_index < len(filtered_table) - 2 or (row_index == len(filtered_table) - 2 and row['label'] != filtered_table.iloc[row_index + 1].loc['label']):\n", - " text += ' |'\n", - " text += '\\n'\n", - " text += '\\n'\n", + " text += '[' + row['label'] + '](#' + curie_anchor + ') |\\n'\n", + " text = text[:len(text)-2] # remove final trailing vertical bar and newline\n", + " text += '\\n\\n' # put back removed newline\n", + "\n", "index_by_label = text\n", "print()\n", "\n", @@ -384,6 +378,7 @@ " uri = row['pref_ns_uri'] + row['term_localName']\n", " text += '\\t\\t\\t' + uri + '\\n'\n", " text += '\\t\\t\\n'\n", + " text += '\\t\\t\\n'\n", " text += '\\t\\t\\tModified\\n'\n", " text += '\\t\\t\\t' + row['term_modified'] + '\\n'\n", " text += '\\t\\t\\n'\n", diff --git a/docs/list/index.md b/docs/list/index.md index e0a7437..577c9e7 100644 --- a/docs/list/index.md +++ b/docs/list/index.md @@ -92,18 +92,18 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:SampleAttribute](#dwc_SampleAttribute) | [dwc:SamplingEvent](#dwc_SamplingEvent) | [dwc:SamplingLocation](#dwc_SamplingLocation) | -[dwc:Taxon](#dwc_Taxon) | +[dwc:Taxon](#dwc_Taxon) **Record level** [dwc:accordingTo](#dwc_accordingTo) | [dwc:accuracy](#dwc_accuracy) | -[dwc:DwCType](#dwc_DwCType) | +[dwc:DwCType](#dwc_DwCType) **Dublin Core legacy namespace** [dc:language](#dc_language) | -[dc:type](#dc_type) +[dc:type](#dc_type) **Dublin Core terms namespace** @@ -115,7 +115,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dcterms:references](#dcterms_references) | [dcterms:rights](#dcterms_rights) | [dcterms:rightsHolder](#dcterms_rightsHolder) | -[dcterms:type](#dcterms_type) +[dcterms:type](#dcterms_type) **Occurrence** @@ -143,7 +143,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:recordedBy](#dwc_recordedBy) | [dwc:recordNumber](#dwc_recordNumber) | [dwc:reproductiveCondition](#dwc_reproductiveCondition) | -[dwc:sex](#dwc_sex) +[dwc:sex](#dwc_sex) **Organism** @@ -153,11 +153,11 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:organismName](#dwc_organismName) | [dwc:organismRemarks](#dwc_organismRemarks) | [dwc:organismScope](#dwc_organismScope) | -[dwc:previousIdentifications](#dwc_previousIdentifications) +[dwc:previousIdentifications](#dwc_previousIdentifications) **Material Sample** -[dwc:materialSampleID](#dwc_materialSampleID) +[dwc:materialSampleID](#dwc_materialSampleID) **Event** @@ -183,7 +183,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:startDayOfYear](#dwc_startDayOfYear) | [dwc:StartTimeOfDay](#dwc_StartTimeOfDay) | [dwc:verbatimEventDate](#dwc_verbatimEventDate) | -[dwc:year](#dwc_year) +[dwc:year](#dwc_year) **Location** @@ -233,7 +233,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:verbatimLocality](#dwc_verbatimLocality) | [dwc:verbatimLongitude](#dwc_verbatimLongitude) | [dwc:verbatimSRS](#dwc_verbatimSRS) | -[dwc:waterBody](#dwc_waterBody) +[dwc:waterBody](#dwc_waterBody) **Geological Context** @@ -254,7 +254,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:latestPeriodOrHighestSystem](#dwc_latestPeriodOrHighestSystem) | [dwc:lithostratigraphicTerms](#dwc_lithostratigraphicTerms) | [dwc:lowestBiostratigraphicZone](#dwc_lowestBiostratigraphicZone) | -[dwc:member](#dwc_member) +[dwc:member](#dwc_member) **Identification** @@ -267,7 +267,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:identificationVerificationStatus](#dwc_identificationVerificationStatus) | [dwc:identifiedBy](#dwc_identifiedBy) | [dwc:PreviousIdentifications](#dwc_PreviousIdentifications) | -[dwc:typeStatus](#dwc_typeStatus) +[dwc:typeStatus](#dwc_typeStatus) **Taxon** @@ -325,7 +325,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:taxonRemarks](#dwc_taxonRemarks) | [dwc:verbatimScientificNameRank](#dwc_verbatimScientificNameRank) | [dwc:verbatimTaxonRank](#dwc_verbatimTaxonRank) | -[dwc:vernacularName](#dwc_vernacularName) +[dwc:vernacularName](#dwc_vernacularName) **Measurement or Fact** @@ -337,7 +337,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:measurementRemarks](#dwc_measurementRemarks) | [dwc:measurementType](#dwc_measurementType) | [dwc:measurementUnit](#dwc_measurementUnit) | -[dwc:measurementValue](#dwc_measurementValue) +[dwc:measurementValue](#dwc_measurementValue) **Resource Relationship** @@ -349,7 +349,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwc:relationshipOfResource](#dwc_relationshipOfResource) | [dwc:relationshipRemarks](#dwc_relationshipRemarks) | [dwc:resourceID](#dwc_resourceID) | -[dwc:resourceRelationshipID](#dwc_resourceRelationshipID) +[dwc:resourceRelationshipID](#dwc_resourceRelationshipID) **IRI-value terms** @@ -395,7 +395,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [dwciri:toTaxon](#dwciri_toTaxon) | [dwciri:typeStatus](#dwciri_typeStatus) | [dwciri:verbatimCoordinateSystem](#dwciri_verbatimCoordinateSystem) | -[dwciri:verbatimSRS](#dwciri_verbatimSRS) +[dwciri:verbatimSRS](#dwciri_verbatimSRS) ### 3.2 Index By Label @@ -425,18 +425,18 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Sample Attribute](#dwc_SampleAttribute) | [Sampling Event](#dwc_SamplingEvent) | [Sampling Location](#dwc_SamplingLocation) | -[Taxon](#dwc_Taxon) | +[Taxon](#dwc_Taxon) **Record level** [According To](#dwc_accordingTo) | [Accuracy](#dwc_accuracy) | -[Darwin Core Type](#dwc_DwCType) | +[Darwin Core Type](#dwc_DwCType) **Dublin Core legacy namespace** [Language](#dc_language) | -[Type](#dc_type) +[Type](#dc_type) **Dublin Core terms namespace** @@ -448,7 +448,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [References](#dcterms_references) | [Rights](#dcterms_rights) | [Rights Holder](#dcterms_rightsHolder) | -[Type](#dcterms_type) +[Type](#dcterms_type) **Occurrence** @@ -476,7 +476,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Record Number](#dwc_recordNumber) | [Recorded By](#dwc_recordedBy) | [Reproductive Condition](#dwc_reproductiveCondition) | -[Sex](#dwc_sex) +[Sex](#dwc_sex) **Organism** @@ -486,11 +486,11 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Organism Name](#dwc_organismName) | [Organism Remarks](#dwc_organismRemarks) | [Organism Scope](#dwc_organismScope) | -[Previous Identifications](#dwc_previousIdentifications) +[Previous Identifications](#dwc_previousIdentifications) **Material Sample** -[Material Sample ID](#dwc_materialSampleID) +[Material Sample ID](#dwc_materialSampleID) **Event** @@ -516,7 +516,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Start Day Of Year](#dwc_startDayOfYear) | [Start Time of Day](#dwc_StartTimeOfDay) | [Verbatim EventDate](#dwc_verbatimEventDate) | -[Year](#dwc_year) +[Year](#dwc_year) **Location** @@ -566,7 +566,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Verbatim Locality](#dwc_verbatimLocality) | [Verbatim Longitude](#dwc_verbatimLongitude) | [Verbatim SRS](#dwc_verbatimSRS) | -[Water Body](#dwc_waterBody) +[Water Body](#dwc_waterBody) **Geological Context** @@ -587,7 +587,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Latest Period Or Highest System](#dwc_latestPeriodOrHighestSystem) | [Lithostratigraphic Terms](#dwc_lithostratigraphicTerms) | [Lowest Biostratigraphic Zone](#dwc_lowestBiostratigraphicZone) | -[Member](#dwc_member) +[Member](#dwc_member) **Identification** @@ -600,7 +600,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Identification Verification Status](#dwc_identificationVerificationStatus) | [Identified By](#dwc_identifiedBy) | [Previous Identifications](#dwc_PreviousIdentifications) | -[Type Status](#dwc_typeStatus) +[Type Status](#dwc_typeStatus) **Taxon** @@ -656,7 +656,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Taxonomic Status](#dwc_taxonomicStatus) | [Verbatim Scientific Name Rank](#dwc_verbatimScientificNameRank) | [Verbatim Taxon Rank](#dwc_verbatimTaxonRank) | -[Vernacular Name](#dwc_vernacularName) +[Vernacular Name](#dwc_vernacularName) **Measurement or Fact** @@ -668,7 +668,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Measurement Remarks](#dwc_measurementRemarks) | [Measurement Type](#dwc_measurementType) | [Measurement Unit](#dwc_measurementUnit) | -[Measurement Value](#dwc_measurementValue) +[Measurement Value](#dwc_measurementValue) **Resource Relationship** @@ -680,7 +680,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [Relationship Of Resource](#dwc_relationshipOfResource) | [Relationship Remarks](#dwc_relationshipRemarks) | [Resource ID](#dwc_resourceID) | -[Resource Relationship ID](#dwc_resourceRelationshipID) +[Resource Relationship ID](#dwc_resourceRelationshipID) **IRI-value terms** @@ -726,7 +726,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// [To Taxon](#dwciri_toTaxon) | [Type Status (IRI)](#dwciri_typeStatus) | [Verbatim Coordinate System (IRI)](#dwciri_verbatimCoordinateSystem) | -[Verbatim SRS (IRI)](#dwciri_verbatimSRS) +[Verbatim SRS (IRI)](#dwciri_verbatimSRS) ## 4 Vocabulary @@ -740,6 +740,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -777,6 +778,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -814,6 +816,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -855,6 +858,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -892,6 +896,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -929,6 +934,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -966,6 +972,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1007,6 +1014,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1048,6 +1056,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1085,6 +1094,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1126,6 +1136,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1167,6 +1178,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1200,6 +1212,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1233,6 +1246,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1274,6 +1288,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1319,6 +1334,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1360,6 +1376,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1401,6 +1418,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1438,6 +1456,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1479,6 +1498,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1520,6 +1540,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1557,6 +1578,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1606,6 +1628,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1643,6 +1666,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1680,6 +1704,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1717,6 +1742,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1758,6 +1784,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1795,6 +1822,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1832,6 +1860,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1865,6 +1894,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1902,6 +1932,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1939,6 +1970,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -1980,6 +2012,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2021,6 +2054,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2058,6 +2092,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2095,6 +2130,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2136,6 +2172,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2177,6 +2214,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2218,6 +2256,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2255,6 +2294,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2292,6 +2332,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2325,6 +2366,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2362,6 +2404,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2399,6 +2442,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2444,6 +2488,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2481,6 +2526,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2518,6 +2564,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2555,6 +2602,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2592,6 +2640,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2633,6 +2682,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2666,6 +2716,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2711,6 +2762,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2748,6 +2800,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2789,6 +2842,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2826,6 +2880,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2863,6 +2918,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2900,6 +2956,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2937,6 +2994,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -2974,6 +3032,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3011,6 +3070,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3052,6 +3112,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3093,6 +3154,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3130,6 +3192,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3171,6 +3234,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3204,6 +3268,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3245,6 +3310,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3286,6 +3352,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3327,6 +3394,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3364,6 +3432,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3401,6 +3470,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3438,6 +3508,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3483,6 +3554,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3524,6 +3596,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3565,6 +3638,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3606,6 +3680,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3643,6 +3718,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3680,6 +3756,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3721,6 +3798,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3762,6 +3840,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3803,6 +3882,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3840,6 +3920,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3881,6 +3962,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3922,6 +4004,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -3963,6 +4046,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4004,6 +4088,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4041,6 +4126,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4082,6 +4168,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4119,6 +4206,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4156,6 +4244,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4193,6 +4282,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4230,6 +4320,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4267,6 +4358,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4308,6 +4400,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4345,6 +4438,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4382,6 +4476,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4419,6 +4514,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4456,6 +4552,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4493,6 +4590,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4534,6 +4632,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4571,6 +4670,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4612,6 +4712,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4649,6 +4750,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4690,6 +4792,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4731,6 +4834,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4772,6 +4876,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4809,6 +4914,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4854,6 +4960,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4891,6 +4998,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4936,6 +5044,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -4973,6 +5082,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5010,6 +5120,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5047,6 +5158,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5092,6 +5204,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5129,6 +5242,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5170,6 +5284,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5207,6 +5322,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5244,6 +5360,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5281,6 +5398,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5318,6 +5436,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5363,6 +5482,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5408,6 +5528,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5449,6 +5570,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5486,6 +5608,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5519,6 +5642,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5556,6 +5680,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5597,6 +5722,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5634,6 +5760,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5671,6 +5798,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5712,6 +5840,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5753,6 +5882,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5790,6 +5920,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5827,6 +5958,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5868,6 +6000,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5905,6 +6038,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5950,6 +6084,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -5987,6 +6122,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6024,6 +6160,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6069,6 +6206,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6118,6 +6256,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6155,6 +6294,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6192,6 +6332,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6229,6 +6370,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6270,6 +6412,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6307,6 +6450,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6356,6 +6500,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6393,6 +6538,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6430,6 +6576,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6467,6 +6614,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6504,6 +6652,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6545,6 +6694,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6586,6 +6736,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6627,6 +6778,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6664,6 +6816,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6709,6 +6862,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6750,6 +6904,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6787,6 +6942,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6828,6 +6984,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6865,6 +7022,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6902,6 +7060,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6939,6 +7098,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -6976,6 +7136,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7013,6 +7174,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7054,6 +7216,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7091,6 +7254,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7136,6 +7300,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7173,6 +7338,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7214,6 +7380,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7251,6 +7418,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7288,6 +7456,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7325,6 +7494,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7362,6 +7532,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7399,6 +7570,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7436,6 +7608,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7473,6 +7646,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7510,6 +7684,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7551,6 +7726,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7596,6 +7772,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7637,6 +7814,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7674,6 +7852,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7711,6 +7890,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7748,6 +7928,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7785,6 +7966,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7822,6 +8004,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7867,6 +8050,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7908,6 +8092,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7945,6 +8130,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -7982,6 +8168,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8019,6 +8206,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8064,6 +8252,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8101,6 +8290,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8138,6 +8328,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8179,6 +8370,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8220,6 +8412,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8257,6 +8450,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8294,6 +8488,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8331,6 +8526,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8368,6 +8564,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8405,6 +8602,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8442,6 +8640,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8487,6 +8686,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8524,6 +8724,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8565,6 +8766,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8606,6 +8808,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8643,6 +8846,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8684,6 +8888,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8721,6 +8926,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8754,6 +8960,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8795,6 +9002,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8836,6 +9044,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8873,6 +9082,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8914,6 +9124,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8951,6 +9162,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -8992,6 +9204,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9033,6 +9246,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9066,6 +9280,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9107,6 +9322,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9144,6 +9360,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9185,6 +9402,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9222,6 +9440,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9263,6 +9482,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9304,6 +9524,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9345,6 +9566,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9386,6 +9608,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9423,6 +9646,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9464,6 +9688,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9501,6 +9726,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9538,6 +9764,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9583,6 +9810,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9624,6 +9852,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9665,6 +9894,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9710,6 +9940,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9747,6 +9978,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9792,6 +10024,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9833,6 +10066,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9878,6 +10112,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9915,6 +10150,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9952,6 +10188,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -9997,6 +10234,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10034,6 +10272,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10079,6 +10318,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10116,6 +10356,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10153,6 +10394,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10190,6 +10432,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10231,6 +10474,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10280,6 +10524,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10317,6 +10562,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10358,6 +10604,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10399,6 +10646,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10448,6 +10696,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10485,6 +10734,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10530,6 +10780,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10567,6 +10818,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10604,6 +10856,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10645,6 +10898,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10682,6 +10936,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10719,6 +10974,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10756,6 +11012,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10793,6 +11050,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10834,6 +11092,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10875,6 +11134,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10912,6 +11172,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10953,6 +11214,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -10990,6 +11252,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11027,6 +11290,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11072,6 +11336,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11109,6 +11374,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11158,6 +11424,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11195,6 +11462,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11232,6 +11500,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11265,6 +11534,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11306,6 +11576,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11347,6 +11618,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11388,6 +11660,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11425,6 +11698,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11466,6 +11740,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11507,6 +11782,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11548,6 +11824,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11593,6 +11870,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11630,6 +11908,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11675,6 +11954,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11708,6 +11988,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11745,6 +12026,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11782,6 +12064,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11819,6 +12102,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11856,6 +12140,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11893,6 +12178,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11930,6 +12216,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -11963,6 +12250,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12004,6 +12292,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12045,6 +12334,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12082,6 +12372,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12119,6 +12410,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12160,6 +12452,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12197,6 +12490,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12238,6 +12532,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12279,6 +12574,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12316,6 +12612,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12361,6 +12658,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12398,6 +12696,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12435,6 +12734,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12476,6 +12776,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12517,6 +12818,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12554,6 +12856,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12595,6 +12898,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12632,6 +12936,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12669,6 +12974,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12706,6 +13012,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12743,6 +13050,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12780,6 +13088,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12813,6 +13122,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12854,6 +13164,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12895,6 +13206,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12932,6 +13244,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -12969,6 +13282,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13022,6 +13336,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13071,6 +13386,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13108,6 +13424,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13153,6 +13470,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13190,6 +13508,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13231,6 +13550,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13268,6 +13588,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13305,6 +13626,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13342,6 +13664,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13379,6 +13702,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13416,6 +13740,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13453,6 +13778,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13490,6 +13816,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13531,6 +13858,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13572,6 +13900,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13609,6 +13938,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13646,6 +13976,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13687,6 +14018,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// + @@ -13728,6 +14060,7 @@ Due to the requirements of [Section 1.4.3 of the Darwin Core RDF Guide](https:// +
Term IRI http://rs.tdwg.org/dwc/terms/acceptedNameUsage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/acceptedNameUsageID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/acceptedScientificName
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/acceptedScientificNameID
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/AcceptedTaxon
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/acceptedTaxonID
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/acceptedTaxonName
Modified 2009-07-06
Term IRI http://rs.tdwg.org/dwc/terms/acceptedTaxonNameID
Modified 2009-07-06
Term IRI http://rs.tdwg.org/dwc/terms/AccessConstraints
Modified 2009-09-21
Term IRI http://purl.org/dc/terms/accessRights
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/terms/accordingTo
Modified 2020-08-06
Term IRI http://rs.tdwg.org/dwc/terms/accuracy
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/associatedMedia
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/associatedOccurrences
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/associatedOrganisms
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/associatedReferences
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/associatedSequences
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/associatedTaxa
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/basionym
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/basionymID
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/basisOfRecord
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/bed
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/behavior
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/behavior
Modified 2017-10-06
Term IRI http://purl.org/dc/terms/bibliographicCitation
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/terms/binomial
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/catalogNumber
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/class
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/collectionCode
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/collectionID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/continent
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/coordinatePrecision
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/country
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/countryCode
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/county
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/dataGeneralizations
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/dataGeneralizations
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/Dataset
Modified 2009-09-11
Term IRI http://rs.tdwg.org/dwc/terms/datasetID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/datasetName
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/dateIdentified
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/day
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/decimalLatitude
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/decimalLongitude
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/disposition
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/disposition
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/DwCType
Modified 2014-10-23
Term IRI http://rs.tdwg.org/dwc/terms/dynamicProperties
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/EarliestDateCollected
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/earliestGeochronologicalEra
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/endDayOfYear
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/EndTimeOfDay
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/establishmentMeans
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/establishmentMeans
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/Event
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/EventAttribute
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeID
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/eventAttributes
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeType
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeUnit
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/EventAttributeValue
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/eventDate
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/eventID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/EventMeasurement
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementAccuracy
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedBy
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedDate
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementID
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementRemarks
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementType
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementUnit
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventMeasurementValue
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/eventRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/eventTime
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/family
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/fieldNotes
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/fieldNotes
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/fieldNumber
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/fieldNumber
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/footprintSpatialFit
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/footprintSRS
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/footprintSRS
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/iri/footprintWKT
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/footprintWKT
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/formation
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/FossilSpecimen
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/fromLithostratigraphicUnit
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/Generalizations
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/genus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/geodeticDatum
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/geodeticDatum
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/GeologicalContext
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/geologicalContextID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/georeferencedBy
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/georeferencedBy
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/georeferencedDate
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/georeferenceProtocol
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/georeferenceProtocol
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/georeferenceRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/georeferenceSources
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/georeferenceSources
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/georeferenceVerificationStatus
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/group
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/habitat
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/habitat
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/higherClassification
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/higherGeography
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/higherGeographyID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/HigherTaxon
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/higherTaxonconceptID
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/HigherTaxonID
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/higherTaxonName
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/higherTaxonNameID
Modified 2009-08-24
Term IRI http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/HumanObservation
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/Identification
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/identificationAttributes
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/identificationID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/identificationQualifier
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/identificationQualifier
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/identificationReferences
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/identificationRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/identificationVerificationStatus
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/identificationVerificationStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/identifiedBy
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/identifiedBy
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/iri/inCollection
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/iri/inDataset
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/iri/inDescribedPlace
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/individualCount
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/individualID
Modified 2014-10-23
Term IRI http://rs.tdwg.org/dwc/iri/informationWithheld
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/informationWithheld
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/infraspecificEpithet
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/institutionCode
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/institutionID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/island
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/islandGroup
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/kingdom
Modified 2017-10-06
Term IRI http://purl.org/dc/elements/1.1/language
Modified 2008-01-14
Term IRI http://purl.org/dc/terms/language
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/LatestDateCollected
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/latestGeochronologicalEra
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem
Modified 2017-10-06
Term IRI http://purl.org/dc/terms/license
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/iri/lifeStage
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/lifeStage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/LivingSpecimen
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/locality
Modified 2017-10-06
Term IRI http://purl.org/dc/terms/Location
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/terms/locationAccordingTo
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/locationAccordingTo
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/locationAttributes
Modified 2014-10-23
Term IRI http://rs.tdwg.org/dwc/terms/locationID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/locationRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/MachineObservation
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/MaterialSample
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/materialSampleID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/maximumDepthInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/maximumElevationInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/measurementAccuracy
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/measurementDeterminedBy
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/measurementDeterminedDate
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/measurementID
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/measurementMethod
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/measurementMethod
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/measurementRemarks
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/measurementType
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/measurementType
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/measurementUnit
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/iri/measurementUnit
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/measurementValue
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/member
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/minimumDepthInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/minimumElevationInMeters
Modified 2017-10-06
Term IRI http://purl.org/dc/terms/modified
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/month
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/municipality
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/nameAccordingTo
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/nameAccordingToID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/namePublicationID
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/namePublishedIn
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/namePublishedInID
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/namePublishedInYear
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/nomenclaturalCode
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/nomenclaturalStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/Occurrence
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceAttributes
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceDetails
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementAccuracy
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedBy
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedDate
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementID
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementRemarks
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementType
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementUnit
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceMeasurementValue
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/occurrenceStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/occurrenceStatus
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/order
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/Organism
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/organismID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/organismName
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/organismQuantity
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/organismQuantityType
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/organismQuantityType
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/organismRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/organismScope
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/originalNameUsage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/originalNameUsageID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/ownerInstitutionCode
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/parentEventID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/parentNameUsage
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/parentNameUsageID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/phylum
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/preparations
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/preparations
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/PreservedSpecimen
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/PreviousIdentifications
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/previousIdentifications
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/recordedBy
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/recordedBy
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/recordNumber
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/recordNumber
Modified 2015-03-27
Term IRI http://purl.org/dc/terms/references
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Modified 2009-01-26
Term IRI http://rs.tdwg.org/dwc/terms/relatedResourceID
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/relatedResourceType
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/relationshipAccordingTo
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate
Modified 2020-08-12
Term IRI http://rs.tdwg.org/dwc/terms/relationshipOfResource
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/relationshipRemarks
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/reproductiveCondition
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/reproductiveCondition
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/resourceID
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/ResourceRelationship
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/resourceRelationshipID
Modified 2018-09-06
Term IRI http://purl.org/dc/terms/rights
Modified 2008-01-14
Term IRI http://purl.org/dc/terms/rightsHolder
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/terms/Sample
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttribute
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeRemarks
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleAttributeValue
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SampleRemarks
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/sampleSizeUnit
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/sampleSizeUnit
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/sampleSizeValue
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/SamplingAttributeID
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingAttributeType
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/samplingEffort
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/SamplingEvent
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingEventID
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingLocation
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingLocationID
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Modified 2009-04-29
Term IRI http://rs.tdwg.org/dwc/iri/samplingProtocol
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/samplingProtocol
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/scientificName
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/scientificNameAuthorship
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/scientificNameID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/scientificNameRank
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/iri/sex
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/sex
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/specificEpithet
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/startDayOfYear
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/StartTimeOfDay
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/stateProvince
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/subgenus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/Taxon
Modified 2018-09-06
Term IRI http://rs.tdwg.org/dwc/terms/taxonAccordingTo
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/taxonAttributes
Modified 2009-10-09
Term IRI http://rs.tdwg.org/dwc/terms/taxonConceptID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/TaxonID
Modified 2009-04-24
Term IRI http://rs.tdwg.org/dwc/terms/taxonID
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/taxonNameID
Modified 2009-07-06
Term IRI http://rs.tdwg.org/dwc/terms/taxonomicStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/taxonRank
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/taxonRemarks
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/toTaxon
Modified 2015-03-27
Term IRI http://purl.org/dc/terms/type
Modified 2008-01-14
Term IRI http://purl.org/dc/elements/1.1/type
Modified 2008-01-14
Term IRI http://rs.tdwg.org/dwc/iri/typeStatus
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/typeStatus
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimCoordinates
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/verbatimCoordinateSystem
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/verbatimDepth
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimElevation
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimEventDate
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimLatitude
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimLocality
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimLongitude
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/verbatimScientificNameRank
Modified 2009-09-21
Term IRI http://rs.tdwg.org/dwc/terms/verbatimSRS
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/iri/verbatimSRS
Modified 2015-03-27
Term IRI http://rs.tdwg.org/dwc/terms/verbatimTaxonRank
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/vernacularName
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/waterBody
Modified 2017-10-06
Term IRI http://rs.tdwg.org/dwc/terms/year
Modified 2017-10-06