You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ELK 0.6.0, if you submit a DL query using an anonymous class expression, 'direct' subclasses (direct=true) are not included when 'all' subclasses (direct=false) are requested.
To reproduce:
Load http://purl.obolibrary.org/obo/cl/releases/2024-05-15/cl.owl into Protege 5.6.4
I also reproduced this in code using, e.g., reasoner.getSubClasses(expression, false)
The same issue seems to apply to getSuperClasses.
The text was updated successfully, but these errors were encountered:
balhoff
changed the title
incorrect results with DL queries using anonymous class expressions
'direct' subclasses are not included when 'all' subclasses are requested for anonymous class expressions
Jun 22, 2024
Using ELK 0.6.0, if you submit a DL query using an anonymous class expression, 'direct' subclasses (
direct=true
) are not included when 'all' subclasses (direct=false
) are requested.To reproduce:
http://purl.obolibrary.org/obo/cl/releases/2024-05-15/cl.owl
into Protege 5.6.4I also reproduced this in code using, e.g.,
reasoner.getSubClasses(expression, false)
The same issue seems to apply to
getSuperClasses
.The text was updated successfully, but these errors were encountered: