Cleanup repository, only keeping current files, rename .htm to .html and apply new reposiotry structure

This commit is contained in:
Markus Döring 2015-01-12 10:58:18 +01:00
parent d429461a62
commit 40a6c3f3e9
77 changed files with 0 additions and 2417 deletions

View File

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 119 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 958 B

After

Width:  |  Height:  |  Size: 958 B

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,22 +0,0 @@
'''
Very simple example of an RDFa to RDF converter.
Requires RDFLib from http://code.google.com/p/rdflib/
'''
import sys
import logging
from rdflib import ConjunctiveGraph
logging.basicConfig(level=logging.INFO)
if len(sys.argv) < 2:
logging.info('Usage: rdfa2rdf <URL for RDFa>')
sys.exit()
try:
g = ConjunctiveGraph()
res = g.parse(sys.argv[1], format='rdfa')
print g.serialize()
except Exception,e:
logging.error('Exception raised: %s' % str(e))

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/">
<head >
<title>Scientific Name in RDFa</title>
<meta about='sciname_1.html' property='dc:creator' content="Dave Vieglais"/>
<meta about='sciname_1.html' property='dc:date' content="2008-11-14T09:52:00+00:00" />
<meta about='sciname_1.html' property='dc:description' content="Demonstrates how to
tag a scientific name with RDFa markup so that a parser can recognize that a string
value represents a scientific name." />
</head>
<body>
<p>This example shows how to tag a scientific name with RDFa markup so that a
parser can recognize that the string
<span property='dwc:scientificName' style='font-style: italic;'>Bufo marinus</span>
as a scientific name, and the string &quot;<span property='dwc:family'>Bufonidae</span>
is a family name, but there is no statement that <span style='font-style: italic;'>B. marinus</span> is a
member of the family Bufonidae.</p>
</body>
</html>

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/">
<head >
<title>Scientific Name in RDFa</title>
<meta about='sciname_2.html' property='dc:creator' content="Dave Vieglais"/>
<meta about='sciname_2.html' property='dc:date' content="2008-11-14T09:52:00+00:00" />
<meta about='sciname_2.html' property='dc:description' content="Demonstrates how to
tag a scientific name with RDFa markup so that a parser can recognize that a string
value represents a scientific name." />
</head>
<body>
<p>This example shows how to tag a scientific name with RDFa markup so that a
parser can recognize that the string
<span about='#name1' typeof='dwc:Occurrence'>
<span property='dwc:scientificName' style='font-style: italic;'>Bufo marinus</span>
as a scientific name, and the string &quot;<span property='dwc:family'>Bufonidae</span>
is a family name</span>, and since both terms form part of a Darwin Core record,
infers that Bufonidae is the family name for entity named &quot;#name1&quot; and
&quot;<span style='font-style: italic;'>Bufo marinus</span>&quot; is the scientific name.</p>
</body>
</html>

View File

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:georss='http://www.georss.org/georss#'
xmlns:oboe='http://code.ecoinformatics.org/code/semtools/trunk/dev/oboe/oboe.owl#'>
<head >
<title>Observation in RDFa</title>
<meta about='sciname_location.html' property='dc:creator' content="Dave Vieglais"/>
<meta about='sciname_location.html' property='dc:date' content="2008-11-14T09:52:00+00:00" />
<meta about='sciname_location.html' property='dc:description' content="Demonstrates how to
create the equivalent of a simple observation record within a HTML document that can be
converted to an RDF document." />
</head>
<body>
<p>This example document contains a record of an observation tagged with an lsid of xxx
<span about="lsid:blah.blah" typeof="oboe:Observation">
that includes the scientific name
<span property='dwc:scientificName' style='font-style: italic;'>Bufo marinus</span>,
</span>
<span about='lsid:blah.blah' typeof="dc:Location" >
<span property='dwc:geodeticDatum' content='epsg:4326' />
a geographic location of
<span property='georss:point' content='-25.273262 152.725067' />
longitude
<span property='dwc:decimalLongitude'>152.725067</span>
east, latitude
<span property='dwc:decimalLatitude'>-25.273262</span>,
</span>
and a time of
<span about='lsid:blah.blah' property='dwc:eventDate' content="2008-11-10T23:32:00+00:00">
9:32 in the morning of the 12th of November.
</span>
</p>
</body>
</html>

View File

