Searched refs:createOntologyWithoutLoading (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/impl/jena/ |
H A D | OWLKnowledgeBaseImpl.java | 94 OWLOntology ontology = createOntologyWithoutLoading( uri, null, model);
137 OWLOntology ont = createOntologyWithoutLoading(uri, fileURI, (Model) implementation);
142 protected OWLOntology createOntologyWithoutLoading(URI uri, URI fileURI, Model model) {
method in class:OWLKnowledgeBaseImpl 193 loadedOnt = createOntologyWithoutLoading(uri, loadedOnt.getFileURI(), model);
|
H A D | OWLReaderImpl.java | 231 ont = kb.createOntologyWithoutLoading(fileURI, fileURI, jenaModel);
|
Completed in 12 milliseconds