Uses of Interface
it.unibz.inf.ontop.si.OntopSemanticIndexLoader
-
Packages that use OntopSemanticIndexLoader Package Description it.unibz.inf.ontop.si it.unibz.inf.ontop.si.impl -
-
Uses of OntopSemanticIndexLoader in it.unibz.inf.ontop.si
Methods in it.unibz.inf.ontop.si that return OntopSemanticIndexLoader 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 OntopSemanticIndexLoader in it.unibz.inf.ontop.si.impl
Classes in it.unibz.inf.ontop.si.impl that implement OntopSemanticIndexLoader Modifier and Type Class Description classOntopSemanticIndexLoaderImplTODO: find a better nameMethods in it.unibz.inf.ontop.si.impl that return OntopSemanticIndexLoader Modifier and Type Method Description 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?
-