Re: How does 'is_a' work with the search() method?

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/How-does-is-a-work-with-the-search-method-tp2421p2430.html

Hi,

I apologize, these is also a bug in the (new) SPARQL engine; I fixed the bug last week in the development version and I tested with that version.

onto.search(is_a = ...) is the union of rdf:type and rdfs:subClassOf. It also goes through descendants, as you guessed.

Jiba