Rename cz.cvut.kbss.ontodriver.model.MultilingualString
to distingush it better from cz.cvut.kbss.jopa.model.MultilingualString
#288
Milestone
Currently, there exist two classes of
MultilingualString
- one in the ontodriver package and one within JOPA. The one in JOPA is more tailored towards the actual application use cases, while the ontodriver one mainly allows for support ofMultilingualString
s in referenced lists.As a user, this can be confusing. When I want to use a MultilingualString, I suddently have to options. One possibility would be to rename the
MultilingualString
within the ontodriver package toBaseMultilingualString
,CoreMultilingualString
or evenReferencedListMultilingualString
to really drill down on that Use-Case.It might also make sense for the
MultilingualString
within the jopa package to inherit from the one within the ontodriver.The text was updated successfully, but these errors were encountered: