Skip to content

Commit f3e2328

Browse files
author
tucotuco
committed
Darwin Core standard release 2009-12-07.
1 parent 570c1a4 commit f3e2328

23 files changed

+403
-185
lines changed

examples/xml/example_classes_observation.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</dwc:Event>
2525
<dwc:Occurrence>
2626
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515288</dwc:occurrenceID>
27-
<dcterms:type>Occurrence</dcterms:type>
27+
<dcterms:type>Event</dcterms:type>
2828
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
2929
<dcterms:rightsHolder>Avian Knowledge Network</dcterms:rightsHolder>
3030
<dcterms:rights>Creative Commons License</dcterms:rights>
@@ -43,7 +43,7 @@
4343
</dwc:Taxon>
4444
<dwc:Occurrence>
4545
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515286</dwc:occurrenceID>
46-
<dcterms:type>Occurrence</dcterms:type>
46+
<dcterms:type>Event</dcterms:type>
4747
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
4848
<dcterms:rightsHolder>Avian Knowledge Network</dcterms:rightsHolder>
4949
<dcterms:rights>Creative Commons License</dcterms:rights>
@@ -68,7 +68,7 @@
6868
</dwc:Event>
6969
<dwc:Occurrence>
7070
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515333</dwc:occurrenceID>
71-
<dcterms:type>Occurrence</dcterms:type>
71+
<dcterms:type>Event</dcterms:type>
7272
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
7373
<dcterms:rightsHolder>Avian Knowledge Network</dcterms:rightsHolder>
7474
<dcterms:rights>Creative Commons License</dcterms:rights>
@@ -87,7 +87,7 @@
8787
</dwc:Taxon>
8888
<dwc:Occurrence>
8989
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515331</dwc:occurrenceID>
90-
<dcterms:type>Occurrence</dcterms:type>
90+
<dcterms:type>Event</dcterms:type>
9191
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
9292
<dcterms:rightsHolder>Avian Knowledge Network</dcterms:rightsHolder>
9393
<dcterms:rights>Creative Commons License</dcterms:rights>

examples/xml/example_classes_specimen.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
2727
</dwc:Event>
2828
<dwc:Occurrence>
29-
<dcterms:type>Occurrence</dcterms:type>
29+
<dcterms:type>PhysicalObject</dcterms:type>
3030
<dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
3131
<dcterms:rightsHolder>Museum of Vertebrate Zoology</dcterms:rightsHolder>
3232
<dcterms:rights>Creative Commons License</dcterms:rights>
@@ -67,7 +67,7 @@
6767
<dwc:identificationID>http://guid.mvz.org/identifications/94752</dwc:identificationID>
6868
</dwc:Taxon>
6969
<dwc:Occurrence>
70-
<dcterms:type>Occurrence</dcterms:type>
70+
<dcterms:type>PhysicalObject</dcterms:type>
7171
<dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
7272
<dcterms:rightsHolder>Museum of Vertebrate Zoology</dcterms:rightsHolder>
7373
<dcterms:rights>Creative Commons License</dcterms:rights>

examples/xml/example_simple.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- allow the resolution of the namespace in a self contained package with the documentation. -->
1111
<!-- xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd"> -->
1212
<SimpleDarwinRecord>
13-
<dc:type>Occurrence</dc:type>
13+
<dc:type>PhysicalObject</dc:type>
1414
<dc:modified>2009-02-12T14:22Z</dc:modified>
1515
<dc:language>en</dc:language>
1616
<dc:rights>Content licensed under Creative Commons Attribution 3.0 United States License</dc:rights>

examples/xml/example_simple_fossil.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd">
88
<SimpleDarwinRecord>
99
<dwc:occurrenceID>urn:catalog:YPM:VP.057488</dwc:occurrenceID>
10-
<dc:type>Occurrence</dc:type>
10+
<dc:type>PhysicalObject</dc:type>
1111
<dc:modified>2009-02-12T14:22Z</dc:modified>
1212
<dc:language>en</dc:language>
1313
<dwc:basisOfRecord>FossilSpecimen</dwc:basisOfRecord>

rdf/dwcterms.rdf

+5-6
Large diffs are not rendered by default.

rdf/dwctermshistory.rdf

+12-11
Large diffs are not rendered by default.

