public class transformLODtoLUMO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
refuted
The refuted.
|
Constructor and Description |
---|
transformLODtoLUMO()
Null Constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<lifr.logic.firstorder.Predicate> |
getModel(lifr.logic.firstorder.KnowledgeBase OntologyKB)
Static method that invokes the reasoner for the defined knowledge base.
|
static java.util.HashMap<java.lang.String,java.lang.Double> |
performTranslation(java.util.HashMap<java.lang.String,java.lang.Double> concs,
lifr.logic.firstorder.KnowledgeBase ontoKB)
Perform translation via the LiFR semantic reasoner.
|
static java.util.HashMap<java.lang.String,java.lang.Double> |
translate(java.util.HashMap<java.lang.String,java.lang.Double> concs)
Translate entities from LOD vocabularies to LUMO based on LUMO mappings.
|
static java.lang.String |
translateGAINEntities(java.lang.String url)
Translate GAIN entities.
|
static java.util.List<GAINEntities> |
translateGAINEntitiesList(java.lang.String url)
Translate gain entities list.
|
static java.util.HashMap<java.lang.String,java.lang.Double> |
translateGAINFullExportConceptsPerSession(GAINFullExport exp)
Translate GAIN full export concepts per session.
|
static java.lang.String |
translateGAINLatestFullExport(java.lang.String url)
Translate GAIN latest full export.
|
static java.util.List<GAINFullExport> |
translateGAINLatestFullExportList(java.lang.String url)
Translate GAIN latest full export list.
|
public static final java.util.Vector<lifr.logic.firstorder.Predicate> getModel(lifr.logic.firstorder.KnowledgeBase OntologyKB)
OntologyKB
- the ontology.public static java.util.HashMap<java.lang.String,java.lang.Double> translate(java.util.HashMap<java.lang.String,java.lang.Double> concs)
concs
- the conceptspublic static java.util.HashMap<java.lang.String,java.lang.Double> translateGAINFullExportConceptsPerSession(GAINFullExport exp)
exp
- the GAIN exportpublic static java.util.HashMap<java.lang.String,java.lang.Double> performTranslation(java.util.HashMap<java.lang.String,java.lang.Double> concs, lifr.logic.firstorder.KnowledgeBase ontoKB)
concs
- the GAIN conceptsontoKB
- the ontology KBpublic static java.lang.String translateGAINLatestFullExport(java.lang.String url) throws java.io.FileNotFoundException
url
- the GAIN output urljava.io.FileNotFoundException
- the file not found exceptionpublic static java.util.List<GAINFullExport> translateGAINLatestFullExportList(java.lang.String url) throws java.io.IOException
url
- the urljava.io.IOException
- Signals that an I/O exception has occurred.public static java.lang.String translateGAINEntities(java.lang.String url)
url
- the GAIN output urlpublic static java.util.List<GAINEntities> translateGAINEntitiesList(java.lang.String url)
url
- the url