@ -1,203 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
fileRoot="http://data.gbif.org/download/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd"
>
<!--
This metafile defines the structure of a gzip-archived csv text document
containing all Simple Darwin Core terms
in a header row in the file matching the order presented below and
having fields separated by commas,
lines terminated with the new line character,
with optional double quote around field content, and
in the utf8 character encoding
to be found in the file called occurrence-search-123255244678924570.zip
at the address http://data.gbif.org/download/.
-->
<file
rowType="http://rs.tdwg.org/dwc/terms/text/DarwinRecord"
location="occurrence-search-123255244678924570.zip"
fieldsTerminatedBy=","
linesTerminatedBy="\n"
fieldsEnclosedBy="&quot;"
compression="GZIP"
encoding="UTF-8"
ignoreHeaderLines="1">
<field index="1" term="http://purl.org/dc/terms/dcterms:type" type="xs:string"/>
<field index="2" term="http://purl.org/dc/terms/dcterms:modified" type="xs:dateTime"/>
<field index="3" term="http://purl.org/dc/terms/dcterms:language" type="xs:string"/>
<field index="4" term="http://purl.org/dc/terms/dcterms:license" type="xs:string"/>
<field index="5" term="http://purl.org/dc/terms/dcterms:rightsHolder" type="xs:string"/>
<field index="6" term="http://purl.org/dc/terms/dcterms:accessRights" type="xs:string"/>
<field index="7" term="http://purl.org/dc/terms/dcterms:bibliographicCitation" type="xs:string"/>
<field index="8" term="http://purl.org/dc/terms/dcterms:references" type="xs:string"/>
<field index="9" term="http://rs.tdwg.org/dwc/terms/institutionID" type="xs:string"/>
<field index="10" term="http://rs.tdwg.org/dwc/terms/collectionID" type="xs:string"/>
<field index="11" term="http://rs.tdwg.org/dwc/terms/datasetID" type="xs:string"/>
<field index="12" term="http://rs.tdwg.org/dwc/terms/institutionCode" type="xs:string"/>
<field index="13" term="http://rs.tdwg.org/dwc/terms/collectionCode" type="xs:string"/>
<field index="14" term="http://rs.tdwg.org/dwc/terms/datasetName" type="xs:string"/>
<field index="15" term="http://rs.tdwg.org/dwc/terms/ownerInstitutionCode" type="xs:string"/>
<field index="16" term="http://rs.tdwg.org/dwc/terms/basisOfRecord" type="xs:string"/>
<field index="17" term="http://rs.tdwg.org/dwc/terms/informationWithheld" type="xs:string"/>
<field index="18" term="http://rs.tdwg.org/dwc/terms/dataGeneralizations" type="xs:string"/>
<field index="19" term="http://rs.tdwg.org/dwc/terms/dynamicProperties" type="xs:string"/>
<field index="20" term="http://rs.tdwg.org/dwc/terms/occurrenceID" type="xs:string"/>
<field index="21" term="http://rs.tdwg.org/dwc/terms/catalogNumber" type="xs:string"/>
<field index="22" term="http://rs.tdwg.org/dwc/terms/recordNumber" type="xs:string"/>
<field index="23" term="http://rs.tdwg.org/dwc/terms/recordedBy" type="xs:string"/>
<field index="24" term="http://rs.tdwg.org/dwc/terms/individualCount" type="xs:decimal"/>
<field index="25" term="http://rs.tdwg.org/dwc/terms/sex" type="xs:string"/>
<field index="26" term="http://rs.tdwg.org/dwc/terms/lifeStage" type="xs:string"/>
<field index="27" term="http://rs.tdwg.org/dwc/terms/reproductiveCondition" type="xs:string"/>
<field index="28" term="http://rs.tdwg.org/dwc/terms/behavior" type="xs:string"/>
<field index="29" term="http://rs.tdwg.org/dwc/terms/establishmentMeans" type="xs:string"/>
<field index="30" term="http://rs.tdwg.org/dwc/terms/occurrenceStatus" type="xs:string"/>
<field index="31" term="http://rs.tdwg.org/dwc/terms/preparations" type="xs:string"/>
<field index="32" term="http://rs.tdwg.org/dwc/terms/disposition" type="xs:string"/>
<field index="33" term="http://rs.tdwg.org/dwc/terms/associatedMedia" type="xs:string"/>
<field index="34" term="http://rs.tdwg.org/dwc/terms/associatedReferences" type="xs:string"/>
<field index="35" term="http://rs.tdwg.org/dwc/terms/associatedSequences" type="xs:string"/>
<field index="36" term="http://rs.tdwg.org/dwc/terms/associatedTaxa" type="xs:string"/>
<field index="37" term="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers" type="xs:string"/>
<field index="38" term="http://rs.tdwg.org/dwc/terms/occurrenceRemarks" type="xs:string"/>
<field index="39" term="http://rs.tdwg.org/dwc/terms/organismID" type="xs:string"/>
<field index="40" term="http://rs.tdwg.org/dwc/terms/organismName" type="xs:string"/>
<field index="41" term="http://rs.tdwg.org/dwc/terms/organismScope" type="xs:string"/>
<field index="42" term="http://rs.tdwg.org/dwc/terms/associatedOccurrences" type="xs:string"/>
<field index="43" term="http://rs.tdwg.org/dwc/terms/associatedOrganisms" type="xs:string"/>
<field index="44" term="http://rs.tdwg.org/dwc/terms/previousIdentifications" type="xs:string"/>
<field index="45" term="http://rs.tdwg.org/dwc/terms/organismRemarks" type="xs:string"/>
<field index="46" term="http://rs.tdwg.org/dwc/terms/materialSampleID" type="xs:string"/>
<field index="47" term="http://rs.tdwg.org/dwc/terms/eventID" type="xs:string"/>
<field index="48" term="http://rs.tdwg.org/dwc/terms/fieldNumber" type="xs:string"/>
<field index="49" term="http://rs.tdwg.org/dwc/terms/eventDate" type="xs:dateTime"/>
<field index="50" term="http://rs.tdwg.org/dwc/terms/eventTime" type="xs:dateTime"/>
<field index="51" term="http://rs.tdwg.org/dwc/terms/startDayOfYear" type="xs:decimal"/>
<field index="52" term="http://rs.tdwg.org/dwc/terms/endDayOfYear" type="xs:decimal"/>
<field index="53" term="http://rs.tdwg.org/dwc/terms/year" type="xs:decimal"/>
<field index="54" term="http://rs.tdwg.org/dwc/terms/month" type="xs:decimal"/>
<field index="55" term="http://rs.tdwg.org/dwc/terms/day" type="xs:decimal"/>
<field index="56" term="http://rs.tdwg.org/dwc/terms/verbatimEventDate" type="xs:string"/>
<field index="57" term="http://rs.tdwg.org/dwc/terms/habitat" type="xs:string"/>
<field index="58" term="http://rs.tdwg.org/dwc/terms/samplingProtocol" type="xs:string"/>
<field index="59" term="http://rs.tdwg.org/dwc/terms/samplingEffort" type="xs:string"/>
<field index="60" term="http://rs.tdwg.org/dwc/terms/fieldNotes" type="xs:string"/>
<field index="61" term="http://rs.tdwg.org/dwc/terms/eventRemarks" type="xs:string"/>
<field index="62" term="http://rs.tdwg.org/dwc/terms/locationID" type="xs:string"/>
<field index="63" term="http://rs.tdwg.org/dwc/terms/higherGeographyID" type="xs:string"/>
<field index="64" term="http://rs.tdwg.org/dwc/terms/higherGeography" type="xs:string"/>
<field index="65" term="http://rs.tdwg.org/dwc/terms/continent" type="xs:string"/>
<field index="66" term="http://rs.tdwg.org/dwc/terms/waterBody" type="xs:string"/>
<field index="67" term="http://rs.tdwg.org/dwc/terms/islandGroup" type="xs:string"/>
<field index="68" term="http://rs.tdwg.org/dwc/terms/island" type="xs:string"/>
<field index="69" term="http://rs.tdwg.org/dwc/terms/country" type="xs:string"/>
<field index="70" term="http://rs.tdwg.org/dwc/terms/countryCode" type="xs:string"/>
<field index="71" term="http://rs.tdwg.org/dwc/terms/stateProvince" type="xs:string"/>
<field index="72" term="http://rs.tdwg.org/dwc/terms/county" type="xs:string"/>
<field index="73" term="http://rs.tdwg.org/dwc/terms/municipality" type="xs:string"/>
<field index="74" term="http://rs.tdwg.org/dwc/terms/locality" type="xs:string"/>
<field index="75" term="http://rs.tdwg.org/dwc/terms/verbatimLocality" type="xs:string"/>
<field index="76" term="http://rs.tdwg.org/dwc/terms/minimumElevationInMeters" type="xs:double"/>
<field index="77" term="http://rs.tdwg.org/dwc/terms/maximumElevationInMeters" type="xs:double"/>
<field index="78" term="http://rs.tdwg.org/dwc/terms/verbatimElevation" type="xs:string"/>
<field index="79" term="http://rs.tdwg.org/dwc/terms/minimumDepthInMeters" type="xs:double"/>
<field index="80" term="http://rs.tdwg.org/dwc/terms/maximumDepthInMeters" type="xs:double"/>
<field index="81" term="http://rs.tdwg.org/dwc/terms/verbatimDepth" type="xs:string"/>
<field index="82" term="http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="83" term="http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="84" term="http://rs.tdwg.org/dwc/terms/locationAccordingTo" type="xs:string"/>
<field index="85" term="http://rs.tdwg.org/dwc/terms/locationRemarks" type="xs:string"/>
<field index="86" term="http://rs.tdwg.org/dwc/terms/decimalLatitude" type="xs:double"/>
<field index="87" term="http://rs.tdwg.org/dwc/terms/decimalLongitude" type="xs:double"/>
<field index="88" term="http://rs.tdwg.org/dwc/terms/geodeticDatum" type="xs:string"/>
<field index="89" term="http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters" type="xs:double"/>
<field index="90" term="http://rs.tdwg.org/dwc/terms/coordinatePrecision" type="xs:string"/>
<field index="91" term="http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit" type="xs:double"/>
<field index="92" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinates" type="xs:string"/>
<field index="93" term="http://rs.tdwg.org/dwc/terms/verbatimLatitude" type="xs:string"/>
<field index="94" term="http://rs.tdwg.org/dwc/terms/verbatimLongitude" type="xs:string"/>
<field index="95" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem" type="xs:string"/>
<field index="96" term="http://rs.tdwg.org/dwc/terms/verbatimSRS" type="xs:string"/>
<field index="97" term="http://rs.tdwg.org/dwc/terms/footprintWKT" type="xs:string"/>
<field index="98" term="http://rs.tdwg.org/dwc/terms/footprintSRS" type="xs:string"/>
<field index="99" term="http://rs.tdwg.org/dwc/terms/footprintSpatialFit" type="xs:double"/>
<field index="100" term="http://rs.tdwg.org/dwc/terms/georeferencedBy" type="xs:string"/>
<field index="101" term="http://rs.tdwg.org/dwc/terms/georeferenceProtocol" type="xs:string"/>
<field index="102" term="http://rs.tdwg.org/dwc/terms/georeferenceSources" type="xs:string"/>
<field index="103" term="http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus" type="xs:string"/>
<field index="104" term="http://rs.tdwg.org/dwc/terms/georeferenceRemarks" type="xs:string"/>
<field index="105" term="http://rs.tdwg.org/dwc/terms/geologicalContextID" type="xs:string"/>
<field index="106" term="http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem" type="xs:string"/>
<field index="107" term="http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem" type="xs:string"/>
<field index="108" term="http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem" type="xs:string"/>
<field index="109" term="http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem" type="xs:string"/>
<field index="110" term="http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem" type="xs:string"/>
<field index="111" term="http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem" type="xs:string"/>
<field index="112" term="http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries" type="xs:string"/>
<field index="113" term="http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries" type="xs:string"/>
<field index="114" term="http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage" type="xs:string"/>
<field index="115" term="http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage" type="xs:string"/>
<field index="116" term="http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone" type="xs:string"/>
<field index="117" term="http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone" type="xs:string"/>
<field index="118" term="http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms" type="xs:string"/>
<field index="119" term="http://rs.tdwg.org/dwc/terms/group" type="xs:string"/>
<field index="120" term="http://rs.tdwg.org/dwc/terms/formation" type="xs:string"/>
<field index="121" term="http://rs.tdwg.org/dwc/terms/member" type="xs:string"/>
<field index="122" term="http://rs.tdwg.org/dwc/terms/bed" type="xs:string"/>
<field index="123" term="http://rs.tdwg.org/dwc/terms/identificationID" type="xs:string"/>
<field index="124" term="http://rs.tdwg.org/dwc/terms/identificationQualifier" type="xs:string"/>
<field index="125" term="http://rs.tdwg.org/dwc/terms/typeStatus" type="xs:string"/>
<field index="126" term="http://rs.tdwg.org/dwc/terms/identifiedBy" type="xs:string"/>
<field index="127" term="http://rs.tdwg.org/dwc/terms/dateIdentified" type="xs:dateTime"/>
<field index="128" term="http://rs.tdwg.org/dwc/terms/identificationReferences" type="xs:string"/>
<field index="129" term="http://rs.tdwg.org/dwc/terms/identificationVerificationStatus" type="xs:string"/>
<field index="130" term="http://rs.tdwg.org/dwc/terms/identificationRemarks" type="xs:string"/>
<field index="131" term="http://rs.tdwg.org/dwc/terms/taxonID" type="xs:string"/>
<field index="132" term="http://rs.tdwg.org/dwc/terms/scientificNameID" type="xs:string"/>
<field index="133" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID" type="xs:string"/>
<field index="134" term="http://rs.tdwg.org/dwc/terms/parentNameUsageID" type="xs:string"/>
<field index="135" term="http://rs.tdwg.org/dwc/terms/originalNameUsageID" type="xs:string"/>
<field index="136" term="http://rs.tdwg.org/dwc/terms/nameAccordingToID" type="xs:string"/>
<field index="137" term="http://rs.tdwg.org/dwc/terms/namePublishedInID" type="xs:string"/>
<field index="138" term="http://rs.tdwg.org/dwc/terms/taxonConceptID" type="xs:string"/>
<field index="139" term="http://rs.tdwg.org/dwc/terms/scientificName" type="xs:string"/>
<field index="140" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsage" type="xs:string"/>
<field index="141" term="http://rs.tdwg.org/dwc/terms/parentNameUsage" type="xs:string"/>
<field index="142" term="http://rs.tdwg.org/dwc/terms/originalNameUsage" type="xs:string"/>
<field index="143" term="http://rs.tdwg.org/dwc/terms/nameAccordingTo" type="xs:string"/>
<field index="144" term="http://rs.tdwg.org/dwc/terms/namePublishedIn" type="xs:string"/>
<field index="145" term="http://rs.tdwg.org/dwc/terms/namePublishedInYear" type="xs:string"/>
<field index="146" term="http://rs.tdwg.org/dwc/terms/higherClassification" type="xs:string"/>
<field index="147" term="http://rs.tdwg.org/dwc/terms/kingdom" type="xs:string"/>
<field index="148" term="http://rs.tdwg.org/dwc/terms/phylum" type="xs:string"/>
<field index="149" term="http://rs.tdwg.org/dwc/terms/class" type="xs:string"/>
<field index="150" term="http://rs.tdwg.org/dwc/terms/order" type="xs:string"/>
<field index="151" term="http://rs.tdwg.org/dwc/terms/family" type="xs:string"/>
<field index="152" term="http://rs.tdwg.org/dwc/terms/genus" type="xs:string"/>
<field index="153" term="http://rs.tdwg.org/dwc/terms/subgenus" type="xs:string"/>
<field index="154" term="http://rs.tdwg.org/dwc/terms/specificEpithet" type="xs:string"/>
<field index="155" term="http://rs.tdwg.org/dwc/terms/infraspecificEpithet" type="xs:string"/>
<field index="156" term="http://rs.tdwg.org/dwc/terms/taxonRank" type="xs:string"/>
<field index="157" term="http://rs.tdwg.org/dwc/terms/verbatimTaxonRank" type="xs:string"/>
<field index="158" term="http://rs.tdwg.org/dwc/terms/scientificNameAuthorship" type="xs:string"/>
<field index="159" term="http://rs.tdwg.org/dwc/terms/vernacularName" type="xs:string"/>
<field index="160" term="http://rs.tdwg.org/dwc/terms/nomenclaturalCode" type="xs:string"/>
<field index="161" term="http://rs.tdwg.org/dwc/terms/taxonomicStatus" type="xs:string"/>
<field index="162" term="http://rs.tdwg.org/dwc/terms/nomenclaturalStatus" type="xs:string"/>
<field index="163" term="http://rs.tdwg.org/dwc/terms/taxonRemarks" type="xs:string"/>
</file>
</archive>

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd"
>
<!-- Here is an example that will define the structure of
institutionCode,collectionCode,recordedBy,CollectorNumber,count,date,
"Kew gardens, (Kew)",Plant Specimens,Tim Robertson,12,,12,20010101-12:12:01
"Kew gardens, (Kew)",Plant Specimens,Markus Döring,14,,,,
-->
<core
rowType="http://rs.tdwg.org/dwc/terms/text/DarwinRecord"
fieldsTerminatedBy=","
linesTerminatedBy="\n"
fieldsEnclosedBy="&quot;"
compression="GZIP"
encoding="UTF-8"
ignoreHeaderLines="1"
dateFormat="YYYYMMDD-hh:mm:ss">
<files>
<location>http://data.gbif.org/download/occurrence-search-123255244678924570.zip</location>
</files>
<id index="0"/>
<field index="2"
term="http://rs.tdwg.org/dwc/terms/fieldNumber"
type="xs:string"
default="timrobertson100"/>
<field index="3"
term="http://rs.tdwg.org/dwc/terms/recordNumber"
type="xs:integer"/>
<field index="5"
term="http://rs.tdwg.org/dwc/terms/individualCount"
type="xs:integer"
default="1"/>
<!-- ¿ format is like this ? -->
<field index="6"
term="http://rs.tdwg.org/dwc/terms/eventDate"
type="xs:dateTime"/>
<!-- A constant value -->
<field term="http://rs.tdwg.org/dwc/terms/datasetID"
type="xs:string"
default="urn:lsid:tim.lsid.tdwg.org:collections:1" />
</core>
</archive>

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd">
<core rowType="http://rs.tdwg.org/dwc/terms/Sample">
<files>
<location>http://data.gbif.org/download/specimens.txt</location>
</files>
<id index="0"/>
<field index="0" term="http://rs.tdwg.org/dwc/terms/catalogNumber"/>
<field index="1" term="http://rs.tdwg.org/dwc/terms/individualCount"/>
</core>
<extension rowType="http://rs.tdwg.org/dwc/terms/Identification">
<files>
<location>http://data.gbif.org/download/identifications.txt</location>
</files>
<coreid index="2"/>
<field index="0" term="http://rs.tdwg.org/dwc/terms/identificationID"/>
<field index="1" term="http://rs.tdwg.org/dwc/terms/identifiedBy"/>
<field index="2" term="http://rs.tdwg.org/dwc/terms/catalogNumber"/>
<field index="3" term="http://rs.tdwg.org/dwc/terms/scientificName"/>
</extension>
</archive>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
fileRoot="http://data.gbif.org/download/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd">
<file rowType="http://rs.tdwg.org/dwc/terms/Sample" location="specimens.txt">
<field index="0" term="http://rs.tdwg.org/dwc/terms/catalogNumber"/>
<field index="1" term="http://rs.tdwg.org/dwc/terms/individualCount"/>
</file>
<file rowType="http://rs.tdwg.org/dwc/terms/Identification" location="identifications.txt">
<field index="0" term="http://rs.tdwg.org/dwc/terms/identificationID"/>
<field index="1" term="http://rs.tdwg.org/dwc/terms/identifiedBy"/>
<field index="2" term="http://rs.tdwg.org/dwc/terms/catalogNumber"/>
<field index="3" term="http://rs.tdwg.org/dwc/terms/scientificName"/>
</file>
<relationships>
<relationship>
<file location="specimens.txt" fieldIndex="0"/>
<file location="identifications.txt" fieldIndex="2"/>
</relationship>
</relationships>
</archive>

View File

