|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OntModel | |
---|---|
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
com.hp.hpl.jena.ontology.daml | A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. |
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
Uses of OntModel in com.hp.hpl.jena.ontology |
---|
Methods in com.hp.hpl.jena.ontology that return OntModel | |
---|---|
OntModel |
OntModel.getImportedModel(java.lang.String uri)
Answer an OntModel representing the imported ontology
with the given URI. |
OntModel |
OntResource.getOntModel()
Answer the model that this resource is attached to, assuming that it is an OntModel . |
OntModel |
OntDocumentManager.getOntology(java.lang.String uri,
OntModelSpec spec)
Answer the ontology model that results from loading the document with the given URI. |
Methods in com.hp.hpl.jena.ontology with parameters of type OntModel | |
---|---|
Resource |
OWLSyntaxChecker.getOWLLanguageLevel(OntModel owlModel,
java.util.List problems)
Given an OWL ontology model owlModel, answer the minimum OWL language level that the constructs used in this model lie entirely within. |
void |
OntDocumentManager.loadImport(OntModel model,
java.lang.String uri)
Add the given model from the given URI as an import to the given model. |
void |
OntDocumentManager.loadImports(OntModel model)
Inspect the statements in the graph expressed by the given model, and load into the model any imported documents. |
void |
OntDocumentManager.unloadImport(OntModel model,
java.lang.String uri)
Remove from the given model the import denoted by the given URI. |
Uses of OntModel in com.hp.hpl.jena.ontology.daml |
---|
Subinterfaces of OntModel in com.hp.hpl.jena.ontology.daml | |
---|---|
interface |
DAMLModel
Interface that encapsulates the capability of storing and retrieving DAML ontology information from the underlying storage or persistence service. |
Uses of OntModel in com.hp.hpl.jena.rdf.model |
---|
Methods in com.hp.hpl.jena.rdf.model that return OntModel | |
---|---|
static OntModel |
ModelFactory.createOntologyModel()
Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL). |
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec)
Answer a new ontology model constructed according to the specification, which includes a ModelMaker which will create the necessary base model. |
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec,
Model base)
Answer a new ontology model, constructed according to the given ontology model specification, and starting with the ontology data in the given model. |
static OntModel |
ModelFactory.createOntologyModel(OntModelSpec spec,
ModelMaker maker,
Model base)
Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL). |
static OntModel |
ModelFactory.createOntologyModel(java.lang.String languageURI)
Answer a new ontology model which will process in-memory models of ontologies in the given language. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |