Searched defs:ontology (Results 1 - 3 of 3) sorted by relevance

/hets/CASL_DL/doc/
H A DCASL_DL-Notes.tex65 abbrev for the disambiguation when an imported ontology is extended)
75 ontology in any case.
77 \subsection{Structuring an ontology inside an OWL DL-File}
215 be applied to all symbols / entities like the ontology as a whole and
/hets/OWL2/java/de/unibremen/informatik/
H A DOWL2Parser.java118 // A simple example of how to load and save an ontology
135 OWLOntology ontology =
148 ontology =
151 ontologies = getImports(ontology, new HashSet<OWLOntology>());
154 String str = ontology.getOntologyID().getOntologyIRI().toString();
171 ontologies.add(ontology);
270 private static Set<OWLOntology> getImports(OWLOntology ontology, argument
275 next.add(ontology);
276 for (OWLOntology imported : ontology.getDirectImports()) {
/hets/OWL2/java/lib/
H A Dowlapi-osgidistribution-3.5.2.jar ... OWLReasoner) org.semanticweb.owlapi.model.OWLOntology ontology org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory ...

Completed in 16 milliseconds