Difference between revisions of "CETAF Specimen Preview Profile (CSPP)"

From CETAF Identifiers Wiki
Jump to: navigation, search
(CSPP Elements)
(Example CSPP-compliant RDF-document)
Line 67: Line 67:
 
::<dwc:decimalLatitude>35.366664886475</dwc:decimalLatitude>
 
::<dwc:decimalLatitude>35.366664886475</dwc:decimalLatitude>
 
::<dwc:eventDate>1967-07-14</dwc:eventDate>
 
::<dwc:eventDate>1967-07-14</dwc:eventDate>
::<dwc:recordNumber>37047</dwc:recordNumber>
+
::<dwc:fieldNumber>37047</dwc:recordNumber>
 
::<dwc:recordedBy>K. H. Rechinger</dwc:recordedBy>
 
::<dwc:recordedBy>K. H. Rechinger</dwc:recordedBy>
 
::<dwc:associatedMedia>http://ww2.bgbm.org/herbarium/images/B/10/00/68/79/B_10_0068798.jpg</dwc:associatedMedia>
 
::<dwc:associatedMedia>http://ww2.bgbm.org/herbarium/images/B/10/00/68/79/B_10_0068798.jpg</dwc:associatedMedia>
 
:</rdf:Description>
 
:</rdf:Description>
 
</rdf:RDF>
 
</rdf:RDF>

Revision as of 12:35, 11 February 2016

CETAF Specimen Preview Profile (CSPP)

The CSPP is a minimal set of agreed (RDF) collection metadata elements implemented consistently accross CETAF organisations (see minutes of the Geneva meeting of the ISTC identifier stable identifier initiative at http://cetafidentifiers.biowikifarm.net/wiki/Geneva_meeting). The purpose of CSPP is to provide a stable resource enabling preview functions in specimen portals. The CSPP is not meant to be comprehensive, which means that Linked Open (collection) Data implementations of CETAF instutions will usually provide much richer metadata with additional RDF-elements.

CSPP Elements

CSPP element Mandatory RDF resource URI Notes
title yes http://purl.org/dc/terms/title Mandatory. Collection may decide themselves on the content of the title element. This could usually be a scientific name (with or without authorship), but it could also contain additional information on collectors and projects for example.
kindOfMaterial no http://purl.org/dc/terms/type The nature of the specimen. Example: herbarium sheet, fossil, conserved in alcohol
scientificNameCurrent no http://rs.tdwg.org/dwc/terms/scientificName The latest full scientific name, with authorship and date information if known.
family no http://rs.tdwg.org/dwc/terms/family The full scientific name of the family in which the taxon is classified.
scientifcNameOriginal no http://rs.tdwg.org/dwc/terms/previousIdentifications The original name appearing on the specimen.
collectorNumber no http://rs.tdwg.org/dwc/terms/fieldNumber An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.
collectorName no http://rs.tdwg.org/dwc/terms/recordedBy A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.
webscaledImageLink no http://rs.tdwg.org/dwc/terms/associatedMedia Link to "nice" webscaled image.
latitude no http://rs.tdwg.org/dwc/terms/decimalLatitude The geographic latitude (WGS84, in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
longitude no http://rs.tdwg.org/dwc/terms/decimalLongitude The geographic longitude (WGS84, in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.
isoCountry no http://rs.tdwg.org/dwc/terms/countryCode The standard (ISO 3166-1 alpha-2) code for the country in which the specimen has been collected. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.
collectionDate no http://purl.org/dc/terms/created (Iso) date of the gathering event.
sourceLink no http://purl.org/dc/terms/publisher URI to a web page with information about the institution/collection/owner responsible for publishing the specimen.

Example CSPP-compliant RDF-document

<rdf:RDF>

<!-- Metadata about this metadata document -->
<rdf:Description rdf:about="http://herbarium.bgbm.org/data/rdf/B100068798">
<dc:creator>Simple PHP RDF Script implemented by Felix Hilgerdenaar (BGBM)</dc:creator>
<dc:created>2016-01-08T09:32:46+01:00</dc:created>
</rdf:Description>
<!-- Metadata about this specimen -->
<rdf:Description rdf:about="http://herbarium.bgbm.org/object/B100068798">
<dc:title>Erysimum salangense Polatschek & Rech.f.</dc:title>
<dc:description>A herbarium specimen of Erysimum salangense Polatschek & Rech.f. collected by K. H. Rechinger</dc:description>
<dc:creator>K. H. Rechinger</dc:creator>
<dc:created>1967-07-14</dc:created>
<dc:type>Specimen</dc:type>
<dc:publisher>BGBM</dc:publisher>
<dwc:SampleID>http://herbarium.bgbm.org/object/B100068798</dwc:SampleID>
<dc:modified>Nov 26 2015 11:48:21:167AM</dc:modified>
<dwc:basisOfRecord>Specimen</dwc:basisOfRecord>
<dwc:CollectionCode>B</dwc:CollectionCode>
<dwc:CatalogNumber>B 10 0068798</dwc:CatalogNumber>
<dwc:scientificName>Erysimum salangense Polatschek & Rech.f.</dwc:scientificName>
<dwc:previousIdentifications>Erysimum salangense Polatschek & Rech.f.</dwc:previousIdentifications>
<dwc:family>CRUCIFERAE</dwc:family>
<dwc:genus>Erysimum</dwc:genus>
<dwc:specificEpithet>salangense</dwc:specificEpithet>
<dwc:higherGeography>Afghanistan</dwc:higherGeography>
<dwc:countryCode>Afghanistan</dwc:countryCode>
<dwc:Locality>Afghanistan: NE- Afghanistan, Kathagan. Sar-i Hauz, in declivibus borealibus jugi Salang. substr. granit. Alt.: 2600 m. 14.VII.1967, Leg.: K. H. Rechinger 37047.</dwc:Locality>
<dwc:decimalLongitude>69.033332824707</dwc:decimalLongitude>
<dwc:decimalLatitude>35.366664886475</dwc:decimalLatitude>
<dwc:eventDate>1967-07-14</dwc:eventDate>
<dwc:fieldNumber>37047</dwc:recordNumber>
<dwc:recordedBy>K. H. Rechinger</dwc:recordedBy>
<dwc:associatedMedia>http://ww2.bgbm.org/herbarium/images/B/10/00/68/79/B_10_0068798.jpg</dwc:associatedMedia>
</rdf:Description>

</rdf:RDF>