Uses of Class
it.unibz.inf.ontop.si.SemanticIndexException
-
Packages that use SemanticIndexException Package Description it.unibz.inf.ontop.si it.unibz.inf.ontop.si.impl it.unibz.inf.ontop.si.repository.impl -
-
Uses of SemanticIndexException in it.unibz.inf.ontop.si
Methods in it.unibz.inf.ontop.si that throw SemanticIndexException Modifier and Type Method Description static OntopSemanticIndexLoaderOntopSemanticIndexLoader. loadOntologyIndividuals(String ontologyFilePath, Properties properties)Loads the ABox of the ontology in an in-memory Semantic Index.static OntopSemanticIndexLoaderOntopSemanticIndexLoader. loadOntologyIndividuals(org.semanticweb.owlapi.model.OWLOntology ontology, Properties properties)Loads the ABox of the ontology in an in-memory Semantic Index.static OntopSemanticIndexLoaderOntopSemanticIndexLoader. loadRDFGraph(org.eclipse.rdf4j.query.Dataset dataset, Properties properties)Loads the graph in an in-memory Semantic Index.static OntopSemanticIndexLoaderOntopSemanticIndexLoader. loadVirtualAbox(OntopSQLOWLAPIConfiguration obdaConfiguration, Properties properties)Loads the virtual ABox of an OBDA system in an in-memory Semantic Index. -
Uses of SemanticIndexException in it.unibz.inf.ontop.si.impl
Methods in it.unibz.inf.ontop.si.impl that throw SemanticIndexException Modifier and Type Method Description static org.semanticweb.owlapi.model.OWLOntologyOWLAPIABoxLoading. extractTBox(org.semanticweb.owlapi.model.OWLOntology ontology)static OntopSemanticIndexLoaderOWLAPIABoxLoading. loadOntologyIndividuals(org.semanticweb.owlapi.model.OWLOntology owlOntology, Properties properties)High-level methodstatic OntopSemanticIndexLoaderRDF4JGraphLoading. loadRDFGraph(org.eclipse.rdf4j.query.Dataset dataset, Properties properties)static OntopSemanticIndexLoaderOntopRDFMaterializerLoading. loadVirtualAbox(OntopSQLOWLAPIConfiguration obdaConfiguration, Properties properties)TODO: do want to use a different ontology for the materialization and the output OBDA system? -
Uses of SemanticIndexException in it.unibz.inf.ontop.si.repository.impl
Methods in it.unibz.inf.ontop.si.repository.impl that throw SemanticIndexException Modifier and Type Method Description ConnectionSIRepository. createConnection()
-