Just to provide my use case,
I presumed if there is a graph like
```turtle
ex:a rdf:type sch:Class1 .
sch:Class1 owl:equivalentClass sch:Class2 .
```
. a query like this should work
```sparql
select ?s where {
?s rdf:type sch:Class2 .
}
```
Thanks!
With regards,
Jason Koh
cseweb.ucsd.edu/~jbko
Hi,
I would like to exploit OWL/RDFS inferences like here:
https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSPARQLReasoningTutorial#Step
6.: SPARQL Inference Queries
1. However, I can't find the "define rules" for owl:equivalentClass as
mentioned here:
http://docs.openlinksw.com/vi