rdf/dwctype.rdf

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
5858
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/Occurrence"> <rdfs:label xml:lang="en-US">Occurrence</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing an instance of the Occurrence class.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#Occurrence-2009-04-24"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Event"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence-2009-04-24"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence> </rdf:Description>
5959
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/Location"> <rdfs:label xml:lang="en-US">Location</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing an instance of the Location class.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2009-01-23</dcterms:issued> <dcterms:modified>2009-04-24</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#Location-2009-04-24"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Location-2009-04-24"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence> </rdf:Description>
6060
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/Taxon"> <rdfs:label xml:lang="en-US">Taxon</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing an instance of the Taxon class.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2009-01-23</dcterms:issued> <dcterms:modified>2009-04-24</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#Taxon-2009-01-23"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon-2009-01-23"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence> </rdf:Description>
61+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen"> <rdfs:label xml:lang="en-US">PreservedSpecimen</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing a preserved specimen.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#PreservedSpecimen-2008-11-19"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/dwctype/Occurrence"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/PreservedSpecimen-2008-11-19"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>RecordBasisEnum/PreservedSpecimen</dwcattributes:abcdEquivalence> </rdf:Description>
62+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/FossilSpecimen"> <rdfs:label xml:lang="en-US">FossilSpecimen</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing a fossilized specimen.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#FossilSpecimen-2008-11-19"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/dwctype/Occurrence"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/FossilSpecimen-2008-11-19"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>RecordBasisEnum/FossileSpecimen</dwcattributes:abcdEquivalence> </rdf:Description>
63+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/LivingSpecimen"> <rdfs:label xml:lang="en-US">LivingSpecimen</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing a living specimen.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#LivingSpecimen-2008-11-19"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/dwctype/Occurrence"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/LivingSpecimen-2008-11-19"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>RecordBasisEnum/LivingSpecimen</dwcattributes:abcdEquivalence> </rdf:Description>
64+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/HumanObservation"> <rdfs:label xml:lang="en-US">HumanObservation</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing an observation made by one or more people.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#HumanObservation-2008-11-19"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/dwctype/Occurrence"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/HumanObservation-2008-11-19"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>RecordBasisEnum/HumanObservation</dwcattributes:abcdEquivalence> </rdf:Description>
65+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/MachineObservation"> <rdfs:label xml:lang="en-US">MachineObservation</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing an observation made by a machine.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2008-11-19</dcterms:issued> <dcterms:modified>2008-11-19</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#MachineObservation-2008-11-19"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/dwctype/Occurrence"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/MachineObservation-2008-11-19"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>RecordBasisEnum/MachineObservation</dwcattributes:abcdEquivalence> </rdf:Description>
66+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist"> <rdfs:label xml:lang="en-US">NomenclaturalChecklist</rdfs:label> <rdfs:comment xml:lang="en-US">A resource describing a nomenclatural checklist.</rdfs:comment> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/dwctype/"/> <dcterms:issued>2009-01-23</dcterms:issued> <dcterms:modified>2009-01-23</dcterms:modified> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/dwctype/history/#NomenclaturalChecklist-2009-01-23"/> <dcam:memberOf rdf:resource="http://rs.tdwg.org/dwc/terms/DwCType"/> <rdfs:replaces rdf:resource="http://rs.tdwg.org/dwc/terms/NomenclaturalChecklist-2009-01-23"/> <dwcattributes:status>recommended</dwcattributes:status> <dwcattributes:abcdEquivalence>not in ABCD</dwcattributes:abcdEquivalence> </rdf:Description>
6167

6268
<!-- end Mutable RDF -->
6369
</rdf:RDF>

terms/attributes/dwcattributes.rdf

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
xmlns:dcterms="http://purl.org/dc/terms/"
1010
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1111
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
12-
<
13-
rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
12+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
1413
<dcterms:title xml:lang="en-US">Darwin Core attributes to describe terms in the http://rs.tdwg.org/dwc/terms/ (dwcterms) namespace</dcterms:title>
1514
<rdfs:comment>The attributes here are those not found in tdwg/Common, dcterms, rdf, or rdfs, but that are required to fully describe the terms in the dwcterms namespace.</rdfs:comment>
1615
<dcterms:publisher xml:lang="en-US">BiodiversityInformation Standards (TDWG)</dcterms:publisher>
@@ -20,7 +19,7 @@ rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
2019
<!-- attribute RDF goes here -->
2120