@ -1,204 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
fileRoot="http://data.gbif.org/download/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd"
>
<!--
This metafile defines the structure of a gzip-archived csv text document
containing all Simple Darwin Core terms
in a header row in the file matching the order presented below and
having fields separated by commas,
lines terminated with the new line character,
with optional double quote around field content, and
in the utf8 character encoding
to be found in the file called occurrence-search-123255244678924570.zip
at the address http://data.gbif.org/download/.
-->
<file
rowType="http://rs.tdwg.org/dwc/terms/text/DarwinRecord"
location="occurrence-search-123255244678924570.zip"
fieldsTerminatedBy=","
linesTerminatedBy="\n"
fieldsEnclosedBy="&quot;"
compression="GZIP"
encoding="UTF-8"
ignoreHeaderLines="1">
<field index="1" term="http://purl.org/dc/terms/type" type="xs:string"/>
<field index="2" term="http://purl.org/dc/terms/modified" type="xs:dateTime"/>
<field index="3" term="http://purl.org/dc/terms/language" type="xs:string"/>
<field index="4" term="http://purl.org/dc/terms/license" type="xs:string"/>
<field index="5" term="http://purl.org/dc/terms/rightsHolder" type="xs:string"/>
<field index="6" term="http://purl.org/dc/terms/accessRights" type="xs:string"/>
<field index="7" term="http://purl.org/dc/terms/bibliographicCitation" type="xs:string"/>
<field index="8" term="http://purl.org/dc/terms/references" type="xs:string"/>
<field index="9" term="http://rs.tdwg.org/dwc/terms/institutionID" type="xs:string"/>
<field index="10" term="http://rs.tdwg.org/dwc/terms/collectionID" type="xs:string"/>
<field index="11" term="http://rs.tdwg.org/dwc/terms/datasetID" type="xs:string"/>
<field index="12" term="http://rs.tdwg.org/dwc/terms/institutionCode" type="xs:string"/>
<field index="13" term="http://rs.tdwg.org/dwc/terms/collectionCode" type="xs:string"/>
<field index="14" term="http://rs.tdwg.org/dwc/terms/datasetName" type="xs:string"/>
<field index="15" term="http://rs.tdwg.org/dwc/terms/ownerInstitutionCode" type="xs:string"/>
<field index="16" term="http://rs.tdwg.org/dwc/terms/basisOfRecord" type="xs:string"/>
<field index="17" term="http://rs.tdwg.org/dwc/terms/informationWithheld" type="xs:string"/>
<field index="18" term="http://rs.tdwg.org/dwc/terms/dataGeneralizations" type="xs:string"/>
<field index="19" term="http://rs.tdwg.org/dwc/terms/dynamicProperties" type="xs:string"/>
<field index="20" term="http://rs.tdwg.org/dwc/terms/occurrenceID" type="xs:string"/>
<field index="21" term="http://rs.tdwg.org/dwc/terms/catalogNumber" type="xs:string"/>
<field index="22" term="http://rs.tdwg.org/dwc/terms/recordNumber" type="xs:string"/>
<field index="23" term="http://rs.tdwg.org/dwc/terms/recordedBy" type="xs:string"/>
<field index="24" term="http://rs.tdwg.org/dwc/terms/individualCount" type="xs:decimal"/>
<field index="25" term="http://rs.tdwg.org/dwc/terms/sex" type="xs:string"/>
<field index="26" term="http://rs.tdwg.org/dwc/terms/lifeStage" type="xs:string"/>
<field index="27" term="http://rs.tdwg.org/dwc/terms/reproductiveCondition" type="xs:string"/>
<field index="28" term="http://rs.tdwg.org/dwc/terms/behavior" type="xs:string"/>
<field index="29" term="http://rs.tdwg.org/dwc/terms/establishmentMeans" type="xs:string"/>
<field index="30" term="http://rs.tdwg.org/dwc/terms/occurrenceStatus" type="xs:string"/>
<field index="31" term="http://rs.tdwg.org/dwc/terms/preparations" type="xs:string"/>
<field index="32" term="http://rs.tdwg.org/dwc/terms/disposition" type="xs:string"/>
<field index="33" term="http://rs.tdwg.org/dwc/terms/associatedMedia" type="xs:string"/>
<field index="34" term="http://rs.tdwg.org/dwc/terms/associatedReferences" type="xs:string"/>
<field index="35" term="http://rs.tdwg.org/dwc/terms/associatedSequences" type="xs:string"/>
<field index="36" term="http://rs.tdwg.org/dwc/terms/associatedTaxa" type="xs:string"/>
<field index="37" term="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers" type="xs:string"/>
<field index="38" term="http://rs.tdwg.org/dwc/terms/occurrenceRemarks" type="xs:string"/>
<field index="39" term="http://rs.tdwg.org/dwc/terms/organismID" type="xs:string"/>
<field index="40" term="http://rs.tdwg.org/dwc/terms/organismName" type="xs:string"/>
<field index="41" term="http://rs.tdwg.org/dwc/terms/organismScope" type="xs:string"/>
<field index="42" term="http://rs.tdwg.org/dwc/terms/associatedOccurrences" type="xs:string"/>
<field index="43" term="http://rs.tdwg.org/dwc/terms/associatedOrganisms" type="xs:string"/>
<field index="44" term="http://rs.tdwg.org/dwc/terms/previousIdentifications" type="xs:string"/>
<field index="45" term="http://rs.tdwg.org/dwc/terms/organismRemarks" type="xs:string"/>
<field index="46" term="http://rs.tdwg.org/dwc/terms/materialSampleID" type="xs:string"/>
<field index="47" term="http://rs.tdwg.org/dwc/terms/eventID" type="xs:string"/>
<field index="48" term="http://rs.tdwg.org/dwc/terms/fieldNumber" type="xs:string"/>
<field index="49" term="http://rs.tdwg.org/dwc/terms/eventDate" type="xs:dateTime"/>
<field index="50" term="http://rs.tdwg.org/dwc/terms/eventTime" type="xs:dateTime"/>
<field index="51" term="http://rs.tdwg.org/dwc/terms/startDayOfYear" type="xs:decimal"/>
<field index="52" term="http://rs.tdwg.org/dwc/terms/endDayOfYear" type="xs:decimal"/>
<field index="53" term="http://rs.tdwg.org/dwc/terms/year" type="xs:decimal"/>
<field index="54" term="http://rs.tdwg.org/dwc/terms/month" type="xs:decimal"/>
<field index="55" term="http://rs.tdwg.org/dwc/terms/day" type="xs:decimal"/>
<field index="56" term="http://rs.tdwg.org/dwc/terms/verbatimEventDate" type="xs:string"/>
<field index="57" term="http://rs.tdwg.org/dwc/terms/habitat" type="xs:string"/>
<field index="58" term="http://rs.tdwg.org/dwc/terms/samplingProtocol" type="xs:string"/>
<field index="59" term="http://rs.tdwg.org/dwc/terms/samplingEffort" type="xs:string"/>
<field index="60" term="http://rs.tdwg.org/dwc/terms/fieldNotes" type="xs:string"/>
<field index="61" term="http://rs.tdwg.org/dwc/terms/eventRemarks" type="xs:string"/>
<field index="62" term="http://rs.tdwg.org/dwc/terms/locationID" type="xs:string"/>
<field index="63" term="http://rs.tdwg.org/dwc/terms/higherGeographyID" type="xs:string"/>
<field index="64" term="http://rs.tdwg.org/dwc/terms/higherGeography" type="xs:string"/>
<field index="65" term="http://rs.tdwg.org/dwc/terms/continent" type="xs:string"/>
<field index="66" term="http://rs.tdwg.org/dwc/terms/waterBody" type="xs:string"/>
<field index="67" term="http://rs.tdwg.org/dwc/terms/islandGroup" type="xs:string"/>
<field index="68" term="http://rs.tdwg.org/dwc/terms/island" type="xs:string"/>
<field index="69" term="http://rs.tdwg.org/dwc/terms/country" type="xs:string"/>
<field index="70" term="http://rs.tdwg.org/dwc/terms/countryCode" type="xs:string"/>
<field index="71" term="http://rs.tdwg.org/dwc/terms/stateProvince" type="xs:string"/>
<field index="72" term="http://rs.tdwg.org/dwc/terms/county" type="xs:string"/>
<field index="73" term="http://rs.tdwg.org/dwc/terms/municipality" type="xs:string"/>
<field index="74" term="http://rs.tdwg.org/dwc/terms/locality" type="xs:string"/>
<field index="75" term="http://rs.tdwg.org/dwc/terms/verbatimLocality" type="xs:string"/>
<field index="76" term="http://rs.tdwg.org/dwc/terms/minimumElevationInMeters" type="xs:double"/>
<field index="77" term="http://rs.tdwg.org/dwc/terms/maximumElevationInMeters" type="xs:double"/>
<field index="78" term="http://rs.tdwg.org/dwc/terms/verbatimElevation" type="xs:string"/>
<field index="79" term="http://rs.tdwg.org/dwc/terms/minimumDepthInMeters" type="xs:double"/>
<field index="80" term="http://rs.tdwg.org/dwc/terms/maximumDepthInMeters" type="xs:double"/>
<field index="81" term="http://rs.tdwg.org/dwc/terms/verbatimDepth" type="xs:string"/>
<field index="82" term="http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="83" term="http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="84" term="http://rs.tdwg.org/dwc/terms/locationAccordingTo" type="xs:string"/>
<field index="85" term="http://rs.tdwg.org/dwc/terms/locationRemarks" type="xs:string"/>
<field index="86" term="http://rs.tdwg.org/dwc/terms/decimalLatitude" type="xs:double"/>
<field index="87" term="http://rs.tdwg.org/dwc/terms/decimalLongitude" type="xs:double"/>
<field index="88" term="http://rs.tdwg.org/dwc/terms/geodeticDatum" type="xs:string"/>
<field index="89" term="http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters" type="xs:double"/>
<field index="90" term="http://rs.tdwg.org/dwc/terms/coordinatePrecision" type="xs:string"/>
<field index="91" term="http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit" type="xs:double"/>
<field index="92" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinates" type="xs:string"/>
<field index="93" term="http://rs.tdwg.org/dwc/terms/verbatimLatitude" type="xs:string"/>
<field index="94" term="http://rs.tdwg.org/dwc/terms/verbatimLongitude" type="xs:string"/>
<field index="95" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem" type="xs:string"/>
<field index="96" term="http://rs.tdwg.org/dwc/terms/verbatimSRS" type="xs:string"/>
<field index="97" term="http://rs.tdwg.org/dwc/terms/footprintWKT" type="xs:string"/>
<field index="98" term="http://rs.tdwg.org/dwc/terms/footprintSRS" type="xs:string"/>
<field index="99" term="http://rs.tdwg.org/dwc/terms/footprintSpatialFit" type="xs:double"/>
<field index="100" term="http://rs.tdwg.org/dwc/terms/georeferencedBy" type="xs:string"/>
<field index="101" term="http://rs.tdwg.org/dwc/terms/georeferencedDate" type="xs:dateTime"/>
<field index="102" term="http://rs.tdwg.org/dwc/terms/georeferenceProtocol" type="xs:string"/>
<field index="103" term="http://rs.tdwg.org/dwc/terms/georeferenceSources" type="xs:string"/>
<field index="104" term="http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus" type="xs:string"/>
<field index="105" term="http://rs.tdwg.org/dwc/terms/georeferenceRemarks" type="xs:string"/>
<field index="106" term="http://rs.tdwg.org/dwc/terms/geologicalContextID" type="xs:string"/>
<field index="107" term="http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem" type="xs:string"/>
<field index="108" term="http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem" type="xs:string"/>
<field index="109" term="http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem" type="xs:string"/>
<field index="110" term="http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem" type="xs:string"/>
<field index="111" term="http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem" type="xs:string"/>
<field index="112" term="http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem" type="xs:string"/>
<field index="113" term="http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries" type="xs:string"/>
<field index="114" term="http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries" type="xs:string"/>
<field index="115" term="http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage" type="xs:string"/>
<field index="116" term="http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage" type="xs:string"/>
<field index="117" term="http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone" type="xs:string"/>
<field index="118" term="http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone" type="xs:string"/>
<field index="119" term="http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms" type="xs:string"/>
<field index="120" term="http://rs.tdwg.org/dwc/terms/group" type="xs:string"/>
<field index="121" term="http://rs.tdwg.org/dwc/terms/formation" type="xs:string"/>
<field index="122" term="http://rs.tdwg.org/dwc/terms/member" type="xs:string"/>
<field index="123" term="http://rs.tdwg.org/dwc/terms/bed" type="xs:string"/>
<field index="124" term="http://rs.tdwg.org/dwc/terms/identificationID" type="xs:string"/>
<field index="125" term="http://rs.tdwg.org/dwc/terms/identificationQualifier" type="xs:string"/>
<field index="126" term="http://rs.tdwg.org/dwc/terms/typeStatus" type="xs:string"/>
<field index="127" term="http://rs.tdwg.org/dwc/terms/identifiedBy" type="xs:string"/>
<field index="128" term="http://rs.tdwg.org/dwc/terms/dateIdentified" type="xs:dateTime"/>
<field index="129" term="http://rs.tdwg.org/dwc/terms/identificationReferences" type="xs:string"/>
<field index="130" term="http://rs.tdwg.org/dwc/terms/identificationVerificationStatus" type="xs:string"/>
<field index="131" term="http://rs.tdwg.org/dwc/terms/identificationRemarks" type="xs:string"/>
<field index="132" term="http://rs.tdwg.org/dwc/terms/taxonID" type="xs:string"/>
<field index="133" term="http://rs.tdwg.org/dwc/terms/scientificNameID" type="xs:string"/>
<field index="134" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID" type="xs:string"/>
<field index="135" term="http://rs.tdwg.org/dwc/terms/parentNameUsageID" type="xs:string"/>
<field index="136" term="http://rs.tdwg.org/dwc/terms/originalNameUsageID" type="xs:string"/>
<field index="137" term="http://rs.tdwg.org/dwc/terms/nameAccordingToID" type="xs:string"/>
<field index="138" term="http://rs.tdwg.org/dwc/terms/namePublishedInID" type="xs:string"/>
<field index="139" term="http://rs.tdwg.org/dwc/terms/taxonConceptID" type="xs:string"/>
<field index="140" term="http://rs.tdwg.org/dwc/terms/scientificName" type="xs:string"/>
<field index="141" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsage" type="xs:string"/>
<field index="142" term="http://rs.tdwg.org/dwc/terms/parentNameUsage" type="xs:string"/>
<field index="143" term="http://rs.tdwg.org/dwc/terms/originalNameUsage" type="xs:string"/>
<field index="144" term="http://rs.tdwg.org/dwc/terms/nameAccordingTo" type="xs:string"/>
<field index="145" term="http://rs.tdwg.org/dwc/terms/namePublishedIn" type="xs:string"/>
<field index="146" term="http://rs.tdwg.org/dwc/terms/namePublishedInYear" type="xs:decimal"/>
<field index="147" term="http://rs.tdwg.org/dwc/terms/higherClassification" type="xs:string"/>
<field index="148" term="http://rs.tdwg.org/dwc/terms/kingdom" type="xs:string"/>
<field index="149" term="http://rs.tdwg.org/dwc/terms/phylum" type="xs:string"/>
<field index="150" term="http://rs.tdwg.org/dwc/terms/class" type="xs:string"/>
<field index="151" term="http://rs.tdwg.org/dwc/terms/order" type="xs:string"/>
<field index="152" term="http://rs.tdwg.org/dwc/terms/family" type="xs:string"/>
<field index="153" term="http://rs.tdwg.org/dwc/terms/genus" type="xs:string"/>
<field index="154" term="http://rs.tdwg.org/dwc/terms/subgenus" type="xs:string"/>
<field index="155" term="http://rs.tdwg.org/dwc/terms/specificEpithet" type="xs:string"/>
<field index="156" term="http://rs.tdwg.org/dwc/terms/infraspecificEpithet" type="xs:string"/>
<field index="157" term="http://rs.tdwg.org/dwc/terms/taxonRank" type="xs:string"/>
<field index="158" term="http://rs.tdwg.org/dwc/terms/verbatimTaxonRank" type="xs:string"/>
<field index="159" term="http://rs.tdwg.org/dwc/terms/scientificNameAuthorship" type="xs:string"/>
<field index="160" term="http://rs.tdwg.org/dwc/terms/vernacularName" type="xs:string"/>
<field index="161" term="http://rs.tdwg.org/dwc/terms/nomenclaturalCode" type="xs:string"/>
<field index="162" term="http://rs.tdwg.org/dwc/terms/taxonomicStatus" type="xs:string"/>
<field index="163" term="http://rs.tdwg.org/dwc/terms/nomenclaturalStatus" type="xs:string"/>
<field index="164" term="http://rs.tdwg.org/dwc/terms/taxonRemarks" type="xs:string"/>
</file>
</archive>

