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 TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Use org.apache.jena.ontapi. -
Uses of InfModel in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement InfModelModifier and TypeClassDescriptionclassImplementation 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 InfModelModelFactory.createInfModel(InfGraph g) Build an inference model from an InfGraph.static InfModelModelFactory.createInfModel(Reasoner reasoner, Model model) Build an inferred model by attaching the given RDF model to the given reasoner.static InfModelModelFactory.createInfModel(Reasoner reasoner, Model schema, Model model) Build an inferred model by attaching the given RDF model to the given reasoner.static InfModelModelFactory.createRDFSModel(Model model) Return a Model through which all the RDFS entailments derivable from the given model are accessible.static InfModelModelFactory.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 TypeClassDescriptionclassDefault implementation of the InfModel interface which simply wraps up an InfGraph.