|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.rdf.util.InferenceUtil
public class InferenceUtil
Utility class to infer additional statements in RDF containers.
Constructor Summary | |
---|---|
InferenceUtil()
Create an uninitialized version of the Inference Util |
Method Summary | |
---|---|
static InferenceUtil |
createForCoreOntologies()
Create a new inference utility, loading the core ontologies (the ones from the vocabulary package) |
void |
extendContent(Model model)
Look into the passed model and extend existing triples with inferred triples. |
void |
extendContent(RDFContainer container)
Look into the passed rdfcontainer and extend existing triples with inferred triples. |
void |
readOntology(Model model)
Read the subclass/supproperty rules from the passed ontology and remember them. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InferenceUtil()
Method Detail |
---|
public void readOntology(Model model)
model
- the ontology to parsepublic void extendContent(RDFContainer container)
container
- the container to extendpublic void extendContent(Model model)
model
- the model to extend, data will be read and written to itpublic static InferenceUtil createForCoreOntologies()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |