|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfModel | |
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
Uses of InfModel in com.hp.hpl.jena.rdf.model |
Methods in com.hp.hpl.jena.rdf.model that return InfModel | |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |