-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate the part_of property and consolidate its usages on belongs_to #21
Comments
Thanks Jim. If I understand correctly, then the change in #20 only rewrites axioms using This would, however, not yet resolve the name conflict with RO, right? I.e., accomplishing that is part of the downstream plan of action, not of the changeset in #20, correct? I suppose the deprecation, which is included in #20, is the second step, with the third step being removal? |
I wasn't clear about that part: per standard OBO deprecation procedure, I changed the rdfs:label for |
This issue is motivated by achieving conformance with the OBO dashboard. In the near future, lack of conformance with the dashboard checks will impact an ontology's listing on the OBO homepage.
One of the failures is usage of an object property (part_of) with the same label as one found in RO. OBO ontologies should reuse RO properties whenever possible. In this case, CDAO actually contains another property stated to be equivalent to
part_of
: belongs_to. This situation isn't really encouraged either.So I propose that we deprecate part_of, and rewrite any axioms using that property to instead use belongs_to. This should all be logically equivalent. Down the road we can remove the equivalence statement. This plan of action resolves the name conflict with RO, and simplifies the equivalent property situation. Farther down the road we could choose to adopt appropriate RO properties directly.
The text was updated successfully, but these errors were encountered: