Lines Matching refs:OWLOntology
46 public OWLOntology getOntology(URI uri);
53 public OWLOntology getBaseOntology();
60 public OWLOntology createOntology();
62 public OWLOntology createOntology(boolean load);
71 public OWLOntology createOntology(URI uri);
81 public OWLOntology createOntology(URI uri, URI fileURI);
85 * implementation specific data (Jena Model or OWL-API OWLOntology). Ontology
93 public OWLOntology createOntology(URI uri, URI fileURI, Object implementation);
96 * @deprecated Please use {@link load(OWLOntology)} instead
99 public OWLOntology loadOntology(OWLOntology ontology);
104 * getKB() function on the returned OWLOntology (and any of its import ontologies) will
110 public OWLOntology load(OWLOntology ontology);
115 * true. It is guaranteed that the getKB() function on the returned OWLOntology (and any of
122 public OWLOntology load(OWLOntology ontology, boolean withImports);
132 public void unload(OWLOntology ontology);
171 public OWLOntology read(String uri) throws URISyntaxException, FileNotFoundException;
184 public OWLOntology read(URI uri) throws FileNotFoundException;
195 public OWLOntology read(Reader in, URI baseURI);
206 public OWLOntology read(InputStream in, URI baseURI);