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

Instance or subclass of #13

Open
vostrnad opened this issue Jul 22, 2024 · 0 comments · May be fixed by #14
Open

Instance or subclass of #13

vostrnad opened this issue Jul 22, 2024 · 0 comments · May be fixed by #14

Comments

@vostrnad
Copy link

vostrnad commented Jul 22, 2024

The graph builder is tremendously useful for traversing the subclasses of a class, however it's not possible to traverse the superclasses of an entity that's an instance, as the first level uses "instance of" instead of "subclass of". Same goes for the reverse direction where it's only possible to find direct instances of a class, but not instances of subclasses.

This could be solved e.g. by adding a special traversal property "instance or subclass of" that would provide this functionality.

@vostrnad vostrnad linked a pull request Jul 23, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant