-
Notifications
You must be signed in to change notification settings - Fork 1
Description
(Following from a short discussion at today's 2020-06-30 video call...)
In TCS1, the TDWG TaxonConcept ontology, and our draft Terms document, the only way to express the relationship between two taxon name usages (or taxon concepts) is via the creation of an instance of the TaxonRelationshipAssertion class. While this reification of the relationship is the only way to attach an accordingTo (at least in a table or in RDF), it is cumbersome (see, e.g., this figure). The accordingTo is also redundant in the case of a dataset representing a taxonomic monograph, where all such assertions are being made by a single author in a single publication. For simpler modelling of TNU relationships, I suggest that some users would value a standardized alternative in which the relationship types were themselves properties of a TNU. For example:
:TNU1 tcs2:is_congruent_to :TNU2 .
:TNU1 tcs2:includes :TNU3 .
These new properties would be added to the properties section of the TCS2 Terms document.