rdf-vocab 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2679 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ To use the stylesheet to make the RDF more readable in a web browser,
4
+ uncomment one of the the following stylesheet references:
5
+ <?xml-stylesheet type="text/xsl" href="human.xsl"?>
6
+ <?xml-stylesheet type="text/xsl" href="http://rs.tdwg.org/dwc/rdf/human.xsl"?>
7
+ -->
8
+ <!DOCTYPE rdf:RDF [
9
+
10
+ <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
11
+ <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
12
+ <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
13
+ <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
14
+ <!ENTITY dwcattributesns 'http://rs.tdwg.org/dwc/terms/attributes/'>
15
+ <!--
16
+ <!ENTITY skosns 'http://www.w3.org/2004/02/skos/core#'>
17
+ <!ENTITY vsns 'http://www.w3.org/2003/06/sw-vocab-status/ns#'>
18
+ -->
19
+ ]>
20
+ <rdf:RDF
21
+ xmlns:dwcattributes="http://rs.tdwg.org/dwc/terms/attributes/"
22
+ xmlns:dcterms="http://purl.org/dc/terms/"
23
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
24
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
25
+ xml:base="http://rs.tdwg.org/dwc/terms/">
26
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/">
27
+ <dcterms:title xml:lang="en">Darwin Core Recommended Terms</dcterms:title>
28
+ <rdfs:comment>This document contains a list of Darwin Core terms that have the dwcattributes:status equal to "recommended". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues</rdfs:comment>
29
+ <dcterms:publisher xml:lang="en">Biodiversity Information Standards (TDWG)</dcterms:publisher>
30
+ <dcterms:modified>2014-12-05</dcterms:modified>
31
+ </rdf:Description>
32
+ <!--
33
+ Each RDF description uses the following:
34
+ rdfs:label
35
+ rdfs:comment
36
+ dcterms:description
37
+ rdfs:isDefinedBy
38
+ dcterms:issued
39
+ dcterms:modified
40
+ rdf:type
41
+ dcterms:hasVersion
42
+ rdfs:range
43
+ rdfs:subPropertyOf
44
+ dcterms:replaces
45
+ rdfs:seeAlso (for ABCD mapping)
46
+ dwcattributes:status
47
+ dwcattributes:decision
48
+
49
+ // potentially useful
50
+ rdfs:domain
51
+ skos = http://www.w3.org/2004/02/skos/core#
52
+ skos:example
53
+ vs = http://www.w3.org/2003/06/sw-vocab-status/ns#
54
+ vs:term_status
55
+ -->
56
+ <!-- Mutable RDF goes here -->
57
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/acceptedNameUsage">
58
+ <rdfs:label xml:lang="en">Accepted Name Usage</rdfs:label>
59
+ <rdfs:comment xml:lang="en">The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.</rdfs:comment>
60
+ <dcterms:description xml:lang="en">Example: "Tamias minimus" valid name for "Eutamias minimus"</dcterms:description>
61
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
62
+ <dcterms:issued>2008-11-19</dcterms:issued>
63
+ <dcterms:modified>2009-09-21</dcterms:modified>
64
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
65
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#acceptedNameUsage-2009-09-21"/>
66
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/acceptedScientificName-2009-07-06"/>
67
+ <dwcattributes:status>recommended</dwcattributes:status>
68
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
69
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
70
+ </rdf:Description>
71
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID">
72
+ <rdfs:label xml:lang="en">Accepted Name Usage ID</rdfs:label>
73
+ <rdfs:comment xml:lang="en">An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.</rdfs:comment>
74
+ <dcterms:description xml:lang="en">Example: "8fa58e08-08de-4ac1-b69c-1235340b7001"</dcterms:description>
75
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
76
+ <dcterms:issued>2009-01-21</dcterms:issued>
77
+ <dcterms:modified>2009-09-21</dcterms:modified>
78
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
79
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#acceptedNameUsageID-2009-09-21"/>
80
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
81
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/acceptedTaxonID-2009-08-24"/>
82
+ <dwcattributes:status>recommended</dwcattributes:status>
83
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
84
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
85
+ </rdf:Description>
86
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/accordingTo">
87
+ <rdfs:label xml:lang="en">According To</rdfs:label>
88
+ <rdfs:comment xml:lang="en">Abstract term to attribute information to a source.</rdfs:comment>
89
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
90
+ <dcterms:issued>2009-01-21</dcterms:issued>
91
+ <dcterms:modified>2009-01-21</dcterms:modified>
92
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
93
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#accordingTo-2009-01-21"/>
94
+ <dwcattributes:status>recommended</dwcattributes:status>
95
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
96
+ </rdf:Description>
97
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedMedia">
98
+ <rdfs:label xml:lang="en">Associated Media</rdfs:label>
99
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.</rdfs:comment>
100
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG", "http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg".</dcterms:description>
101
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
102
+ <dcterms:issued>2008-11-19</dcterms:issued>
103
+ <dcterms:modified>2014-10-23</dcterms:modified>
104
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
105
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedMedia-2014-10-23"/>
106
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/associatedMedia-2009-04-24"/>
107
+ <dwcattributes:status>recommended</dwcattributes:status>
108
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
109
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/MultimediaObjects</dwcattributes:abcdEquivalence>
110
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
111
+ </rdf:Description>
112
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedOccurrences">
113
+ <rdfs:label xml:lang="en">Associated Occurrences</rdfs:label>
114
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.</rdfs:comment>
115
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | ').</dcterms:description>
116
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
117
+ <dcterms:issued>2008-11-19</dcterms:issued>
118
+ <dcterms:modified>2014-10-23</dcterms:modified>
119
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
120
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedOccurrences-2014-10-23"/>
121
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/associatedOccurrences-2009-04-24"/>
122
+ <dwcattributes:status>recommended</dwcattributes:status>
123
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
124
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID</dwcattributes:abcdEquivalence>
125
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
126
+ </rdf:Description>
127
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedOrganisms">
128
+ <rdfs:label xml:lang="en">Associated Organisms</rdfs:label>
129
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.</rdfs:comment>
130
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "sibling of MXA-232", "mother of MXA-231 | mother of MXA-232"</dcterms:description>
131
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
132
+ <dcterms:issued>2014-10-23</dcterms:issued>
133
+ <dcterms:modified>2014-10-23</dcterms:modified>
134
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
135
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedOrganisms-2014-10-23"/>
136
+ <dwcattributes:status>recommended</dwcattributes:status>
137
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
138
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
139
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
140
+ </rdf:Description>
141
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedReferences">
142
+ <rdfs:label xml:lang="en">Associated References</rdfs:label>
143
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.</rdfs:comment>
144
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.", "Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.".</dcterms:description>
145
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
146
+ <dcterms:issued>2008-11-19</dcterms:issued>
147
+ <dcterms:modified>2014-10-23</dcterms:modified>
148
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
149
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedReferences-2014-10-23"/>
150
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/associatedReferences-2009-04-24"/>
151
+ <dwcattributes:status>recommended</dwcattributes:status>
152
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
153
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/UnitReferences</dwcattributes:abcdEquivalence>
154
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
155
+ </rdf:Description>
156
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedSequences">
157
+ <rdfs:label xml:lang="en">Associated Sequences</rdfs:label>
158
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.</rdfs:comment>
159
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.ncbi.nlm.nih.gov/nuccore/U34853.1", "http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093".</dcterms:description>
160
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
161
+ <dcterms:issued>2008-11-19</dcterms:issued>
162
+ <dcterms:modified>2014-10-23</dcterms:modified>
163
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
164
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedSequences-2014-10-23"/>
165
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/associatedSequences-2009-04-24"/>
166
+ <dwcattributes:status>recommended</dwcattributes:status>
167
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
168
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant</dwcattributes:abcdEquivalence>
169
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
170
+ </rdf:Description>
171
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/associatedTaxa">
172
+ <rdfs:label xml:lang="en">Associated Taxa</rdfs:label>
173
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.</rdfs:comment>
174
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: "host: Quercus alba", "parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera".</dcterms:description>
175
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
176
+ <dcterms:issued>2008-11-19</dcterms:issued>
177
+ <dcterms:modified>2014-10-23</dcterms:modified>
178
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
179
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#associatedTaxa-2014-10-23"/>
180
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/associatedTaxa-2009-04-24"/>
181
+ <dwcattributes:status>recommended</dwcattributes:status>
182
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
183
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa</dwcattributes:abcdEquivalence>
184
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
185
+ </rdf:Description>
186
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/basisOfRecord">
187
+ <rdfs:label xml:lang="en">Basis of Record</rdfs:label>
188
+ <rdfs:comment xml:lang="en">The specific nature of the data record.</rdfs:comment>
189
+ <dcterms:description xml:lang="en">Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation"</dcterms:description>
190
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
191
+ <dcterms:issued>2008-11-19</dcterms:issued>
192
+ <dcterms:modified>2014-10-23</dcterms:modified>
193
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
194
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#basisOfRecord-2014-10-23"/>
195
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/basisOfRecord-2009-12-07"/>
196
+ <dwcattributes:status>recommended</dwcattributes:status>
197
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
198
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/RecordBasis</dwcattributes:abcdEquivalence>
199
+ <dwcattributes:organizedInClass rdf:resource="all"/>
200
+ </rdf:Description>
201
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/bed">
202
+ <rdfs:label xml:lang="en">Bed</rdfs:label>
203
+ <rdfs:comment xml:lang="en">The full name of the lithostratigraphic bed from which the cataloged item was collected.</rdfs:comment>
204
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
205
+ <dcterms:issued>2009-04-24</dcterms:issued>
206
+ <dcterms:modified>2009-07-06</dcterms:modified>
207
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
208
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#bed-2009-04-24"/>
209
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Bed-2005-07-03"/>
210
+ <dwcattributes:status>recommended</dwcattributes:status>
211
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
212
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
213
+ </rdf:Description>
214
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/behavior">
215
+ <rdfs:label xml:lang="en">Behavior</rdfs:label>
216
+ <rdfs:comment xml:lang="en">A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
217
+ <dcterms:description xml:lang="en">Examples: "roosting", "foraging", "running"</dcterms:description>
218
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
219
+ <dcterms:issued>2009-03-06</dcterms:issued>
220
+ <dcterms:modified>2009-04-24</dcterms:modified>
221
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
222
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#behavior-2009-04-24"/>
223
+ <dwcattributes:status>recommended</dwcattributes:status>
224
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
225
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
226
+ </rdf:Description>
227
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/catalogNumber">
228
+ <rdfs:label xml:lang="en">Catalog Number</rdfs:label>
229
+ <rdfs:comment xml:lang="en">An identifier (preferably unique) for the record within the data set or collection.</rdfs:comment>
230
+ <dcterms:description xml:lang="en">Examples: "2008.1334", "145732a", "145732"</dcterms:description>
231
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
232
+ <dcterms:issued>2008-11-19</dcterms:issued>
233
+ <dcterms:modified>2009-04-24</dcterms:modified>
234
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
235
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#catalogNumber-2009-04-24"/>
236
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/CatalogNumber-2007-04-17"/>
237
+ <dwcattributes:status>recommended</dwcattributes:status>
238
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/UnitID</dwcattributes:abcdEquivalence>
239
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
240
+ </rdf:Description>
241
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/class">
242
+ <rdfs:label xml:lang="en">Class</rdfs:label>
243
+ <rdfs:comment xml:lang="en">The full scientific name of the class in which the taxon is classified.</rdfs:comment>
244
+ <dcterms:description xml:lang="en">Examples: "Mammalia", "Hepaticopsida"</dcterms:description>
245
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
246
+ <dcterms:issued>2008-11-19</dcterms:issued>
247
+ <dcterms:modified>2009-08-24</dcterms:modified>
248
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
249
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#class-2009-08-24"/>
250
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/class-2009-04-24"/>
251
+ <dwcattributes:status>recommended</dwcattributes:status>
252
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis</dwcattributes:abcdEquivalence>
253
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
254
+ </rdf:Description>
255
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/collectionCode">
256
+ <rdfs:label xml:lang="en">Collection Code</rdfs:label>
257
+ <rdfs:comment xml:lang="en">The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.</rdfs:comment>
258
+ <dcterms:description xml:lang="en">Examples: "Mammals", "Hildebrandt", "eBird"</dcterms:description>
259
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
260
+ <dcterms:issued>2008-11-19</dcterms:issued>
261
+ <dcterms:modified>2013-10-04</dcterms:modified>
262
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
263
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#collectionCode-2009-09-11"/>
264
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/collectionCode-2009-08-24"/>
265
+ <dwcattributes:status>recommended</dwcattributes:status>
266
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SourceID</dwcattributes:abcdEquivalence>
267
+ <dwcattributes:organizedInClass rdf:resource="all"/>
268
+ </rdf:Description>
269
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/collectionID">
270
+ <rdfs:label xml:lang="en">Collection ID</rdfs:label>
271
+ <rdfs:comment xml:lang="en">An identifier for the collection or dataset from which the record was derived.</rdfs:comment>
272
+ <dcterms:description xml:lang="en">For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036".</dcterms:description>
273
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
274
+ <dcterms:issued>2008-11-19</dcterms:issued>
275
+ <dcterms:modified>2014-10-23</dcterms:modified>
276
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
277
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#collectionID-2009-09-11"/>
278
+ <dwcattributes:status>recommended</dwcattributes:status>
279
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SourceID</dwcattributes:abcdEquivalence>
280
+ <dwcattributes:organizedInClass rdf:resource="all"/>
281
+ </rdf:Description>
282
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/continent">
283
+ <rdfs:label xml:lang="en">Continent</rdfs:label>
284
+ <rdfs:comment xml:lang="en">The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
285
+ <dcterms:description xml:lang="en">Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America"</dcterms:description>
286
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
287
+ <dcterms:issued>2008-11-19</dcterms:issued>
288
+ <dcterms:modified>2013-10-04</dcterms:modified>
289
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
290
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#continent-2009-04-24"/>
291
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Continent-2007-04-17"/>
292
+ <dwcattributes:status>recommended</dwcattributes:status>
293
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent</dwcattributes:abcdEquivalence>
294
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
295
+ </rdf:Description>
296
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/coordinatePrecision">
297
+ <rdfs:label xml:lang="en">Coordinate Precision</rdfs:label>
298
+ <rdfs:comment xml:lang="en">A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.</rdfs:comment>
299
+ <dcterms:description xml:lang="en">Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree)</dcterms:description>
300
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
301
+ <dcterms:issued>2008-11-19</dcterms:issued>
302
+ <dcterms:modified>2009-04-24</dcterms:modified>
303
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
304
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#coordinatePrecision-2009-04-24"/>
305
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/CoordinatePrecision-2003-06-13"/>
306
+ <dwcattributes:status>recommended</dwcattributes:status>
307
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement</dwcattributes:abcdEquivalence>
308
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
309
+ </rdf:Description>
310
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters">
311
+ <rdfs:label xml:lang="en">Coordinate Uncertainty In Meters</rdfs:label>
312
+ <rdfs:comment xml:lang="en">The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term.</rdfs:comment>
313
+ <dcterms:description xml:lang="en">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).</dcterms:description>
314
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
315
+ <dcterms:issued>2008-11-19</dcterms:issued>
316
+ <dcterms:modified>2009-04-24</dcterms:modified>
317
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
318
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#coordinateUncertaintyInMeters-2009-04-24"/>
319
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/CoordinateUncertaintyInMeters-2007-04-17"/>
320
+ <dwcattributes:status>recommended</dwcattributes:status>
321
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters</dwcattributes:abcdEquivalence>
322
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
323
+ </rdf:Description>
324
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/country">
325
+ <rdfs:label xml:lang="en">Country</rdfs:label>
326
+ <rdfs:comment xml:lang="en">The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
327
+ <dcterms:description xml:lang="en">Examples: "Denmark", "Colombia", "España"</dcterms:description>
328
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
329
+ <dcterms:issued>2008-11-19</dcterms:issued>
330
+ <dcterms:modified>2009-04-24</dcterms:modified>
331
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
332
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#country-2009-04-24"/>
333
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Country-2007-04-17"/>
334
+ <dwcattributes:status>recommended</dwcattributes:status>
335
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Country/Name</dwcattributes:abcdEquivalence>
336
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
337
+ </rdf:Description>
338
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/countryCode">
339
+ <rdfs:label xml:lang="en">Country Code</rdfs:label>
340
+ <rdfs:comment xml:lang="en">The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.</rdfs:comment>
341
+ <dcterms:description xml:lang="en">Examples: "AR" for Argentina, "SV" for El Salvador</dcterms:description>
342
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
343
+ <dcterms:issued>2008-11-19</dcterms:issued>
344
+ <dcterms:modified>2009-04-24</dcterms:modified>
345
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
346
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#countryCode-2009-04-24"/>
347
+ <dwcattributes:status>recommended</dwcattributes:status>
348
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code</dwcattributes:abcdEquivalence>
349
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
350
+ </rdf:Description>
351
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/county">
352
+ <rdfs:label xml:lang="en">County</rdfs:label>
353
+ <rdfs:comment xml:lang="en">The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.</rdfs:comment>
354
+ <dcterms:description xml:lang="en">Examples: "Missoula", "Los Lagos", "Mataró"</dcterms:description>
355
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
356
+ <dcterms:issued>2008-11-19</dcterms:issued>
357
+ <dcterms:modified>2009-04-24</dcterms:modified>
358
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
359
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#county-2009-04-24"/>
360
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/County-2007-04-17"/>
361
+ <dwcattributes:status>recommended</dwcattributes:status>
362
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County</dwcattributes:abcdEquivalence>
363
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
364
+ </rdf:Description>
365
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/dataGeneralizations">
366
+ <rdfs:label xml:lang="en">Data Generalizations</rdfs:label>
367
+ <rdfs:comment xml:lang="en">Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.</rdfs:comment>
368
+ <dcterms:description xml:lang="en">Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell"</dcterms:description>
369
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
370
+ <dcterms:issued>2008-11-19</dcterms:issued>
371
+ <dcterms:modified>2009-04-24</dcterms:modified>
372
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
373
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#dataGeneralizations-2009-04-24"/>
374
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Generalizations-2008-11-19"/>
375
+ <dwcattributes:status>recommended</dwcattributes:status>
376
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
377
+ <dwcattributes:organizedInClass rdf:resource="all"/>
378
+ </rdf:Description>
379
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/datasetID">
380
+ <rdfs:label xml:lang="en">Dataset ID</rdfs:label>
381
+ <rdfs:comment xml:lang="en">An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.</rdfs:comment>
382
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
383
+ <dcterms:issued>2008-11-19</dcterms:issued>
384
+ <dcterms:modified>2009-09-11</dcterms:modified>
385
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
386
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#datasetID-2009-09-11"/>
387
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
388
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/datasetID-2009-04-24"/>
389
+ <dwcattributes:status>recommended</dwcattributes:status>
390
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/DataSetGUID</dwcattributes:abcdEquivalence>
391
+ <dwcattributes:organizedInClass rdf:resource="all"/>
392
+ </rdf:Description>
393
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/datasetName">
394
+ <rdfs:label xml:lang="en">Dataset Name</rdfs:label>
395
+ <rdfs:comment xml:lang="en">The name identifying the data set from which the record was derived.</rdfs:comment>
396
+ <dcterms:description xml:lang="en">Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures"</dcterms:description>
397
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
398
+ <dcterms:issued>2009-09-11</dcterms:issued>
399
+ <dcterms:modified>2009-09-11</dcterms:modified>
400
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
401
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#datasetName-2009-09-11"/>
402
+ <dwcattributes:status>recommended</dwcattributes:status>
403
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SourceID</dwcattributes:abcdEquivalence>
404
+ <dwcattributes:organizedInClass rdf:resource="all"/>
405
+ </rdf:Description>
406
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/dateIdentified">
407
+ <rdfs:label xml:lang="en">Date Identified</rdfs:label>
408
+ <rdfs:comment xml:lang="en">The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
409
+ <dcterms:description xml:lang="en">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.</dcterms:description>
410
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
411
+ <dcterms:issued>2008-11-19</dcterms:issued>
412
+ <dcterms:modified>2009-08-24</dcterms:modified>
413
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
414
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#dateIdentified-2009-08-24"/>
415
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
416
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/dateIdentified-2009-04-24"/>
417
+ <dwcattributes:status>recommended</dwcattributes:status>
418
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText</dwcattributes:abcdEquivalence>
419
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
420
+ </rdf:Description>
421
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/day">
422
+ <rdfs:label xml:lang="en">Day</rdfs:label>
423
+ <rdfs:comment xml:lang="en">The integer day of the month on which the Event occurred.</rdfs:comment>
424
+ <dcterms:description xml:lang="en">Examples: "9", "28"</dcterms:description>
425
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
426
+ <dcterms:issued>2008-11-19</dcterms:issued>
427
+ <dcterms:modified>2009-04-24</dcterms:modified>
428
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
429
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#day-2009-04-24"/>
430
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/DayCollected-2003-06-17"/>
431
+ <dwcattributes:status>recommended</dwcattributes:status>
432
+ <dwcattributes:abcdEquivalence>accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin</dwcattributes:abcdEquivalence>
433
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
434
+ </rdf:Description>
435
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/decimalLatitude">
436
+ <rdfs:label xml:lang="en">Decimal Latitude</rdfs:label>
437
+ <rdfs:comment xml:lang="en">The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.</rdfs:comment>
438
+ <dcterms:description xml:lang="en">Example: "-41.0983423"</dcterms:description>
439
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
440
+ <dcterms:issued>2008-11-19</dcterms:issued>
441
+ <dcterms:modified>2009-07-06</dcterms:modified>
442
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
443
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#decimalLatitude-2009-04-24"/>
444
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/DecimalLatitude-2007-04-17"/>
445
+ <dwcattributes:status>recommended</dwcattributes:status>
446
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal</dwcattributes:abcdEquivalence>
447
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
448
+ </rdf:Description>
449
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/decimalLongitude">
450
+ <rdfs:label xml:lang="en">Decimal Longitude</rdfs:label>
451
+ <rdfs:comment xml:lang="en">The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.</rdfs:comment>
452
+ <dcterms:description xml:lang="en">Example: "-121.1761111"</dcterms:description>
453
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
454
+ <dcterms:issued>2008-11-19</dcterms:issued>
455
+ <dcterms:modified>2009-07-06</dcterms:modified>
456
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
457
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#decimalLongitude-2009-04-24"/>
458
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/DecimalLongitude-2007-04-17"/>
459
+ <dwcattributes:status>recommended</dwcattributes:status>
460
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal</dwcattributes:abcdEquivalence>
461
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
462
+ </rdf:Description>
463
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/disposition">
464
+ <rdfs:label xml:lang="en">Disposition</rdfs:label>
465
+ <rdfs:comment xml:lang="en">The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
466
+ <dcterms:description xml:lang="en">Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere"</dcterms:description>
467
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
468
+ <dcterms:issued>2008-11-19</dcterms:issued>
469
+ <dcterms:modified>2009-04-24</dcterms:modified>
470
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
471
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#disposition-2009-04-24"/>
472
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Disposition-2007-04-17"/>
473
+ <dwcattributes:status>recommended</dwcattributes:status>
474
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition</dwcattributes:abcdEquivalence>
475
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
476
+ </rdf:Description>
477
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/dynamicProperties">
478
+ <rdfs:label xml:lang="en">Dynamic Properties</rdfs:label>
479
+ <rdfs:comment xml:lang="en">A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.</rdfs:comment>
480
+ <dcterms:description xml:lang="en">The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{"heightInMeters":1.5}", "{"tragusLengthInMeters":0.014, "weightInGrams":120}", "{"natureOfID":"expert identification", "identificationEvidence":"cytochrome B sequence"}", "{"relativeHumidity":28, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}".</dcterms:description>
481
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
482
+ <dcterms:issued>2008-11-19</dcterms:issued>
483
+ <dcterms:modified>2014-10-23</dcterms:modified>
484
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
485
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#dynamicProperties-2014-10-23"/>
486
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/dynamicProperties-2009-04-24"/>
487
+ <dwcattributes:status>recommended</dwcattributes:status>
488
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
489
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
490
+ <dwcattributes:organizedInClass rdf:resource="all"/>
491
+ </rdf:Description>
492
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage">
493
+ <rdfs:label xml:lang="en">Earliest Age Or Lowest Stage</rdfs:label>
494
+ <rdfs:comment xml:lang="en">The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
495
+ <dcterms:description xml:lang="en">Examples: "Atlantic", "Boreal", "Skullrockian"</dcterms:description>
496
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
497
+ <dcterms:issued>2009-04-24</dcterms:issued>
498
+ <dcterms:modified>2009-07-06</dcterms:modified>
499
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
500
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#earliestAgeOrLowestStage-2009-04-24"/>
501
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestAgeOrLowestStage-2005-07-03"/>
502
+ <dwcattributes:status>recommended</dwcattributes:status>
503
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
504
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
505
+ </rdf:Description>
506
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem">
507
+ <rdfs:label xml:lang="en">Earliest Eon Or Lowest Eonothem</rdfs:label>
508
+ <rdfs:comment xml:lang="en">The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
509
+ <dcterms:description xml:lang="en">Examples: "Phanerozoic", "Proterozoic"</dcterms:description>
510
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
511
+ <dcterms:issued>2009-04-24</dcterms:issued>
512
+ <dcterms:modified>2009-07-06</dcterms:modified>
513
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
514
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#earliestEonOrLowestEonothem-2009-04-24"/>
515
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestEonOrLowestEonothem-2005-07-03"/>
516
+ <dwcattributes:status>recommended</dwcattributes:status>
517
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
518
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
519
+ </rdf:Description>
520
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries">
521
+ <rdfs:label xml:lang="en">Earliest Epoch Or Lowest Series</rdfs:label>
522
+ <rdfs:comment xml:lang="en">The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
523
+ <dcterms:description xml:lang="en">Examples: "Holocene", "Pleistocene", "Ibexian Series"</dcterms:description>
524
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
525
+ <dcterms:issued>2009-04-24</dcterms:issued>
526
+ <dcterms:modified>2009-07-06</dcterms:modified>
527
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
528
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#earliestEpochOrLowestSeries-2009-04-24"/>
529
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestEpochOrLowestSeries-2005-07-03"/>
530
+ <dwcattributes:status>recommended</dwcattributes:status>
531
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
532
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
533
+ </rdf:Description>
534
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem">
535
+ <rdfs:label xml:lang="en">Earliest Era Or Lowest Erathem</rdfs:label>
536
+ <rdfs:comment xml:lang="en">The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
537
+ <dcterms:description xml:lang="en">Examples: "Cenozoic", "Mesozoic"</dcterms:description>
538
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
539
+ <dcterms:issued>2009-04-24</dcterms:issued>
540
+ <dcterms:modified>2009-07-06</dcterms:modified>
541
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
542
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#earliestEraOrLowestErathem-2009-04-24"/>
543
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestEraOrLowestErathem-2005-07-03"/>
544
+ <dwcattributes:status>recommended</dwcattributes:status>
545
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
546
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
547
+ </rdf:Description>
548
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem">
549
+ <rdfs:label xml:lang="en">Earliest Period Or Lowest System</rdfs:label>
550
+ <rdfs:comment xml:lang="en">The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
551
+ <dcterms:description xml:lang="en">Examples: "Neogene", "Tertiary", "Quaternary"</dcterms:description>
552
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
553
+ <dcterms:issued>2009-04-24</dcterms:issued>
554
+ <dcterms:modified>2009-07-06</dcterms:modified>
555
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
556
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#earliestPeriodOrLowestSystem-2009-04-24"/>
557
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestPeriodOrLowestSystem-2005-07-03"/>
558
+ <dwcattributes:status>recommended</dwcattributes:status>
559
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
560
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
561
+ </rdf:Description>
562
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/endDayOfYear">
563
+ <rdfs:label xml:lang="en">End Day Of Year</rdfs:label>
564
+ <rdfs:comment xml:lang="en">The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).</rdfs:comment>
565
+ <dcterms:description xml:lang="en">Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year)</dcterms:description>
566
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
567
+ <dcterms:issued>2008-11-19</dcterms:issued>
568
+ <dcterms:modified>2009-04-24</dcterms:modified>
569
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
570
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#endDayOfYear-2009-04-24"/>
571
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/DayOfYear-2007-04-17"/>
572
+ <dwcattributes:status>recommended</dwcattributes:status>
573
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd</dwcattributes:abcdEquivalence>
574
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
575
+ </rdf:Description>
576
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/establishmentMeans">
577
+ <rdfs:label xml:lang="en">Establishment Means</rdfs:label>
578
+ <rdfs:comment xml:lang="en">The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
579
+ <dcterms:description xml:lang="en">Examples: "native", "introduced", "naturalised", "invasive", "managed"</dcterms:description>
580
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
581
+ <dcterms:issued>2008-11-19</dcterms:issued>
582
+ <dcterms:modified>2009-04-24</dcterms:modified>
583
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
584
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#establishmentMeans-2009-04-24"/>
585
+ <dwcattributes:status>recommended</dwcattributes:status>
586
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans</dwcattributes:abcdEquivalence>
587
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
588
+ </rdf:Description>
589
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/Event">
590
+ <rdfs:label xml:lang="en">Event</rdfs:label>
591
+ <rdfs:comment xml:lang="en">An action that occurs at some location during some time.</rdfs:comment>
592
+ <dcterms:description xml:lang="en">Examples: A specimen collection process. A machine observation.</dcterms:description>
593
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
594
+ <dcterms:issued>2008-11-19</dcterms:issued>
595
+ <dcterms:modified>2014-10-23</dcterms:modified>
596
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
597
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#Event-2014-10-23"/>
598
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Event-2009-04-29"/>
599
+ <dwcattributes:status>recommended</dwcattributes:status>
600
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
601
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering</dwcattributes:abcdEquivalence>
602
+ </rdf:Description>
603
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/eventDate">
604
+ <rdfs:label xml:lang="en">Event Date</rdfs:label>
605
+ <rdfs:comment xml:lang="en">The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
606
+ <dcterms:description xml:lang="en">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.</dcterms:description>
607
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
608
+ <dcterms:issued>2009-04-24</dcterms:issued>
609
+ <dcterms:modified>2009-07-01</dcterms:modified>
610
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
611
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#eventDate-2009-04-24"/>
612
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
613
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EarliestDateCollected-2007-04-17"/>
614
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestDateCollected-2007-04-17"/>
615
+ <dwcattributes:status>recommended</dwcattributes:status>
616
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin</dwcattributes:abcdEquivalence>
617
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
618
+ </rdf:Description>
619
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/eventID">
620
+ <rdfs:label xml:lang="en">Event ID</rdfs:label>
621
+ <rdfs:comment xml:lang="en">An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
622
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
623
+ <dcterms:issued>2008-11-19</dcterms:issued>
624
+ <dcterms:modified>2009-04-24</dcterms:modified>
625
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
626
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#eventID-2009-04-24"/>
627
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
628
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/SamplingEventID-2008-11-19"/>
629
+ <dwcattributes:status>recommended</dwcattributes:status>
630
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Code</dwcattributes:abcdEquivalence>
631
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
632
+ </rdf:Description>
633
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/eventRemarks">
634
+ <rdfs:label xml:lang="en">Event Remarks</rdfs:label>
635
+ <rdfs:comment xml:lang="en">Comments or notes about the Event.</rdfs:comment>
636
+ <dcterms:description xml:lang="en">Example: "after the recent rains the river is nearly at flood stage"</dcterms:description>
637
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
638
+ <dcterms:issued>2009-01-18</dcterms:issued>
639
+ <dcterms:modified>2009-04-24</dcterms:modified>
640
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
641
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#eventRemarks-2009-04-24"/>
642
+ <dwcattributes:status>recommended</dwcattributes:status>
643
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Notes</dwcattributes:abcdEquivalence>
644
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
645
+ </rdf:Description>
646
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/eventTime">
647
+ <rdfs:label xml:lang="en">Event Time</rdfs:label>
648
+ <rdfs:comment xml:lang="en">The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
649
+ <dcterms:description xml:lang="en">Examples: "14:07-0600" is 2:07pm in the time zone six hours earlier than UTC, "08:40:21Z" is 8:40:21am UTC, "13:00:00Z/15:30:00Z" is the interval between 1pm UTC and 3:30pm UTC.</dcterms:description>
650
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
651
+ <dcterms:issued>2009-04-24</dcterms:issued>
652
+ <dcterms:modified>2009-04-24</dcterms:modified>
653
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
654
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#eventTime-2009-04-24"/>
655
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/StartTimeOfDay-2005-07-10"/>
656
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/EndTimeOfDay-2005-07-10"/>
657
+ <dwcattributes:status>recommended</dwcattributes:status>
658
+ <dwcattributes:abcdEquivalence>accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd</dwcattributes:abcdEquivalence>
659
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
660
+ </rdf:Description>
661
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/family">
662
+ <rdfs:label xml:lang="en">Family</rdfs:label>
663
+ <rdfs:comment xml:lang="en">The full scientific name of the family in which the taxon is classified.</rdfs:comment>
664
+ <dcterms:description xml:lang="en">Examples: "Felidae", "Monocleaceae"</dcterms:description>
665
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
666
+ <dcterms:issued>2008-11-19</dcterms:issued>
667
+ <dcterms:modified>2009-08-24</dcterms:modified>
668
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
669
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#family-2009-08-24"/>
670
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/family-2009-04-24"/>
671
+ <dwcattributes:status>recommended</dwcattributes:status>
672
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia</dwcattributes:abcdEquivalence>
673
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
674
+ </rdf:Description>
675
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/fieldNotes">
676
+ <rdfs:label xml:lang="en">Field Notes</rdfs:label>
677
+ <rdfs:comment xml:lang="en">One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event.</rdfs:comment>
678
+ <dcterms:description xml:lang="en">Example: "notes available in Grinnell-Miller Library"</dcterms:description>
679
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
680
+ <dcterms:issued>2008-11-19</dcterms:issued>
681
+ <dcterms:modified>2009-04-24</dcterms:modified>
682
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
683
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#fieldNotes-2009-04-24"/>
684
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/FieldNotes-2007-04-17"/>
685
+ <dwcattributes:status>recommended</dwcattributes:status>
686
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/FieldNotes</dwcattributes:abcdEquivalence>
687
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
688
+ </rdf:Description>
689
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/fieldNumber">
690
+ <rdfs:label xml:lang="en">Field Number</rdfs:label>
691
+ <rdfs:comment xml:lang="en">An identifier given to the event in the field. Often serves as a link between field notes and the Event.</rdfs:comment>
692
+ <dcterms:description xml:lang="en">Example: "RV Sol 87-03-08"</dcterms:description>
693
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
694
+ <dcterms:issued>2008-11-19</dcterms:issued>
695
+ <dcterms:modified>2009-04-24</dcterms:modified>
696
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
697
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#fieldNumber-2009-04-24"/>
698
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/FieldNumber-2007-04-17"/>
699
+ <dwcattributes:status>recommended</dwcattributes:status>
700
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Code</dwcattributes:abcdEquivalence>
701
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
702
+ </rdf:Description>
703
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/footprintSpatialFit">
704
+ <rdfs:label xml:lang="en">Footprint Spatial Fit</rdfs:label>
705
+ <rdfs:comment xml:lang="en">The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.</rdfs:comment>
706
+ <dcterms:description xml:lang="en">Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006.</dcterms:description>
707
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
708
+ <dcterms:issued>2008-11-19</dcterms:issued>
709
+ <dcterms:modified>2014-10-23</dcterms:modified>
710
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
711
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#footprintSpatialFit-2009-04-24"/>
712
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/FootprintSpatialFit-2007-04-17"/>
713
+ <dwcattributes:status>recommended</dwcattributes:status>
714
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)</dwcattributes:abcdEquivalence>
715
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
716
+ </rdf:Description>
717
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/footprintSRS">
718
+ <rdfs:label xml:lang="en">Footprint SRS</rdfs:label>
719
+ <rdfs:comment xml:lang="en">A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.</rdfs:comment>
720
+ <dcterms:description xml:lang="en">Example: The WKT for the standard WGS84 SRS (EPSG:4326) is "GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]" without the enclosing quotes.</dcterms:description>
721
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
722
+ <dcterms:issued>2009-07-06</dcterms:issued>
723
+ <dcterms:modified>2009-07-06</dcterms:modified>
724
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
725
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#footprintSRS-2009-07-06"/>
726
+ <dwcattributes:status>recommended</dwcattributes:status>
727
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
728
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
729
+ </rdf:Description>
730
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/footprintWKT">
731
+ <rdfs:label xml:lang="en">Footprint WKT</rdfs:label>
732
+ <rdfs:comment xml:lang="en">A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other.</rdfs:comment>
733
+ <dcterms:description xml:lang="en">Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))</dcterms:description>
734
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
735
+ <dcterms:issued>2008-11-19</dcterms:issued>
736
+ <dcterms:modified>2009-04-24</dcterms:modified>
737
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
738
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#footprintWKT-2009-04-24"/>
739
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/FootprintWKT-2007-04-17"/>
740
+ <dwcattributes:status>recommended</dwcattributes:status>
741
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)</dwcattributes:abcdEquivalence>
742
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
743
+ </rdf:Description>
744
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/formation">
745
+ <rdfs:label xml:lang="en">Formation</rdfs:label>
746
+ <rdfs:comment xml:lang="en">The full name of the lithostratigraphic formation from which the cataloged item was collected.</rdfs:comment>
747
+ <dcterms:description xml:lang="en">Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation"</dcterms:description>
748
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
749
+ <dcterms:issued>2009-04-24</dcterms:issued>
750
+ <dcterms:modified>2009-07-06</dcterms:modified>
751
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
752
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#formation-2009-04-24"/>
753
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Formation-2005-07-03"/>
754
+ <dwcattributes:status>recommended</dwcattributes:status>
755
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
756
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
757
+ </rdf:Description>
758
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/FossilSpecimen">
759
+ <rdfs:label xml:lang="en">Fossil Specimen</rdfs:label>
760
+ <rdfs:comment xml:lang="en">A preserved specimen that is a fossil.</rdfs:comment>
761
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
762
+ <dcterms:issued>2014-10-23</dcterms:issued>
763
+ <dcterms:modified>2014-10-23</dcterms:modified>
764
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
765
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#FossilSpecimen-2014-10-23"/>
766
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/dwctype/FossilSpecimen-2011-10-16"/>
767
+ <dwcattributes:status>recommended</dwcattributes:status>
768
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
769
+ <dwcattributes:abcdEquivalence>RecordBasisEnum/FossileSpecimen</dwcattributes:abcdEquivalence>
770
+ </rdf:Description>
771
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/genus">
772
+ <rdfs:label xml:lang="en">Genus</rdfs:label>
773
+ <rdfs:comment xml:lang="en">The full scientific name of the genus in which the taxon is classified.</rdfs:comment>
774
+ <dcterms:description xml:lang="en">Examples: "Puma", "Monoclea"</dcterms:description>
775
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
776
+ <dcterms:issued>2008-11-19</dcterms:issued>
777
+ <dcterms:modified>2009-08-24</dcterms:modified>
778
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
779
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#genus-2009-08-24"/>
780
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/genus-2009-04-24"/>
781
+ <dwcattributes:status>recommended</dwcattributes:status>
782
+ <dwcattributes:abcdEquivalence>{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}</dwcattributes:abcdEquivalence>
783
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
784
+ </rdf:Description>
785
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/geodeticDatum">
786
+ <rdfs:label xml:lang="en">Geodetic Datum</rdfs:label>
787
+ <rdfs:comment xml:lang="en">The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".</rdfs:comment>
788
+ <dcterms:description xml:lang="en">Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866"</dcterms:description>
789
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
790
+ <dcterms:issued>2008-11-19</dcterms:issued>
791
+ <dcterms:modified>2009-07-06</dcterms:modified>
792
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
793
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#geodeticDatum-2009-04-24"/>
794
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GeodeticDatum-2007-04-17"/>
795
+ <dwcattributes:status>recommended</dwcattributes:status>
796
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum</dwcattributes:abcdEquivalence>
797
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
798
+ </rdf:Description>
799
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/GeologicalContext">
800
+ <rdfs:label xml:lang="en">Geological Context</rdfs:label>
801
+ <rdfs:comment xml:lang="en">Geological information, such as stratigraphy, that qualifies a region or place.</rdfs:comment>
802
+ <dcterms:description xml:lang="en">Example: A lithostratigraphic layer.</dcterms:description>
803
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
804
+ <dcterms:issued>2009-07-06</dcterms:issued>
805
+ <dcterms:modified>2014-10-23</dcterms:modified>
806
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
807
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#GeologicalContext-2014-10-23"/>
808
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext-2009-07-06"/>
809
+ <dwcattributes:status>recommended</dwcattributes:status>
810
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
811
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Stratigraphy</dwcattributes:abcdEquivalence>
812
+ </rdf:Description>
813
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/geologicalContextID">
814
+ <rdfs:label xml:lang="en">Geological Context ID</rdfs:label>
815
+ <rdfs:comment xml:lang="en">An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
816
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
817
+ <dcterms:issued>2009-07-06</dcterms:issued>
818
+ <dcterms:modified>2009-07-06</dcterms:modified>
819
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
820
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#geologicalContextID-2009-07-06"/>
821
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
822
+ <dwcattributes:status>recommended</dwcattributes:status>
823
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
824
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
825
+ </rdf:Description>
826
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferencedBy">
827
+ <rdfs:label xml:lang="en">Georeferenced By</rdfs:label>
828
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.</rdfs:comment>
829
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)".</dcterms:description>
830
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
831
+ <dcterms:issued>2009-01-21</dcterms:issued>
832
+ <dcterms:modified>2014-10-23</dcterms:modified>
833
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
834
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferencedBy-2014-10-23"/>
835
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
836
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/georeferencedBy-2009-04-24"/>
837
+ <dwcattributes:status>recommended</dwcattributes:status>
838
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
839
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
840
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
841
+ </rdf:Description>
842
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferencedDate">
843
+ <rdfs:label xml:lang="en">Georeferenced Date</rdfs:label>
844
+ <rdfs:comment xml:lang="en">The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
845
+ <dcterms:description xml:lang="en">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.</dcterms:description>
846
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
847
+ <dcterms:issued>2011-10-16</dcterms:issued>
848
+ <dcterms:modified>2011-10-16</dcterms:modified>
849
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
850
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferencedDate-2011-10-16"/>
851
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
852
+ <dwcattributes:status>recommended</dwcattributes:status>
853
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_9"/>
854
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
855
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
856
+ </rdf:Description>
857
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferenceProtocol">
858
+ <rdfs:label xml:lang="en">Georeference Protocol</rdfs:label>
859
+ <rdfs:comment xml:lang="en">A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.</rdfs:comment>
860
+ <dcterms:description xml:lang="en">Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide"</dcterms:description>
861
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
862
+ <dcterms:issued>2008-11-19</dcterms:issued>
863
+ <dcterms:modified>2009-04-24</dcterms:modified>
864
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
865
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferenceProtocol-2009-04-24"/>
866
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GeoreferenceProtocol-2007-04-17"/>
867
+ <dwcattributes:status>recommended</dwcattributes:status>
868
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod</dwcattributes:abcdEquivalence>
869
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
870
+ </rdf:Description>
871
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferenceRemarks">
872
+ <rdfs:label xml:lang="en">Georeference Remarks</rdfs:label>
873
+ <rdfs:comment xml:lang="en">Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.</rdfs:comment>
874
+ <dcterms:description xml:lang="en">Example: "assumed distance by road (Hwy. 101)"</dcterms:description>
875
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
876
+ <dcterms:issued>2008-11-19</dcterms:issued>
877
+ <dcterms:modified>2009-04-24</dcterms:modified>
878
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
879
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferenceRemarks-2009-04-24"/>
880
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GeoreferenceRemarks-2007-04-17"/>
881
+ <dwcattributes:status>recommended</dwcattributes:status>
882
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks</dwcattributes:abcdEquivalence>
883
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
884
+ </rdf:Description>
885
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferenceSources">
886
+ <rdfs:label xml:lang="en">Georeference Sources</rdfs:label>
887
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.</rdfs:comment>
888
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "GeoLocate", "USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth".</dcterms:description>
889
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
890
+ <dcterms:issued>2008-11-19</dcterms:issued>
891
+ <dcterms:modified>2014-10-23</dcterms:modified>
892
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
893
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferenceSources-2014-10-23"/>
894
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/georeferenceSources-2009-04-24"/>
895
+ <dwcattributes:status>recommended</dwcattributes:status>
896
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
897
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources</dwcattributes:abcdEquivalence>
898
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
899
+ </rdf:Description>
900
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus">
901
+ <rdfs:label xml:lang="en">Georeference Verification Status</rdfs:label>
902
+ <rdfs:comment xml:lang="en">A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
903
+ <dcterms:description xml:lang="en">Examples: "requires verification", "verified by collector", "verified by curator".</dcterms:description>
904
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
905
+ <dcterms:issued>2008-11-19</dcterms:issued>
906
+ <dcterms:modified>2009-04-24</dcterms:modified>
907
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
908
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#georeferenceVerificationStatus-2009-04-24"/>
909
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GeoreferenceVerificationStatus-2007-04-17"/>
910
+ <dwcattributes:status>recommended</dwcattributes:status>
911
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus</dwcattributes:abcdEquivalence>
912
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
913
+ </rdf:Description>
914
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/group">
915
+ <rdfs:label xml:lang="en">Group</rdfs:label>
916
+ <rdfs:comment xml:lang="en">The full name of the lithostratigraphic group from which the cataloged item was collected.</rdfs:comment>
917
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
918
+ <dcterms:issued>2009-04-24</dcterms:issued>
919
+ <dcterms:modified>2009-07-06</dcterms:modified>
920
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
921
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#group-2009-04-24"/>
922
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Group-2005-07-03"/>
923
+ <dwcattributes:status>recommended</dwcattributes:status>
924
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
925
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
926
+ </rdf:Description>
927
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/habitat">
928
+ <rdfs:label xml:lang="en">Habitat</rdfs:label>
929
+ <rdfs:comment xml:lang="en">A category or description of the habitat in which the Event occurred.</rdfs:comment>
930
+ <dcterms:description xml:lang="en">Examples: "oak savanna", "pre-cordilleran steppe"</dcterms:description>
931
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
932
+ <dcterms:issued>2008-11-19</dcterms:issued>
933
+ <dcterms:modified>2009-05-17</dcterms:modified>
934
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
935
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#habitat-2009-04-24"/>
936
+ <dwcattributes:status>recommended</dwcattributes:status>
937
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Biotope/Text</dwcattributes:abcdEquivalence>
938
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
939
+ </rdf:Description>
940
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/higherClassification">
941
+ <rdfs:label xml:lang="en">Higher Classification</rdfs:label>
942
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.</rdfs:comment>
943
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: "Animalia", "Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys".</dcterms:description>
944
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
945
+ <dcterms:issued>2008-11-19</dcterms:issued>
946
+ <dcterms:modified>2014-10-23</dcterms:modified>
947
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
948
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#higherClassification-2014-10-23"/>
949
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/higherClassification-2009-08-24"/>
950
+ <dwcattributes:status>recommended</dwcattributes:status>
951
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
952
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
953
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
954
+ </rdf:Description>
955
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/higherGeography">
956
+ <rdfs:label xml:lang="en">Higher Geography</rdfs:label>
957
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.</rdfs:comment>
958
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: "North Atlantic Ocean", "South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and "Los Lagos" in County.</dcterms:description>
959
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
960
+ <dcterms:issued>2008-11-19</dcterms:issued>
961
+ <dcterms:modified>2014-10-23</dcterms:modified>
962
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
963
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#higherGeography-2014-10-23"/>
964
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/higherGeography-2009-04-24"/>
965
+ <dwcattributes:status>recommended</dwcattributes:status>
966
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
967
+ <dwcattributes:abcdEquivalence>{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}</dwcattributes:abcdEquivalence>
968
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
969
+ </rdf:Description>
970
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/higherGeographyID">
971
+ <rdfs:label xml:lang="en">Higher Geography ID</rdfs:label>
972
+ <rdfs:comment xml:lang="en">An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
973
+ <dcterms:description xml:lang="en">Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina</dcterms:description>
974
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
975
+ <dcterms:issued>2009-01-21</dcterms:issued>
976
+ <dcterms:modified>2009-04-24</dcterms:modified>
977
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
978
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#higherGeographyID-2009-04-24"/>
979
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
980
+ <dwcattributes:status>recommended</dwcattributes:status>
981
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
982
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
983
+ </rdf:Description>
984
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone">
985
+ <rdfs:label xml:lang="en">Highest Biostratigraphic Zone</rdfs:label>
986
+ <rdfs:comment xml:lang="en">The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
987
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
988
+ <dcterms:issued>2009-04-24</dcterms:issued>
989
+ <dcterms:modified>2009-07-06</dcterms:modified>
990
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
991
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#highestBiostratigraphicZone-2009-04-24"/>
992
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/HighestBiostratigraphicZone-2005-07-03"/>
993
+ <dwcattributes:status>recommended</dwcattributes:status>
994
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
995
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
996
+ </rdf:Description>
997
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/HumanObservation">
998
+ <rdfs:label xml:lang="en">Human Observation</rdfs:label>
999
+ <rdfs:comment xml:lang="en">An output of a human observation process.</rdfs:comment>
1000
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1001
+ <dcterms:issued>2014-10-23</dcterms:issued>
1002
+ <dcterms:modified>2014-10-23</dcterms:modified>
1003
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1004
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#HumanObservation-2014-10-23"/>
1005
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/dwctype/HumanObservation-2011-10-16"/>
1006
+ <dwcattributes:status>recommended</dwcattributes:status>
1007
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1008
+ <dwcattributes:abcdEquivalence>RecordBasisEnum/HumanObservation</dwcattributes:abcdEquivalence>
1009
+ </rdf:Description>
1010
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/Identification">
1011
+ <rdfs:label xml:lang="en">Identification</rdfs:label>
1012
+ <rdfs:comment xml:lang="en">A taxonomic determination (e.g., the assignment to a taxon).</rdfs:comment>
1013
+ <dcterms:description xml:lang="en">Example: A subspecies determination of an organism.</dcterms:description>
1014
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1015
+ <dcterms:issued>2008-11-19</dcterms:issued>
1016
+ <dcterms:modified>2014-10-23</dcterms:modified>
1017
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1018
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#Identification-2014-10-23"/>
1019
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Identification-2008-11-19"/>
1020
+ <dwcattributes:status>recommended</dwcattributes:status>
1021
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1022
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification</dwcattributes:abcdEquivalence>
1023
+ </rdf:Description>
1024
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identificationID">
1025
+ <rdfs:label xml:lang="en">Identification ID</rdfs:label>
1026
+ <rdfs:comment xml:lang="en">An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
1027
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1028
+ <dcterms:issued>2008-11-19</dcterms:issued>
1029
+ <dcterms:modified>2009-04-24</dcterms:modified>
1030
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1031
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identificationID-2009-04-24"/>
1032
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1033
+ <dwcattributes:status>recommended</dwcattributes:status>
1034
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1035
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1036
+ </rdf:Description>
1037
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identificationQualifier">
1038
+ <rdfs:label xml:lang="en">Identification Qualifier</rdfs:label>
1039
+ <rdfs:comment xml:lang="en">A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.</rdfs:comment>
1040
+ <dcterms:description xml:lang="en">Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank.</dcterms:description>
1041
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1042
+ <dcterms:issued>2008-11-19</dcterms:issued>
1043
+ <dcterms:modified>2009-04-24</dcterms:modified>
1044
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1045
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identificationQualifier-2009-04-24"/>
1046
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/IdentificationQualifier-2007-04-17"/>
1047
+ <dwcattributes:status>recommended</dwcattributes:status>
1048
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier</dwcattributes:abcdEquivalence>
1049
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1050
+ </rdf:Description>
1051
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identificationReferences">
1052
+ <rdfs:label xml:lang="en">Identification References</rdfs:label>
1053
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.</rdfs:comment>
1054
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Aves del Noroeste Patagonico. Christie et al. 2004.", "Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.".</dcterms:description>
1055
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1056
+ <dcterms:issued>2008-11-19</dcterms:issued>
1057
+ <dcterms:modified>2014-10-23</dcterms:modified>
1058
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1059
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identificationReferences-2014-10-23"/>
1060
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/identificationReferences-2009-04-24"/>
1061
+ <dwcattributes:status>recommended</dwcattributes:status>
1062
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
1063
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/References</dwcattributes:abcdEquivalence>
1064
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1065
+ </rdf:Description>
1066
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identificationRemarks">
1067
+ <rdfs:label xml:lang="en">Identification Remarks</rdfs:label>
1068
+ <rdfs:comment xml:lang="en">Comments or notes about the Identification.</rdfs:comment>
1069
+ <dcterms:description xml:lang="en">Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas."</dcterms:description>
1070
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1071
+ <dcterms:issued>2008-11-19</dcterms:issued>
1072
+ <dcterms:modified>2009-04-24</dcterms:modified>
1073
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1074
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identificationRemarks-2009-04-24"/>
1075
+ <dwcattributes:status>recommended</dwcattributes:status>
1076
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/Notes</dwcattributes:abcdEquivalence>
1077
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1078
+ </rdf:Description>
1079
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identificationVerificationStatus">
1080
+ <rdfs:label xml:lang="en">Identification Verification Status</rdfs:label>
1081
+ <rdfs:comment xml:lang="en">A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.</rdfs:comment>
1082
+ <dcterms:description xml:lang="en">Examples: "0", "4"</dcterms:description>
1083
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1084
+ <dcterms:issued>2011-10-16</dcterms:issued>
1085
+ <dcterms:modified>2011-10-16</dcterms:modified>
1086
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1087
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identificationVerificationStatus-2011-10-16"/>
1088
+ <dwcattributes:status>recommended</dwcattributes:status>
1089
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_10"/>
1090
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1091
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1092
+ </rdf:Description>
1093
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/identifiedBy">
1094
+ <rdfs:label xml:lang="en">Identified By</rdfs:label>
1095
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.</rdfs:comment>
1096
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey".</dcterms:description>
1097
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1098
+ <dcterms:issued>2008-11-19</dcterms:issued>
1099
+ <dcterms:modified>2014-10-23</dcterms:modified>
1100
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1101
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#identifiedBy-2014-10-23"/>
1102
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
1103
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/identifiedBy-2009-08-24"/>
1104
+ <dwcattributes:status>recommended</dwcattributes:status>
1105
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
1106
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText</dwcattributes:abcdEquivalence>
1107
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
1108
+ </rdf:Description>
1109
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/individualCount">
1110
+ <rdfs:label xml:lang="en">Individual Count</rdfs:label>
1111
+ <rdfs:comment xml:lang="en">The number of individuals represented present at the time of the Occurrence.</rdfs:comment>
1112
+ <dcterms:description xml:lang="en">Examples: "1", "25"</dcterms:description>
1113
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1114
+ <dcterms:issued>2008-11-19</dcterms:issued>
1115
+ <dcterms:modified>2009-04-24</dcterms:modified>
1116
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1117
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#individualCount-2009-04-24"/>
1118
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/IndividualCount-2007-04-17"/>
1119
+ <dwcattributes:status>recommended</dwcattributes:status>
1120
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue</dwcattributes:abcdEquivalence>
1121
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1122
+ </rdf:Description>
1123
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/informationWithheld">
1124
+ <rdfs:label xml:lang="en">Information Withheld</rdfs:label>
1125
+ <rdfs:comment xml:lang="en">Additional information that exists, but that has not been shared in the given record.</rdfs:comment>
1126
+ <dcterms:description xml:lang="en">Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples"</dcterms:description>
1127
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1128
+ <dcterms:issued>2008-11-19</dcterms:issued>
1129
+ <dcterms:modified>2009-04-24</dcterms:modified>
1130
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1131
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#informationWithheld-2009-04-24"/>
1132
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/InformationWithheld-2007-04-17"/>
1133
+ <dwcattributes:status>recommended</dwcattributes:status>
1134
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/InformationWithheld</dwcattributes:abcdEquivalence>
1135
+ <dwcattributes:organizedInClass rdf:resource="all"/>
1136
+ </rdf:Description>
1137
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/infraspecificEpithet">
1138
+ <rdfs:label xml:lang="en">Infraspecific Epithet</rdfs:label>
1139
+ <rdfs:comment xml:lang="en">The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.</rdfs:comment>
1140
+ <dcterms:description xml:lang="en">Examples: "concolor", "oxyadenia", "sayi"</dcterms:description>
1141
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1142
+ <dcterms:issued>2008-11-19</dcterms:issued>
1143
+ <dcterms:modified>2009-08-24</dcterms:modified>
1144
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1145
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#infraspecificEpithet-2009-08-24"/>
1146
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/infraspecificEpithet-2009-04-24"/>
1147
+ <dwcattributes:status>recommended</dwcattributes:status>
1148
+ <dwcattributes:abcdEquivalence>{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}</dwcattributes:abcdEquivalence>
1149
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1150
+ </rdf:Description>
1151
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/institutionCode">
1152
+ <rdfs:label xml:lang="en">Institution Code</rdfs:label>
1153
+ <rdfs:comment xml:lang="en">The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.</rdfs:comment>
1154
+ <dcterms:description xml:lang="en">Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)"</dcterms:description>
1155
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1156
+ <dcterms:issued>2008-11-19</dcterms:issued>
1157
+ <dcterms:modified>2013-10-04</dcterms:modified>
1158
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1159
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#institutionCode-2009-09-11"/>
1160
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/institutionCode-2009-08-24"/>
1161
+ <dwcattributes:status>recommended</dwcattributes:status>
1162
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SourceInstitutionID</dwcattributes:abcdEquivalence>
1163
+ <dwcattributes:organizedInClass rdf:resource="all"/>
1164
+ </rdf:Description>
1165
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/institutionID">
1166
+ <rdfs:label xml:lang="en">Institution ID</rdfs:label>
1167
+ <rdfs:comment xml:lang="en">An identifier for the institution having custody of the object(s) or information referred to in the record.</rdfs:comment>
1168
+ <dcterms:description xml:lang="en">For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn".</dcterms:description>
1169
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1170
+ <dcterms:issued>2009-09-11</dcterms:issued>
1171
+ <dcterms:modified>2014-10-23</dcterms:modified>
1172
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1173
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#institutionID-2009-09-11"/>
1174
+ <dwcattributes:status>recommended</dwcattributes:status>
1175
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SourceInstitutionID</dwcattributes:abcdEquivalence>
1176
+ <dwcattributes:organizedInClass rdf:resource="all"/>
1177
+ </rdf:Description>
1178
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/island">
1179
+ <rdfs:label xml:lang="en">Island</rdfs:label>
1180
+ <rdfs:comment xml:lang="en">The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
1181
+ <dcterms:description xml:lang="en">Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar"</dcterms:description>
1182
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1183
+ <dcterms:issued>2008-11-19</dcterms:issued>
1184
+ <dcterms:modified>2009-04-24</dcterms:modified>
1185
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1186
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#island-2009-04-24"/>
1187
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Island-2007-04-17"/>
1188
+ <dwcattributes:status>recommended</dwcattributes:status>
1189
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island</dwcattributes:abcdEquivalence>
1190
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1191
+ </rdf:Description>
1192
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/islandGroup">
1193
+ <rdfs:label xml:lang="en">Island Group</rdfs:label>
1194
+ <rdfs:comment xml:lang="en">The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
1195
+ <dcterms:description xml:lang="en">Examples: "Alexander Archipelago", "Seychelles"</dcterms:description>
1196
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1197
+ <dcterms:issued>2008-11-19</dcterms:issued>
1198
+ <dcterms:modified>2009-04-24</dcterms:modified>
1199
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1200
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#islandGroup-2009-04-24"/>
1201
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/IslandGroup-2007-04-17"/>
1202
+ <dwcattributes:status>recommended</dwcattributes:status>
1203
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group</dwcattributes:abcdEquivalence>
1204
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1205
+ </rdf:Description>
1206
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/kingdom">
1207
+ <rdfs:label xml:lang="en">Kingdom</rdfs:label>
1208
+ <rdfs:comment xml:lang="en">The full scientific name of the kingdom in which the taxon is classified.</rdfs:comment>
1209
+ <dcterms:description xml:lang="en">Examples: "Animalia", "Plantae"</dcterms:description>
1210
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1211
+ <dcterms:issued>2008-11-19</dcterms:issued>
1212
+ <dcterms:modified>2009-08-24</dcterms:modified>
1213
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1214
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#kingdom-2009-08-24"/>
1215
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/kingdom-2009-04-24"/>
1216
+ <dwcattributes:status>recommended</dwcattributes:status>
1217
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum</dwcattributes:abcdEquivalence>
1218
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1219
+ </rdf:Description>
1220
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage">
1221
+ <rdfs:label xml:lang="en">Latest AgeOr Highest Stage</rdfs:label>
1222
+ <rdfs:comment xml:lang="en">The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1223
+ <dcterms:description xml:lang="en">Examples: "Atlantic", "Boreal", "Skullrockian"</dcterms:description>
1224
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1225
+ <dcterms:issued>2009-04-24</dcterms:issued>
1226
+ <dcterms:modified>2009-07-06</dcterms:modified>
1227
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1228
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#latestAgeOrHighestStage-2009-04-24"/>
1229
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestAgeOrHighestStage-2005-07-03"/>
1230
+ <dwcattributes:status>recommended</dwcattributes:status>
1231
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1232
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1233
+ </rdf:Description>
1234
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem">
1235
+ <rdfs:label xml:lang="en">Latest Eon Or Highest Eonothem</rdfs:label>
1236
+ <rdfs:comment xml:lang="en">The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1237
+ <dcterms:description xml:lang="en">Examples: "Phanerozoic", "Proterozoic"</dcterms:description>
1238
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1239
+ <dcterms:issued>2009-04-24</dcterms:issued>
1240
+ <dcterms:modified>2009-07-06</dcterms:modified>
1241
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1242
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#latestEonOrHighestEonothem-2009-04-24"/>
1243
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestEonOrLowestEonothem-2005-07-03"/>
1244
+ <dwcattributes:status>recommended</dwcattributes:status>
1245
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1246
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1247
+ </rdf:Description>
1248
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries">
1249
+ <rdfs:label xml:lang="en">Latest Epoch Or Highest Series</rdfs:label>
1250
+ <rdfs:comment xml:lang="en">The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1251
+ <dcterms:description xml:lang="en">Examples: "Holocene", "Pleistocene", "Ibexian Series"</dcterms:description>
1252
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1253
+ <dcterms:issued>2009-04-24</dcterms:issued>
1254
+ <dcterms:modified>2009-07-06</dcterms:modified>
1255
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1256
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#latestEpochOrHighestSeries-2009-04-24"/>
1257
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestEpochOrHighestSeries-2005-07-03"/>
1258
+ <dwcattributes:status>recommended</dwcattributes:status>
1259
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1260
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1261
+ </rdf:Description>
1262
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem">
1263
+ <rdfs:label xml:lang="en">Latest Era Or Highest Erathem</rdfs:label>
1264
+ <rdfs:comment xml:lang="en">The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1265
+ <dcterms:description xml:lang="en">Examples: "Cenozoic", "Mesozoic"</dcterms:description>
1266
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1267
+ <dcterms:issued>2009-04-24</dcterms:issued>
1268
+ <dcterms:modified>2009-07-06</dcterms:modified>
1269
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1270
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#latestEraOrHighestErathem-2009-04-24"/>
1271
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestEraOrHighestErathem-2005-07-03"/>
1272
+ <dwcattributes:status>recommended</dwcattributes:status>
1273
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1274
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1275
+ </rdf:Description>
1276
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem">
1277
+ <rdfs:label xml:lang="en">Latest Period Or Highest System</rdfs:label>
1278
+ <rdfs:comment xml:lang="en">The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1279
+ <dcterms:description xml:lang="en">Examples: "Neogene", "Tertiary", "Quaternary"</dcterms:description>
1280
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1281
+ <dcterms:issued>2009-04-24</dcterms:issued>
1282
+ <dcterms:modified>2009-07-06</dcterms:modified>
1283
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1284
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#latestPeriodOrHighestSystem-2009-04-24"/>
1285
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LatestPeriodOrHighestSystem-2005-07-03"/>
1286
+ <dwcattributes:status>recommended</dwcattributes:status>
1287
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1288
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1289
+ </rdf:Description>
1290
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/lifeStage">
1291
+ <rdfs:label xml:lang="en">Life Stage</rdfs:label>
1292
+ <rdfs:comment xml:lang="en">The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
1293
+ <dcterms:description xml:lang="en">Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles"</dcterms:description>
1294
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1295
+ <dcterms:issued>2008-11-19</dcterms:issued>
1296
+ <dcterms:modified>2009-04-24</dcterms:modified>
1297
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1298
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#lifeStage-2009-04-24"/>
1299
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LifeStage-2007-04-17"/>
1300
+ <dwcattributes:status>recommended</dwcattributes:status>
1301
+ <dwcattributes:abcdEquivalence>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</dwcattributes:abcdEquivalence>
1302
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1303
+ </rdf:Description>
1304
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms">
1305
+ <rdfs:label xml:lang="en">Lithostratigraphic Terms</rdfs:label>
1306
+ <rdfs:comment xml:lang="en">The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.</rdfs:comment>
1307
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1308
+ <dcterms:issued>2009-04-24</dcterms:issued>
1309
+ <dcterms:modified>2009-07-06</dcterms:modified>
1310
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1311
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#lithostratigraphicTerms-2009-04-24"/>
1312
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LithostratigraphicTerms-2005-07-03"/>
1313
+ <dwcattributes:status>recommended</dwcattributes:status>
1314
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms</dwcattributes:abcdEquivalence>
1315
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1316
+ </rdf:Description>
1317
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/LivingSpecimen">
1318
+ <rdfs:label xml:lang="en">Living Specimen</rdfs:label>
1319
+ <rdfs:comment xml:lang="en">A specimen that is alive.</rdfs:comment>
1320
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1321
+ <dcterms:issued>2014-10-23</dcterms:issued>
1322
+ <dcterms:modified>2014-10-23</dcterms:modified>
1323
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1324
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#LivingSpecimen-2014-10-23"/>
1325
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/dwctype/LivingSpecimen-2011-10-16"/>
1326
+ <dwcattributes:status>recommended</dwcattributes:status>
1327
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1328
+ <dwcattributes:abcdEquivalence>RecordBasisEnum/LivingSpecimen</dwcattributes:abcdEquivalence>
1329
+ </rdf:Description>
1330
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/locality">
1331
+ <rdfs:label xml:lang="en">Locality</rdfs:label>
1332
+ <rdfs:comment xml:lang="en">The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description.</rdfs:comment>
1333
+ <dcterms:description xml:lang="en">Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)"</dcterms:description>
1334
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1335
+ <dcterms:issued>2008-11-19</dcterms:issued>
1336
+ <dcterms:modified>2009-04-24</dcterms:modified>
1337
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1338
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#locality-2009-04-24"/>
1339
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Locality-2007-04-17"/>
1340
+ <dwcattributes:status>recommended</dwcattributes:status>
1341
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName</dwcattributes:abcdEquivalence>
1342
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1343
+ </rdf:Description>
1344
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/locationAccordingTo">
1345
+ <rdfs:label xml:lang="en">Location According To</rdfs:label>
1346
+ <rdfs:comment xml:lang="en">Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.</rdfs:comment>
1347
+ <dcterms:description xml:lang="en">Examples: "Getty Thesaurus of Geographic Names", "GADM"</dcterms:description>
1348
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1349
+ <dcterms:issued>2009-08-24</dcterms:issued>
1350
+ <dcterms:modified>2009-08-24</dcterms:modified>
1351
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1352
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#locationAccordingTo-2009-08-24"/>
1353
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
1354
+ <dwcattributes:status>recommended</dwcattributes:status>
1355
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1356
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1357
+ </rdf:Description>
1358
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/locationID">
1359
+ <rdfs:label xml:lang="en">Location ID</rdfs:label>
1360
+ <rdfs:comment xml:lang="en">An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
1361
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1362
+ <dcterms:issued>2008-11-19</dcterms:issued>
1363
+ <dcterms:modified>2009-04-24</dcterms:modified>
1364
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1365
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#locationID-2009-04-24"/>
1366
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1367
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/SamplingLocationID-2008-11-19"/>
1368
+ <dwcattributes:status>recommended</dwcattributes:status>
1369
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1370
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1371
+ </rdf:Description>
1372
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/locationRemarks">
1373
+ <rdfs:label xml:lang="en">Location Remarks</rdfs:label>
1374
+ <rdfs:comment xml:lang="en">Comments or notes about the Location.</rdfs:comment>
1375
+ <dcterms:description xml:lang="en">Example: "under water since 2005"</dcterms:description>
1376
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1377
+ <dcterms:issued>2009-01-18</dcterms:issued>
1378
+ <dcterms:modified>2009-04-24</dcterms:modified>
1379
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1380
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#locationRemarks-2009-04-24"/>
1381
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/SamplingLocationRemarks-2009-01-18"/>
1382
+ <dwcattributes:status>recommended</dwcattributes:status>
1383
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/AreaDetail</dwcattributes:abcdEquivalence>
1384
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1385
+ </rdf:Description>
1386
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone">
1387
+ <rdfs:label xml:lang="en">Lowest Biostratigraphic Zone</rdfs:label>
1388
+ <rdfs:comment xml:lang="en">The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.</rdfs:comment>
1389
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1390
+ <dcterms:issued>2009-04-24</dcterms:issued>
1391
+ <dcterms:modified>2009-07-06</dcterms:modified>
1392
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1393
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#lowestBiostratigraphicZone-2009-04-24"/>
1394
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LowestBiostratigraphicZone-2005-07-03"/>
1395
+ <dwcattributes:status>recommended</dwcattributes:status>
1396
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1397
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1398
+ </rdf:Description>
1399
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/MachineObservation">
1400
+ <rdfs:label xml:lang="en">Machine Observation</rdfs:label>
1401
+ <rdfs:comment xml:lang="en">An output of a machine observation process.</rdfs:comment>
1402
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1403
+ <dcterms:issued>2014-10-23</dcterms:issued>
1404
+ <dcterms:modified>2014-10-23</dcterms:modified>
1405
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1406
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#MachineObservation-2014-10-23"/>
1407
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/dwctype/MachineObservation-2011-10-16"/>
1408
+ <dwcattributes:status>recommended</dwcattributes:status>
1409
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1410
+ <dwcattributes:abcdEquivalence>RecordBasisEnum/MachineObservation</dwcattributes:abcdEquivalence>
1411
+ </rdf:Description>
1412
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/MaterialSample">
1413
+ <rdfs:label xml:lang="en">Material Sample</rdfs:label>
1414
+ <rdfs:comment xml:lang="en">A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.</rdfs:comment>
1415
+ <dcterms:description xml:lang="en">Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample.</dcterms:description>
1416
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1417
+ <dcterms:issued>2013-03-28</dcterms:issued>
1418
+ <dcterms:modified>2014-10-23</dcterms:modified>
1419
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1420
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#MaterialSample-2014-10-23"/>
1421
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MaterialSample-2013-03-28"/>
1422
+ <dwcattributes:status>recommended</dwcattributes:status>
1423
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1424
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit</dwcattributes:abcdEquivalence>
1425
+ </rdf:Description>
1426
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/materialSampleID">
1427
+ <rdfs:label xml:lang="en">Material Sample ID</rdfs:label>
1428
+ <rdfs:comment xml:lang="en">An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.</rdfs:comment>
1429
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1430
+ <dcterms:issued>2013-03-28</dcterms:issued>
1431
+ <dcterms:modified>2013-09-26</dcterms:modified>
1432
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1433
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#materialSampleID-2013-05-25"/>
1434
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1435
+ <dcterms:replaces rdf:resource="http://gensc.org/ns/mixs/source_mat_id-2011-01-26"/>
1436
+ <dwcattributes:status>recommended</dwcattributes:status>
1437
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2013-10-09_13"/>
1438
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1439
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MaterialSample"/>
1440
+ </rdf:Description>
1441
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/maximumDepthInMeters">
1442
+ <rdfs:label xml:lang="en">Maximum Depth In Meters</rdfs:label>
1443
+ <rdfs:comment xml:lang="en">The greater depth of a range of depth below the local surface, in meters.</rdfs:comment>
1444
+ <dcterms:description xml:lang="en">Example: "200"</dcterms:description>
1445
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1446
+ <dcterms:issued>2008-11-19</dcterms:issued>
1447
+ <dcterms:modified>2009-04-24</dcterms:modified>
1448
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1449
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#maximumDepthInMeters-2009-04-24"/>
1450
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MaximumDepthInMeters-2007-04-17"/>
1451
+ <dwcattributes:status>recommended</dwcattributes:status>
1452
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue</dwcattributes:abcdEquivalence>
1453
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1454
+ </rdf:Description>
1455
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters">
1456
+ <rdfs:label xml:lang="en">Maximum Distance Above Surface In Meters</rdfs:label>
1457
+ <rdfs:comment xml:lang="en">The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.</rdfs:comment>
1458
+ <dcterms:description xml:lang="en">Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5"</dcterms:description>
1459
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1460
+ <dcterms:issued>2008-11-19</dcterms:issued>
1461
+ <dcterms:modified>2009-04-24</dcterms:modified>
1462
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1463
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#maximumDistanceAboveSurfaceInMeters-2009-04-24"/>
1464
+ <dwcattributes:status>recommended</dwcattributes:status>
1465
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue</dwcattributes:abcdEquivalence>
1466
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1467
+ </rdf:Description>
1468
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/maximumElevationInMeters">
1469
+ <rdfs:label xml:lang="en">Maximum Elevation In Meters</rdfs:label>
1470
+ <rdfs:comment xml:lang="en">The upper limit of the range of elevation (altitude, usually above sea level), in meters.</rdfs:comment>
1471
+ <dcterms:description xml:lang="en">Example: "200"</dcterms:description>
1472
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1473
+ <dcterms:issued>2008-11-19</dcterms:issued>
1474
+ <dcterms:modified>2009-04-24</dcterms:modified>
1475
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1476
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#maximumElevationInMeters-2009-04-24"/>
1477
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MaximumElevationInMeters-2007-04-17"/>
1478
+ <dwcattributes:status>recommended</dwcattributes:status>
1479
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue</dwcattributes:abcdEquivalence>
1480
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1481
+ </rdf:Description>
1482
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementAccuracy">
1483
+ <rdfs:label xml:lang="en">Measurement Accuracy</rdfs:label>
1484
+ <rdfs:comment xml:lang="en">The description of the potential error associated with the measurementValue.</rdfs:comment>
1485
+ <dcterms:description xml:lang="en">Examples: "0.01", "normal distribution with variation of 2 m"</dcterms:description>
1486
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1487
+ <dcterms:issued>2009-01-18</dcterms:issued>
1488
+ <dcterms:modified>2009-04-24</dcterms:modified>
1489
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1490
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementAccuracy-2009-04-24"/>
1491
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementAccuracy-2009-04-24"/>
1492
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementAccuracy-2009-04-24"/>
1493
+ <dwcattributes:status>recommended</dwcattributes:status>
1494
+ <dwcattributes:abcdEquivalence>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</dwcattributes:abcdEquivalence>
1495
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1496
+ </rdf:Description>
1497
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementDeterminedBy">
1498
+ <rdfs:label xml:lang="en">Measurement Determined By</rdfs:label>
1499
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.</rdfs:comment>
1500
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey".</dcterms:description>
1501
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1502
+ <dcterms:issued>2009-01-23</dcterms:issued>
1503
+ <dcterms:modified>2014-10-23</dcterms:modified>
1504
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1505
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementDeterminedBy-2014-10-23"/>
1506
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
1507
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/measurementDeterminedBy-2009-04-24"/>
1508
+ <dwcattributes:status>recommended</dwcattributes:status>
1509
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
1510
+ <dwcattributes:abcdEquivalence>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</dwcattributes:abcdEquivalence>
1511
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1512
+ </rdf:Description>
1513
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementDeterminedDate">
1514
+ <rdfs:label xml:lang="en">Measurement Determined Date</rdfs:label>
1515
+ <rdfs:comment xml:lang="en">The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
1516
+ <dcterms:description xml:lang="en">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.</dcterms:description>
1517
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1518
+ <dcterms:issued>2009-01-23</dcterms:issued>
1519
+ <dcterms:modified>2009-04-24</dcterms:modified>
1520
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1521
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementDeterminedDate-2009-04-24"/>
1522
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
1523
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedDate-2009-04-24"/>
1524
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedDate-2009-04-24"/>
1525
+ <dwcattributes:status>recommended</dwcattributes:status>
1526
+ <dwcattributes:abcdEquivalence>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</dwcattributes:abcdEquivalence>
1527
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1528
+ </rdf:Description>
1529
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementID">
1530
+ <rdfs:label xml:lang="en">Measurement ID</rdfs:label>
1531
+ <rdfs:comment xml:lang="en">An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
1532
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1533
+ <dcterms:issued>2009-03-06</dcterms:issued>
1534
+ <dcterms:modified>2009-04-24</dcterms:modified>
1535
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1536
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementID-2009-04-24"/>
1537
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1538
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementID-2009-04-24"/>
1539
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementID-2009-04-24"/>
1540
+ <dwcattributes:status>recommended</dwcattributes:status>
1541
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1542
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1543
+ </rdf:Description>
1544
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementMethod">
1545
+ <rdfs:label xml:lang="en">Measurement Method</rdfs:label>
1546
+ <rdfs:comment xml:lang="en">A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.</rdfs:comment>
1547
+ <dcterms:description xml:lang="en">Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation</dcterms:description>
1548
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1549
+ <dcterms:issued>2008-11-19</dcterms:issued>
1550
+ <dcterms:modified>2009-04-24</dcterms:modified>
1551
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1552
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementMethod-2009-04-24"/>
1553
+ <dwcattributes:status>recommended</dwcattributes:status>
1554
+ <dwcattributes:abcdEquivalence>/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</dwcattributes:abcdEquivalence>
1555
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1556
+ </rdf:Description>
1557
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/MeasurementOrFact">
1558
+ <rdfs:label xml:lang="en">Measurement or Fact</rdfs:label>
1559
+ <rdfs:comment xml:lang="en">A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).</rdfs:comment>
1560
+ <dcterms:description xml:lang="en">Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars.</dcterms:description>
1561
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1562
+ <dcterms:issued>2009-04-24</dcterms:issued>
1563
+ <dcterms:modified>2014-10-23</dcterms:modified>
1564
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1565
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#MeasurementOrFact-2014-10-23"/>
1566
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact-2009-04-24"/>
1567
+ <dwcattributes:status>recommended</dwcattributes:status>
1568
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1569
+ <dwcattributes:abcdEquivalence>Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts</dwcattributes:abcdEquivalence>
1570
+ </rdf:Description>
1571
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementRemarks">
1572
+ <rdfs:label xml:lang="en">Measurement Remarks</rdfs:label>
1573
+ <rdfs:comment xml:lang="en">Comments or notes accompanying the MeasurementOrFact.</rdfs:comment>
1574
+ <dcterms:description xml:lang="en">Example: "tip of tail missing"</dcterms:description>
1575
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1576
+ <dcterms:issued>2008-11-19</dcterms:issued>
1577
+ <dcterms:modified>2009-04-24</dcterms:modified>
1578
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1579
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementRemarks-2009-04-24"/>
1580
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementRemarks-2009-04-24"/>
1581
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementRemarks-2009-04-24"/>
1582
+ <dwcattributes:status>recommended</dwcattributes:status>
1583
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1584
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1585
+ </rdf:Description>
1586
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementType">
1587
+ <rdfs:label xml:lang="en">Measurement Type</rdfs:label>
1588
+ <rdfs:comment xml:lang="en">The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
1589
+ <dcterms:description xml:lang="en">Examples: "tail length", "temperature", "trap line length", "survey area", "trap type"</dcterms:description>
1590
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1591
+ <dcterms:issued>2008-11-19</dcterms:issued>
1592
+ <dcterms:modified>2009-04-24</dcterms:modified>
1593
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1594
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementType-2009-04-24"/>
1595
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementType-2009-04-24"/>
1596
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementType-2009-04-24"/>
1597
+ <dwcattributes:status>recommended</dwcattributes:status>
1598
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter</dwcattributes:abcdEquivalence>
1599
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1600
+ </rdf:Description>
1601
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementUnit">
1602
+ <rdfs:label xml:lang="en">Measurement Unit</rdfs:label>
1603
+ <rdfs:comment xml:lang="en">The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).</rdfs:comment>
1604
+ <dcterms:description xml:lang="en">Examples: "mm", "C", "km", "ha"</dcterms:description>
1605
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1606
+ <dcterms:issued>2008-11-19</dcterms:issued>
1607
+ <dcterms:modified>2009-04-24</dcterms:modified>
1608
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1609
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementUnit-2009-04-24"/>
1610
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementUnit-2009-04-24"/>
1611
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementUnit-2009-04-24"/>
1612
+ <dwcattributes:status>recommended</dwcattributes:status>
1613
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement</dwcattributes:abcdEquivalence>
1614
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1615
+ </rdf:Description>
1616
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/measurementValue">
1617
+ <rdfs:label xml:lang="en">Measurement Value</rdfs:label>
1618
+ <rdfs:comment xml:lang="en">The value of the measurement, fact, characteristic, or assertion.</rdfs:comment>
1619
+ <dcterms:description xml:lang="en">Examples: "45", "20", "1", "14.5", "UV-light"</dcterms:description>
1620
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1621
+ <dcterms:issued>2008-11-19</dcterms:issued>
1622
+ <dcterms:modified>2009-04-24</dcterms:modified>
1623
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1624
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#measurementValue-2009-04-24"/>
1625
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/occurrenceMeasurementValue-2009-04-24"/>
1626
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/eventMeasurementValue-2009-04-24"/>
1627
+ <dwcattributes:status>recommended</dwcattributes:status>
1628
+ <dwcattributes:abcdEquivalence>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</dwcattributes:abcdEquivalence>
1629
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/MeasurementOrFact"/>
1630
+ </rdf:Description>
1631
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/member">
1632
+ <rdfs:label xml:lang="en">Member</rdfs:label>
1633
+ <rdfs:comment xml:lang="en">The full name of the lithostratigraphic member from which the cataloged item was collected.</rdfs:comment>
1634
+ <dcterms:description xml:lang="en">Examples: "Lava Dam Member", "Hellnmaria Member"</dcterms:description>
1635
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1636
+ <dcterms:issued>2009-04-24</dcterms:issued>
1637
+ <dcterms:modified>2009-07-06</dcterms:modified>
1638
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1639
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#member-2009-04-24"/>
1640
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Member-2005-07-03"/>
1641
+ <dwcattributes:status>recommended</dwcattributes:status>
1642
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1643
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/GeologicalContext"/>
1644
+ </rdf:Description>
1645
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/minimumDepthInMeters">
1646
+ <rdfs:label xml:lang="en">Minimum Depth In Meters</rdfs:label>
1647
+ <rdfs:comment xml:lang="en">The lesser depth of a range of depth below the local surface, in meters.</rdfs:comment>
1648
+ <dcterms:description xml:lang="en">Example: "100"</dcterms:description>
1649
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1650
+ <dcterms:issued>2008-11-19</dcterms:issued>
1651
+ <dcterms:modified>2009-04-24</dcterms:modified>
1652
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1653
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#minimumDepthInMeters-2009-04-24"/>
1654
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MinimumDepthInMeters-2007-04-17"/>
1655
+ <dwcattributes:status>recommended</dwcattributes:status>
1656
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue</dwcattributes:abcdEquivalence>
1657
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1658
+ </rdf:Description>
1659
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters">
1660
+ <rdfs:label xml:lang="en">Minimum Distance Above Surface In Meters</rdfs:label>
1661
+ <rdfs:comment xml:lang="en">The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.</rdfs:comment>
1662
+ <dcterms:description xml:lang="en">Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5"</dcterms:description>
1663
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1664
+ <dcterms:issued>2008-11-19</dcterms:issued>
1665
+ <dcterms:modified>2009-04-24</dcterms:modified>
1666
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1667
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#minimumDistanceAboveSurfaceInMeters-2009-04-24"/>
1668
+ <dwcattributes:status>recommended</dwcattributes:status>
1669
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue</dwcattributes:abcdEquivalence>
1670
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1671
+ </rdf:Description>
1672
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/minimumElevationInMeters">
1673
+ <rdfs:label xml:lang="en">Minimum Elevation In Meters</rdfs:label>
1674
+ <rdfs:comment xml:lang="en">The lower limit of the range of elevation (altitude, usually above sea level), in meters.</rdfs:comment>
1675
+ <dcterms:description xml:lang="en">Example: "100"</dcterms:description>
1676
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1677
+ <dcterms:issued>2008-11-19</dcterms:issued>
1678
+ <dcterms:modified>2009-04-24</dcterms:modified>
1679
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1680
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#minimumElevationInMeters-2009-04-24"/>
1681
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MinimumElevationInMeters-2007-04-17"/>
1682
+ <dwcattributes:status>recommended</dwcattributes:status>
1683
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue</dwcattributes:abcdEquivalence>
1684
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1685
+ </rdf:Description>
1686
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/month">
1687
+ <rdfs:label xml:lang="en">Month</rdfs:label>
1688
+ <rdfs:comment xml:lang="en">The ordinal month in which the Event occurred.</rdfs:comment>
1689
+ <dcterms:description xml:lang="en">Examples: "1" (=January), "10" (=October)</dcterms:description>
1690
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1691
+ <dcterms:issued>2008-11-19</dcterms:issued>
1692
+ <dcterms:modified>2009-04-24</dcterms:modified>
1693
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1694
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#month-2009-04-24"/>
1695
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MonthCollected-2003-06-17"/>
1696
+ <dwcattributes:status>recommended</dwcattributes:status>
1697
+ <dwcattributes:abcdEquivalence>accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin</dwcattributes:abcdEquivalence>
1698
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
1699
+ </rdf:Description>
1700
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/municipality">
1701
+ <rdfs:label xml:lang="en">Municipality</rdfs:label>
1702
+ <rdfs:comment xml:lang="en">The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.</rdfs:comment>
1703
+ <dcterms:description xml:lang="en">Examples: "Holzminden"</dcterms:description>
1704
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1705
+ <dcterms:issued>2008-11-19</dcterms:issued>
1706
+ <dcterms:modified>2009-08-24</dcterms:modified>
1707
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1708
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#municipality-2009-08-24"/>
1709
+ <dwcattributes:status>recommended</dwcattributes:status>
1710
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName</dwcattributes:abcdEquivalence>
1711
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
1712
+ </rdf:Description>
1713
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/nameAccordingTo">
1714
+ <rdfs:label xml:lang="en">Name According To</rdfs:label>
1715
+ <rdfs:comment xml:lang="en">The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." (from secundum, meaning "according to"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.</rdfs:comment>
1716
+ <dcterms:description xml:lang="en">Example: "McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.", "Werner Greuter 2008", "Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5"</dcterms:description>
1717
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1718
+ <dcterms:issued>2008-11-19</dcterms:issued>
1719
+ <dcterms:modified>2009-09-21</dcterms:modified>
1720
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1721
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#nameAccordingTo-2009-09-21"/>
1722
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
1723
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/taxonAccordingTo-2009-04-24"/>
1724
+ <dwcattributes:status>recommended</dwcattributes:status>
1725
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1726
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1727
+ </rdf:Description>
1728
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/nameAccordingToID">
1729
+ <rdfs:label xml:lang="en">Name According To ID</rdfs:label>
1730
+ <rdfs:comment xml:lang="en">An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.</rdfs:comment>
1731
+ <dcterms:description xml:lang="en">Example: "doi:10.1016/S0269-915X(97)80026-2"</dcterms:description>
1732
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1733
+ <dcterms:issued>2009-08-24</dcterms:issued>
1734
+ <dcterms:modified>2009-09-21</dcterms:modified>
1735
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1736
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#nameAccordingToID-2009-09-21"/>
1737
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1738
+ <dwcattributes:status>recommended</dwcattributes:status>
1739
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1740
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1741
+ </rdf:Description>
1742
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/namePublishedIn">
1743
+ <rdfs:label xml:lang="en">Name Published In</rdfs:label>
1744
+ <rdfs:comment xml:lang="en">A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.</rdfs:comment>
1745
+ <dcterms:description xml:lang="en">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"</dcterms:description>
1746
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1747
+ <dcterms:issued>2008-11-19</dcterms:issued>
1748
+ <dcterms:modified>2009-09-21</dcterms:modified>
1749
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1750
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#namePublishedIn-2009-09-21"/>
1751
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/bibliographicCitation"/>
1752
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/namePublishedIn-2009-04-24"/>
1753
+ <dwcattributes:status>recommended</dwcattributes:status>
1754
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation</dwcattributes:abcdEquivalence>
1755
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1756
+ </rdf:Description>
1757
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/namePublishedInID">
1758
+ <rdfs:label xml:lang="en">Name Published In ID</rdfs:label>
1759
+ <rdfs:comment xml:lang="en">An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.</rdfs:comment>
1760
+ <dcterms:description xml:lang="en">Example: "http://hdl.handle.net/10199/7"</dcterms:description>
1761
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1762
+ <dcterms:issued>2009-05-18</dcterms:issued>
1763
+ <dcterms:modified>2009-09-21</dcterms:modified>
1764
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1765
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#namePublishedInID-2009-09-21"/>
1766
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1767
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/namePublicationID-2009-05-18"/>
1768
+ <dwcattributes:status>recommended</dwcattributes:status>
1769
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1770
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1771
+ </rdf:Description>
1772
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/namePublishedInYear">
1773
+ <rdfs:label xml:lang="en">Name Published In Year</rdfs:label>
1774
+ <rdfs:comment xml:lang="en">The four-digit year in which the scientificName was published.</rdfs:comment>
1775
+ <dcterms:description xml:lang="en">Examples: "1915", "2008"</dcterms:description>
1776
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1777
+ <dcterms:issued>2011-10-16</dcterms:issued>
1778
+ <dcterms:modified>2011-10-16</dcterms:modified>
1779
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1780
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#namePublishedInYear-2011-10-16"/>
1781
+ <dwcattributes:status>recommended</dwcattributes:status>
1782
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_8"/>
1783
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1784
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1785
+ </rdf:Description>
1786
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/nomenclaturalCode">
1787
+ <rdfs:label xml:lang="en">Nomenclatural Code</rdfs:label>
1788
+ <rdfs:comment xml:lang="en">The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
1789
+ <dcterms:description xml:lang="en">Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN"</dcterms:description>
1790
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1791
+ <dcterms:issued>2008-11-19</dcterms:issued>
1792
+ <dcterms:modified>2009-09-21</dcterms:modified>
1793
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1794
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#nomenclaturalCode-2009-09-21"/>
1795
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/NomenclaturalCode-2009-04-24"/>
1796
+ <dwcattributes:status>recommended</dwcattributes:status>
1797
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code</dwcattributes:abcdEquivalence>
1798
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1799
+ </rdf:Description>
1800
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/nomenclaturalStatus">
1801
+ <rdfs:label xml:lang="en">Nomenclatural Status</rdfs:label>
1802
+ <rdfs:comment xml:lang="en">The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.</rdfs:comment>
1803
+ <dcterms:description xml:lang="en">Examples: "nom. ambig.", "nom. illeg.", "nom. subnud."</dcterms:description>
1804
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1805
+ <dcterms:issued>2009-01-18</dcterms:issued>
1806
+ <dcterms:modified>2009-04-24</dcterms:modified>
1807
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1808
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#nomenclaturalStatus-2009-04-24"/>
1809
+ <dwcattributes:status>recommended</dwcattributes:status>
1810
+ <dwcattributes:abcdEquivalence>(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte</dwcattributes:abcdEquivalence>
1811
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1812
+ </rdf:Description>
1813
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/Occurrence">
1814
+ <rdfs:label xml:lang="en">Occurrence</rdfs:label>
1815
+ <rdfs:comment xml:lang="en">An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.</rdfs:comment>
1816
+ <dcterms:description xml:lang="en">Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929.</dcterms:description>
1817
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1818
+ <dcterms:issued>2008-11-19</dcterms:issued>
1819
+ <dcterms:modified>2014-10-23</dcterms:modified>
1820
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1821
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#Occurrence-2014-10-23"/>
1822
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence-2009-04-29"/>
1823
+ <dwcattributes:status>recommended</dwcattributes:status>
1824
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
1825
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit</dwcattributes:abcdEquivalence>
1826
+ </rdf:Description>
1827
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/occurrenceID">
1828
+ <rdfs:label xml:lang="en">Occurrence ID</rdfs:label>
1829
+ <rdfs:comment xml:lang="en">An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.</rdfs:comment>
1830
+ <dcterms:description xml:lang="en">For a specimen in the absence of a bona fide global unique identifier, for example, use the form: "urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: "urn:lsid:nhm.ku.edu:Herps:32", "urn:catalog:FMNH:Mammal:145732"</dcterms:description>
1831
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1832
+ <dcterms:issued>2008-11-19</dcterms:issued>
1833
+ <dcterms:modified>2009-04-24</dcterms:modified>
1834
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1835
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#occurrenceID-2009-04-24"/>
1836
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1837
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/GlobalUniqueIdentifier-2007-04-17"/>
1838
+ <dwcattributes:status>recommended</dwcattributes:status>
1839
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/UnitGUID</dwcattributes:abcdEquivalence>
1840
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1841
+ </rdf:Description>
1842
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/occurrenceRemarks">
1843
+ <rdfs:label xml:lang="en">Occurrence Remarks</rdfs:label>
1844
+ <rdfs:comment xml:lang="en">Comments or notes about the Occurrence.</rdfs:comment>
1845
+ <dcterms:description xml:lang="en">Example: "found dead on road"</dcterms:description>
1846
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1847
+ <dcterms:issued>2008-11-19</dcterms:issued>
1848
+ <dcterms:modified>2009-04-24</dcterms:modified>
1849
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1850
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#occurrenceRemarks-2009-04-24"/>
1851
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/SampleRemarks-2009-01-18"/>
1852
+ <dwcattributes:status>recommended</dwcattributes:status>
1853
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Notes</dwcattributes:abcdEquivalence>
1854
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1855
+ </rdf:Description>
1856
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/occurrenceStatus">
1857
+ <rdfs:label xml:lang="en">Occurrence Status</rdfs:label>
1858
+ <rdfs:comment xml:lang="en">A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
1859
+ <dcterms:description xml:lang="en">Examples: "present", "absent"</dcterms:description>
1860
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1861
+ <dcterms:issued>2009-09-17</dcterms:issued>
1862
+ <dcterms:modified>2009-09-17</dcterms:modified>
1863
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1864
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#occurrenceStatus-2009-09-17"/>
1865
+ <dwcattributes:status>recommended</dwcattributes:status>
1866
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1867
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1868
+ </rdf:Description>
1869
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/order">
1870
+ <rdfs:label xml:lang="en">Order</rdfs:label>
1871
+ <rdfs:comment xml:lang="en">The full scientific name of the order in which the taxon is classified.</rdfs:comment>
1872
+ <dcterms:description xml:lang="en">Examples: "Carnivora", "Monocleales"</dcterms:description>
1873
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1874
+ <dcterms:issued>2008-11-19</dcterms:issued>
1875
+ <dcterms:modified>2009-08-24</dcterms:modified>
1876
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1877
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#order-2009-08-24"/>
1878
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/order-2009-04-24"/>
1879
+ <dwcattributes:status>recommended</dwcattributes:status>
1880
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo</dwcattributes:abcdEquivalence>
1881
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1882
+ </rdf:Description>
1883
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/Organism">
1884
+ <rdfs:label xml:lang="en">Organism</rdfs:label>
1885
+ <rdfs:comment xml:lang="en">A particular organism or defined group of organisms considered to be taxonomically homogeneous.</rdfs:comment>
1886
+ <dcterms:description xml:lang="en">Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class.</dcterms:description>
1887
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1888
+ <dcterms:issued>2014-10-23</dcterms:issued>
1889
+ <dcterms:modified>2014-10-23</dcterms:modified>
1890
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
1891
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#Organism-2014-10-23"/>
1892
+ <dwcattributes:status>recommended</dwcattributes:status>
1893
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
1894
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1895
+ </rdf:Description>
1896
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/organismID">
1897
+ <rdfs:label xml:lang="en">Organism ID</rdfs:label>
1898
+ <rdfs:comment xml:lang="en">An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set.</rdfs:comment>
1899
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1900
+ <dcterms:issued>2014-10-23</dcterms:issued>
1901
+ <dcterms:modified>2014-10-23</dcterms:modified>
1902
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1903
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#organismID-2014-10-23"/>
1904
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1905
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/individualID-2009-04-24"/>
1906
+ <dwcattributes:status>recommended</dwcattributes:status>
1907
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
1908
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1909
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
1910
+ </rdf:Description>
1911
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/organismName">
1912
+ <rdfs:label xml:lang="en">Organism Name</rdfs:label>
1913
+ <rdfs:comment xml:lang="en">A textual name or label assigned to an Organism instance.</rdfs:comment>
1914
+ <dcterms:description xml:lang="en">Examples: "Huberta", "Boab Prison Tree", "J pod".</dcterms:description>
1915
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1916
+ <dcterms:issued>2014-10-23</dcterms:issued>
1917
+ <dcterms:modified>2014-10-23</dcterms:modified>
1918
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1919
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#organismName-2014-10-23"/>
1920
+ <dwcattributes:status>recommended</dwcattributes:status>
1921
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
1922
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1923
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
1924
+ </rdf:Description>
1925
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/organismRemarks">
1926
+ <rdfs:label xml:lang="en">Organism Remarks</rdfs:label>
1927
+ <rdfs:comment xml:lang="en">Comments or notes about the Organism instance.</rdfs:comment>
1928
+ <dcterms:description xml:lang="en">Example: "One of a litter of six."</dcterms:description>
1929
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1930
+ <dcterms:issued>2014-10-23</dcterms:issued>
1931
+ <dcterms:modified>2014-10-23</dcterms:modified>
1932
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1933
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#organismRemarks-2014-10-23"/>
1934
+ <dwcattributes:status>recommended</dwcattributes:status>
1935
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
1936
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1937
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
1938
+ </rdf:Description>
1939
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/organismScope">
1940
+ <rdfs:label xml:lang="en">Organism Scope</rdfs:label>
1941
+ <rdfs:comment xml:lang="en">A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
1942
+ <dcterms:description xml:lang="en">This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony".</dcterms:description>
1943
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1944
+ <dcterms:issued>2014-10-23</dcterms:issued>
1945
+ <dcterms:modified>2014-10-23</dcterms:modified>
1946
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1947
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#organismScope-2014-10-23"/>
1948
+ <dwcattributes:status>recommended</dwcattributes:status>
1949
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14"/>
1950
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1951
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
1952
+ </rdf:Description>
1953
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/originalNameUsage">
1954
+ <rdfs:label xml:lang="en">Original Name Usage</rdfs:label>
1955
+ <rdfs:comment xml:lang="en">The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names.</rdfs:comment>
1956
+ <dcterms:description xml:lang="en">Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768"</dcterms:description>
1957
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1958
+ <dcterms:issued>2008-11-19</dcterms:issued>
1959
+ <dcterms:modified>2009-09-21</dcterms:modified>
1960
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1961
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#originalNameUsage-2009-09-21"/>
1962
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/basionym-2009-04-24"/>
1963
+ <dwcattributes:status>recommended</dwcattributes:status>
1964
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1965
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1966
+ </rdf:Description>
1967
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/originalNameUsageID">
1968
+ <rdfs:label xml:lang="en">Original Name Usage ID</rdfs:label>
1969
+ <rdfs:comment xml:lang="en">An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.</rdfs:comment>
1970
+ <dcterms:description xml:lang="en">Example: "http://species.gbif.org/abies_alba_1753"</dcterms:description>
1971
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1972
+ <dcterms:issued>2009-01-21</dcterms:issued>
1973
+ <dcterms:modified>2009-09-21</dcterms:modified>
1974
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1975
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#originalNameUsageID-2009-09-21"/>
1976
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
1977
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/basionymID-2009-04-24"/>
1978
+ <dwcattributes:status>recommended</dwcattributes:status>
1979
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
1980
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
1981
+ </rdf:Description>
1982
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers">
1983
+ <rdfs:label xml:lang="en">Other Catalog Numbers</rdfs:label>
1984
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.</rdfs:comment>
1985
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424".</dcterms:description>
1986
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
1987
+ <dcterms:issued>2008-11-19</dcterms:issued>
1988
+ <dcterms:modified>2014-10-23</dcterms:modified>
1989
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1990
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#otherCatalogNumbers-2014-10-23"/>
1991
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers-2009-04-24"/>
1992
+ <dwcattributes:status>recommended</dwcattributes:status>
1993
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
1994
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText</dwcattributes:abcdEquivalence>
1995
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
1996
+ </rdf:Description>
1997
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/ownerInstitutionCode">
1998
+ <rdfs:label xml:lang="en">Owner Institution Code</rdfs:label>
1999
+ <rdfs:comment xml:lang="en">The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.</rdfs:comment>
2000
+ <dcterms:description xml:lang="en">Examples: "NPS", "APN", "InBio"</dcterms:description>
2001
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2002
+ <dcterms:issued>2009-08-24</dcterms:issued>
2003
+ <dcterms:modified>2013-10-04</dcterms:modified>
2004
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2005
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#ownerInstitutionCode-2009-08-24"/>
2006
+ <dwcattributes:status>recommended</dwcattributes:status>
2007
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2008
+ <dwcattributes:organizedInClass rdf:resource="all"/>
2009
+ </rdf:Description>
2010
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/parentNameUsage">
2011
+ <rdfs:label xml:lang="en">Parent Name Usage</rdfs:label>
2012
+ <rdfs:comment xml:lang="en">The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.</rdfs:comment>
2013
+ <dcterms:description xml:lang="en">Examples: "Rubiaceae", "Gruiformes", "Testudinae"</dcterms:description>
2014
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2015
+ <dcterms:issued>2009-08-24</dcterms:issued>
2016
+ <dcterms:modified>2009-09-21</dcterms:modified>
2017
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2018
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#parentNameUsage-2009-09-21"/>
2019
+ <dwcattributes:status>recommended</dwcattributes:status>
2020
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName</dwcattributes:abcdEquivalence>
2021
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2022
+ </rdf:Description>
2023
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/parentNameUsageID">
2024
+ <rdfs:label xml:lang="en">Parent Name Usage ID</rdfs:label>
2025
+ <rdfs:comment xml:lang="en">An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.</rdfs:comment>
2026
+ <dcterms:description xml:lang="en">Example: "8fa58e08-08de-4ac1-b69c-1235340b7001"</dcterms:description>
2027
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2028
+ <dcterms:issued>2009-01-21</dcterms:issued>
2029
+ <dcterms:modified>2009-09-21</dcterms:modified>
2030
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2031
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#parentNameUsageID-2009-09-21"/>
2032
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2033
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/higherTaxonNameID-2009-04-24"/>
2034
+ <dwcattributes:status>recommended</dwcattributes:status>
2035
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2036
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2037
+ </rdf:Description>
2038
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/phylum">
2039
+ <rdfs:label xml:lang="en">Phylum</rdfs:label>
2040
+ <rdfs:comment xml:lang="en">The full scientific name of the phylum or division in which the taxon is classified.</rdfs:comment>
2041
+ <dcterms:description xml:lang="en">Examples: "Chordata" (phylum), "Bryophyta" (division)</dcterms:description>
2042
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2043
+ <dcterms:issued>2008-11-19</dcterms:issued>
2044
+ <dcterms:modified>2009-08-24</dcterms:modified>
2045
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2046
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#phylum-2009-08-24"/>
2047
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/phylum-2009-04-24"/>
2048
+ <dwcattributes:status>recommended</dwcattributes:status>
2049
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum</dwcattributes:abcdEquivalence>
2050
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2051
+ </rdf:Description>
2052
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit">
2053
+ <rdfs:label xml:lang="en">Point Radius Spatial Fit</rdfs:label>
2054
+ <rdfs:comment xml:lang="en">The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.</rdfs:comment>
2055
+ <dcterms:description xml:lang="en">Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006.</dcterms:description>
2056
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2057
+ <dcterms:issued>2008-11-19</dcterms:issued>
2058
+ <dcterms:modified>2014-10-23</dcterms:modified>
2059
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2060
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#pointRadiusSpatialFit-2009-04-24"/>
2061
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/PointRadiusSpatialFit-2007-04-17"/>
2062
+ <dwcattributes:status>recommended</dwcattributes:status>
2063
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit</dwcattributes:abcdEquivalence>
2064
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2065
+ </rdf:Description>
2066
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/preparations">
2067
+ <rdfs:label xml:lang="en">Preparations</rdfs:label>
2068
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of preparations and preservation methods for a specimen.</rdfs:comment>
2069
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "fossil", "cast", "photograph", "DNA extract", "skin | "skull | skeleton", "whole animal (ETOH) | tissue (EDTA)".</dcterms:description>
2070
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2071
+ <dcterms:issued>2008-11-19</dcterms:issued>
2072
+ <dcterms:modified>2014-10-23</dcterms:modified>
2073
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2074
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#preparations-2014-10-23"/>
2075
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/preparations-2009-04-24"/>
2076
+ <dwcattributes:status>recommended</dwcattributes:status>
2077
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
2078
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText</dwcattributes:abcdEquivalence>
2079
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
2080
+ </rdf:Description>
2081
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/PreservedSpecimen">
2082
+ <rdfs:label xml:lang="en">Preserved Specimen</rdfs:label>
2083
+ <rdfs:comment xml:lang="en">A specimen that has been preserved.</rdfs:comment>
2084
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2085
+ <dcterms:issued>2014-10-23</dcterms:issued>
2086
+ <dcterms:modified>2014-10-23</dcterms:modified>
2087
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
2088
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#PreservedSpecimen-2014-10-23"/>
2089
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen-2011-10-16"/>
2090
+ <dwcattributes:status>recommended</dwcattributes:status>
2091
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
2092
+ <dwcattributes:abcdEquivalence>RecordBasisEnum/PreservedSpecimen</dwcattributes:abcdEquivalence>
2093
+ </rdf:Description>
2094
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/previousIdentifications">
2095
+ <rdfs:label xml:lang="en">Previous Identifications</rdfs:label>
2096
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of previous assignments of names to the Organism.</rdfs:comment>
2097
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Chalepidae", "Pinus abies", "Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology".</dcterms:description>
2098
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2099
+ <dcterms:issued>2008-11-19</dcterms:issued>
2100
+ <dcterms:modified>2014-10-23</dcterms:modified>
2101
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2102
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#previousIdentifications-2014-10-23"/>
2103
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/previousIdentifications-2009-05-18"/>
2104
+ <dwcattributes:status>recommended</dwcattributes:status>
2105
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
2106
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false</dwcattributes:abcdEquivalence>
2107
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
2108
+ </rdf:Description>
2109
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/recordedBy">
2110
+ <rdfs:label xml:lang="en">Recorded By</rdfs:label>
2111
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.</rdfs:comment>
2112
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: "José E. Crespo", "Oliver P. Pearson | Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.</dcterms:description>
2113
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2114
+ <dcterms:issued>2008-11-19</dcterms:issued>
2115
+ <dcterms:modified>2014-10-23</dcterms:modified>
2116
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2117
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#recordedBy-2014-10-23"/>
2118
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
2119
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/recordedBy-2009-04-24"/>
2120
+ <dwcattributes:status>recommended</dwcattributes:status>
2121
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
2122
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText</dwcattributes:abcdEquivalence>
2123
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
2124
+ </rdf:Description>
2125
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/recordNumber">
2126
+ <rdfs:label xml:lang="en">Record Number</rdfs:label>
2127
+ <rdfs:comment xml:lang="en">An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.</rdfs:comment>
2128
+ <dcterms:description xml:lang="en">Example: "OPP 7101"</dcterms:description>
2129
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2130
+ <dcterms:issued>2008-11-19</dcterms:issued>
2131
+ <dcterms:modified>2009-05-18</dcterms:modified>
2132
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2133
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#recordNumber-2009-04-24"/>
2134
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/CollectorNumber-2007-04-17"/>
2135
+ <dwcattributes:status>recommended</dwcattributes:status>
2136
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/CollectorsFieldNumber</dwcattributes:abcdEquivalence>
2137
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
2138
+ </rdf:Description>
2139
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/relatedResourceID">
2140
+ <rdfs:label xml:lang="en">Related Resource ID</rdfs:label>
2141
+ <rdfs:comment xml:lang="en">An identifier for a related resource (the object, rather than the subject of the relationship).</rdfs:comment>
2142
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2143
+ <dcterms:issued>2008-11-19</dcterms:issued>
2144
+ <dcterms:modified>2009-04-24</dcterms:modified>
2145
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2146
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#relatedResourceID-2009-04-24"/>
2147
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2148
+ <dwcattributes:status>recommended</dwcattributes:status>
2149
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID</dwcattributes:abcdEquivalence>
2150
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2151
+ </rdf:Description>
2152
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/relationshipAccordingTo">
2153
+ <rdfs:label xml:lang="en">Relationship According To</rdfs:label>
2154
+ <rdfs:comment xml:lang="en">The source (person, organization, publication, reference) establishing the relationship between the two resources.</rdfs:comment>
2155
+ <dcterms:description xml:lang="en">Example: "Julie Woodruff"</dcterms:description>
2156
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2157
+ <dcterms:issued>2009-04-24</dcterms:issued>
2158
+ <dcterms:modified>2009-04-24</dcterms:modified>
2159
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2160
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#relationshipAccordingTo-2009-04-24"/>
2161
+ <rdfs:subPropertyOf rdf:resource="http://rs.tdwg.org/dwc/terms/accordingTo"/>
2162
+ <dwcattributes:status>recommended</dwcattributes:status>
2163
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2164
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2165
+ </rdf:Description>
2166
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate">
2167
+ <rdfs:label xml:lang="en">Relationship Established Date</rdfs:label>
2168
+ <rdfs:comment xml:lang="en">The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).</rdfs:comment>
2169
+ <dcterms:description xml:lang="en">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.</dcterms:description>
2170
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2171
+ <dcterms:issued>2009-04-24</dcterms:issued>
2172
+ <dcterms:modified>2009-04-24</dcterms:modified>
2173
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2174
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#relationshipEstablishedDate-2009-04-24"/>
2175
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
2176
+ <dwcattributes:status>recommended</dwcattributes:status>
2177
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2178
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2179
+ </rdf:Description>
2180
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/relationshipOfResource">
2181
+ <rdfs:label xml:lang="en">Relationship Of Resource</rdfs:label>
2182
+ <rdfs:comment xml:lang="en">The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2183
+ <dcterms:description xml:lang="en">Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within"</dcterms:description>
2184
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2185
+ <dcterms:issued>2008-11-19</dcterms:issued>
2186
+ <dcterms:modified>2009-04-24</dcterms:modified>
2187
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2188
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#relationshipOfResource-2009-04-24"/>
2189
+ <dwcattributes:status>recommended</dwcattributes:status>
2190
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType</dwcattributes:abcdEquivalence>
2191
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2192
+ </rdf:Description>
2193
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/relationshipRemarks">
2194
+ <rdfs:label xml:lang="en">Relationship Remarks</rdfs:label>
2195
+ <rdfs:comment xml:lang="en">Comments or notes about the relationship between the two resources.</rdfs:comment>
2196
+ <dcterms:description xml:lang="en">Examples: "mother and offspring collected from the same nest", "pollinator captured in the act"</dcterms:description>
2197
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2198
+ <dcterms:issued>2008-11-19</dcterms:issued>
2199
+ <dcterms:modified>2009-04-24</dcterms:modified>
2200
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2201
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#relationshipRemarks-2009-04-24"/>
2202
+ <dwcattributes:status>recommended</dwcattributes:status>
2203
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments</dwcattributes:abcdEquivalence>
2204
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2205
+ </rdf:Description>
2206
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/reproductiveCondition">
2207
+ <rdfs:label xml:lang="en">Reproductive Condition</rdfs:label>
2208
+ <rdfs:comment xml:lang="en">The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2209
+ <dcterms:description xml:lang="en">Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing"</dcterms:description>
2210
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2211
+ <dcterms:issued>2008-11-19</dcterms:issued>
2212
+ <dcterms:modified>2009-04-24</dcterms:modified>
2213
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2214
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#reproductiveCondition-2009-04-24"/>
2215
+ <dwcattributes:status>recommended</dwcattributes:status>
2216
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2217
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
2218
+ </rdf:Description>
2219
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/resourceID">
2220
+ <rdfs:label xml:lang="en">Resource ID</rdfs:label>
2221
+ <rdfs:comment xml:lang="en">An identifier for the resource that is the subject of the relationship.</rdfs:comment>
2222
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2223
+ <dcterms:issued>2009-04-24</dcterms:issued>
2224
+ <dcterms:modified>2009-04-24</dcterms:modified>
2225
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2226
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#resourceID-2009-04-24"/>
2227
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2228
+ <dwcattributes:status>recommended</dwcattributes:status>
2229
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2230
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2231
+ </rdf:Description>
2232
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/ResourceRelationship">
2233
+ <rdfs:label xml:lang="en">Resource Relationship</rdfs:label>
2234
+ <rdfs:comment xml:lang="en">A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another.</rdfs:comment>
2235
+ <dcterms:description xml:lang="en">Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism.</dcterms:description>
2236
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2237
+ <dcterms:issued>2008-11-19</dcterms:issued>
2238
+ <dcterms:modified>2014-10-23</dcterms:modified>
2239
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
2240
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#ResourceRelationship-2014-10-23"/>
2241
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship-2009-01-21"/>
2242
+ <dwcattributes:status>recommended</dwcattributes:status>
2243
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
2244
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Associations</dwcattributes:abcdEquivalence>
2245
+ </rdf:Description>
2246
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/resourceRelationshipID">
2247
+ <rdfs:label xml:lang="en">Resource Relationship ID</rdfs:label>
2248
+ <rdfs:comment xml:lang="en">An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).</rdfs:comment>
2249
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2250
+ <dcterms:issued>2009-01-26</dcterms:issued>
2251
+ <dcterms:modified>2009-04-24</dcterms:modified>
2252
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2253
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#resourceRelationshipID-2009-04-24"/>
2254
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2255
+ <dwcattributes:status>recommended</dwcattributes:status>
2256
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2257
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/ResourceRelationship"/>
2258
+ </rdf:Description>
2259
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/samplingEffort">
2260
+ <rdfs:label xml:lang="en">Sampling Effort</rdfs:label>
2261
+ <rdfs:comment xml:lang="en">The amount of effort expended during an Event.</rdfs:comment>
2262
+ <dcterms:description xml:lang="en">Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car"</dcterms:description>
2263
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2264
+ <dcterms:issued>2009-08-24</dcterms:issued>
2265
+ <dcterms:modified>2009-08-24</dcterms:modified>
2266
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2267
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#samplingEffort-2009-08-24"/>
2268
+ <dwcattributes:status>recommended</dwcattributes:status>
2269
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2270
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
2271
+ </rdf:Description>
2272
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/samplingProtocol">
2273
+ <rdfs:label xml:lang="en">Sampling Protocol</rdfs:label>
2274
+ <rdfs:comment xml:lang="en">The name of, reference to, or description of the method or protocol used during an Event.</rdfs:comment>
2275
+ <dcterms:description xml:lang="en">Examples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x", "Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.", "http://www.bsc-eoc.org/download/Owl.pdf"</dcterms:description>
2276
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2277
+ <dcterms:issued>2008-11-19</dcterms:issued>
2278
+ <dcterms:modified>2009-04-24</dcterms:modified>
2279
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2280
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#samplingProtocol-2009-04-24"/>
2281
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/CollectingMethod-2007-04-17"/>
2282
+ <dwcattributes:status>recommended</dwcattributes:status>
2283
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Method</dwcattributes:abcdEquivalence>
2284
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
2285
+ </rdf:Description>
2286
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/scientificName">
2287
+ <rdfs:label xml:lang="en">Scientific Name</rdfs:label>
2288
+ <rdfs:comment xml:lang="en">The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.</rdfs:comment>
2289
+ <dcterms:description xml:lang="en">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)</dcterms:description>
2290
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2291
+ <dcterms:issued>2008-11-19</dcterms:issued>
2292
+ <dcterms:modified>2009-09-21</dcterms:modified>
2293
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2294
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#scientificName-2009-09-21"/>
2295
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/scientificName-2009-04-24"/>
2296
+ <dwcattributes:status>recommended</dwcattributes:status>
2297
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString</dwcattributes:abcdEquivalence>
2298
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2299
+ </rdf:Description>
2300
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/scientificNameAuthorship">
2301
+ <rdfs:label xml:lang="en">Scientific Name Authorship</rdfs:label>
2302
+ <rdfs:comment xml:lang="en">The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.</rdfs:comment>
2303
+ <dcterms:description xml:lang="en">Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)"</dcterms:description>
2304
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2305
+ <dcterms:issued>2008-11-19</dcterms:issued>
2306
+ <dcterms:modified>2009-04-24</dcterms:modified>
2307
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2308
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#scientificNameAuthorship-2009-04-24"/>
2309
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/AuthorYearOfScientificName-2007-04-17"/>
2310
+ <dwcattributes:status>recommended</dwcattributes:status>
2311
+ <dwcattributes:abcdEquivalence>{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}</dwcattributes:abcdEquivalence>
2312
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2313
+ </rdf:Description>
2314
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/scientificNameID">
2315
+ <rdfs:label xml:lang="en">Scientific Name ID</rdfs:label>
2316
+ <rdfs:comment xml:lang="en">An identifier for the nomenclatural (not taxonomic) details of a scientific name.</rdfs:comment>
2317
+ <dcterms:description xml:lang="en">Example: "urn:lsid:ipni.org:names:37829-1:1.3"</dcterms:description>
2318
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2319
+ <dcterms:issued>2008-11-19</dcterms:issued>
2320
+ <dcterms:modified>2009-08-24</dcterms:modified>
2321
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2322
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#scientificNameID-2009-08-24"/>
2323
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2324
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/TaxonNameID-2009-04-24"/>
2325
+ <dwcattributes:status>recommended</dwcattributes:status>
2326
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2327
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2328
+ </rdf:Description>
2329
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/sex">
2330
+ <rdfs:label xml:lang="en">Sex</rdfs:label>
2331
+ <rdfs:comment xml:lang="en">The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2332
+ <dcterms:description xml:lang="en">Examples: "female", "hermaphrodite", "8 males, 4 females"</dcterms:description>
2333
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2334
+ <dcterms:issued>2008-11-19</dcterms:issued>
2335
+ <dcterms:modified>2009-04-24</dcterms:modified>
2336
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2337
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#sex-2009-04-24"/>
2338
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Sex-2007-04-17"/>
2339
+ <dwcattributes:status>recommended</dwcattributes:status>
2340
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Sex</dwcattributes:abcdEquivalence>
2341
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
2342
+ </rdf:Description>
2343
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/specificEpithet">
2344
+ <rdfs:label xml:lang="en">Specific Epithet</rdfs:label>
2345
+ <rdfs:comment xml:lang="en">The name of the first or species epithet of the scientificName.</rdfs:comment>
2346
+ <dcterms:description xml:lang="en">Examples: "concolor", "gottschei"</dcterms:description>
2347
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2348
+ <dcterms:issued>2008-11-19</dcterms:issued>
2349
+ <dcterms:modified>2009-04-24</dcterms:modified>
2350
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2351
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#specificEpithet-2009-04-24"/>
2352
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/SpecificEpithet-2007-04-17"/>
2353
+ <dwcattributes:status>recommended</dwcattributes:status>
2354
+ <dwcattributes:abcdEquivalence>{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}</dwcattributes:abcdEquivalence>
2355
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2356
+ </rdf:Description>
2357
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/startDayOfYear">
2358
+ <rdfs:label xml:lang="en">Start Day Of Year</rdfs:label>
2359
+ <rdfs:comment xml:lang="en">The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).</rdfs:comment>
2360
+ <dcterms:description xml:lang="en">Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year)</dcterms:description>
2361
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2362
+ <dcterms:issued>2008-11-19</dcterms:issued>
2363
+ <dcterms:modified>2009-04-24</dcterms:modified>
2364
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2365
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#startDayOfYear-2009-04-24"/>
2366
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/DayOfYear-2007-04-17"/>
2367
+ <dwcattributes:status>recommended</dwcattributes:status>
2368
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin</dwcattributes:abcdEquivalence>
2369
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
2370
+ </rdf:Description>
2371
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/stateProvince">
2372
+ <rdfs:label xml:lang="en">State Province</rdfs:label>
2373
+ <rdfs:comment xml:lang="en">The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.</rdfs:comment>
2374
+ <dcterms:description xml:lang="en">Examples: "Montana", "Minas Gerais", "Córdoba"</dcterms:description>
2375
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2376
+ <dcterms:issued>2008-11-19</dcterms:issued>
2377
+ <dcterms:modified>2009-04-24</dcterms:modified>
2378
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2379
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#stateProvince-2009-04-24"/>
2380
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/StateProvince-2007-04-17"/>
2381
+ <dwcattributes:status>recommended</dwcattributes:status>
2382
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)</dwcattributes:abcdEquivalence>
2383
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2384
+ </rdf:Description>
2385
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/subgenus">
2386
+ <rdfs:label xml:lang="en">Subgenus</rdfs:label>
2387
+ <rdfs:comment xml:lang="en">The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.</rdfs:comment>
2388
+ <dcterms:description xml:lang="en">Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella"</dcterms:description>
2389
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2390
+ <dcterms:issued>2008-11-19</dcterms:issued>
2391
+ <dcterms:modified>2009-08-24</dcterms:modified>
2392
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2393
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#subgenus-2009-08-24"/>
2394
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/subgenus-2009-04-24"/>
2395
+ <dwcattributes:status>recommended</dwcattributes:status>
2396
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus</dwcattributes:abcdEquivalence>
2397
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2398
+ </rdf:Description>
2399
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/Taxon">
2400
+ <rdfs:label xml:lang="en">Taxon</rdfs:label>
2401
+ <rdfs:comment xml:lang="en">A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.</rdfs:comment>
2402
+ <dcterms:description xml:lang="en">Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820.</dcterms:description>
2403
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2404
+ <dcterms:issued>2008-11-19</dcterms:issued>
2405
+ <dcterms:modified>2014-10-23</dcterms:modified>
2406
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
2407
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#Taxon-2014-10-23"/>
2408
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon-2009-09-21"/>
2409
+ <dwcattributes:status>recommended</dwcattributes:status>
2410
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15"/>
2411
+ <dwcattributes:abcdEquivalence>no simple equivalent in ABCD</dwcattributes:abcdEquivalence>
2412
+ </rdf:Description>
2413
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/taxonConceptID">
2414
+ <rdfs:label xml:lang="en">Taxon Concept ID</rdfs:label>
2415
+ <rdfs:comment xml:lang="en">An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.</rdfs:comment>
2416
+ <dcterms:description xml:lang="en">Example: "8fa58e08-08de-4ac1-b69c-1235340b7001"</dcterms:description>
2417
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2418
+ <dcterms:issued>2009-04-24</dcterms:issued>
2419
+ <dcterms:modified>2009-09-21</dcterms:modified>
2420
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2421
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#taxonConceptID-2009-09-21"/>
2422
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2423
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/taxonConceptID-2009-04-24"/>
2424
+ <dwcattributes:status>recommended</dwcattributes:status>
2425
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2426
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2427
+ </rdf:Description>
2428
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/taxonID">
2429
+ <rdfs:label xml:lang="en">Taxon ID</rdfs:label>
2430
+ <rdfs:comment xml:lang="en">An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.</rdfs:comment>
2431
+ <dcterms:description xml:lang="en">Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567"</dcterms:description>
2432
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2433
+ <dcterms:issued>2008-11-19</dcterms:issued>
2434
+ <dcterms:modified>2009-08-24</dcterms:modified>
2435
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2436
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#taxonID-2009-08-24"/>
2437
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
2438
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/scientificNameID-2009-07-06"/>
2439
+ <dwcattributes:status>recommended</dwcattributes:status>
2440
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2441
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2442
+ </rdf:Description>
2443
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/taxonomicStatus">
2444
+ <rdfs:label xml:lang="en">Taxonomic Status</rdfs:label>
2445
+ <rdfs:comment xml:lang="en">The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2446
+ <dcterms:description xml:lang="en">Examples: "invalid", "misapplied", "homotypic synonym", "accepted"</dcterms:description>
2447
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2448
+ <dcterms:issued>2008-11-19</dcterms:issued>
2449
+ <dcterms:modified>2009-04-24</dcterms:modified>
2450
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2451
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#taxonomicStatus-2009-04-24"/>
2452
+ <dwcattributes:status>recommended</dwcattributes:status>
2453
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2454
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2455
+ </rdf:Description>
2456
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/taxonRank">
2457
+ <rdfs:label xml:lang="en">Taxon Rank</rdfs:label>
2458
+ <rdfs:comment xml:lang="en">The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2459
+ <dcterms:description xml:lang="en">Examples: "subspecies", "varietas", "forma", "species", "genus"</dcterms:description>
2460
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2461
+ <dcterms:issued>2008-11-19</dcterms:issued>
2462
+ <dcterms:modified>2009-09-21</dcterms:modified>
2463
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2464
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#taxonRank-2009-09-21"/>
2465
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/scientificNameRank-2009-07-06"/>
2466
+ <dwcattributes:status>recommended</dwcattributes:status>
2467
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank</dwcattributes:abcdEquivalence>
2468
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2469
+ </rdf:Description>
2470
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/taxonRemarks">
2471
+ <rdfs:label xml:lang="en">Taxon Remarks</rdfs:label>
2472
+ <rdfs:comment xml:lang="en">Comments or notes about the taxon or name.</rdfs:comment>
2473
+ <dcterms:description xml:lang="en">Example: "this name is a misspelling in common use"</dcterms:description>
2474
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2475
+ <dcterms:issued>2008-11-19</dcterms:issued>
2476
+ <dcterms:modified>2009-08-24</dcterms:modified>
2477
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2478
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#taxonRemarks-2009-08-24"/>
2479
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/taxonRemarks-2009-04-24"/>
2480
+ <dwcattributes:status>recommended</dwcattributes:status>
2481
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2482
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2483
+ </rdf:Description>
2484
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/typeStatus">
2485
+ <rdfs:label xml:lang="en">Type Status</rdfs:label>
2486
+ <rdfs:comment xml:lang="en">A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.</rdfs:comment>
2487
+ <dcterms:description xml:lang="en">The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "holotype of Pinus abies | holotype of Picea abies".</dcterms:description>
2488
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2489
+ <dcterms:issued>2008-11-19</dcterms:issued>
2490
+ <dcterms:modified>2014-10-23</dcterms:modified>
2491
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2492
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#typeStatus-2014-10-23"/>
2493
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/typeStatus-2009-04-24"/>
2494
+ <dwcattributes:status>recommended</dwcattributes:status>
2495
+ <dwcattributes:decision rdf:resource="http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16"/>
2496
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText</dwcattributes:abcdEquivalence>
2497
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
2498
+ </rdf:Description>
2499
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimCoordinates">
2500
+ <rdfs:label xml:lang="en">Verbatim Coordinates</rdfs:label>
2501
+ <rdfs:comment xml:lang="en">The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.</rdfs:comment>
2502
+ <dcterms:description xml:lang="en">Examples: "41 05 54S 121 05 34W", "17T 630000 4833400"</dcterms:description>
2503
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2504
+ <dcterms:issued>2008-11-19</dcterms:issued>
2505
+ <dcterms:modified>2009-07-06</dcterms:modified>
2506
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2507
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimCoordinates-2009-04-24"/>
2508
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimCoordinates-2007-04-17"/>
2509
+ <dwcattributes:status>recommended</dwcattributes:status>
2510
+ <dwcattributes:abcdEquivalence>{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}</dwcattributes:abcdEquivalence>
2511
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2512
+ </rdf:Description>
2513
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem">
2514
+ <rdfs:label xml:lang="en">Verbatim Coordinate System</rdfs:label>
2515
+ <rdfs:comment xml:lang="en">The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.</rdfs:comment>
2516
+ <dcterms:description xml:lang="en">Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM"</dcterms:description>
2517
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2518
+ <dcterms:issued>2008-11-19</dcterms:issued>
2519
+ <dcterms:modified>2009-07-06</dcterms:modified>
2520
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2521
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimCoordinateSystem-2009-04-24"/>
2522
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimCoordinateSystem-2007-04-17"/>
2523
+ <dwcattributes:status>recommended</dwcattributes:status>
2524
+ <dwcattributes:abcdEquivalence>(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem</dwcattributes:abcdEquivalence>
2525
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2526
+ </rdf:Description>
2527
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimDepth">
2528
+ <rdfs:label xml:lang="en">Verbatim Depth</rdfs:label>
2529
+ <rdfs:comment xml:lang="en">The original description of the depth below the local surface.</rdfs:comment>
2530
+ <dcterms:description xml:lang="en">Example: "100-200 m"</dcterms:description>
2531
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2532
+ <dcterms:issued>2008-11-19</dcterms:issued>
2533
+ <dcterms:modified>2009-04-24</dcterms:modified>
2534
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2535
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimDepth-2009-04-24"/>
2536
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimDepth-2007-04-17"/>
2537
+ <dwcattributes:status>recommended</dwcattributes:status>
2538
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText</dwcattributes:abcdEquivalence>
2539
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2540
+ </rdf:Description>
2541
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimElevation">
2542
+ <rdfs:label xml:lang="en">Verbatim Elevation</rdfs:label>
2543
+ <rdfs:comment xml:lang="en">The original description of the elevation (altitude, usually above sea level) of the Location.</rdfs:comment>
2544
+ <dcterms:description xml:lang="en">Example: "100-200 m"</dcterms:description>
2545
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2546
+ <dcterms:issued>2008-11-19</dcterms:issued>
2547
+ <dcterms:modified>2009-04-24</dcterms:modified>
2548
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2549
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimElevation-2009-04-24"/>
2550
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimElevation-2007-04-17"/>
2551
+ <dwcattributes:status>recommended</dwcattributes:status>
2552
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText</dwcattributes:abcdEquivalence>
2553
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2554
+ </rdf:Description>
2555
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimEventDate">
2556
+ <rdfs:label xml:lang="en">Verbatim EventDate</rdfs:label>
2557
+ <rdfs:comment xml:lang="en">The verbatim original representation of the date and time information for an Event.</rdfs:comment>
2558
+ <dcterms:description xml:lang="en">Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934"</dcterms:description>
2559
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2560
+ <dcterms:issued>2008-11-19</dcterms:issued>
2561
+ <dcterms:modified>2009-04-24</dcterms:modified>
2562
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2563
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimEventDate-2009-04-24"/>
2564
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimCollectingDate-2007-04-17"/>
2565
+ <dwcattributes:status>recommended</dwcattributes:status>
2566
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText</dwcattributes:abcdEquivalence>
2567
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
2568
+ </rdf:Description>
2569
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimLatitude">
2570
+ <rdfs:label xml:lang="en">Verbatim Latitude</rdfs:label>
2571
+ <rdfs:comment xml:lang="en">The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.</rdfs:comment>
2572
+ <dcterms:description xml:lang="en">Example: "41 05 54.03S"</dcterms:description>
2573
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2574
+ <dcterms:issued>2008-11-19</dcterms:issued>
2575
+ <dcterms:modified>2009-07-06</dcterms:modified>
2576
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2577
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimLatitude-2009-04-24"/>
2578
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimLatitude-2007-04-17"/>
2579
+ <dwcattributes:status>recommended</dwcattributes:status>
2580
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude</dwcattributes:abcdEquivalence>
2581
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2582
+ </rdf:Description>
2583
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimLocality">
2584
+ <rdfs:label xml:lang="en">Verbatim Locality</rdfs:label>
2585
+ <rdfs:comment xml:lang="en">The original textual description of the place.</rdfs:comment>
2586
+ <dcterms:description xml:lang="en">Example: "25 km NNE Bariloche por R. Nac. 237"</dcterms:description>
2587
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2588
+ <dcterms:issued>2008-11-19</dcterms:issued>
2589
+ <dcterms:modified>2009-04-24</dcterms:modified>
2590
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2591
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimLocality-2009-04-24"/>
2592
+ <dwcattributes:status>recommended</dwcattributes:status>
2593
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName</dwcattributes:abcdEquivalence>
2594
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2595
+ </rdf:Description>
2596
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimLongitude">
2597
+ <rdfs:label xml:lang="en">Verbatim Longitude</rdfs:label>
2598
+ <rdfs:comment xml:lang="en">The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.</rdfs:comment>
2599
+ <dcterms:description xml:lang="en">Example: "121d 10' 34" W"</dcterms:description>
2600
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2601
+ <dcterms:issued>2008-11-19</dcterms:issued>
2602
+ <dcterms:modified>2009-07-06</dcterms:modified>
2603
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2604
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimLongitude-2009-04-24"/>
2605
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/VerbatimLongitude-2007-04-17"/>
2606
+ <dwcattributes:status>recommended</dwcattributes:status>
2607
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude</dwcattributes:abcdEquivalence>
2608
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2609
+ </rdf:Description>
2610
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimSRS">
2611
+ <rdfs:label xml:lang="en">Verbatim SRS</rdfs:label>
2612
+ <rdfs:comment xml:lang="en">The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".</rdfs:comment>
2613
+ <dcterms:description xml:lang="en">Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866"</dcterms:description>
2614
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2615
+ <dcterms:issued>2009-07-06</dcterms:issued>
2616
+ <dcterms:modified>2009-07-06</dcterms:modified>
2617
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2618
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimSRS-2009-07-06"/>
2619
+ <dwcattributes:status>recommended</dwcattributes:status>
2620
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2621
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2622
+ </rdf:Description>
2623
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/verbatimTaxonRank">
2624
+ <rdfs:label xml:lang="en">Verbatim Taxon Rank</rdfs:label>
2625
+ <rdfs:comment xml:lang="en">The taxonomic rank of the most specific name in the scientificName as it appears in the original record.</rdfs:comment>
2626
+ <dcterms:description xml:lang="en">Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var."</dcterms:description>
2627
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2628
+ <dcterms:issued>2009-07-06</dcterms:issued>
2629
+ <dcterms:modified>2009-09-21</dcterms:modified>
2630
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2631
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#verbatimTaxonRank-2009-09-21"/>
2632
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/verbatimScientificNameRank-2009-07-06"/>
2633
+ <dwcattributes:status>recommended</dwcattributes:status>
2634
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2635
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2636
+ </rdf:Description>
2637
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/vernacularName">
2638
+ <rdfs:label xml:lang="en">Vernacular Name</rdfs:label>
2639
+ <rdfs:comment xml:lang="en">A common or vernacular name.</rdfs:comment>
2640
+ <dcterms:description xml:lang="en">Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier"</dcterms:description>
2641
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2642
+ <dcterms:issued>2009-07-06</dcterms:issued>
2643
+ <dcterms:modified>2009-07-06</dcterms:modified>
2644
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2645
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#vernacularName-2009-07-06"/>
2646
+ <dwcattributes:status>recommended</dwcattributes:status>
2647
+ <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence>
2648
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
2649
+ </rdf:Description>
2650
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/waterBody">
2651
+ <rdfs:label xml:lang="en">Water Body</rdfs:label>
2652
+ <rdfs:comment xml:lang="en">The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.</rdfs:comment>
2653
+ <dcterms:description xml:lang="en">Examples: "Indian Ocean", "Baltic Sea", "Hudson River"</dcterms:description>
2654
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2655
+ <dcterms:issued>2008-11-19</dcterms:issued>
2656
+ <dcterms:modified>2009-04-24</dcterms:modified>
2657
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2658
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#waterBody-2009-04-24"/>
2659
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/WaterBody-2007-04-17"/>
2660
+ <dwcattributes:status>recommended</dwcattributes:status>
2661
+ <dwcattributes:abcdEquivalence>DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body</dwcattributes:abcdEquivalence>
2662
+ <dwcattributes:organizedInClass rdf:resource="http://purl.org/dc/terms/Location"/>
2663
+ </rdf:Description>
2664
+ <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/year">
2665
+ <rdfs:label xml:lang="en">Year</rdfs:label>
2666
+ <rdfs:comment xml:lang="en">The four-digit year in which the Event occurred, according to the Common Era Calendar.</rdfs:comment>
2667
+ <dcterms:description xml:lang="en">Example: "2008"</dcterms:description>
2668
+ <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
2669
+ <dcterms:issued>2008-11-19</dcterms:issued>
2670
+ <dcterms:modified>2009-04-24</dcterms:modified>
2671
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
2672
+ <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/history/#year-2009-04-24"/>
2673
+ <dcterms:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/YearCollected-2003-06-17"/>
2674
+ <dwcattributes:status>recommended</dwcattributes:status>
2675
+ <dwcattributes:abcdEquivalence>accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin</dwcattributes:abcdEquivalence>
2676
+ <dwcattributes:organizedInClass rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
2677
+ </rdf:Description>
2678
+ <!-- end Mutable RDF -->
2679
+ </rdf:RDF>