Open edmondchuc opened 3 years ago
Note that sosa:Sample
includes non-material samples.
So if you need to limit it to material samples, then you need a sub-class, such as tern:Sample
.
What common properties of a tern:Sample
are different to a sosa:Sample
?
This is what we currently have in feature/material-sample
.
So I wonder if they should just be collapsed together?
Do you mean to collapse tern:Sample
and tern:MaterialSample
together? I was thinking to keep it separate so that we can represent both material and non-material samples.
Yes, because you had said above that tern:Sample
was physical samples. But
(a) if there is a TERN need for non-material-samples (b) the TERN class has additional attributes or constraints,
then the three step hierarchy is OK.
The three-step hierarchy will remain for now. As discussed in the previous week (about transects and subplots), we do have a need to represent non-material samples. See https://github.com/ternaustralia/ontology_tern/pull/23 for a diagram example.
This has been merged into develop
by https://github.com/ternaustralia/ontology_tern/pull/21.
Notes from today's meeting:
Small ontology to capture Identification and Taxon information and relate it back to MaterialSample was started a year ago in tern-sd
. tern-sd
basically reuses what is defined in Darwin Core Terms already and adds in a few relationships and properties to the classes of interest.
In the field, a plant voucher is collected from a plant individual (e.g. a tree). This plant voucher (material-sample/specimen) is a sub-sample of the tree. The field species name (observation) is made on the tree. This same name is also associated with the plant voucher. The plant voucher is sent to the local state/territory herbarium for name identification. The identified name is is then matched to a national authoritative source, for plants it is the APNI.
E.g. if the identified name is "Acacia Mill", then the name is matched to the APNI resource https://id.biodiversity.org.au/459697. Dumps of the APNI data can be found at https://biodiversity.org.au/nsl/services/export/index.
tern-sd
defines a FieldTaxonName
which is a result of an observation. It has a relationship to a StateIdentification
(identification made by state/territory herbariuam) which has relationships to a StateTaxon
and a NationalTaxon
. The StateTaxon
is the information determined by the local herbarium and the NationalTaxon
is the name matched from the StateTaxon
to whatever the national authoritative source is. In the case of vascular plants, the authoritative source is APNI. The StateIdentification
does have a relationship to the MaterialSample via tern-sd:identifiedSample
.
Next week I will provide some example data in the form of diagrams once I've reviewed it a bit further.
Conclusion from today's meeting:
taxon identification
can be used for all scenariosRelated links:
This needs to be documented preferably in the cookbook.
For
tern:Sample
, we should stick to the same definition assosa:Sample
. Currently,tern:Sample
is the class that represents all physical samples. Create a specialised classtern:MaterialSample
to represent physical samples. See Darwin Core Terms MaterialSample.Depending on the Surveillance protocol, other specialised classes of
tern:Sample
may be required (if they have specific properties). E.g.tern:AnimalSample
?