AW: How to get complete info on all subclass assertions for a given class?

2017-02-24 Thread Jos Lehmann
Hi Lorenz As I am working with a fairly predictable ontology, I did not need full recursion and managed to get my result with adapted and nested calls to: model.listStatements(thisProperty.getObject(), null, (RDFNode) null); Thanks for the help, Jos -Ursprüngliche Nachricht- Von:

Re: How to get complete info on all subclass assertions for a given class?

2017-02-23 Thread Lorenz B.
Jena is primarily an RDF library, thus, it's working on the concept of nodes and triples. The RDF-based notation of OWL axioms and also OWL class expressions can be found here [1] . You can see that n triples encode on OWL construct, thus, blank nodes are used as you already discovered. For

How to get complete info on all subclass assertions for a given class?

2017-02-22 Thread Jos Lehmann
Hi there I would like to list subclass assertions *completely*, i.e., also including object properties with their restrictions. At the moment I am getting a mixed bag: - Subclass assertions proper return output like [1] or [2] in MY OUTPUT below (*that's OK*); - Subclass assertions that