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

OWL Class detection #8

Open
idafensp opened this issue Sep 18, 2014 · 2 comments
Open

OWL Class detection #8

idafensp opened this issue Sep 18, 2014 · 2 comments
Labels

Comments

@idafensp
Copy link
Owner

When working with ontologies it fails to guess what is a Class and identifies them as individuals.

e.g. http://casas.wsu.edu/owl/cose.owl#PlanSpecificationMicrotheory

@idafensp idafensp added the bug label Sep 18, 2014
@idafensp
Copy link
Owner Author

Here we use red diamonds for classes and blue eggs for individuals. We see how PlanSpecificationMicrotheory (a class on the original ontology) is treated as an individual.
test

@idafensp
Copy link
Owner Author

ExtendedIterator it = model.listClasses(); is returning empty list, so we are not properly detecting the classes.

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

No branches or pull requests

1 participant