2221
<!-- status -->
23-
<rdf:Description rdf:ID="status" rdf:about="http://rs.tdwg.org/dwc/terms/attributes/status">
22+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/status">
2423
<rdfs:label xml:lang="en-US">Status</rdfs:label>
2524
<dcterms:description xml:lang="en-US">Used to indicate if the term is recommended for use or if it is only of historical significance.</dcterms:description>
2625
<rdfs:comment>Values for this term should be either "recommended" or "historical".</rdfs:comment>
@@ -32,7 +31,7 @@ rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
3231
</rdf:Description>
3332

3433
<!-- decision -->
35-
<rdf:Description rdf:ID="decision" rdf:about="http://rs.tdwg.org/dwc/terms/attributes/decision">
34+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/decision">
3635
<rdfs:label xml:lang="en-US">Decision</rdfs:label>
3736
<dcterms:description xml:lang="en-US">Used to reference the formal decision that resulted in this version of the term.</dcterms:description>
3837
<rdfs:comment>Example: "http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-01-20_1"</rdfs:comment>
@@ -44,7 +43,7 @@ rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
4443
</rdf:Description>
4544

4645
<!-- abcdEquivalence -->
47-
<rdf:Description rdf:ID="abcdEquivalence" rdf:about="http://rs.tdwg.org/dwc/terms/attributes/abcdEquivalence">
46+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/abcdEquivalence">
4847
<rdfs:label xml:lang="en-US">ABCD Equivalence</rdfs:label>
4948
<dcterms:description xml:lang="en-US">Used to show the xpath(s) to the equivalent term(s) in the current version of the Access to Biological Collections Data (ABCD) schema.</dcterms:description>
5049
<rdfs:comment>Currently mapped to ABCD 2.06b</rdfs:comment>
@@ -56,7 +55,7 @@ rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
5655
</rdf:Description>
5756

5857
<!-- organizedInClass -->
59-
<rdf:Description rdf:ID="organizedInClass" rdf:about="http://rs.tdwg.org/dwc/terms/attributes/organizedInClass">
58+
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/organizedInClass">
6059
<rdfs:label xml:lang="en-US">Organized in Class</rdfs:label>
6160
<dcterms:description xml:lang="en-US">Used to organize properties within classes for easier human understanding.</dcterms:description>
6261
<rdfs:comment>Does not imply domain or range membership in the class.</rdfs:comment>

terms/guides/text/index.htm

