ESIPFed / sweet

Official repository for Semantic Web for Earth and Environmental Terminology (SWEET) Ontologies
Other
120 stars 34 forks source link

deprecated class cleanup #264

Closed brandonnodnarb closed 1 year ago

brandonnodnarb commented 2 years ago

While performing the sanity checks for the 3.5 release, ROBOT was throwing warnings about deprecated classes still being in hierarchies (paraphrasing).

As such, all deprecated classes should be removed from any hierarchies; only a subclass of owl:thing.
Should they also be detached from any non-annotation properties?

And as a followup --- Given the modular nature of SWEET, should there be a deprecated.ttl file (or similar) specifically to house deprecated classes?

related to #192