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

From CETAF Identifiers Wiki
Jump to: navigation, search
(Example CSPP-compliant RDF-document)
(Examples of External Resources)
Line 92: Line 92:
 
</rdf:RDF>
 
</rdf:RDF>
 
</syntaxhighlight>
 
</syntaxhighlight>
 
== Examples of External Resources ==
 
 
'''Institute of Botany, Slovak Academy of Sciences, Bratislava'''
 
* Example (''Rhaponticum pusillum'' (Labill.) Boiss.): http://ibot.sav.sk/herbarium/object/SAV0001234
 
* Catalogue: http://ibot.sav.sk/herbarium
 
* Redirect to machine-readable representation: no (no redirection by passing rdf header, but rdf is accessible at http://ibot.sav.sk/herbarium/data/SAV0001234.rdf)
 
 
'''Museum für Naturkunde, Berlin'''
 
* Example: http://coll.mfn-berlin.de/u/ZMB_Orth_BA000061S01
 
* Catalogue: no
 
* Redirect to machine-readable representation: yes
 
 
'''Natural History Museum, London'''
 
* Example (''Struthio camelus camelus'' Linnaeus, 1758): http://data.nhm.ac.uk/object/a9bdc16d-c9ba-4e32-9311-d5250af2b5ac
 
* Catalogue: http://data.nhm.ac.uk/
 
* Redirect to machine-readable representation: yes
 

Revision as of 16:25, 11 November 2019

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>
  <!--This is metadata about this metadata document-->
  <rdf:Description rdf:about="http://herbarium.bgbm.org/data/rdf/B100068798">
    <dc:subject rdf:resource="http://herbarium.bgbm.org/object/B100068798"/>
    <dc:created>2019-11-11T15:41:25+01:00</dc:created>
  </rdf:Description>
  <!--This is 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 Rechinger,K.H.</dc:description>
    <dc:creator>Rechinger,K.H.</dc:creator>
    <dc:created>1967-07-14</dc:created>
    <dc:type>Specimen</dc:type>
    <dc:publisher>BGBM</dc:publisher>
    <dwc:materialSampleID>http://herbarium.bgbm.org/object/B100068798</dwc:materialSampleID>
    <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:country>Afghanistan</dwc:country>
    <dwc:countryCode>AF</dwc:countryCode>
    <dwc:locality>
      Afghanistan: NE- Afghanistan, Kathagan. Sar-i Hauz, in declivibus borealibus jugi Salang. substr. granit. Alt.: 2600 m. 14.07.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:recordNumber>37047</dwc:recordNumber>
    <dwc:recordedBy>Rechinger,K.H.</dwc:recordedBy>
    <dwc:fieldNumber>37047</dwc:fieldNumber>
    <dwciri:recordedBy rdf:resource="http://www.wikidata.org/entity/Q78738"/>
    <dwc:associatedMedia rdf:resource="http://ww2.bgbm.org/herbarium/images/B/10/00/68/79/B_10_0068798.jpg"/>
    <!--This is a link to iiif data-->
    <dc:relation>
      <rdf:Description rdf:about="http://herbarium.bgbm.org/iiif/B100068798">
        <dc:identifier rdf:resource="http://herbarium.bgbm.org/iiif/B100068798"/>
        <dc:type rdf:resource="http://iiif.io/api/presentation/3#Manifest"/>
        <dc:subject rdf:resource="http://herbarium.bgbm.org/object/B100068798"/>
        <dc:format>application/ld+json</dc:format>
        <dc:description xml:lang="en">A IIIF resource for this specimen.</dc:description>
          <dc:created/>
        </rdf:Description>
    </dc:relation>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.wikidata.org/entity/Q78738">
    <owl:sameAs rdf:resource="http://purl.oclc.org/net/edu.harvard.huh/guid/uuid/d5fea488-5786-4106-af90-396ef452c3aa"/>
    <owl:sameAs rdf:resource="https://viaf.org/viaf/100383596/"/>
  </rdf:Description>
</rdf:RDF>