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

Using SyncReasoner to create an hierarchy #125

Open
alkidbaci opened this issue Jan 2, 2025 · 0 comments
Open

Using SyncReasoner to create an hierarchy #125

alkidbaci opened this issue Jan 2, 2025 · 0 comments

Comments

@alkidbaci
Copy link
Collaborator

Simplified problem:

Creating a ClassHierarchy, ObjectPropertyHierarchy or DatatypePropertyHierarchy using SyncReasoner will raise an error with the bottom entities (owl:Nothing, owl:bottomObjectProperty, owl:bottomDataProperty). The issue is related with the base class AbstractHierarchy, specifically the _init method. The problem happens because owlapi does not consider the bottom entities as entities in the signature but considers them as subentities. The setup fails when setting up transitive relations for bottom entities after trying to index them in the set of entities in signature.

Refer to issue 507 in Ontolearn for more details about the error.

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

1 participant