buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

deprecation pattern #90

Closed eroux closed 5 years ago

eroux commented 5 years ago

I think it would be helpful to have the deprecated in favor of be a property instead of a free text in the owl:deprecated property... I'm not sure how it would be best, but maybe:

bdo:creatorPandita
    owl:deprecated true ;
    adm:deprecatedInFavorOf bdo:creatorIndicScholar .

would be a good start? We can also imagine a deprecation note, date, log entry, etc. but these could be annotations we could add later. We could also use this pattern for general resources (not just properties).

xristy commented 5 years ago

addressed in commit f5eeeca