public interface OntopSemanticIndexLoader extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes its connection to the in-memory DB that was kept
just for keeping the DB alive.
|
it.unibz.inf.ontop.injection.OntopSQLOWLAPIConfiguration |
getConfiguration() |
static OntopSemanticIndexLoader |
loadOntologyIndividuals(org.semanticweb.owlapi.model.OWLOntology ontology,
Properties properties)
Loads the ABox of the ontology in an in-memory Semantic Index.
|
static OntopSemanticIndexLoader |
loadOntologyIndividuals(String ontologyFilePath,
Properties properties)
Loads the ABox of the ontology in an in-memory Semantic Index.
|
static OntopSemanticIndexLoader |
loadRDFGraph(org.eclipse.rdf4j.query.Dataset dataset,
Properties properties)
Loads the graph in an in-memory Semantic Index.
|
static OntopSemanticIndexLoader |
loadVirtualAbox(it.unibz.inf.ontop.injection.OntopSQLOWLAPIConfiguration obdaConfiguration,
Properties properties)
Loads the virtual ABox of an OBDA system in an in-memory Semantic Index.
|
it.unibz.inf.ontop.injection.OntopSQLOWLAPIConfiguration getConfiguration()
void close()
close in interface AutoCloseablestatic OntopSemanticIndexLoader loadOntologyIndividuals(org.semanticweb.owlapi.model.OWLOntology ontology, Properties properties) throws SemanticIndexException
SemanticIndexExceptionstatic OntopSemanticIndexLoader loadOntologyIndividuals(String ontologyFilePath, Properties properties) throws SemanticIndexException
SemanticIndexExceptionstatic OntopSemanticIndexLoader loadRDFGraph(org.eclipse.rdf4j.query.Dataset dataset, Properties properties) throws SemanticIndexException
SemanticIndexExceptionstatic OntopSemanticIndexLoader loadVirtualAbox(it.unibz.inf.ontop.injection.OntopSQLOWLAPIConfiguration obdaConfiguration, Properties properties) throws SemanticIndexException
SemanticIndexExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.