-
Notifications
You must be signed in to change notification settings - Fork 315
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
Annotations on DifferentIndividualsAxioms lost #816
Comments
Nasty one. Bug in rendering, bug in parsing, and the bug depends on how many individuals are in the axiom. Also, similar bug exists on OWLSameIndividuals. |
Bugs uncovered in RDF/XML and Manchester Syntax, for Different and Same individuals. Miraculously, part of the fix was deleting code. Nasty ones, 'm surprised we haven't met these before. |
Errors and missing rendering/parsing for annotations on three-argument different/same individuals. Missng roundtrip tests.
Errors and missing rendering/parsing for annotations on three-argument different/same individuals. Missng roundtrip tests.
Errors and missing rendering/parsing for annotations on three-argument different/same individuals. Missng roundtrip tests.
Errors and missing rendering/parsing for annotations on three-argument different/same individuals. Missng roundtrip tests.
Small test case below. Produced with 4.5.8. The axiom annotation is not saved in RDF/XML. Note, that it is saved in OWL/XML (I first thought that this was a Protege problem). Haven't tested with 5.x or later.
The text was updated successfully, but these errors were encountered: