3 Questions 2 Answers 0 Followers
Questions related from Hasna Abioui
I need to get All direct superclasses of one class from the ontology, and I need just named classes, not those gotten from the equivalent expression with 'AllValuesFrom' restriction. I tried with...
30 September 2017 9,419 3 View
Hello , I wanna get ontology classes but not in a randomly way, I'm looking for a way to get them by their hierarchical levels: I mean showing for each level of the ontology its classes; is it...
15 May 2017 8,432 4 View
I try to get all 'subclass-of' axioms of an ontology. I tried by using the following statement.MyOntology.getAxioms(AxiomType.SUBCLASS_OF)); Effectively, it returns the ontology 'subclass-of'...
26 April 2017 7,620 2 View