176 lines
5.0 KiB
Plaintext
176 lines
5.0 KiB
Plaintext
|
head 1.5;
|
||
|
access ;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @@;
|
||
|
|
||
|
1.5
|
||
|
date 2006.08.30.01.06.55; author DonovanSharp; state Exp;
|
||
|
branches;
|
||
|
next 1.4;
|
||
|
1.4
|
||
|
date 2006.07.25.02.32.06; author DonovanSharp; state Exp;
|
||
|
branches;
|
||
|
next 1.3;
|
||
|
1.3
|
||
|
date 2006.07.08.04.06.22; author DonovanSharp; state Exp;
|
||
|
branches;
|
||
|
next 1.2;
|
||
|
1.2
|
||
|
date 2006.07.08.02.24.06; author DonovanSharp; state Exp;
|
||
|
branches;
|
||
|
next 1.1;
|
||
|
1.1
|
||
|
date 2006.07.07.07.14.14; author DonovanSharp; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@@
|
||
|
|
||
|
|
||
|
1.5
|
||
|
log
|
||
|
@@
|
||
|
text
|
||
|
@%META:TOPICINFO{author="DonovanSharp" date="1156900015" format="1.1" version="1.5"}%
|
||
|
%META:TOPICPARENT{name="SddContents"}%
|
||
|
---++SDD Part 0: Introduction and Primer to the SDD Standard
|
||
|
|
||
|
---+++3.5 Defining specimen names
|
||
|
|
||
|
---++++3.5.1 Defining specimen names
|
||
|
|
||
|
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.
|
||
|
|
||
|
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.
|
||
|
|
||
|
%ATTACHURL%/specimennames.gif
|
||
|
|
||
|
Adding specimen names to an SDD instance document simply requires a unique identifier for each specimen as below:
|
||
|
|
||
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<verbatim>
|
||
|
|
||
|
<Specimens>
|
||
|
<Specimen id="sp1">
|
||
|
<Representation>
|
||
|
<Label>TJM45337</Label>
|
||
|
</Representation>
|
||
|
</Specimen>
|
||
|
<Specimen id="sp2">
|
||
|
<Representation>
|
||
|
<Label>TLM33466</Label>
|
||
|
</Representation>
|
||
|
</Specimen>
|
||
|
</Specimens>
|
||
|
</verbatim>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
|
||
|
Specimen names are required for the recording of [[CodedSampleDescription][sample data]] in SDD instance documents.
|
||
|
|
||
|
The unique identifier for eact specimen is recoeded in the <Representation> element.
|
||
|
|
||
|
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.
|
||
|
|
||
|
%ATTACHURL%/specimen_elements.gif
|
||
|
|
||
|
|
||
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<verbatim>
|
||
|
<Specimen id="sp1">
|
||
|
<Representation>
|
||
|
<Label>TJM45337</Label>
|
||
|
</Representation>
|
||
|
<TaxonName ref="t1"/>
|
||
|
<IdentificationCertainty>IdentificationUncertain</IdentificationCertainty>
|
||
|
<IsPreservedInCollection>true</IsPreservedInCollection>
|
||
|
</Specimen>
|
||
|
</verbatim>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
<TaxonName> refers to a <noautolink>TaxonName</noautolink> specified in the <TaxonName> element (See the topic [[TaxonNames][Defining taxon names]] for more detail).
|
||
|
|
||
|
There are currently four allowable modifiers for the element <IdentificationCertainty>; <noautolink>IdentificationCertain</noautolink>, <noautolink>IdentificationCertaintyUnknown</noautolink>, <noautolink>IdentificationSimilarTo</noautolink> and <noautolink>IdentificationUncertain</noautolink>.
|
||
|
|
||
|
For the element <IsPreservedInCollection> true means the specimen is preserved in a collection, false means it is not.
|
||
|
|
||
|
-- Main.DonovanSharp - 07 Jul 2006
|
||
|
|
||
|
%META:FILEATTACHMENT{name="specimen_elements.gif" attr="" autoattached="1" comment="" date="1152330579" path="specimen_elements.gif" size="3424" user="Main.DonovanSharp" version="1"}%
|
||
|
%META:FILEATTACHMENT{name="specimennames.gif" attr="" autoattached="1" comment="" date="1152256132" path="specimennames.gif" size="6348" user="Main.DonovanSharp" version="1"}%
|
||
|
@
|
||
|
|
||
|
|
||
|
1.4
|
||
|
log
|
||
|
@@
|
||
|
text
|
||
|
@d1 1
|
||
|
a1 1
|
||
|
%META:TOPICINFO{author="DonovanSharp" date="1153794726" format="1.1" reprev="1.4" version="1.4"}%
|
||
|
d5 1
|
||
|
a5 1
|
||
|
---+++3.4 Defining specimen names
|
||
|
d7 1
|
||
|
a7 1
|
||
|
---++++3.4.1 Defining specimen names
|
||
|
@
|
||
|
|
||
|
|
||
|
1.3
|
||
|
log
|
||
|
@@
|
||
|
text
|
||
|
@d1 1
|
||
|
a1 1
|
||
|
%META:TOPICINFO{author="DonovanSharp" date="1152331582" format="1.1" reprev="1.3" version="1.3"}%
|
||
|
d68 1
|
||
|
a68 1
|
||
|
<TaxonName> refers to a TaxonName specified in the <TaxonName> element (See the topic Defining [[TaxonNames][taxon names]] for more detail).
|
||
|
d70 1
|
||
|
a70 1
|
||
|
There are currently four allowable modifiers for the element <IdentificationCertainty>; IdentificationCertain, IdentificationCertaintyUnknown, IdentificationSimilarTo and IdentificationUncertain.
|
||
|
@
|
||
|
|
||
|
|
||
|
1.2
|
||
|
log
|
||
|
@@
|
||
|
text
|
||
|
@d1 1
|
||
|
a1 1
|
||
|
%META:TOPICINFO{author="DonovanSharp" date="1152325446" format="1.1" version="1.2"}%
|
||
|
d15 1
|
||
|
d17 57
|
||
|
d76 2
|
||
|
a77 1
|
||
|
%META:FILEATTACHMENT{name="specimennames.gif" attachment="specimennames.gif" attr="" comment="" date="1152256132" path="specimennames.gif" size="6348" stream="specimennames.gif" user="Main.DonovanSharp" version="1"}%
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@@
|
||
|
text
|
||
|
@d1 1
|
||
|
a1 1
|
||
|
%META:TOPICINFO{author="DonovanSharp" date="1152256454" format="1.1" reprev="1.1" version="1.1"}%
|
||
|
d9 1
|
||
|
a9 1
|
||
|
|
||
|
@
|
||
|
|