You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdfs:subClassOf --> direct superclasses
rdfs:subClassOf? --> direct superclasses including self
rdfs:subClassOf+ --> all superclasses
rdfs:subClassOf* --> all superclasses including self
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.
No description provided.
The text was updated successfully, but these errors were encountered: