Skip to content
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

Querying with complex class expressions #10

Closed
GoogleCodeExporter opened this issue Oct 16, 2015 · 4 comments
Closed

Querying with complex class expressions #10

GoogleCodeExporter opened this issue Oct 16, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Right now ELK does not well support retrieving all instances of classes which 
are not named (atomic) classes. A common workaround is to introduce a fresh 
class name, make it equivalent to the class expression, and query for its 
instances.

However, this isn't ideal since it leads to a technically non-equivalent 
ontology.

A way to improve it is to hide all these steps from the user and avoid 
re-classification via incremental reasoning (issue 9). The ontology should 
remain intact after the querying is done, i.e., it should not contain new class 
names or axioms.



Original issue reported on code.google.com by [email protected] on 8 Aug 2012 at 10:56

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 8 Aug 2012 at 10:57

@GoogleCodeExporter
Copy link
Author

Issue 17 has been merged into this issue.

Original comment by [email protected] on 3 Jun 2013 at 10:40

@GoogleCodeExporter
Copy link
Author

Pushed to 0.5

Original comment by [email protected] on 5 Jun 2013 at 10:26

  • Added labels: 0.5
  • Removed labels: 0.4

@GoogleCodeExporter
Copy link
Author

Fixed in v. 0.4.0 using incremental reasoning

Original comment by [email protected] on 19 Jul 2013 at 2:37

  • Changed state: Fixed
  • Added labels: 0.4
  • Removed labels: 0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant