My understanding is samplingType andobservationType were included in the TERN ontology to allow a kind of soft-typing mechanism, using more specific types from a vocabulary rather than adding new SubClasses to the TERN ontology.
There popular and increasing use of sdo:additionalType from schema.org that does the same thing, it is becoming the de-facto standard way of soft-typing across many data models.
The predicates samplingType and observationType in TERN ontology are not widely used, I don't know of any real world published datasets that use them. Most simply use/(abuse?) usedProcedure to classify different kinds of Samplings and Observations.
I propose to remove samplingType and observationType from TERN ontology and replace them with sdo:additionalType.
Aside, this would be a good opportunity to remove dcterms:type profiling from the TERN ontology if it was an implementation detail and wasn't supposed to be in the published ontology.
My understanding is
samplingTypeandobservationTypewere included in the TERN ontology to allow a kind of soft-typing mechanism, using more specific types from a vocabulary rather than adding new SubClasses to the TERN ontology.There popular and increasing use of
sdo:additionalTypefrom schema.org that does the same thing, it is becoming the de-facto standard way of soft-typing across many data models.The predicates
samplingTypeandobservationTypein TERN ontology are not widely used, I don't know of any real world published datasets that use them. Most simply use/(abuse?)usedProcedureto classify different kinds of Samplings and Observations.I propose to remove
samplingTypeandobservationTypefrom TERN ontology and replace them withsdo:additionalType.Aside, this would be a good opportunity to remove
dcterms:typeprofiling from the TERN ontology if it was an implementation detail and wasn't supposed to be in the published ontology.