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

option to include equivalent classes with subclass query #5

Closed
balhoff opened this issue Sep 11, 2013 · 3 comments
Closed

option to include equivalent classes with subclass query #5

balhoff opened this issue Sep 11, 2013 · 3 comments

Comments

@balhoff
Copy link
Member

balhoff commented Sep 11, 2013

No description provided.

@balhoff
Copy link
Member Author

balhoff commented Oct 16, 2013

Also, explore using property paths like this:

rdfs:subClassOf --> direct superclasses
rdfs:subClassOf? --> direct superclasses including self
rdfs:subClassOf+ --> all superclasses
rdfs:subClassOf* --> all superclasses including self

@balhoff
Copy link
Member Author

balhoff commented Jul 28, 2014

Instead of handling those property paths as suggested, the current plan is to include all logical superclasses for rdfs:subClassOf. If equivalent classes are also desired the alternative path operator can be used as in:
? rdfs:subClassOf|owl:equivalentClass "expression"

This currently works in the SPARQL query answering mode, but not yet in the query expansion to FILTER mode.

@balhoff
Copy link
Member Author

balhoff commented Sep 8, 2023

Instead of these options, retained current behavior and added availability of sesame:directSubClassOf and sesame:directType in #123.

@balhoff balhoff closed this as completed Sep 8, 2023
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