|
|||||||||||
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.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 with parameters of type OntModel | |
void |
OntDocumentManager.loadImports(OntModel model)
Inspect the statements in the graph expressed by the given model, and load into the model any imported documents. |
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(java.lang.String languageURI)
Answer a new ontology model which will process in-memory models of ontologies in the given language. |
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(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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |