public class OntologyRetriever
extends java.lang.Object
Constructor and Description |
---|
OntologyRetriever() |
Modifier and Type | Method and Description |
---|---|
static lifr.logic.firstorder.KnowledgeBase |
getOntology()
Retrieve the whole ontology (stored locally) and convert it (from the stored
KRSS format) to a knowledge base of logic rules.
|
static lifr.logic.firstorder.KnowledgeBase |
getOntologyMappings()
Retrieve the mappings of the core ontology (stored locally and in an ontological format)
to other ontologies and convert it (from the stored KRSS format) to a knowledge base of logic rules.
|
static lifr.logic.firstorder.KnowledgeBase |
getOntologyMappingsSubset(java.util.Set<java.lang.String> concepts)
Retrieve a subset of the mappings of the core ontology (stored locally and in an ontological format)
to other ontologies and convert it (from the stored KRSS format) to a knowledge base of logic rules.
|
public static final lifr.logic.firstorder.KnowledgeBase getOntology()
public static final lifr.logic.firstorder.KnowledgeBase getOntologyMappings()
public static final lifr.logic.firstorder.KnowledgeBase getOntologyMappingsSubset(java.util.Set<java.lang.String> concepts)