-
Notifications
You must be signed in to change notification settings - Fork 74
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
Feature request: Add a parameter that enables merging multiple instances of the same axiom with different sets of axiom annotations #1099
Comments
Sorry, I don't understand. It would be good to have some concrete examples.
|
Test ontology:
Command:
Output:
It would be somehow better if we could do instead with a nice parameter output:
|
Is this just an artifact of the Manchester syntax renderer? Does it also happen in RDF/XML format? |
I think this is part of the owl api object model, I.E will be reflected by all renderes. I know it does for OBO, OFN and RDF XML. |
Does It's currently undocumented, so I didn't realize it was in the code already: https://github.com/ontodev/robot/blob/master/robot-core/src/main/java/org/obolibrary/robot/RepairOperation.java#L123 |
Unfortunately does not work, for two reasons:
Resulting ontology of the above command, and the test in the third comment of this issue
|
Derived from #1098
When terms are defined in two different inputs, the act of merging may lead to duplicate annotations. It would be nice to have a quick way of removing such duplicates when is clear that the annotation is indeed the same.
EDIT BY @matentzn
The text was updated successfully, but these errors were encountered: