fibo
fibo copied to clipboard
Update equivalent property name from hasRole to hasObjectRole (WIP)
Description
https://github.com/edmcouncil/fibo/blob/fc3e59cb178e3ba23aa98e74cf6dd9d5e3c39916/FND/Parties/Parties.rdf#L260
When this property was deprecated for the cmns-pts ontology the owl:equivalentProperty asserted was cmns-pts:hasRole, which could not be found in the ontology. The closest match I think is cmns-pts:hasObjectRole.
Fixes: #2015
Checklist:
- [x] I'm familiar with the FIBO developer quide. My contribution meets all the requirements described there.
- [x] My contribution follows the principles of best practices for FIBO.
- [x] My changes have been reconciled with latest master and no merge conflicts remain.
- [x] This PR is related to exactly one issue. The issue is referenced by using a GitHub keyword such as "fixes", "closes", or "resolves".
- [x] Hygiene tests have been applied by a PR with "(WIP)" in title.
- [x] The issue has been tested locally using a reasoner (for ontology changes).