Lines Matching refs:OWLOntology
21 import org.mindswap.owl.OWLOntology;
86 OWLOntology aOnt = (OWLOntology)iter.next();
129 if (theOntology instanceof OWLOntology)
130 handleImports((OWLOntology)theOntology,aOutModel, baseURI);
137 private void handleImports(OWLOntology theOntology, OntModel theModel, URI theBaseURI)
181 OWLOntology aOnt = (OWLOntology)aIter.next();
192 // OWLOntology aOntology = (OWLOntology)aIter.next();
246 // OWLOntology aOnt = aKb.getOntology(aURI);
254 OWLOntology aOnt = OWLFactory.createOntology(URI.create("http://www.mindswap.org/2004/owl-s/1.1/ZipCodeFinder.owl"));