Metadata Application Profile
flattenedFauna Metadata Application Profile
The fF Repository combines elements from three metadata schemes: Dublin Core, Darwin Core, and DataCite. This chart describes the metadata elements used by the flattenedFauna repository. They are grouped into categories by applicator: 1. Depositors are responsible for providing certain required and optional elements when contributing data; 2. Curators will assign additional elements based on record-level metadata collected at submission and are also responsible for mapping variable-level metadata to repository schema, and; 3. Some elements are populated automatically by the system.
Element
Namespace
Status
Encoding
Rules
Example
datasetName
Mandatory
String (alpha-numeric)
<dwc:datasetName>evergladesPythonRoadkill_20081608-20081609.csv</dwc:datasetName>
creator
Mandatory
String
Full name of institution or person. Person name format: Family Name, Given Name
<dc:creator></dc:creator>
nameIdentifier
Mandatory
String
Identifier for creator. Must specifiy nameIdentifierScheme and SchemeURI
<dci:nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">802398439</nameIdentifier>
rightsHolder
Mandatory
String
Full name of institution or person. Person name format: Family Name, Given Name
<dc:rightsHolder>Totenberg, Nina</dc:rightsHolder>
coverageSpatial
Mandatory
String
State or Province required; other detail as needed
<dc:coverageSpatial></dc:coverageSpatial>
coverageTemporal
Mandatory
String
A year or range of years at the least
<dc:coverageTemporal></dc:coverageTemporal>
description
Mandatory
String
Abstract
<dc:description>Roadkill observations of pythons collected by trained volunteers...</dc:description>
license
Mandatory
String
Controlled Vocabulary
<dc:license>https://creativecommons.org/licenses/by/4.0/</dc:license>
samplingProtocol
Mandatory
String
Controlled Vocabulalry
<dwc:samplingProtocol>Volunteers were trained in python identification and drove a regular 60 Km route once a week recording any roadkilled pythons</dwc:samplingProtocol>
tags
Optional
String
Values entered seperated by commas
<dc:subject>Snake</dc:subject>
funderName
Optional
String
Full name of funder
<dci:fundingReference><dci:funderName>Roadkill Research Advocacy International</dci:funderName></dci:fundingReference>
Element
Namespace
Status
Encoding
Rules
Example
institutionID
Mandatory
string (URI)
<dwc:institutionID></dwc:institutionID>
individualCount
Optional
Integer
<dwc:individualCount></dwc:individualCount>
establishmentMeans
Optional
<dwc:establishmentMeans></dwc:establishmentMeans>
scientificName
Mandatory
String
<dwc:organism></dwc:organism>
vernacularName
Mandatory
String
<dwc:vernacularName></dwc:vernacularName>
organismRemarks
Optional
String
<dwc:organisimRemarks>Had recently eaten a hotdog</dwc:organisimRemarks>
eventRemarks
Optional
String
<dwc:eventRemarks></dwc:eventRemarks>
locationRemarks
Optional
String
<dwc:locationRemarks></dwc:locationRemarks>
decimalLatitude
Mandatory
Double
<dwc:decimalLatitude></dwc:decimalLatitude>
decimalLongitude
Mandatory
Double
<dwc:decimalLongitude></dwc:decimalLongitude>
Element
Namespace
Staus
Encoding
Rules
Example
Identifier
Mandatory
String (URI)
<dci:identifier identifiertype="DOI">10.9999</dci:identifier>
AlternateIdentifier
Mandatory
String
<dci:alternateidentifier alternateidentifiertype=Local accession number">123456</dci:alternateidentifier>
Last updated
Was this helpful?