+11-10
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<meta name="DC.contributor" content="Markus Döring (GBIF)"/>
1414
<meta name="DC.contributor" content="Renato De Giovanni (CRIA)"/>
1515
<meta name="DC.contributor" content="Dave Vieglais (KUNHM)"/>
16-
<meta name="DC.modified" content="2009-10-08"/>
16+
<meta name="DC.modified" content="2009-12-07"/>
1717
<meta name="DC.dateAccepted" content="2009-02-12"/>
1818
<meta name="DC.format" content="text/html"/>
19-
<meta name="DC.identifier" content="http://rs.tdwg.org/dwc/2009-09-23/terms/guides/text"/>
20-
<meta name="DC.replaces" content="http://rs.tdwg.org/dwc/2009-07-06/terms/guides/text/"/>
19+
<meta name="DC.identifier" content="http://rs.tdwg.org/dwc/2009-12-07/terms/guides/text"/>
20+
<meta name="DC.replaces" content="http://rs.tdwg.org/dwc/2009-09-23/terms/guides/text/"/>
2121
<meta name="DC.publisher" content="Biodiversity Information Standards TDWG"/>
2222
<meta name="DC.rights" content=""/>
2323
<meta name="DC.accessRights" content="public"/>
@@ -81,7 +81,7 @@
8181
</TR>
8282
<TR>
8383
<TH>Date Modified:</TH>
84-
<TD>2009-10-08</TD>
84+
<TD>2009-12-07</TD>
8585
</TR>
8686
<TR>
8787
<TH>Abstract:</TH>
@@ -105,14 +105,14 @@
105105
</TR>
106106
<TR>
107107
<TH>Identifier:</TH>
108-
<TD>http://rs.tdwg.org/dwc/2009-09-23/terms/guides/text/</TD>
108+
<TD>http://rs.tdwg.org/dwc/2009-12-07/terms/guides/text/</TD>
109109
</TR>
110110
<TR><TH>Latest Version:</TH>
111111
<TD><A href="http://rs.tdwg.org/dwc/terms/guides/text/index.htm">http://rs.tdwg.org/dwc/terms/guides/text/</A></TD>
112112
</TR>
113113
<TR>
114114
<TH>Replaces:</TH>
115-
<TD><a href="http://rs.tdwg.org/dwc/2009-07-06/terms/guides/text/index.htm">http://rs.tdwg.org/dwc/2009-07-06/terms/guides/text/</A></TD>
115+
<TD><a href="http://rs.tdwg.org/dwc/2009-09-23/terms/guides/text/index.htm">http://rs.tdwg.org/dwc/2009-09-23/terms/guides/text/</A></TD>
116116
</TR>
117117
<TR>
118118
<TH>Document Status:</TH>
@@ -175,8 +175,8 @@ <h3>1.1 Simple Example Metafile Content</h3>
175175
These same data could be understood without the metafile if the the first row of the CSV file contained the term names:
176176
<PRE class="example">
177177
type,institutionCode,collectionCode,catalogNumber,scientificName,individualCount,datasetID
178-
Occurrence,ANSP,PH,123,"Cryptantha gypsophila Reveal & C.R. Broome",12,urn:lsid:tim.lsid.tdwg.org:collections:1
179-
Occurrence,ANSP,PH,124,"Buxbaumia piperi",2,urn:lsid:tim.lsid.tdwg.org:collections:1
178+
PhysicalObject,ANSP,PH,123,"Cryptantha gypsophila Reveal & C.R. Broome",12,urn:lsid:tim.lsid.tdwg.org:collections:1
179+
PhysicalObject,ANSP,PH,124,"Buxbaumia piperi",2,urn:lsid:tim.lsid.tdwg.org:collections:1
180180
</PRE>
181181

182182
<h3>1.2 XML versus <EM>Fielded Text</EM></h3>
@@ -270,14 +270,14 @@ <h3><a name="coreTag">2.2 The &lt;core&gt; or &lt;extension&gt; element</a></h3>
270270
<dl>
271271
<dt>Simple Darwin Record</dt>
272272
<dd>http://rs.tdwg.org/dwc/xsd/simpledarwincore/SimpleDarwinRecord</dd>
273-
<dt>Dataset</dt>
274-
<dd>http://rs.tdwg.org/dwc/terms/Dataset</dd>
275273
<dt>Occurrence</dt>
276274
<dd>http://rs.tdwg.org/dwc/terms/Occurrence</dd>
277275
<dt>Event</dt>
278276
<dd>http://rs.tdwg.org/dwc/terms/Event</dd>
279277
<dt>Location</dt>
280278
<dd>http://purl.org/dc/terms/Location</dd>
279+
<dt>GeologicalContext</dt>
280+
<dd>http://purl.org/dc/terms/GeologicalContext</dd>
281281
<dt>Identification</dt>
282282
<dd>http://rs.tdwg.org/dwc/terms/Identification</dd>
283283
<dt>Taxon</dt>
@@ -552,6 +552,7 @@ <H3>3.2 Field Type Guidelines</H3>
552552
<tr><td>http://rs.tdwg.org/dwc/terms/decimalLatitude</td><td>xs:double</td><td>Valid values between -90 and +90 inclusive, keep all precision.</td></tr>
553553
<tr><td>http://rs.tdwg.org/dwc/terms/decimalLongitude</td><td>xs:double</td><td>Valid values between -180 and +180, keep all precision.</td></tr>
554554
<tr><td>http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters</td><td>xs:double, xs:integer</td><td>Example: 30 (0 is not a valid value).</td></tr>
555+
<tr><td>http://rs.tdwg.org/dwc/terms/coordinatePrecision</td><td>xs:double</td><td>Examples: Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree).</td></tr>
555556
<tr><td>http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit</td><td>xs:double</td><td>Examples: 1 (perfect fit), 1.5708 (circle bounding a square).</td></tr>
556557
<tr><td>http://rs.tdwg.org/dwc/terms/footprintSpatialFit</td><td>xs:double</td><td>Example: 0 (false representation), 1.2732 (square bounding a circle).</td></tr>
557558
<!-- integer -->

0 commit comments

Comments
 (0)