84 lines
3.9 KiB
HTML
84 lines
3.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
|
|
<link rel="stylesheet" type="text/css" href="sdd1.css">
|
|
</head>
|
|
<body bgcolor="#ffffff">
|
|
<a name="PageTop"></a>
|
|
<p />
|
|
<h2><a name="SDD_Part_0_Introduction_and_Prim"></a> SDD Part 0: Introduction and Primer to the SDD Standard </h2>
|
|
<p />
|
|
<h3><a name="3_5_Defining_specimen_names"></a> 3.5 Defining specimen names </h3>
|
|
<p />
|
|
<h4><a name="3_5_1_Defining_specimen_names"></a> 3.5.1 Defining specimen names </h4>
|
|
<p />
|
|
Sample data descriptions usually comprise repeated measurements of parts of individual specimens, and are the basis from which the more abstracted descriptions in natural language and coded descriptions are derived. Few taxonomists consistently record and archive their raw data in a standardised format and specimen naming conventions will vary between institutions and workers.
|
|
<p />
|
|
Specimen names in SDD may be provided directly within the document, or they may be linked to or derived from external taxonomic databases. Each specimen is assigned a human readable name.
|
|
<p />
|
|
<img alt="specimennames.gif" src="http://wiki.tdwg.org/twiki/static/_publish/specimennames.gif" />
|
|
<p />
|
|
Adding specimen names to an SDD instance document simply requires a unique identifier for each specimen as below:
|
|
<p />
|
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
|
<tr>
|
|
<td>
|
|
<pre>
|
|
|
|
<Specimens>
|
|
<Specimen id="sp1">
|
|
<Representation>
|
|
<Label>TJM45337</Label>
|
|
</Representation>
|
|
</Specimen>
|
|
<Specimen id="sp2">
|
|
<Representation>
|
|
<Label>TLM33466</Label>
|
|
</Representation>
|
|
</Specimen>
|
|
</Specimens>
|
|
</pre>
|
|
</td>
|
|
</tr>
|
|
<p />
|
|
</table>
|
|
<p />
|
|
<p />
|
|
Specimen names are required for the recording of <a href="codedsampledescription.html">sample data</a> in SDD instance documents.
|
|
<p />
|
|
The unique identifier for eact specimen is recoeded in the <Representation> element.
|
|
<p />
|
|
Other information which may be recorded within the <SpecimenName> element include elements recording a taxonomic name for the specimen, an indication of the certainty applied to this taxonomic name and whether the specimen is preserved in a collection.
|
|
<p />
|
|
<img alt="specimen_elements.gif" src="http://wiki.tdwg.org/twiki/static/_publish/specimen_elements.gif" />
|
|
<p />
|
|
<p />
|
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
|
<tr>
|
|
<td>
|
|
<pre>
|
|
<Specimen id="sp1">
|
|
<Representation>
|
|
<Label>TJM45337</Label>
|
|
</Representation>
|
|
<TaxonName ref="t1"/>
|
|
<IdentificationCertainty>IdentificationUncertain</IdentificationCertainty>
|
|
<IsPreservedInCollection>true</IsPreservedInCollection>
|
|
</Specimen>
|
|
</pre>
|
|
</td>
|
|
</tr>
|
|
<p />
|
|
</table>
|
|
<p />
|
|
<TaxonName> refers to a TaxonName specified in the <TaxonName> element (See the topic <a href="taxonnames.html">Defining taxon names</a> for more detail).
|
|
<p />
|
|
There are currently four allowable modifiers for the element <IdentificationCertainty>; IdentificationCertain, IdentificationCertaintyUnknown, IdentificationSimilarTo and IdentificationUncertain.
|
|
<p />
|
|
For the element <IsPreservedInCollection> true means the specimen is preserved in a collection, false means it is not.
|
|
<p />
|
|
-- DonovanSharp - 07 Jul 2006
|
|
<p />
|
|
<p />
|
|
</body></html> |