Uses of Interface
org.apache.jena.rdf.model.InfModel
Packages that use InfModel
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of InfModel in org.apache.jena.ontology
Subinterfaces of InfModel in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterface
An enhanced view of a Jena model that is known to contain ontology data, under a given ontologyvocabulary
(such as OWL). -
Uses of InfModel in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement InfModelModifier and TypeClassDescriptionclass
Implementation of a model that can process general ontologies in OWL and similar languages. -
Uses of InfModel in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return InfModelModifier and TypeMethodDescriptionstatic InfModel
ModelFactory.createInfModel
(InfGraph g) Build an inference model from an InfGraph.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. -
Uses of InfModel in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement InfModelModifier and TypeClassDescriptionclass
Default implementation of the InfModel interface which simply wraps up an InfGraph.