|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InfModel | |
|---|---|
| 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 InfModel in com.hp.hpl.jena.ontology |
|---|
| Subinterfaces of InfModel in com.hp.hpl.jena.ontology | |
|---|---|
interface |
OntModel
An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL). |
| Uses of InfModel in com.hp.hpl.jena.ontology.daml |
|---|
| Subinterfaces of InfModel 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 InfModel in com.hp.hpl.jena.rdf.model |
|---|
| Methods in com.hp.hpl.jena.rdf.model that return InfModel | |
|---|---|
static InfModel |
ModelFactory.createInfModel(Reasoner reasoner,
Model model)
Build an inferred model by attaching the given RDF model to the given reasoner. |
static InfModel |
ModelFactory.createInfModel(Reasoner reasoner,
Model schema,
Model model)
Build an inferred model by attaching the given RDF model to the given reasoner. |
static InfModel |
ModelFactory.createRDFSModel(Model model)
Return a Model through which all the RDFS entailments derivable from the given model are accessible. |
static InfModel |
ModelFactory.createRDFSModel(Model schema,
Model model)
Return a Model through which all the RDFS entailments derivable from the given data and schema models are accessible. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||