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

Type inference issue in tab Individual by class #582

Closed
wismill opened this issue Nov 9, 2016 · 3 comments
Closed

Type inference issue in tab Individual by class #582

wismill opened this issue Nov 9, 2016 · 3 comments

Comments

@wismill
Copy link

wismill commented Nov 9, 2016

In the tab Individual by class, it seems there is a problem with the type inference.
In the following example, :a and :b won't appear in when I select the class :A but the class is correctly inferred in tabs Entities and Classes.

:A  a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:oneOf (:a :b)
    ] .

Configuration:

  • Windows 10 64 bit
  • Java 1.8.112
  • Protégé 5.1 build from source, commit 0ea5504
  • Reasoner: Pellet 2.2
@matthewhorridge
Copy link
Contributor

This tab doesn't show inferred individuals by type by default. You can add the view that does show this information to this tab though. Use the "Windows" -> "Views" -> "Individual views" -> "Instances (inferred)" to show this information.

@wismill
Copy link
Author

wismill commented Nov 10, 2016

Thanks Matthew, I did not know this option. So it adds a view i.e. a tab. Couldn't be there by default?

@matthewhorridge
Copy link
Contributor

Couldn't be there by default?

Yes, I'll file an issue for this. Thanks for the suggestion.

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

No branches or pull requests

2 participants