Examples of containsDataPropertyInSignature()


Examples of org.semanticweb.owlapi.model.OWLOntology.containsDataPropertyInSignature()

                .createOntology(IRI("http://protege.org/ontologies"));
        m.addAxiom(ontology, Declaration(DataProperty(iri)));
        // when
        ontology = roundTrip(ontology);
        // then
        assertTrue(ontology.containsDataPropertyInSignature(iri, EXCLUDED));
    }

    @Test
    public void shouldRenderCorrectly() throws Exception {
        // given
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.