#937. Thanks to Alan for the patch code and data file.

v0.27.3
Robin Mills 11 years ago
parent 5c59e6897f
commit 0a3c59feb4

@ -131,7 +131,7 @@ namespace Exiv2 {
{ "http://www.metadataworkinggroup.com/schemas/regions/", "mwg-rs", xmpMWGRegionsInfo,N_("Metadata Working Group Regions schema") }, { "http://www.metadataworkinggroup.com/schemas/regions/", "mwg-rs", xmpMWGRegionsInfo,N_("Metadata Working Group Regions schema") },
{ "http://www.video", "video", xmpVideoInfo, N_("XMP Extended Video schema") }, { "http://www.video", "video", xmpVideoInfo, N_("XMP Extended Video schema") },
{ "http://www.audio", "audio", xmpAudioInfo, N_("XMP Extended Audio schema") }, { "http://www.audio", "audio", xmpAudioInfo, N_("XMP Extended Audio schema") },
{ "http://rs.tdwg.org/dwc/terms/", "dwc", xmpDwCInfo, N_("XMP Darwin Core schema") }, { "http://rs.tdwg.org/dwc/index.htm", "dwc", xmpDwCInfo, N_("XMP Darwin Core schema") },
// Structures // Structures
@ -176,22 +176,6 @@ namespace Exiv2 {
{ "title", N_("Title"), "Lang Alt", langAlt, xmpExternal, N_("The title of the document, or the name given to the resource. Typically, it will be " { "title", N_("Title"), "Lang Alt", langAlt, xmpExternal, N_("The title of the document, or the name given to the resource. Typically, it will be "
"a name by which the resource is formally known.") }, "a name by which the resource is formally known.") },
{ "type", N_("Type"), "bag open Choice", xmpBag, xmpExternal, N_("A document type; for example, novel, poem, or working paper.") }, { "type", N_("Type"), "bag open Choice", xmpBag, xmpExternal, N_("A document type; for example, novel, poem, or working paper.") },
// Darwin Core (DwC) recomends these additional Record Level Terms from Qualified Dublin Core
{ "modified", N_("Modified"), "Date", xmpText, xmpExternal,
N_("The most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).")
},
{ "rightsHolder", N_("Rights Holder"), "Text", xmpText, xmpExternal,
N_("A person or organization owning or managing rights over the resource.")
},
{ "accessRights", N_("Access Rights"), "Text", xmpText, xmpExternal,
N_("Information about who can access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.")
},
{ "bibliographicCitation", N_("Bibliographic Citation"), "Text", xmpText, xmpExternal,
N_("A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.")
},
{ "references", N_("References"), "Text", xmpText, xmpExternal,
N_("A related resource that is referenced, cited, or otherwise pointed to by the described resource.")
},
// End of list marker // End of list marker
{ 0, 0, 0, invalidTypeId, xmpInternal, 0 } { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
}; };
@ -1404,6 +1388,11 @@ namespace Exiv2 {
}; };
extern const XmpPropertyInfo xmpDwCInfo[] = { extern const XmpPropertyInfo xmpDwCInfo[] = {
// Record Level Class
{ "Record", N_("Record"), "Record", xmpText, xmpInternal,
N_("The category of information pertaining to a resource record."),
},
// Record Level Terms // Record Level Terms
{ "institutionID", N_("Institution ID"), "Text", xmpText, xmpExternal, { "institutionID", N_("Institution ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the institution having custody of the object(s) or information referred to in the record.") N_("An identifier for the institution having custody of the object(s) or information referred to in the record.")
@ -1438,6 +1427,11 @@ namespace Exiv2 {
{ "dynamicProperties", N_("Dynamic Properties"), "Text", xmpText, xmpExternal, { "dynamicProperties", N_("Dynamic Properties"), "Text", xmpText, xmpExternal,
N_("A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs.") N_("A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs.")
}, },
// Occurence Level Class
{ "Occurence", N_("Occurence"), "Occurence", xmpText, xmpInternal,
N_("The category of information pertaining to evidence of an occurrence in nature, in a collection, or in a dataset (specimen, observation, etc.)."),
},
// Occurence Level Terms // Occurence Level Terms
{ "occurrenceID", N_("Occurrence ID"), "Text", xmpText, xmpExternal, { "occurrenceID", N_("Occurrence ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.") N_("An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.")
@ -1445,6 +1439,9 @@ namespace Exiv2 {
{ "catalogNumber", N_("Catalog Number"), "Text", xmpText, xmpExternal, { "catalogNumber", N_("Catalog Number"), "Text", xmpText, xmpExternal,
N_("An identifier (preferably unique) for the record within the data set or collection.") N_("An identifier (preferably unique) for the record within the data set or collection.")
}, },
{ "occurrenceDetails", N_("Occurrence Details"), "Text", xmpText, xmpExternal,
N_("Details about the Occurrence.")
},
{ "occurrenceRemarks", N_("Occurrence Remarks"), "Text", xmpText, xmpExternal, { "occurrenceRemarks", N_("Occurrence Remarks"), "Text", xmpText, xmpExternal,
N_("Comments or notes about the Occurrence.") N_("Comments or notes about the Occurrence.")
}, },
@ -1505,10 +1502,20 @@ namespace Exiv2 {
{ "associatedTaxa", N_("Associated Taxa"), "Text", xmpText, xmpExternal, { "associatedTaxa", N_("Associated Taxa"), "Text", xmpText, xmpExternal,
N_("A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.") N_("A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.")
}, },
// Material Sample Level Class
{ "MaterialSample", N_("Material Sample"), "MaterialSample", xmpText, xmpInternal,
N_("The category of information pertaining to the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed."),
},
// Material Sample Level Terms // Material Sample Level Terms
{ "materialSampleID", N_("Material Sample ID"), "Text", xmpText, xmpExternal, { "materialSampleID", N_("Material Sample ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.") N_("An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.")
}, },
// Event Level Class
{ "Event", N_("Event"), "Event", xmpText, xmpInternal,
N_("The category of information pertaining to an event (an action that occurs at a place and during a period of time)."),
},
// Event Level Terms // Event Level Terms
{ "eventID", N_("Event ID"), "Text", xmpText, xmpExternal, { "eventID", N_("Event ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.")
@ -1519,8 +1526,14 @@ namespace Exiv2 {
{ "samplingEffort", N_("Sampling Effort"), "Text", xmpText, xmpExternal, { "samplingEffort", N_("Sampling Effort"), "Text", xmpText, xmpExternal,
N_("The amount of effort expended during an Event.") N_("The amount of effort expended during an Event.")
}, },
{ "eventDate", N_("Event Date"), "Date", xmpText, xmpExternal, { "Date", N_("Event Date"), "Date", xmpText, xmpExternal,
N_("The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).") N_("The date-time or interval during which an Event occured. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).")
},
{ "earliestDate", N_("Event Earliest Date"), "Date", xmpText, xmpExternal,
N_("The date-time or interval during which an Event started. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).")
},
{ "latestDate", N_("Event Latest Date"), "Date", xmpText, xmpExternal,
N_("The date-time or interval during which an Event ended. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).")
}, },
{ "eventTime", N_("Event Time"), "Date", xmpText, xmpExternal, { "eventTime", N_("Event Time"), "Date", xmpText, xmpExternal,
N_("The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).") N_("The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).")
@ -1555,6 +1568,11 @@ namespace Exiv2 {
{ "eventRemarks", N_("Event Remarks"), "Lang Alt", langAlt, xmpExternal, { "eventRemarks", N_("Event Remarks"), "Lang Alt", langAlt, xmpExternal,
N_("Comments or notes about the Event.") N_("Comments or notes about the Event.")
}, },
//Location Level Class - a Qualified Dublin Core class
{ "dctermsLocation", N_("Location Class"), "Location", xmpText, xmpInternal,
N_("A spatial region or named place. For Darwin Core, a set of terms describing a place, whether named or not."),
},
//Location Level Terms //Location Level Terms
{ "locationID", N_("Location ID"), "Text", xmpText, xmpExternal, { "locationID", N_("Location ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the set of location information (data associated with Location). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the set of location information (data associated with Location). May be a global unique identifier or an identifier specific to the data set.")
@ -1688,6 +1706,11 @@ namespace Exiv2 {
{ "georeferenceRemarks", N_("Georeference Remarks"), "Text", xmpText, xmpExternal, { "georeferenceRemarks", N_("Georeference Remarks"), "Text", xmpText, xmpExternal,
N_("Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.") N_("Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.")
}, },
// Geological Context Level Class
{ "GeologicalContext", N_("Geological Context"), "GeologicalContext", xmpText, xmpInternal,
N_("The category of information pertaining to a location within a geological context, such as stratigraphy."),
},
// Geological Context Level Terms // Geological Context Level Terms
{ "geologicalContextID", N_("Geological Context ID"), "Text", xmpText, xmpExternal, { "geologicalContextID", N_("Geological Context ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.")
@ -1743,6 +1766,11 @@ namespace Exiv2 {
{ "bed", N_("Bed"), "Text", xmpText, xmpExternal, { "bed", N_("Bed"), "Text", xmpText, xmpExternal,
N_("The full name of the lithostratigraphic bed from which the cataloged item was collected.") N_("The full name of the lithostratigraphic bed from which the cataloged item was collected.")
}, },
// Identification Level Class
{ "Identification", N_("Identification"), "Identification", xmpText, xmpInternal,
N_("The category of information pertaining to taxonomic determinations (the assignment of a scientific name)."),
},
// Identification Level Terms // Identification Level Terms
{ "identificationID", N_("Identification ID"), "Text", xmpText, xmpExternal, { "identificationID", N_("Identification ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.")
@ -1768,6 +1796,11 @@ namespace Exiv2 {
{ "typeStatus", N_("Type Status"), "Text", xmpText, xmpExternal, { "typeStatus", N_("Type Status"), "Text", xmpText, xmpExternal,
N_("A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.") N_("A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.")
}, },
// Taxon Level Class
{ "Taxon", N_("Taxon"), "Taxon", xmpBag, xmpInternal,
N_("The category of information pertaining to taxonomic names, taxon name usages, or taxon concepts."),
},
// Taxon Level Terms // Taxon Level Terms
{ "taxonID", N_("Taxon ID"), "Text", xmpText, xmpExternal, { "taxonID", N_("Taxon ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.")
@ -1865,9 +1898,14 @@ namespace Exiv2 {
{ "nomenclaturalStatus", N_("Nomenclatural Status"), "Text", xmpText, xmpExternal, { "nomenclaturalStatus", N_("Nomenclatural Status"), "Text", xmpText, xmpExternal,
N_("The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.") N_("The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.")
}, },
{ "taxonRemarks", N_("Taxon Remarks"), "Text", xmpText, xmpExternal, { "taxonRemarks", N_("Taxon Remarks"), "Lang Alt", langAlt, xmpExternal,
N_("Comments or notes about the taxon or name.") N_("Comments or notes about the taxon or name.")
}, },
// Resource Relationship Level Class
{ "ResourceRelationship", N_("Resource Relationship"), "ResourceRelationship", xmpText, xmpInternal,
N_("The category of information pertaining to relationships between resources (instances of data records, such as Occurrences, Taxa, Locations, Events)."),
},
// Resource Relationship Level Terms // Resource Relationship Level Terms
{ "resourceRelationshipID", N_("Resource Relationship ID"), "Text", xmpText, xmpExternal, { "resourceRelationshipID", N_("Resource Relationship ID"), "Text", xmpText, xmpExternal,
N_("An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).") N_("An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).")
@ -1890,6 +1928,11 @@ namespace Exiv2 {
{ "relationshipRemarks", N_("Relationship Remarks"), "Text", xmpText, xmpExternal, { "relationshipRemarks", N_("Relationship Remarks"), "Text", xmpText, xmpExternal,
N_("Comments or notes about the relationship between the two resources.") N_("Comments or notes about the relationship between the two resources.")
}, },
// Measurement Or Fact Level Class
{ "MeasurementOrFact", N_("Measurement Or Fact"), "MeasurementOrFact", xmpText, xmpInternal,
N_("The category of information pertaining to measurements, facts, characteristics, or assertions about a resource (instance of data record, such as Occurrence, Taxon, Location, Event)."),
},
// Measurement Or Fact Level Terms // Measurement Or Fact Level Terms
{ "measurementID", N_("Measurement ID"), "Text", xmpText, xmpExternal, { "measurementID", N_("Measurement ID"), "Text", xmpText, xmpExternal,
N_("An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.") N_("An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.")

@ -403,7 +403,7 @@ namespace Exiv2 {
xmpLockFct_ = xmpLockFct; xmpLockFct_ = xmpLockFct;
pLockData_ = pLockData; pLockData_ = pLockData;
initialized_ = SXMPMeta::Initialize(); initialized_ = SXMPMeta::Initialize();
SXMPMeta::RegisterNamespace("http://rs.tdwg.org/dwc/terms/", "dwc"); SXMPMeta::RegisterNamespace("http://rs.tdwg.org/dwc/index.htm", "dwc");
SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/1.0/", "digiKam"); SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/1.0/", "digiKam");
SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/kipi/1.0/", "kipi"); SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/kipi/1.0/", "kipi");
SXMPMeta::RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto"); SXMPMeta::RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto");

@ -0,0 +1,178 @@
0a1,177
> Xmp.dc.language XmpBag 1 latin
> Xmp.dc.rights LangAlt 2 lang="en-US" Alan Pater CC, lang="es-ES" CC Alan Pater
> Xmp.dwc.Event XmpText 0 type="Struct"
> Xmp.dwc.Event/dwc:day XmpText 2 31
> Xmp.dwc.Event/dwc:earliestDate XmpText 25 2012-09-03T00:00:00-06:00
> Xmp.dwc.Event/dwc:endDayOfYear XmpText 3 366
> Xmp.dwc.Event/dwc:eventDate XmpText 25 1899-12-30T01:41:33+03:00
> Xmp.dwc.Event/dwc:eventID XmpText 4 1234
> Xmp.dwc.Event/dwc:eventRemarks LangAlt 2 lang="en-US" after, lang="es-ES" despues
> Xmp.dwc.Event/dwc:eventTime XmpText 14 01:41:33+03:00
> Xmp.dwc.Event/dwc:fieldNotes XmpText 15 notes available
> Xmp.dwc.Event/dwc:fieldNumber XmpText 6 RV Sol
> Xmp.dwc.Event/dwc:habitat XmpText 11 oak savanna
> Xmp.dwc.Event/dwc:latestDate XmpText 25 2013-01-27T00:00:00-06:00
> Xmp.dwc.Event/dwc:month XmpText 2 10
> Xmp.dwc.Event/dwc:samplingEffort XmpText 14 40 trap-nights
> Xmp.dwc.Event/dwc:samplingProtocol XmpText 13 Penguins from
> Xmp.dwc.Event/dwc:startDayOfYear XmpText 1 1
> Xmp.dwc.Event/dwc:verbatimEventDate XmpText 11 spring 1910
> Xmp.dwc.Event/dwc:year XmpText 4 1999
> Xmp.dwc.GeologicalContext XmpText 0 type="Struct"
> Xmp.dwc.GeologicalContext/dwc:bed XmpText 8 Lava Dam
> Xmp.dwc.GeologicalContext/dwc:earliestAgeOrLowestStage XmpText 8 Atlantic
> Xmp.dwc.GeologicalContext/dwc:earliestEonOrLowestEonothem XmpText 11 Phanerozoic
> Xmp.dwc.GeologicalContext/dwc:earliestEpochOrLowestSeries XmpText 11 Pleistocene
> Xmp.dwc.GeologicalContext/dwc:earliestEraOrLowestErathem XmpText 8 Cenozoic
> Xmp.dwc.GeologicalContext/dwc:earliestPeriodOrLowestSystem XmpText 7 Neogene
> Xmp.dwc.GeologicalContext/dwc:formation XmpText 10 Notch Peak
> Xmp.dwc.GeologicalContext/dwc:geologicalContextID XmpText 4 1234
> Xmp.dwc.GeologicalContext/dwc:group XmpText 10 Notch Peak
> Xmp.dwc.GeologicalContext/dwc:highestBiostratigraphicZone XmpText 8 Atlantic
> Xmp.dwc.GeologicalContext/dwc:latestAgeOrHighestStage XmpText 6 Boreal
> Xmp.dwc.GeologicalContext/dwc:latestEonOrHighestEonothem XmpText 11 Proterozoic
> Xmp.dwc.GeologicalContext/dwc:latestEpochOrHighestSeries XmpText 14 Ibexian Series
> Xmp.dwc.GeologicalContext/dwc:latestPeriodOrHighestSystem XmpText 8 Tertiary
> Xmp.dwc.GeologicalContext/dwc:lithostratigraphicTerms XmpText 10 Supergroup
> Xmp.dwc.GeologicalContext/dwc:lowestBiostratigraphicZone XmpText 6 Boreal
> Xmp.dwc.GeologicalContext/dwc:member XmpText 8 Lava Dam
> Xmp.dwc.Identification XmpText 0 type="Struct"
> Xmp.dwc.Identification/dwc:dateIdentified XmpText 25 2011-01-27T00:17:00-18:00
> Xmp.dwc.Identification/dwc:identificationID XmpText 4 1234
> Xmp.dwc.Identification/dwc:identificationQualifier XmpText 14 aff. agrifolia
> Xmp.dwc.Identification/dwc:identificationReferences XmpText 8 Aves del
> Xmp.dwc.Identification/dwc:identificationRemarks XmpText 21 Distinguished between
> Xmp.dwc.Identification/dwc:identifiedBy XmpText 8 James L.
> Xmp.dwc.Identification/dwc:typeStatus XmpText 11 holotype of
> Xmp.dwc.MeasurementOrFact XmpText 0 type="Struct"
> Xmp.dwc.MeasurementOrFact/dwc:measurementAccuracy XmpText 4 0.01
> Xmp.dwc.MeasurementOrFact/dwc:measurementDeterminedBy XmpText 9 Javier de
> Xmp.dwc.MeasurementOrFact/dwc:measurementDeterminedDate XmpText 25 2013-01-27T00:00:00-06:00
> Xmp.dwc.MeasurementOrFact/dwc:measurementID XmpText 4 1234
> Xmp.dwc.MeasurementOrFact/dwc:measurementMethod XmpText 20 barometric altimeter
> Xmp.dwc.MeasurementOrFact/dwc:measurementRemarks XmpText 6 tip of
> Xmp.dwc.MeasurementOrFact/dwc:measurementType XmpText 11 tail length
> Xmp.dwc.MeasurementOrFact/dwc:measurementUnit XmpText 2 mm
> Xmp.dwc.MeasurementOrFact/dwc:measurementValue XmpText 2 45
> Xmp.dwc.Occurrence XmpText 0 type="Struct"
> Xmp.dwc.Occurrence/dwc:associatedMedia XmpText 71 http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG
> Xmp.dwc.Occurrence/dwc:associatedOccurrences XmpText 10 sibling of
> Xmp.dwc.Occurrence/dwc:associatedReferences XmpText 27 Christopher J. 89(3):755-76
> Xmp.dwc.Occurrence/dwc:associatedSequences XmpText 16 GenBank:U34853.1
> Xmp.dwc.Occurrence/dwc:associatedTaxa XmpText 17 host:Quercus alba
> Xmp.dwc.Occurrence/dwc:behavior XmpText 8 roosting
> Xmp.dwc.Occurrence/dwc:catalogNumber XmpText 9 2008.1334
> Xmp.dwc.Occurrence/dwc:disposition XmpText 13 in collection
> Xmp.dwc.Occurrence/dwc:establishmentMeans XmpText 10 cultivated
> Xmp.dwc.Occurrence/dwc:individualCount XmpText 2 23
> Xmp.dwc.Occurrence/dwc:individualID XmpText 10 U.amer. 44
> Xmp.dwc.Occurrence/dwc:lifeStage XmpText 3 egg
> Xmp.dwc.Occurrence/dwc:occurrenceDetails XmpText 50 http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861
> Xmp.dwc.Occurrence/dwc:occurrenceID XmpText 28 urn:lsid:nhm.ku.edu:Herps:32
> Xmp.dwc.Occurrence/dwc:occurrenceRemarks XmpText 10 found dead
> Xmp.dwc.Occurrence/dwc:occurrenceStatus XmpText 7 present
> Xmp.dwc.Occurrence/dwc:otherCatalogNumbers XmpText 16 FNMH:Mammal:1234
> Xmp.dwc.Occurrence/dwc:preparations XmpText 4 skin
> Xmp.dwc.Occurrence/dwc:previousIdentifications XmpText 11 Anthus sp.,
> Xmp.dwc.Occurrence/dwc:recordNumber XmpText 8 OPP 7101
> Xmp.dwc.Occurrence/dwc:recordedBy XmpText 9 Oliver P.
> Xmp.dwc.Occurrence/dwc:reproductiveCondition XmpText 16 non-reproductive
> Xmp.dwc.Occurrence/dwc:sex XmpText 6 female
> Xmp.dwc.Record XmpText 0 type="Struct"
> Xmp.dwc.Record/dwc:basisOfRecord XmpText 14 FossilSpecimen
> Xmp.dwc.Record/dwc:collectionCode XmpText 7 Mammals
> Xmp.dwc.Record/dwc:collectionID XmpText 29 urn:lsid:biocol.org:col:34818
> Xmp.dwc.Record/dwc:dataGeneralizations XmpText 23 Coordinates generalized
> Xmp.dwc.Record/dwc:datasetID XmpText 3 MVZ
> Xmp.dwc.Record/dwc:datasetName XmpText 17 Grinnell Resurvey
> Xmp.dwc.Record/dwc:dynamicProperties XmpText 45 targusLengthInMeters=0.014; weightInGrams=120
> Xmp.dwc.Record/dwc:informationWithheld XmpText 20 location information
> Xmp.dwc.Record/dwc:institutionCode XmpText 3 CDS
> Xmp.dwc.Record/dwc:institutionID XmpText 14 Charles Darwin
> Xmp.dwc.Record/dwc:ownerInstitutionCode XmpText 3 NPS
> Xmp.dwc.ResourceRelationship XmpText 0 type="Struct"
> Xmp.dwc.ResourceRelationship/dwc:relatedResourceID XmpText 4 1234
> Xmp.dwc.ResourceRelationship/dwc:relationshipAccordingTo XmpText 14 Julie Woodruff
> Xmp.dwc.ResourceRelationship/dwc:relationshipEstablishedDate XmpText 25 2013-01-27T00:00:00-06:00
> Xmp.dwc.ResourceRelationship/dwc:relationshipOfResource XmpText 12 duplicate of
> Xmp.dwc.ResourceRelationship/dwc:relationshipRemarks XmpText 19 pollinator captured
> Xmp.dwc.ResourceRelationship/dwc:resourceID XmpText 4 1234
> Xmp.dwc.ResourceRelationship/dwc:resourceRelationshipID XmpText 4 1234
> Xmp.dwc.Taxon XmpText 0 type="Struct"
> Xmp.dwc.Taxon/dwc:acceptedNameUsage XmpText 14 Tamias minimus
> Xmp.dwc.Taxon/dwc:acceptedNameUsageID XmpText 36 8fa58e08-08de-4ac1-b69c-1235340b7001
> Xmp.dwc.Taxon/dwc:class XmpText 10 Vertebrata
> Xmp.dwc.Taxon/dwc:family XmpText 7 Felidae
> Xmp.dwc.Taxon/dwc:genus XmpText 4 Puma
> Xmp.dwc.Taxon/dwc:higherClassification XmpText 53 Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria
> Xmp.dwc.Taxon/dwc:infraspecificEpithet XmpText 8 concolor
> Xmp.dwc.Taxon/dwc:kingdom XmpText 8 Animalia
> Xmp.dwc.Taxon/dwc:nameAccordingTo XmpText 21 McCranie, J. comments
> Xmp.dwc.Taxon/dwc:nameAccordingToID XmpText 33 doi:10.1016/S0269-915X(97)80026-2
> Xmp.dwc.Taxon/dwc:namePublishedIn XmpText 10 Pearson O.
> Xmp.dwc.Taxon/dwc:namePublishedInID XmpText 29 http://hdl.handle.net/10199/7
> Xmp.dwc.Taxon/dwc:namePublishedInYear XmpText 4 2059
> Xmp.dwc.Taxon/dwc:nomenclaturalCode XmpText 4 ICBN
> Xmp.dwc.Taxon/dwc:nomenclaturalStatus XmpText 11 nom. ambig.
> Xmp.dwc.Taxon/dwc:order XmpText 8 Mammalia
> Xmp.dwc.Taxon/dwc:originalNameUsage XmpText 22 Gasterosteus saltatrix
> Xmp.dwc.Taxon/dwc:parentNameUsage XmpText 9 Rubiaceae
> Xmp.dwc.Taxon/dwc:parentNameUsageID XmpText 36 8fa58e08-08de-4ac1-b69c-1235340b7001
> Xmp.dwc.Taxon/dwc:phylum XmpText 8 Chordata
> Xmp.dwc.Taxon/dwc:scientificName XmpText 19 Ctenomys sociabilis
> Xmp.dwc.Taxon/dwc:scientificNameAuthorship XmpText 12 (Torr.) J.T.
> Xmp.dwc.Taxon/dwc:scientificNameID XmpText 35 urn:lsid:ipni.org:names:37829-1:1.3
> Xmp.dwc.Taxon/dwc:specificEpithet XmpText 8 concolor
> Xmp.dwc.Taxon/dwc:subgenus XmpText 4 Puma
> Xmp.dwc.Taxon/dwc:taxonConceptID XmpText 36 8fa58e08-08de-4ac1-b69c-1235340b7001
> Xmp.dwc.Taxon/dwc:taxonID XmpText 36 8fa58e08-08de-4ac1-b69c-1235340b7001
> Xmp.dwc.Taxon/dwc:taxonRank XmpText 10 subspecies
> Xmp.dwc.Taxon/dwc:taxonRemarks LangAlt 1 lang="en-US" this name ...
> Xmp.dwc.Taxon/dwc:taxonomicStatus XmpText 7 invalid
> Xmp.dwc.Taxon/dwc:verbatimTaxonRank XmpText 12 Agamospecies
> Xmp.dwc.Taxon/dwc:vernacularName LangAlt 2 lang="en-US" Cougar, lang="es-ES" Puma
> Xmp.dwc.dctermsLocation XmpText 0 type="Struct"
> Xmp.dwc.dctermsLocation/dwc:continent XmpText 10 Antarctica
> Xmp.dwc.dctermsLocation/dwc:coordinatePrecision XmpText 7 0.00001
> Xmp.dwc.dctermsLocation/dwc:coordinateUncertaintyInMeters XmpText 2 30
> Xmp.dwc.dctermsLocation/dwc:country XmpText 7 Denmark
> Xmp.dwc.dctermsLocation/dwc:countryCode XmpText 2 AR
> Xmp.dwc.dctermsLocation/dwc:county XmpText 8 Missoula
> Xmp.dwc.dctermsLocation/dwc:decimalLatitude XmpText 11 -41.0983423
> Xmp.dwc.dctermsLocation/dwc:decimalLongitude XmpText 12 -121.1761111
> Xmp.dwc.dctermsLocation/dwc:footprintSRS XmpText 12 GCS_WGS_1984
> Xmp.dwc.dctermsLocation/dwc:footprintSpatialFit XmpText 1 1
> Xmp.dwc.dctermsLocation/dwc:footprintWKT XmpText 12 POLYGON ((10
> Xmp.dwc.dctermsLocation/dwc:geodeticDatum XmpText 5 WGS84
> Xmp.dwc.dctermsLocation/dwc:georeferenceProtocol XmpText 34 MaNIS/HerpNet/ORNIS Georeferencing
> Xmp.dwc.dctermsLocation/dwc:georeferenceRemarks XmpText 16 assumed distance
> Xmp.dwc.dctermsLocation/dwc:georeferenceSources XmpText 13 USGS 1:24,000
> Xmp.dwc.dctermsLocation/dwc:georeferenceVerificationStatus XmpText 21 requires verification
> Xmp.dwc.dctermsLocation/dwc:georeferencedBy XmpText 17 Kristina Yamamoto
> Xmp.dwc.dctermsLocation/dwc:higherGeography XmpText 14 South America;
> Xmp.dwc.dctermsLocation/dwc:higherGeographyID XmpText 11 TGN:1002002
> Xmp.dwc.dctermsLocation/dwc:island XmpText 13 Isla Victoria
> Xmp.dwc.dctermsLocation/dwc:islandGroup XmpText 21 Alexander Archipelago
> Xmp.dwc.dctermsLocation/dwc:locality XmpText 5 25 km
> Xmp.dwc.dctermsLocation/dwc:locationAccordingTo XmpText 15 Getty Thesaurus
> Xmp.dwc.dctermsLocation/dwc:locationID XmpText 7 EBT3000
> Xmp.dwc.dctermsLocation/dwc:locationRemarks XmpText 11 under water
> Xmp.dwc.dctermsLocation/dwc:maximumDepthInMeters XmpText 3 100
> Xmp.dwc.dctermsLocation/dwc:maximumDistanceAboveSurfaceInMeters XmpText 9 1.5 meter
> Xmp.dwc.dctermsLocation/dwc:maximumElevationInMeters XmpText 3 200
> Xmp.dwc.dctermsLocation/dwc:minimumDepthInMeters XmpText 4 25.5
> Xmp.dwc.dctermsLocation/dwc:minimumDistanceAboveSurfaceInMeters XmpText 9 1.5 meter
> Xmp.dwc.dctermsLocation/dwc:minimumElevationInMeters XmpText 3 100
> Xmp.dwc.dctermsLocation/dwc:municipality XmpText 10 Holzminden
> Xmp.dwc.dctermsLocation/dwc:pointRadiusSpatialFit XmpText 1 1
> Xmp.dwc.dctermsLocation/dwc:stateProvince XmpText 7 Montana
> Xmp.dwc.dctermsLocation/dwc:verbatimCoordinateSystem XmpText 3 UTM
> Xmp.dwc.dctermsLocation/dwc:verbatimCoordinates XmpText 4 41 5
> Xmp.dwc.dctermsLocation/dwc:verbatimDepth XmpText 9 100-200 m
> Xmp.dwc.dctermsLocation/dwc:verbatimElevation XmpText 9 100-200 m
> Xmp.dwc.dctermsLocation/dwc:verbatimLatitude XmpText 4 41 5
> Xmp.dwc.dctermsLocation/dwc:verbatimLocality XmpText 5 25 km
> Xmp.dwc.dctermsLocation/dwc:verbatimLongitude XmpText 5 121 5
> Xmp.dwc.dctermsLocation/dwc:verbatimSRS XmpText 5 WGS84
> Xmp.dwc.dctermsLocation/dwc:waterBody XmpText 12 Indian Ocean

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Loading…
Cancel
Save