View File

@ -1,207 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive xmlns="http://rs.tdwg.org/dwc/text/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ ../../text/tdwg_dwc_text.xsd"
>
<!--
This metafile defines the structure of a gzip-archived csv text document
containing all Simple Darwin Core terms
in a header row in the file matching the order presented below and
having fields separated by commas,
lines terminated with the new line character,
with optional double quote around field content, and
in the utf8 character encoding
to be found in the file called occurrence-search-123255244678924570.zip
at the address http://data.gbif.org/download/.
-->
<core
rowType="http://rs.tdwg.org/dwc/terms/text/DarwinRecord"
fieldsTerminatedBy=","
linesTerminatedBy="\n"
fieldsEnclosedBy="&quot;"
compression="GZIP"
encoding="UTF-8"
ignoreHeaderLines="1">
<files>
<location>http://data.gbif.org/download/occurrence-search-123255244678924570.zip</location>
</files>
<id index="0"/>
<field index="1" term="http://purl.org/dc/terms/type" type="xs:string"/>
<field index="2" term="http://purl.org/dc/terms/modified" type="xs:dateTime"/>
<field index="3" term="http://purl.org/dc/terms/language" type="xs:string"/>
<field index="4" term="http://purl.org/dc/terms/license" type="xs:string"/>
<field index="5" term="http://purl.org/dc/terms/rightsHolder" type="xs:string"/>
<field index="6" term="http://purl.org/dc/terms/accessRights" type="xs:string"/>
<field index="7" term="http://purl.org/dc/terms/bibliographicCitation" type="xs:string"/>
<field index="8" term="http://purl.org/dc/terms/references" type="xs:string"/>
<field index="9" term="http://rs.tdwg.org/dwc/terms/institutionID" type="xs:string"/>
<field index="10" term="http://rs.tdwg.org/dwc/terms/collectionID" type="xs:string"/>
<field index="11" term="http://rs.tdwg.org/dwc/terms/datasetID" type="xs:string"/>
<field index="12" term="http://rs.tdwg.org/dwc/terms/institutionCode" type="xs:string"/>
<field index="13" term="http://rs.tdwg.org/dwc/terms/collectionCode" type="xs:string"/>
<field index="14" term="http://rs.tdwg.org/dwc/terms/datasetName" type="xs:string"/>
<field index="15" term="http://rs.tdwg.org/dwc/terms/ownerInstitutionCode" type="xs:string"/>
<field index="16" term="http://rs.tdwg.org/dwc/terms/basisOfRecord" type="xs:string"/>
<field index="17" term="http://rs.tdwg.org/dwc/terms/informationWithheld" type="xs:string"/>
<field index="18" term="http://rs.tdwg.org/dwc/terms/dataGeneralizations" type="xs:string"/>
<field index="19" term="http://rs.tdwg.org/dwc/terms/dynamicProperties" type="xs:string"/>
<field index="20" term="http://rs.tdwg.org/dwc/terms/occurrenceID" type="xs:string"/>
<field index="21" term="http://rs.tdwg.org/dwc/terms/catalogNumber" type="xs:string"/>
<field index="22" term="http://rs.tdwg.org/dwc/terms/recordNumber" type="xs:string"/>
<field index="23" term="http://rs.tdwg.org/dwc/terms/recordedBy" type="xs:string"/>
<field index="24" term="http://rs.tdwg.org/dwc/terms/individualCount" type="xs:decimal"/>
<field index="25" term="http://rs.tdwg.org/dwc/terms/sex" type="xs:string"/>
<field index="26" term="http://rs.tdwg.org/dwc/terms/lifeStage" type="xs:string"/>
<field index="27" term="http://rs.tdwg.org/dwc/terms/reproductiveCondition" type="xs:string"/>
<field index="28" term="http://rs.tdwg.org/dwc/terms/behavior" type="xs:string"/>
<field index="29" term="http://rs.tdwg.org/dwc/terms/establishmentMeans" type="xs:string"/>
<field index="30" term="http://rs.tdwg.org/dwc/terms/occurrenceStatus" type="xs:string"/>
<field index="31" term="http://rs.tdwg.org/dwc/terms/preparations" type="xs:string"/>
<field index="32" term="http://rs.tdwg.org/dwc/terms/disposition" type="xs:string"/>
<field index="33" term="http://rs.tdwg.org/dwc/terms/associatedMedia" type="xs:string"/>
<field index="34" term="http://rs.tdwg.org/dwc/terms/associatedReferences" type="xs:string"/>
<field index="35" term="http://rs.tdwg.org/dwc/terms/associatedSequences" type="xs:string"/>
<field index="36" term="http://rs.tdwg.org/dwc/terms/associatedTaxa" type="xs:string"/>
<field index="37" term="http://rs.tdwg.org/dwc/terms/otherCatalogNumbers" type="xs:string"/>
<field index="38" term="http://rs.tdwg.org/dwc/terms/occurrenceRemarks" type="xs:string"/>
<field index="39" term="http://rs.tdwg.org/dwc/terms/organismID" type="xs:string"/>
<field index="40" term="http://rs.tdwg.org/dwc/terms/organismName" type="xs:string"/>
<field index="41" term="http://rs.tdwg.org/dwc/terms/organismScope" type="xs:string"/>
<field index="42" term="http://rs.tdwg.org/dwc/terms/associatedOccurrences" type="xs:string"/>
<field index="43" term="http://rs.tdwg.org/dwc/terms/associatedOrganisms" type="xs:string"/>
<field index="44" term="http://rs.tdwg.org/dwc/terms/previousIdentifications" type="xs:string"/>
<field index="45" term="http://rs.tdwg.org/dwc/terms/organismRemarks" type="xs:string"/>
<field index="46" term="http://rs.tdwg.org/dwc/terms/materialSampleID" type="xs:string"/>
<field index="47" term="http://rs.tdwg.org/dwc/terms/eventID" type="xs:string"/>
<field index="48" term="http://rs.tdwg.org/dwc/terms/fieldNumber" type="xs:string"/>
<field index="49" term="http://rs.tdwg.org/dwc/terms/eventDate" type="xs:dateTime"/>
<field index="50" term="http://rs.tdwg.org/dwc/terms/eventTime" type="xs:dateTime"/>
<field index="51" term="http://rs.tdwg.org/dwc/terms/startDayOfYear" type="xs:decimal"/>
<field index="52" term="http://rs.tdwg.org/dwc/terms/endDayOfYear" type="xs:decimal"/>
<field index="53" term="http://rs.tdwg.org/dwc/terms/year" type="xs:decimal"/>
<field index="54" term="http://rs.tdwg.org/dwc/terms/month" type="xs:decimal"/>
<field index="55" term="http://rs.tdwg.org/dwc/terms/day" type="xs:decimal"/>
<field index="56" term="http://rs.tdwg.org/dwc/terms/verbatimEventDate" type="xs:string"/>
<field index="57" term="http://rs.tdwg.org/dwc/terms/habitat" type="xs:string"/>
<field index="58" term="http://rs.tdwg.org/dwc/terms/samplingProtocol" type="xs:string"/>
<field index="59" term="http://rs.tdwg.org/dwc/terms/samplingEffort" type="xs:string"/>
<field index="60" term="http://rs.tdwg.org/dwc/terms/fieldNotes" type="xs:string"/>
<field index="61" term="http://rs.tdwg.org/dwc/terms/eventRemarks" type="xs:string"/>
<field index="62" term="http://rs.tdwg.org/dwc/terms/locationID" type="xs:string"/>
<field index="63" term="http://rs.tdwg.org/dwc/terms/higherGeographyID" type="xs:string"/>
<field index="64" term="http://rs.tdwg.org/dwc/terms/higherGeography" type="xs:string"/>
<field index="65" term="http://rs.tdwg.org/dwc/terms/continent" type="xs:string"/>
<field index="66" term="http://rs.tdwg.org/dwc/terms/waterBody" type="xs:string"/>
<field index="67" term="http://rs.tdwg.org/dwc/terms/islandGroup" type="xs:string"/>
<field index="68" term="http://rs.tdwg.org/dwc/terms/island" type="xs:string"/>
<field index="69" term="http://rs.tdwg.org/dwc/terms/country" type="xs:string"/>
<field index="70" term="http://rs.tdwg.org/dwc/terms/countryCode" type="xs:string"/>
<field index="71" term="http://rs.tdwg.org/dwc/terms/stateProvince" type="xs:string"/>
<field index="72" term="http://rs.tdwg.org/dwc/terms/county" type="xs:string"/>
<field index="73" term="http://rs.tdwg.org/dwc/terms/municipality" type="xs:string"/>
<field index="74" term="http://rs.tdwg.org/dwc/terms/locality" type="xs:string"/>
<field index="75" term="http://rs.tdwg.org/dwc/terms/verbatimLocality" type="xs:string"/>
<field index="76" term="http://rs.tdwg.org/dwc/terms/minimumElevationInMeters" type="xs:double"/>
<field index="77" term="http://rs.tdwg.org/dwc/terms/maximumElevationInMeters" type="xs:double"/>
<field index="78" term="http://rs.tdwg.org/dwc/terms/verbatimElevation" type="xs:string"/>
<field index="79" term="http://rs.tdwg.org/dwc/terms/minimumDepthInMeters" type="xs:double"/>
<field index="80" term="http://rs.tdwg.org/dwc/terms/maximumDepthInMeters" type="xs:double"/>
<field index="81" term="http://rs.tdwg.org/dwc/terms/verbatimDepth" type="xs:string"/>
<field index="82" term="http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="83" term="http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters" type="xs:double"/>
<field index="84" term="http://rs.tdwg.org/dwc/terms/locationAccordingTo" type="xs:string"/>
<field index="85" term="http://rs.tdwg.org/dwc/terms/locationRemarks" type="xs:string"/>
<field index="86" term="http://rs.tdwg.org/dwc/terms/decimalLatitude" type="xs:double"/>
<field index="87" term="http://rs.tdwg.org/dwc/terms/decimalLongitude" type="xs:double"/>
<field index="88" term="http://rs.tdwg.org/dwc/terms/geodeticDatum" type="xs:string"/>
<field index="89" term="http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters" type="xs:double"/>
<field index="90" term="http://rs.tdwg.org/dwc/terms/coordinatePrecision" type="xs:string"/>
<field index="91" term="http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit" type="xs:double"/>
<field index="92" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinates" type="xs:string"/>
<field index="93" term="http://rs.tdwg.org/dwc/terms/verbatimLatitude" type="xs:string"/>
<field index="94" term="http://rs.tdwg.org/dwc/terms/verbatimLongitude" type="xs:string"/>
<field index="95" term="http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem" type="xs:string"/>
<field index="96" term="http://rs.tdwg.org/dwc/terms/verbatimSRS" type="xs:string"/>
<field index="97" term="http://rs.tdwg.org/dwc/terms/footprintWKT" type="xs:string"/>
<field index="98" term="http://rs.tdwg.org/dwc/terms/footprintSRS" type="xs:string"/>
<field index="99" term="http://rs.tdwg.org/dwc/terms/footprintSpatialFit" type="xs:double"/>
<field index="100" term="http://rs.tdwg.org/dwc/terms/georeferencedBy" type="xs:string"/>
<field index="101" term="http://rs.tdwg.org/dwc/terms/georeferencedDate" type="xs:dateTime"/>
<field index="102" term="http://rs.tdwg.org/dwc/terms/georeferenceProtocol" type="xs:string"/>
<field index="103" term="http://rs.tdwg.org/dwc/terms/georeferenceSources" type="xs:string"/>
<field index="104" term="http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus" type="xs:string"/>
<field index="105" term="http://rs.tdwg.org/dwc/terms/georeferenceRemarks" type="xs:string"/>
<field index="106" term="http://rs.tdwg.org/dwc/terms/geologicalContextID" type="xs:string"/>
<field index="107" term="http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem" type="xs:string"/>
<field index="108" term="http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem" type="xs:string"/>
<field index="109" term="http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem" type="xs:string"/>
<field index="110" term="http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem" type="xs:string"/>
<field index="111" term="http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem" type="xs:string"/>
<field index="112" term="http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem" type="xs:string"/>
<field index="113" term="http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries" type="xs:string"/>
<field index="114" term="http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries" type="xs:string"/>
<field index="115" term="http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage" type="xs:string"/>
<field index="116" term="http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage" type="xs:string"/>
<field index="117" term="http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone" type="xs:string"/>
<field index="118" term="http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone" type="xs:string"/>
<field index="119" term="http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms" type="xs:string"/>
<field index="120" term="http://rs.tdwg.org/dwc/terms/group" type="xs:string"/>
<field index="121" term="http://rs.tdwg.org/dwc/terms/formation" type="xs:string"/>
<field index="122" term="http://rs.tdwg.org/dwc/terms/member" type="xs:string"/>
<field index="123" term="http://rs.tdwg.org/dwc/terms/bed" type="xs:string"/>
<field index="124" term="http://rs.tdwg.org/dwc/terms/identificationID" type="xs:string"/>
<field index="125" term="http://rs.tdwg.org/dwc/terms/identificationQualifier" type="xs:string"/>
<field index="126" term="http://rs.tdwg.org/dwc/terms/typeStatus" type="xs:string"/>
<field index="127" term="http://rs.tdwg.org/dwc/terms/identifiedBy" type="xs:string"/>
<field index="128" term="http://rs.tdwg.org/dwc/terms/dateIdentified" type="xs:dateTime"/>
<field index="129" term="http://rs.tdwg.org/dwc/terms/identificationReferences" type="xs:string"/>
<field index="130" term="http://rs.tdwg.org/dwc/terms/identificationVerificationStatus" type="xs:string"/>
<field index="131" term="http://rs.tdwg.org/dwc/terms/identificationRemarks" type="xs:string"/>
<field index="132" term="http://rs.tdwg.org/dwc/terms/taxonID" type="xs:string"/>
<field index="133" term="http://rs.tdwg.org/dwc/terms/scientificNameID" type="xs:string"/>
<field index="134" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID" type="xs:string"/>
<field index="135" term="http://rs.tdwg.org/dwc/terms/parentNameUsageID" type="xs:string"/>
<field index="136" term="http://rs.tdwg.org/dwc/terms/originalNameUsageID" type="xs:string"/>
<field index="137" term="http://rs.tdwg.org/dwc/terms/nameAccordingToID" type="xs:string"/>
<field index="138" term="http://rs.tdwg.org/dwc/terms/namePublishedInID" type="xs:string"/>
<field index="139" term="http://rs.tdwg.org/dwc/terms/taxonConceptID" type="xs:string"/>
<field index="140" term="http://rs.tdwg.org/dwc/terms/scientificName" type="xs:string"/>
<field index="141" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsage" type="xs:string"/>
<field index="142" term="http://rs.tdwg.org/dwc/terms/parentNameUsage" type="xs:string"/>
<field index="143" term="http://rs.tdwg.org/dwc/terms/originalNameUsage" type="xs:string"/>
<field index="144" term="http://rs.tdwg.org/dwc/terms/nameAccordingTo" type="xs:string"/>
<field index="145" term="http://rs.tdwg.org/dwc/terms/namePublishedIn" type="xs:string"/>
<field index="146" term="http://rs.tdwg.org/dwc/terms/namePublishedInYear" type="xs:decimal"/>
<field index="147" term="http://rs.tdwg.org/dwc/terms/higherClassification" type="xs:string"/>
<field index="148" term="http://rs.tdwg.org/dwc/terms/kingdom" type="xs:string"/>
<field index="149" term="http://rs.tdwg.org/dwc/terms/phylum" type="xs:string"/>
<field index="150" term="http://rs.tdwg.org/dwc/terms/class" type="xs:string"/>
<field index="151" term="http://rs.tdwg.org/dwc/terms/order" type="xs:string"/>
<field index="152" term="http://rs.tdwg.org/dwc/terms/family" type="xs:string"/>
<field index="153" term="http://rs.tdwg.org/dwc/terms/genus" type="xs:string"/>
<field index="154" term="http://rs.tdwg.org/dwc/terms/subgenus" type="xs:string"/>
<field index="155" term="http://rs.tdwg.org/dwc/terms/specificEpithet" type="xs:string"/>
<field index="156" term="http://rs.tdwg.org/dwc/terms/infraspecificEpithet" type="xs:string"/>
<field index="157" term="http://rs.tdwg.org/dwc/terms/taxonRank" type="xs:string"/>
<field index="158" term="http://rs.tdwg.org/dwc/terms/verbatimTaxonRank" type="xs:string"/>
<field index="159" term="http://rs.tdwg.org/dwc/terms/scientificNameAuthorship" type="xs:string"/>
<field index="160" term="http://rs.tdwg.org/dwc/terms/vernacularName" type="xs:string"/>
<field index="161" term="http://rs.tdwg.org/dwc/terms/nomenclaturalCode" type="xs:string"/>
<field index="162" term="http://rs.tdwg.org/dwc/terms/taxonomicStatus" type="xs:string"/>
<field index="163" term="http://rs.tdwg.org/dwc/terms/nomenclaturalStatus" type="xs:string"/>
<field index="164" term="http://rs.tdwg.org/dwc/terms/taxonRemarks" type="xs:string"/>
</core>
</archive>

