owlcs/owlapi

How do I get the ChainAxiomProperty?

Closed this issue · 0 comments

How do I get the ChainAxiomProperty? I tried to display in this way:

 for (OWLSubPropertyChainOfAxiom ax : ontology.axioms(AxiomType.SUB_PROPERTY_CHAIN_OF).collect(Collectors.toList())) {
        LOG.info("OWLSubPropertyChainOfAxiom: {}",ax);
      }