edmcouncil / fibo

The Financial Industry Business Ontology (FIBO) defines the sets of things that are of interest in financial business applications and the ways that those things can relate to one another. In this way, FIBO can give meaning to any data (e.g., spreadsheets, relational databases, XML documents) that describe the business of finance.
https://spec.edmcouncil.org/fibo/
MIT License
307 stars 66 forks source link

Update equivalent property name from hasRole to hasObjectRole (WIP) #2016

Closed aamedina closed 1 month ago

aamedina commented 1 month ago

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:

ElisaKendall commented 1 month ago

@aamedina Hi Adrian, Good catch but not the right fix :). I've addressed it in a parallel pull request, which hopefully works for you.