Searched refs:baseOntology (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java91 URI uri = URI.create("urn:owl-s-api:baseOntology");
306 return new OWLIndividualImpl(baseOntology, r);
313 ont = baseOntology;
322 ont = baseOntology;
331 ont = baseOntology;
337 return baseOntology.createClass(uri);
341 return baseOntology.createObjectProperty(uri);
345 return baseOntology.createDataProperty(uri);
349 return baseOntology.createIndividual(uri);
353 return baseOntology
[all...]
H A DOWLModelImpl.java193 protected OWLOntology baseOntology; field in class:OWLModelImpl
247 this.baseOntology = ontology;
251 return baseOntology;
713 OWLObjectProperty prop = baseOntology.createObjectProperty(URI.create(pred.getURI()));
722 OWLDataProperty prop = baseOntology.createDataProperty(URI.create(pred.getURI()));
753 OWLDataProperty prop = baseOntology.createDataProperty(URI.create(ontProp.getURI()));
756 OWLObjectProperty prop = baseOntology.createObjectProperty(URI.create(ontProp.getURI()));
1291 owlValue = new OWLIndividualImpl(baseOntology, resource);
1337 // owlValue = new OWLIndividualImpl(baseOntology, resource);

Completed in 546 milliseconds