View File

@ -1,99 +0,0 @@
<?xml version="1.0"?>
<dwr:DarwinRecordSet
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/ ../../xsd/tdwg_dwc_classes.xsd"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/">
<dcterms:Location>
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
<dwc:country>Argentina</dwc:country>
<dwc:countryCode>AR</dwc:countryCode>
<dwc:stateProvince>Neuquén</dwc:stateProvince>
<dwc:locality>Valle Limay, Estancia Rincon Grande, 48 ha area with centroid at this point</dwc:locality>
<dwc:decimalLatitude>-40.97467</dwc:decimalLatitude>
<dwc:decimalLongitude>-71.0734</dwc:decimalLongitude>
<dwc:geodeticDatum>epsg:4326</dwc:geodeticDatum>
<dwc:coordinateUncertaintyInMeters>200</dwc:coordinateUncertaintyInMeters>
</dcterms:Location>
<dwc:Event>
<dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
<dwc:eventDate>2006-11-26T00:00:00</dwc:eventDate>
<dwc:samplingProtocol>area count</dwc:samplingProtocol>
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
</dwc:Event>
<dwc:Occurrence>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515288</dwc:occurrenceID>
<dcterms:type>Event</dcterms:type>
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
<dwc:institutionCode>AUDCLO</dwc:institutionCode>
<dwc:collectionCode>EBIRD</dwc:collectionCode>
<dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
<dwc:individualCount>2</dwc:individualCount>
<dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
</dwc:Occurrence>
<dwc:Taxon>
<dwc:scientificName>Anthus hellmayri</dwc:scientificName>
<dwc:class>Aves</dwc:class>
<dwc:genus>Anthus</dwc:genus>
<dwc:specificEpithet>hellmayri</dwc:specificEpithet>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515288</dwc:occurrenceID>
</dwc:Taxon>
<dwc:Occurrence>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515286</dwc:occurrenceID>
<dcterms:type>Event</dcterms:type>
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
<dwc:institutionCode>AUDCLO</dwc:institutionCode>
<dwc:collectionCode>EBIRD</dwc:collectionCode>
<dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
<dwc:individualCount>1</dwc:individualCount>
<dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
</dwc:Occurrence>
<dwc:Taxon>
<dwc:scientificName>Anthus correndera</dwc:scientificName>
<dwc:class>Aves</dwc:class>
<dwc:genus>Anthus</dwc:genus>
<dwc:specificEpithet>correndera</dwc:specificEpithet>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515286</dwc:occurrenceID>
</dwc:Taxon>
<dwc:Event>
<dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
<dwc:eventDate>2006-11-27T00:00:00</dwc:eventDate>
<dwc:samplingProtocol>area count</dwc:samplingProtocol>
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
</dwc:Event>
<dwc:Occurrence>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515333</dwc:occurrenceID>
<dcterms:type>Event</dcterms:type>
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
<dwc:institutionCode>AUDCLO</dwc:institutionCode>
<dwc:collectionCode>EBIRD</dwc:collectionCode>
<dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
<dwc:individualCount>1</dwc:individualCount>
<dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
</dwc:Occurrence>
<dwc:Taxon>
<dwc:scientificName>Anthus hellmayri</dwc:scientificName>
<dwc:class>Aves</dwc:class>
<dwc:genus>Anthus</dwc:genus>
<dwc:specificEpithet>hellmayri</dwc:specificEpithet>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515333</dwc:occurrenceID>
</dwc:Taxon>
<dwc:Occurrence>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515331</dwc:occurrenceID>
<dcterms:type>Event</dcterms:type>
<dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
<dwc:institutionCode>AUDCLO</dwc:institutionCode>
<dwc:collectionCode>EBIRD</dwc:collectionCode>
<dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
<dwc:individualCount>2</dwc:individualCount>
<dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
</dwc:Occurrence>
<dwc:Taxon>
<dwc:scientificName>Anthus hellmayri</dwc:scientificName>
<dwc:class>Aves</dwc:class>
<dwc:genus>Anthus</dwc:genus>
<dwc:specificEpithet>hellmayri</dwc:specificEpithet>
<dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515331</dwc:occurrenceID>
</dwc:Taxon>
</dwr:DarwinRecordSet>

View File

@ -1,108 +0,0 @@
<?xml version="1.0"?>
<dwr:DarwinRecordSet
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/ ../../xsd/tdwg_dwc_classes.xsd"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/">
<dcterms:Location>
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
<dwc:country>Argentina</dwc:country>
<dwc:countryCode>AR</dwc:countryCode>
<dwc:stateProvince>Neuquén</dwc:stateProvince>
<dwc:locality>25 km al NNE de Bariloche por Ruta 40 (=237)</dwc:locality>
</dcterms:Location>
<dwc:Event>
<dwc:eventID>http://guid.mvz.org/events/1995/6</dwc:eventID>
<dwc:eventDate>1995-01-12T00:00:00</dwc:eventDate>
<dwc:startDayOfYear>12</dwc:startDayOfYear>
<dwc:endDayOfYear>12</dwc:endDayOfYear>
<dwc:year>1995</dwc:year>
<dwc:month>01</dwc:month>
<dwc:day>12</dwc:day>
<dwc:verbatimEventDate>12 Jan 1995</dwc:verbatimEventDate>
<dwc:habitat>mallín</dwc:habitat>
<dwc:fieldNotes>on file in the Grinnell-Miller Library</dwc:fieldNotes>
<dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
</dwc:Event>
<dwc:Occurrence>
<dcterms:type>PhysicalObject</dcterms:type>
<dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
<dcterms:rightsHolder>Museum of Vertebrate Zoology</dcterms:rightsHolder>
<dwc:institutionCode>MVZ</dwc:institutionCode>
<dwc:collectionCode>Mammals</dwc:collectionCode>
<dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
<dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
<dwc:eventID>http://guid.mvz.org/events/1995/6</dwc:eventID>
</dwc:Occurrence>
<dwc:Identification>
<dwc:identificationID>http://guid.mvz.org/identifications/23459</dwc:identificationID>
<dwc:identifiedBy>Richard Sage</dwc:identifiedBy>
<dwc:dateIdentified>2000-01-01T00:00:00</dwc:dateIdentified>
<dwc:identificationQualifier>sp.</dwc:identificationQualifier>
<dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
</dwc:Identification>
<dwc:Taxon>
<dwc:scientificName>Ctenomys</dwc:scientificName>
<dwc:genus>Ctenomys</dwc:genus>
<dwc:identificationID>http://guid.mvz.org/identifications/23459</dwc:identificationID>
</dwc:Taxon>
<dwc:Identification>
<dwc:identificationID>http://guid.mvz.org/identifications/94752</dwc:identificationID>
<dwc:identifiedBy>James L Patton</dwc:identifiedBy>
<dwc:dateIdentified>2001-09-14T00:00:00</dwc:dateIdentified>
<dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
</dwc:Identification>
<dwc:Taxon>
<dwc:scientificName>Ctenomys sociabilis</dwc:scientificName>
<dwc:higherClassification>Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys</dwc:higherClassification>
<dwc:kingdom>Animalia</dwc:kingdom>
<dwc:phylum>Chordata</dwc:phylum>
<dwc:class>Mammalia</dwc:class>
<dwc:order>Rodentia</dwc:order>
<dwc:family>Ctenomyidae</dwc:family>
<dwc:genus>Ctenomys</dwc:genus>
<dwc:specificEpithet>sociabilis</dwc:specificEpithet>
<dwc:identificationID>http://guid.mvz.org/identifications/94752</dwc:identificationID>
</dwc:Taxon>
<dwc:Occurrence>
<dcterms:type>PhysicalObject</dcterms:type>
<dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
<dcterms:rightsHolder>Museum of Vertebrate Zoology</dcterms:rightsHolder>
<dwc:institutionCode>MVZ</dwc:institutionCode>
<dwc:collectionCode>Mammals</dwc:collectionCode>
<dwc:occurrenceID>urn:catalog:MVZ:Mammals:14524</dwc:occurrenceID>
<dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
<dwc:eventID>http://guid.mvz.org/events/1995/6</dwc:eventID>
</dwc:Occurrence>
<dwc:Identification>
<dwc:identificationID>http://guid.mvz.org/identifications/94753</dwc:identificationID>
<dwc:identifiedBy>James L Patton</dwc:identifiedBy>
<dwc:dateIdentified>2001-09-14T00:00:00</dwc:dateIdentified>
<dwc:occurrenceID>urn:catalog:MVZ:Mammals:14524</dwc:occurrenceID>
</dwc:Identification>
<dwc:Taxon>
<dwc:scientificName>Ctenomys sociabilis</dwc:scientificName>
<dwc:higherClassification>Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys</dwc:higherClassification>
<dwc:kingdom>Animalia</dwc:kingdom>
<dwc:phylum>Chordata</dwc:phylum>
<dwc:class>Mammalia</dwc:class>
<dwc:order>Rodentia</dwc:order>
<dwc:family>Ctenomyidae</dwc:family>
<dwc:genus>Ctenomys</dwc:genus>
<dwc:specificEpithet>sociabilis</dwc:specificEpithet>
<dwc:identificationID>http://guid.mvz.org/identifications/94753</dwc:identificationID>
</dwc:Taxon>
<dwc:ResourceRelationship>
<dwc:resourceRelationshipID>http://guid.mvz.org/relations/23423</dwc:resourceRelationshipID>
<dwc:resourceID>urn:catalog:MVZ:Mammals:14523</dwc:resourceID>
<dwc:relatedResourceID>urn:catalog:MVZ:Mammals:14524</dwc:relatedResourceID>
<dwc:relationshipOfResource>offspring of</dwc:relationshipOfResource>
</dwc:ResourceRelationship>
<dwc:ResourceRelationship>
<dwc:resourceRelationshipID>http://guid.mvz.org/relations/23424</dwc:resourceRelationshipID>
<dwc:resourceID>urn:catalog:MVZ:Mammals:14524</dwc:resourceID>
<dwc:relatedResourceID>urn:catalog:MVZ:Mammals:14523</dwc:relatedResourceID>
<dwc:relationshipOfResource>mother of</dwc:relationshipOfResource>
</dwc:ResourceRelationship>
</dwr:DarwinRecordSet>

View File

@ -1,176 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<SimpleDarwinRecordSet
xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ ../../xsd/tdwg_dwc_simple.xsd">
<!-- In practice the schema location should be the following. The above was to -->
<!-- allow the resolution of the namespace in a self contained package with the documentation. -->
<!-- xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd"> -->
<SimpleDarwinRecord>
<dc:type>PhysicalObject</dc:type>
<dc:modified>2009-02-12T14:22:00Z</dc:modified>
<dc:language>en</dc:language>
<dc:license>http://creativecommons.org/publicdomain/zero/1.0/legalcode</dc:license>
<dc:rightsHolder>Museum of Vertebrate Zoology, UC Berkeley</dc:rightsHolder>
<dc:accessRights>http://www.vertnet.org/resources/norms.html</dc:accessRights>
<dc:bibliographicCitation xsi:nil="true"/>
<dc:references>http://arctos.database.museum/guid/MVZ:Mamm:165861</dc:references>
<dwc:institutionID>http://biocol.org/urn:lsid:biocol.org:col:34777</dwc:institutionID>
<dwc:collectionID>http://grbio.org/cool/0rht-pj95</dwc:collectionID>
<dwc:datasetID xsi:nil="true"/>
<dwc:institutionCode>MVZ</dwc:institutionCode>
<dwc:collectionCode>Mammals</dwc:collectionCode>
<dwc:datasetName xsi:nil="true"/>
<dwc:ownerInstitutionCode xsi:nil="true"/>
<dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
<dwc:informationWithheld xsi:nil="true"/>
<dwc:dataGeneralizations xsi:nil="true"/>
<dwc:dynamicProperties>{'tragusLengthInMeters':'0.014', 'weightInGrams':'120', 'zygomaticArchWidthInMeters':'0.043'}</dwc:dynamicProperties>
<dwc:occurrenceID>urn:occurrence:Arctos:MVZ:Mamm:165861:101356</dwc:occurrenceID>
<dwc:catalogNumber>165861</dwc:catalogNumber>
<dwc:recordNumber>OPP 7101</dwc:recordNumber>
<dwc:recordedBy>Oliver P. Pearson | Anita K. Pearson</dwc:recordedBy>
<dwc:individualCount>1</dwc:individualCount>
<dwc:sex>female</dwc:sex>
<dwc:lifeStage>adult</dwc:lifeStage>
<dwc:reproductiveCondition>non-reproductive</dwc:reproductiveCondition>
<dwc:behavior xsi:nil="true"/>
<dwc:establishmentMeans>native</dwc:establishmentMeans>
<dwc:occurrenceStatus xsi:nil="true"/>
<dwc:preparations>skull | study skin | skeleton</dwc:preparations>
<dwc:disposition>in collection</dwc:disposition>
<dwc:associatedMedia>http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG</dwc:associatedMedia>
<dwc:associatedReferences>http://www.sciencemag.org/cgi/content/abstract/322/5899/261</dwc:associatedReferences>
<dwc:associatedSequences>GenBank: U34853.1</dwc:associatedSequences>
<dwc:associatedTaxa xsi:nil="true"/>
<dwc:otherCatalogNumbers xsi:nil="true"/>
<dwc:occurrenceRemarks xsi:nil="true"/>
<dwc:organismID>http://arctos.database.museum/guid/MVZ:Mamm:165861</dwc:organismID>
<dwc:organismName xsi:nil="true"/>
<dwc:organismScope xsi:nil="true"/>
<dwc:associatedOccurrences xsi:nil="true"/>
<dwc:associatedOrganisms xsi:nil="true"/>
<dwc:previousIdentifications>Ctenomys sociabilis (accepted ID) identified by Oliver P. Pearson on 1999-01-27; method: type specimen | Ctenomys sociabilis identified by Oliver P. Pearson on 1985 sensu Pearson 1985; method: type specimen Remark: ID from citation in Pearson 1985."</dwc:previousIdentifications>
<dwc:organismRemarks xsi:nil="true"/>
<dwc:eventID xsi:nil="true"/>
<dwc:fieldNumber xsi:nil="true"/>
<dwc:eventDate>1983-11-16</dwc:eventDate>
<dwc:eventTime>14:07-03:00</dwc:eventTime>
<dwc:startDayOfYear>315</dwc:startDayOfYear>
<dwc:endDayOfYear>315</dwc:endDayOfYear>
<dwc:year>1983</dwc:year>
<dwc:month>11</dwc:month>
<dwc:day>16</dwc:day>
<dwc:verbatimEventDate>Nov. 11 '83</dwc:verbatimEventDate>
<dwc:habitat>pre-cordilleran steppe</dwc:habitat>
<dwc:samplingProtocol>snap trap</dwc:samplingProtocol>
<dwc:samplingEffort>4 trap hours</dwc:samplingEffort>
<dwc:fieldNotes>stored in Grinnell-Miller Library</dwc:fieldNotes>
<dwc:eventRemarks>particularly dry season</dwc:eventRemarks>
<dwc:locationID xsi:nil="true"/>
<dwc:higherGeographyID>urn:location:TGN:1001450</dwc:higherGeographyID>
<dwc:higherGeography>South America | Argentina | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos</dwc:higherGeography>
<dwc:continent>South America</dwc:continent>
<dwc:waterbody xsi:nil="true"/>
<dwc:islandGroup xsi:nil="true"/>
<dwc:island xsi:nil="true"/>
<dwc:country>Argentina</dwc:country>
<dwc:countryCode>AR</dwc:countryCode>
<dwc:stateProvince>Neuquén</dwc:stateProvince>
<dwc:county>Los Lagos</dwc:county>
<dwc:municipality xsi:nil="true"/>
<dwc:locality>Estancia Fortin Chacabuco, 3 km S and 2 km W Cerro Puntudo</dwc:locality>
<dwc:verbatimLocality>Estancia Fortin Chacabuco, 3 km S and 2 km W Co. Puntudo</dwc:verbatimLocality>
<dwc:minimumElevationInMeters>1070</dwc:minimumElevationInMeters>
<dwc:maximumElevationInMeters>1080</dwc:maximumElevationInMeters>
<dwc:verbatimElevation>1075m</dwc:verbatimElevation>
<dwc:minimumDepthInMeters xsi:nil="true"/>
<dwc:maximumDepthInMeters xsi:nil="true"/>
<dwc:verbatimDepth xsi:nil="true"/>
<dwc:minimumDistanceAboveSurfaceInMeters xsi:nil="true"/>
<dwc:maximumDistanceAboveSurfaceInMeters xsi:nil="true"/>
<dwc:locationAccordingTo xsi:nil="true"/>
<dwc:locationRemarks>The colony was just N of the fence and just E of the stream according to Michael Christie, who verified on Google Earth (about 40. 58' 06 to 07" and 71. 11' 30 to 31").</dwc:locationRemarks>
<dwc:decimalLatitude>-40.9684722</dwc:decimalLatitude>
<dwc:decimalLongitude>-71.1918056</dwc:decimalLongitude>
<dwc:geodeticDatum>EPSG:4326</dwc:geodeticDatum>
<dwc:coordinateUncertaintyInMeters>7</dwc:coordinateUncertaintyInMeters>
<dwc:coordinatePrecision>0.0000001</dwc:coordinatePrecision>
<dwc:pointRadiusSpatialFit>1</dwc:pointRadiusSpatialFit>
<dwc:verbatimCoordinates>-40.9684722/-71.1918056</dwc:verbatimCoordinates>
<dwc:verbatimLatitude>-40.9684722</dwc:verbatimLatitude>
<dwc:verbatimLongitude>-71.1918056</dwc:verbatimLongitude>
<dwc:verbatimCoordinateSystem>decimal degrees</dwc:verbatimCoordinateSystem>
<dwc:verbatimSRS>WGS84</dwc:verbatimSRS>
<dwc:footprintWKT xsi:nil="true"/>
<dwc:footprintSRS xsi:nil="true"/>
<dwc:footprintSpatialFit xsi:nil="true"/>
<dwc:georeferencedBy>John Wieczorek (MVZ)</dwc:georeferencedBy>
<dwc:georeferencedDate>2011-11-18</dwc:georeferencedDate>
<dwc:georeferenceProtocol>Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.</dwc:georeferenceProtocol>
<dwc:georeferenceSources>Garmin Etrex Summit GPS</dwc:georeferenceSources>
<dwc:georeferenceVerificationStatus>verified by collector</dwc:georeferenceVerificationStatus>
<dwc:georeferenceRemarks>coordinate uncertainty determined by GPS accuracy reading at the time the waypoint was recorded</dwc:georeferenceRemarks>
<dwc:geologicalContextID xsi:nil="true"/>
<dwc:earliestEonOrLowestEonothem>Phanerozoic</dwc:earliestEonOrLowestEonothem>
<dwc:latestEonOrHighestEonothem>Phanerozoic</dwc:latestEonOrHighestEonothem>
<dwc:earliestEraOrLowestErathem>Cenozoic</dwc:earliestEraOrLowestErathem>
<dwc:latestEraOrHighestErathem>Cenozoic</dwc:latestEraOrHighestErathem>
<dwc:earliestPeriodOrLowestSystem>Quaternary</dwc:earliestPeriodOrLowestSystem>
<dwc:latestPeriodOrHighestSystem>Quaternary</dwc:latestPeriodOrHighestSystem>
<dwc:earliestEpochOrLowestSeries>Holocene</dwc:earliestEpochOrLowestSeries>
<dwc:latestEpochOrHighestSeries>Holocene</dwc:latestEpochOrHighestSeries>
<dwc:earliestAgeOrLowestStage>Atlantic</dwc:earliestAgeOrLowestStage>
<dwc:latestAgeOrHighestStage>Atlantic</dwc:latestAgeOrHighestStage>
<dwc:lowestBiostratigraphicZone xsi:nil="true"/>
<dwc:highestBiostratigraphicZone xsi:nil="true"/>
<dwc:lithostratigraphicTerms xsi:nil="true"/>
<dwc:group xsi:nil="true"/>
<dwc:formation xsi:nil="true"/>
<dwc:bed xsi:nil="true"/>
<dwc:identificationID xsi:nil="true"/>
<dwc:identificationQualifier xsi:nil="true"/>
<dwc:typeStatus>holotype</dwc:typeStatus>
<dwc:identifiedBy>Oliver P. Pearson</dwc:identifiedBy>
<dwc:dateIdentified>1999-01-27</dwc:dateIdentified>
<dwc:identificationReferences xsi:nil="true"/>
<dwc:identificationVerificationStatus>type specimen</dwc:identificationVerificationStatus>
<dwc:identificationRemarks xsi:nil="true"/>
<dwc:taxonID xsi:nil="true"/>
<dwc:scientificNameID xsi:nil="true"/>
<dwc:acceptedNameUsageID xsi:nil="true"/>
<dwc:parentNameUsageID xsi:nil="true"/>
<dwc:originalNameUsageID xsi:nil="true"/>
<dwc:nameAccordingToID xsi:nil="true"/>
<dwc:namePublishedInID xsi:nil="true"/>
<dwc:taxonConceptID xsi:nil="true"/>
<dwc:scientificName>Ctenomys sociabilis</dwc:scientificName>
<dwc:acceptedNameUsage>Ctenomys sociabilis Pearson and Christie, 1985</dwc:acceptedNameUsage>
<dwc:parentNameUsage>Ctenomys Blainville, 1826</dwc:parentNameUsage>
<dwc:originalNameUsage>Ctenomys sociabilis Pearson and Christie, 1985</dwc:originalNameUsage>
<dwc:nameAccordingTo>Pearson O. P., and M. I. Christie. 1985.</dwc:nameAccordingTo>
<dwc:namePublishedIn>Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388</dwc:namePublishedIn>
<dwc:namePublishedInYear>1985</dwc:namePublishedInYear>
<dwc:higherClassification>Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys</dwc:higherClassification>
<dwc:kingdom>Animalia</dwc:kingdom>
<dwc:phylum>Chordata</dwc:phylum>
<dwc:class>Mammalia</dwc:class>
<dwc:order>Rodentia</dwc:order>
<dwc:family>Ctenomyidae</dwc:family>
<dwc:genus>Ctenomys</dwc:genus>
<dwc:subgenus xsi:nil="true"/>
<dwc:specificEpithet>sociabilis</dwc:specificEpithet>
<dwc:infraspecificEpithet xsi:nil="true"/>
<dwc:taxonRank>species</dwc:taxonRank>
<dwc:verbatimTaxonRank xsi:nil="true"/>
<dwc:scientificNameAuthorship>Pearson and Christie, 1985</dwc:scientificNameAuthorship>
<dwc:vernacularName>colonial tuco-tuco</dwc:vernacularName>
<dwc:nomenclaturalCode>ICZN</dwc:nomenclaturalCode>
<dwc:taxonomicStatus>valid</dwc:taxonomicStatus>
<dwc:nomenclaturalStatus xsi:nil="true"/>
<dwc:taxonRemarks xsi:nil="true"/>
</SimpleDarwinRecord>
</SimpleDarwinRecordSet>

View File

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<SimpleDarwinRecordSet
xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ ../../xsd/tdwg_dwc_simple.xsd">
<SimpleDarwinRecord>
<dwc:occurrenceID>urn:catalog:YPM:VP.057488</dwc:occurrenceID>
<dc:type>PhysicalObject</dc:type>
<dc:modified>2009-02-12T12:43:31</dc:modified>
<dc:language>en</dc:language>
<dwc:basisOfRecord>FossilSpecimen</dwc:basisOfRecord>
<dwc:institutionCode>YPM</dwc:institutionCode>
<dwc:collectionCode>VP</dwc:collectionCode>
<dwc:catalogNumber>VP.057488</dwc:catalogNumber>
<dwc:individualCount>1</dwc:individualCount>
<dwc:locationID xsi:nil="true"/>
<dwc:continent>North America</dwc:continent>
<dwc:country>United States</dwc:country>
<dwc:countryCode>US</dwc:countryCode>
<dwc:stateProvince>Montana</dwc:stateProvince>
<dwc:county>Garfield</dwc:county>
<dwc:scientificName>Tyrannosourus rex</dwc:scientificName>
<dwc:genus>Tyrannosourus</dwc:genus>
<dwc:specificEpithet>rex</dwc:specificEpithet>
<dwc:earliestPeriodOrHighestSystem>Creataceous</dwc:earliestPeriodOrHighestSystem>
<dwc:latestPeriodOrHighestSystem>Creataceous</dwc:latestPeriodOrHighestSystem>
<dwc:earliestEonOrHighestEonothem>Late Cretaceous</dwc:earliestEonOrHighestEonothem>
<dwc:latestEonOrHighestEonothem>Late Cretaceous</dwc:latestEonOrHighestEonothem>
</SimpleDarwinRecord>
</SimpleDarwinRecordSet>

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,68 +0,0 @@
<!-- <!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN" "http://www.rddl.org/rddl-xhtml.dtd">-->
<!-- Note: DOCTYPE is commented out in the RDDL example RDDL itself; perhaps otherwise some html clients cause problems. -->
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:rddl="http://www.rddl.org/"
xml:base="http://rs.tdwg.org/dwc"
xml:lang="en-US">
<head>
<title>Resource Directory (RDDL) for Darwin Core (DwC)</title>
<link href="http://www.rddl.org/xrd.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<h1>Resource Directory (RDDL) for Darwin Core (DwC)</h1>
<div id="overview">
<h2>Overview</h2>
<p>The Darwin Core root namespace (<code>http://rs.tdwg.org/dwc/</code>) is currently used only for the latest version. Versions copies are also kept in version namespaces in the event that one would like to bind to a specific version.</p>
</div>
<h2>Resources</h2>
<div id="resources" class="resource">
<ul class="compact">
<rddl:resource
xlink:type="simple"
id="DwC"
xlink:role="http://www.rddl.org/"
xlink:arcrole="http://www.rddl.org/purposes#directory"
xlink:href="http://rs.tdwg.org/dwc"
xlink:title="RDDL Subdirectory: http://rs.tdwg.org/dwc">
<li><a href="http://rs.tdwg.org/dwc">RDDL Subdirectory: http://rs.tdwg.org/dwc</a></li>
</rddl:resource>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_record.xsd">Generic Darwin Record Application Schema</a>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_core.xsd">Darwin Core Schema</a>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsd">Darwin Geospatial Extension Schema</a>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsd">Darwin Curatorial Extension Schema</a>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_element.xsd">Darwin Element Definition Schema</a>
</ul>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_dw_record_tapir.xsd">Darwin Record Application Schema for TAPIR</a>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd">Base Type Definition Schema</a>
</ul>
<ul class="compact">
<a href="http://rs.tdwg.org/dwc/tdwg_gml.xsd">TDWG Simple GML Profile</a>
</ul>
</div>
<div id="footer">
<p>Copyright (c) 2006-2007 Taxonomic Databases Working Group. Author: John Wieczorek</p>
</div>
</body>
</html>

View File

@ -1,83 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- Schema for a type library for darwin and extension data types. -->
<!-- History: -->
<!-- version 0.5 2007-02-14 John Wieczorek -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- Should be placed in a tdwg shared data types library. -->
<!-- See http://wiki.tdwg.org for current status of this standard -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- ==================================================================== -->
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified" version="0.5">
<!-- ============================================================== -->
<!-- Types -->
<!-- ============================================================== -->
<xs:simpleType name="positiveDouble">
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dayOfYearDataType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="366"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="decimalLatitudeDataType">
<xs:restriction base="xs:double">
<xs:minInclusive value="-90"/>
<xs:maxInclusive value="90"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="decimalLongitudeDataType">
<xs:restriction base="xs:double">
<xs:minInclusive value="-180"/>
<xs:maxInclusive value="180"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="spatialFitDataType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="undefined"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="DateTimeISO">
<xs:annotation>
<xs:documentation xml:lang="en">
The date and time expressed in a way conforming to a subset of ISO 8601. Meant to be exactly the same as DateTimeISO defined in ABCD.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="\d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])">
</xs:pattern>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,390 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- Introduction -->
<!-- ===================================================================== -->
<!-- Darwin Core XML schema -->
<!-- History: -->
<!-- version 0.7 2007-04-23 R. De Giovanni: Changed namespace -->
<!-- version 0.6 2007-04-17 R. De Giovanni: Added qualification for -->
<!-- types included from tdwg_basetypes.xsd -->
<!-- version 0.5 2007-02-14 J. Wieczorek, R. De Giovanni, J. de la Torre -->
<!-- Status: -->
<!-- Ready for testing -->
<!-- See http://wiki.tdwg.org for current status of this standard. -->
<!-- ===================================================================== -->
<!-- Schema -->
<!-- ===================================================================== -->
<xs:schema targetNamespace="http://rs.tdwg.org/dwc/dwcore/"
xmlns:dwe="http://rs.tdwg.org/dwc/dwelement"
xmlns:dwc="http://rs.tdwg.org/dwc/dwcore/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" version="0.7">
<!-- ============================================================== -->
<!-- Documentation -->
<!-- ============================================================== -->
<xs:annotation>
<xs:documentation> Protocol independent XML Schema for Darwin Core. For element
documentation, see
http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreDraftStandard.
</xs:documentation>
</xs:annotation>
<!-- ============================================================== -->
<!-- Includes -->
<!-- ============================================================== -->
<!-- include - inclusions must be top-level elements (children of -->
<!-- the xs:schema element. Inclusion is restricted to the -->
<!-- definition of a single namespace. -->
<!-- ============================================================== -->
<xs:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>
<!-- ============================================================== -->
<!-- Imports -->
<!-- ============================================================== -->
<!-- import - must be used to import definitions from other -->
<!-- namespaces. -->
<!-- ============================================================== -->
<xs:import namespace="http://rs.tdwg.org/dwc/dwelement"
schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_element.xsd"/>
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<xs:element name="GlobalUniqueIdentifier" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GlobalUniqueIdentifier"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="DateLastModified" type="xs:dateTime" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DateLastModified"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="BasisOfRecord" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/BasisOfRecord"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="InstitutionCode" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/InstitutionCode"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="CollectionCode" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CollectionCode" xml:lang="en"
/>
</xs:annotation>
</xs:element>
<xs:element name="CatalogNumber" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CatalogNumber"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="InformationWithheld" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/InformationWithheld"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Remarks" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Remarks"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="ScientificName" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="false">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/ScientificName" xml:lang="en"
/>
</xs:annotation>
</xs:element>
<xs:element name="HigherTaxon" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/HigherTaxon"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Kingdom" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Kingdom"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Phylum" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Phylum"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Class" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Class"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Order" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Order"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Family" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Family"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Genus" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Genus"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="SpecificEpithet" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/SpecificEpithet"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="InfraspecificRank" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/InfraspecificRank"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="InfraspecificEpithet" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/InfraspecificEpithet"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="AuthorYearOfScientificName" type="xs:string"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/AuthorYearOfScientificName"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="NomenclaturalCode" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/NomenclaturalCode"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="IdentificationQualifier" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/IdentificationQualifier"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="HigherGeography" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/HigherGeography"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Continent" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Continent"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="WaterBody" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/WaterBody"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="IslandGroup" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/IslandGroup"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Island" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Island"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Country"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="StateProvince" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/StateProvince"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="County" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/County"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Locality" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Locality"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="MinimumElevationInMeters" type="xs:double" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/MinimumElevationInMeters"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="MaximumElevationInMeters" type="xs:double" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/MaximumElevationInMeters"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="MinimumDepthInMeters" type="xs:double" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/MinimumDepthInMeters"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="MaximumDepthInMeters" type="xs:double" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/MaximumDepthInMeters"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="CollectingMethod" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CollectingMethod"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="ValidDistributionFlag" type="xs:boolean" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/ValidDistributionFlag"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="EarliestDateCollected" type="dwc:DateTimeISO" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/EarliestDateCollected"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="LatestDateCollected" type="dwc:DateTimeISO" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/LatestDateCollected"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="DayOfYear" type="dwc:dayOfYearDataType" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DayOfYear"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Collector" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Collector"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Sex" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Sex"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="LifeStage" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/LifeStage"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Attributes" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Attributes"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="ImageURL" type="xs:anyURI" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/ImageURL"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="RelatedInformation" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/RelatedInformation"
xml:lang="en"/>
</xs:annotation>
</xs:element>
</xs:schema>

View File

@ -1,124 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- Curatorial extension to the Darwin Core. -->
<!-- History: -->
<!-- version 0.6 2007-04-23 R. De Giovanni: Changed namespace -->
<!-- version 0.5 2007-02-14 John Wieczorek -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- See http://wiki.tdwg.org for current status of this standard. -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- ==================================================================== -->
<xs:schema
targetNamespace="http://rs.tdwg.org/dwc/curatorial/"
xmlns:dwe="http://rs.tdwg.org/dwc/dwelement"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" version="0.6">
<!-- ============================================================== -->
<!-- Documentation -->
<!-- ============================================================== -->
<xs:annotation>
<xs:documentation>
Protocol-independent XML Schema for a curatorial extension to the
Darwin Core. For element documentation, see
http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CuratorialExtension.
</xs:documentation>
</xs:annotation>
<!-- ============================================================== -->
<!-- Imports -->
<!-- ============================================================== -->
<!-- import - must be used to import definitions from other -->
<!-- namespaces. -->
<!-- ============================================================== -->
<xs:import namespace="http://rs.tdwg.org/dwc/dwelement" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_element.xsd"/>
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<xs:element name="CatalogNumberNumeric" type="xs:double" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CatalogNumberNumeric" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="IdentifiedBy" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/IdentifiedBy" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="DateIdentified" type="xs:dateTime" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DateIdentified" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="CollectorNumber" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CollectorNumber" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="FieldNumber" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FieldNumber" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="FieldNotes" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FieldNotes" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimCollectingDate" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimCollectingDate" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimElevation" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimElevation" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimDepth" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimDepth" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Preparations" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Preparations" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="TypeStatus" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/TypeStatus" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GenBankNumber" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GenBankNumber" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="OtherCatalogNumbers" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/OtherCatalogNumbers" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="RelatedCatalogedItems" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/RelatedCatalogedItems" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="Disposition" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/Disposition" xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="IndividualCount" type="xs:nonNegativeInteger" substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/IndividualCount" xml:lang="en"/>
</xs:annotation>
</xs:element>
</xs:schema>

View File

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- Schema to declare an abstract data element for use in substitution -->
<!-- groups so that arbitrary lists of elements so derived can be used to -->
<!-- compose a record. For example, see DarwinRecord.xsd -->
<!-- History: -->
<!-- version 0.5 2007-02-14 Renato De Giovanni, John Wieczorek -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- See http://wiki.tdwg.org for current status of this standard -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- ==================================================================== -->
<xs:schema
targetNamespace="http://rs.tdwg.org/dwc/dwelement"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" version="0.5">
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<xs:element name="dwElement" abstract="true"/>
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinElement" xml:lang="en"/>
</xs:annotation>
</xs:schema>

View File

@ -1,177 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- History: -->
<!-- version 0.7 2007-04-23 R. De Giovanni: Changed namespace -->
<!-- version 0.6 2007-04-17 R. De Giovanni: Added qualification for -->
<!-- types included from tdwg_basetypes.xsd -->
<!-- version 0.5 2007-02-14 John Wieczorek, Javier de la Torre -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- See http://wiki.tdwg.org for current status of this standard -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- ==================================================================== -->
<xs:schema targetNamespace="http://rs.tdwg.org/dwc/geospatial/"
xmlns:dwe="http://rs.tdwg.org/dwc/dwelement"
xmlns:dwg="http://rs.tdwg.org/dwc/geospatial/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" version="0.7">
<!-- ============================================================== -->
<!-- Documentation -->
<!-- ============================================================== -->
<xs:annotation>
<xs:documentation> Protocol-independent XML Schema for a geospatial extension to the Darwin
Core. Synchronized with protocol-dependent content models using same version number. For
element documentation, see
http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeospatialExtension. </xs:documentation>
</xs:annotation>
<!-- ============================================================== -->
<!-- Includes -->
<!-- ============================================================== -->
<!-- include - inclusions must be top-level elements (children of -->
<!-- the xs:schema element. Inclusion is restricted to the -->
<!-- definition of a single namespace. -->
<!-- ============================================================== -->
<xs:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>
<!-- ============================================================== -->
<!-- Imports -->
<!-- ============================================================== -->
<!-- import - must be used to import definitions from other -->
<!-- namespaces. -->
<!-- ============================================================== -->
<xs:import namespace="http://rs.tdwg.org/dwc/dwelement"
schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_element.xsd"/>
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<xs:element name="DecimalLatitude" type="dwg:decimalLatitudeDataType"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DecimalLatitude"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="DecimalLongitude" type="dwg:decimalLongitudeDataType"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DecimalLongitude"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GeodeticDatum" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeodeticDatum"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="CoordinateUncertaintyInMeters" type="xs:positiveInteger"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CoordinateUncertaintyInMeters"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="PointRadiusSpatialFit" type="dwg:spatialFitDataType"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/PointRadiusSpatialFit"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="FootprintWKT" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FootprintWKT"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="FootprintSpatialFit" type="dwg:spatialFitDataType"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FootprintSpatialFit"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimCoordinates" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimCoordinates"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimLatitude" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimLatitude"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimLongitude" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimLongitude"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="VerbatimCoordinateSystem" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimCoordinateSystem"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GeoreferenceProtocol" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceProtocol"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GeoreferenceSources" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceSources"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GeoreferenceVerificationStatus" type="xs:string"
substitutionGroup="dwe:dwElement" nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceVerificationStatus"
xml:lang="en"/>
</xs:annotation>
</xs:element>
<xs:element name="GeoreferenceRemarks" type="xs:string" substitutionGroup="dwe:dwElement"
nillable="true">
<xs:annotation>
<xs:documentation
source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceRemarks"
xml:lang="en"/>
</xs:annotation>
</xs:element>
</xs:schema>

View File

@ -1,87 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- Darwin application schema incorporating core and standard extensions -->
<!-- into a record using the dwElement substitutionGroup. GML feature -->
<!-- support also provided through the DarwinFeature. -->
<!-- History: -->
<!-- version 0.5 2007-02-14 Renato De Giovanni, John Wieczorek -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- See http://wiki.tdwg.org for current status of this standard -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- ==================================================================== -->
<xsd:schema
targetNamespace="http://rs.tdwg.org/dwc/dwrecord"
xmlns:tdwggml="http://rs.tdwg.org/dwc/tdwggml"
xmlns:dwe="http://rs.tdwg.org/dwc/dwelement"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" version="0.5">
<!-- ============================================================== -->
<!-- Documentation -->
<!-- ============================================================== -->
<xsd:annotation>
<xsd:documentation>
Darwin application schema containing Darwin Core and extension
elements into a DarwinRecord or a DarwinFeature, which is a
gmlAbstractFeatureType.
</xsd:documentation>
</xsd:annotation>
<!-- ============================================================== -->
<!-- Imports -->
<!-- ============================================================== -->
<!-- import - must be used to import definitions from other -->
<!-- namespaces. -->
<!-- ============================================================== -->
<xsd:import namespace="http://rs.tdwg.org/dwc/dwelement" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_element.xsd"/>
<xsd:import namespace="http://rs.tdwg.org/dwc/tdwggml" schemaLocation="http://rs.tdwg.org/dwc/tdwg_gml.xsd" />
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<xsd:element name="DarwinRecordSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="DarwinRecord" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DarwinRecord">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="dwe:dwElement" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DarwinFeature" type="DarwinFeatureType" substitutionGroup="gml:_Feature"/>
<!-- ============================================================== -->
<!-- Types -->
<!-- ============================================================== -->
<xsd:complexType name="DarwinRecordType">
<xsd:sequence>
<xsd:element ref="dwe:dwElement" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DarwinFeatureType">
<xsd:complexContent>
<xsd:extension base="tdwggml:OccurrenceFeatureType">
<xsd:sequence>
<xsd:element name="darwinRecord" type="DarwinRecordType" nillable="false" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

View File

@ -1,105 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://rs.tdwg.org/dwc/dwrecord"
xmlns:dwcore="http://rs.tdwg.org/dwc/dwcore/"
xmlns:dwgeo="http://rs.tdwg.org/dwc/geospatial/"
xmlns:dwcur="http://rs.tdwg.org/dwc/curatorial/"
elementFormDefault="qualified"
version="0.5">
<xs:import namespace="http://rs.tdwg.org/dwc/dwcore/" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_core.xsd"/>
<xs:import namespace="http://rs.tdwg.org/dwc/geospatial/" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsd"/>
<xs:import namespace="http://rs.tdwg.org/dwc/curatorial/" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsd"/>
<xs:element name="DarwinRecordSet">
<xs:complexType>
<xs:sequence>
<xs:element name="DarwinRecord" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref="dwcore:GlobalUniqueIdentifier" />
<xs:element ref="dwcore:DateLastModified" />
<xs:element ref="dwcore:BasisOfRecord" />
<xs:element ref="dwcore:InstitutionCode" />
<xs:element ref="dwcore:CollectionCode" />
<xs:element ref="dwcore:CatalogNumber" />
<xs:element ref="dwcore:InformationWithheld" minOccurs="0" />
<xs:element ref="dwcore:Remarks" minOccurs="0" />
<xs:element ref="dwcore:ScientificName"/>
<xs:element ref="dwcore:HigherTaxon" minOccurs="0" />
<xs:element ref="dwcore:Kingdom" minOccurs="0" />
<xs:element ref="dwcore:Phylum" minOccurs="0" />
<xs:element ref="dwcore:Class" minOccurs="0" />
<xs:element ref="dwcore:Order" minOccurs="0" />
<xs:element ref="dwcore:Family" minOccurs="0" />
<xs:element ref="dwcore:Genus" minOccurs="0" />
<xs:element ref="dwcore:SpecificEpithet" minOccurs="0" />
<xs:element ref="dwcore:InfraspecificRank" minOccurs="0" />
<xs:element ref="dwcore:InfraspecificEpithet" minOccurs="0" />
<xs:element ref="dwcore:AuthorYearOfScientificName" minOccurs="0" />
<xs:element ref="dwcore:NomenclaturalCode" minOccurs="0" />
<xs:element ref="dwcore:IdentificationQualifier" minOccurs="0" />
<xs:element ref="dwcore:HigherGeography" minOccurs="0" />
<xs:element ref="dwcore:Continent" minOccurs="0" />
<xs:element ref="dwcore:WaterBody" minOccurs="0" />
<xs:element ref="dwcore:IslandGroup" minOccurs="0" />
<xs:element ref="dwcore:Island" minOccurs="0" />
<xs:element ref="dwcore:Country" minOccurs="0" />
<xs:element ref="dwcore:StateProvince" minOccurs="0" />
<xs:element ref="dwcore:County" minOccurs="0" />
<xs:element ref="dwcore:Locality" minOccurs="0" />
<xs:element ref="dwcore:MinimumElevationInMeters" minOccurs="0" />
<xs:element ref="dwcore:MaximumElevationInMeters" minOccurs="0" />
<xs:element ref="dwcore:MinimumDepthInMeters" minOccurs="0" />
<xs:element ref="dwcore:MaximumDepthInMeters" minOccurs="0" />
<xs:element ref="dwcore:CollectingMethod" minOccurs="0" />
<xs:element ref="dwcore:ValidDistributionFlag" minOccurs="0" />
<xs:element ref="dwcore:EarliestDateCollected" minOccurs="0" />
<xs:element ref="dwcore:LatestDateCollected" minOccurs="0" />
<xs:element ref="dwcore:DayOfYear" minOccurs="0" />
<xs:element ref="dwcore:Collector" minOccurs="0" />
<xs:element ref="dwcore:Sex" minOccurs="0" />
<xs:element ref="dwcore:LifeStage" minOccurs="0" />
<xs:element ref="dwcore:Attributes" minOccurs="0" />
<xs:element ref="dwcore:ImageURL" minOccurs="0" />
<xs:element ref="dwcore:RelatedInformation" minOccurs="0" />
<xs:element ref="dwgeo:DecimalLatitude" minOccurs="0" />
<xs:element ref="dwgeo:DecimalLongitude" minOccurs="0" />
<xs:element ref="dwgeo:GeodeticDatum" minOccurs="0" />
<xs:element ref="dwgeo:CoordinateUncertaintyInMeters" minOccurs="0" />
<xs:element ref="dwgeo:PointRadiusSpatialFit" minOccurs="0" />
<xs:element ref="dwgeo:FootprintWKT" minOccurs="0" />
<xs:element ref="dwgeo:FootprintSpatialFit" minOccurs="0" />
<xs:element ref="dwgeo:VerbatimCoordinates" minOccurs="0" />
<xs:element ref="dwgeo:VerbatimLatitude" minOccurs="0" />
<xs:element ref="dwgeo:VerbatimLongitude" minOccurs="0" />
<xs:element ref="dwgeo:VerbatimCoordinateSystem" minOccurs="0" />
<xs:element ref="dwgeo:GeoreferenceProtocol" minOccurs="0" />
<xs:element ref="dwgeo:GeoreferenceSources" minOccurs="0" />
<xs:element ref="dwgeo:GeoreferenceVerificationStatus" minOccurs="0" />
<xs:element ref="dwgeo:GeoreferenceRemarks" minOccurs="0" />
<xs:element ref="dwcur:CatalogNumberNumeric" minOccurs="0" />
<xs:element ref="dwcur:IdentifiedBy" minOccurs="0" />
<xs:element ref="dwcur:DateIdentified" minOccurs="0" />
<xs:element ref="dwcur:CollectorNumber" minOccurs="0" />
<xs:element ref="dwcur:FieldNumber" minOccurs="0" />
<xs:element ref="dwcur:FieldNotes" minOccurs="0" />
<xs:element ref="dwcur:VerbatimCollectingDate" minOccurs="0" />
<xs:element ref="dwcur:VerbatimElevation" minOccurs="0" />
<xs:element ref="dwcur:VerbatimDepth" minOccurs="0" />
<xs:element ref="dwcur:Preparations" minOccurs="0" />
<xs:element ref="dwcur:TypeStatus" minOccurs="0" />
<xs:element ref="dwcur:GenBankNumber" minOccurs="0" />
<xs:element ref="dwcur:OtherCatalogNumbers" minOccurs="0" />
<xs:element ref="dwcur:RelatedCatalogedItems" minOccurs="0" />
<xs:element ref="dwcur:Disposition" minOccurs="0" />
<xs:element ref="dwcur:IndividualCount" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- Introduction -->
<!-- ==================================================================== -->
<!-- TDWG Simple GML Profile -->
<!-- The following schema document contains only those element -->
<!-- declarations from GML that are required to validate a GML -->
<!-- application schema that complies with this profile. -->
<!-- GML application schemas can ensure compliance with this profile by -->
<!-- importing this schema document rather than schema documents from the -->
<!-- standard GML 3.1.1 distribution. -->
<!-- History: -->
<!-- version 0.5 2007-02-14 P. Dibner, J. Wieczorek, J. de la Torre -->
<!-- Status: -->
<!-- Ready for testing. -->
<!-- CircleByCenterPoint doesn't currently validate importing only -->
<!-- gml:geometryPrimitives, geometryAggregates, feature. Fix this and -->
<!-- remove full gml import. -->
<!-- See http://wiki.tdwg.org for current status of this standard. -->
<!-- ==================================================================== -->
<!-- Schema -->
<!-- JRW: As a profile, this namespace should substitute for gml -->
<!-- ==================================================================== -->
<xs:schema
targetNamespace="http://rs.tdwg.org/dwc/tdwggml"
xmlns="http://rs.tdwg.org/dwc/tdwggml"
xmlns:tdwggml="http://rs.tdwg.org/dwc/tdwggml"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
version="0.5">
<!-- ============================================================== -->
<!-- Includes -->
<!-- ============================================================== -->
<xs:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>
<!-- ============================================================== -->
<!-- Imports -->
<!-- ============================================================== -->
<!-- <xs:import namespace="http://www.opengis.net/gml"
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
-->
<!-- JRW: Import only the minimal subset of gml required to support tdwg spatial vocabulary. -->
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/feature.xsd"/>
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd"/>
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/geometryAggregates.xsd"/>
<!-- ============================================================== -->
<!-- Elements -->
<!-- ============================================================== -->
<!-- Collection Location Geometric Properties -->
<!-- In the examples below, dimension is assumed to be 2 and the coordinate reference system is assumed to be understood. However, other choices can be made per the GML specification. -->
<xs:element name="LocationPointRadius" type="pointRadiusType" substitutionGroup="gml:_Feature"
nillable="true"/>
<xs:element name="LocationFootprint" type="footprintType" substitutionGroup="gml:_Feature"
nillable="true"/>
<xs:element name="OccurrenceFeature" type="OccurrenceFeatureType"/>
<!-- ============================================================== -->
<!-- Types -->
<!-- ============================================================== -->
<xs:complexType name="pointRadiusType">
<!-- The point-radius feature type is meant to be able to capture the point-radius
representation of a place as described in Wieczorek et al. (IJGIS 18:8 pp745-767).
This representation uses a point for the centroid of the geometry describing the
place within which an event is thought to have occurred, and a distance from that
point to the furthest point describing that underlying geometry. -->
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="PointRadius" type="gml:CircleByCenterPointType" minOccurs="0"
maxOccurs="1"/>
<xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0"
maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="footprintType">
<!-- The footprint feature type allows the location to be represented by points, lines,
polygons, curves, or a collection of any of these geometry types. -->
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="FootprintGeometry" type="gml:MultiGeometryPropertyType"
minOccurs="0" maxOccurs="1"/>
<!-- The footprint geometry holds the collection of encoded geometry objects used
to describe the location. This footprint may be different from the original
spatial representation of the location. For example, the data provider may
represent point locations as the one-degree grid cell in which the point lies. -->
<xs:element name="FootprintSpatialFit" type="spatialFitDataType" minOccurs="0"
maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- OccurrenceLocationType -->
<xs:complexType name="OccurrenceFeatureType">
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element ref="LocationPointRadius" minOccurs="0"/>
<xs:element ref="LocationFootprint" minOccurs="0"/>
<!-- NB: any GML element substitutable for gml:_Geometry can be added to this list or in an extension. -->
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>

0
terms/dcfordwc.rdf Normal file
View File

0
terms/update_terms.py Normal file
View File