public class OBDAModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EXT |
| Modifier and Type | Method and Description |
|---|---|
void |
addAxiomsToOntology(Set<? extends org.semanticweb.owlapi.model.OWLAxiom> axioms) |
void |
clear() |
OntopSQLOWLAPIConfiguration |
getConfigurationForOntology() |
OntopConfigurationManager |
getConfigurationManager() |
DataSource |
getDataSource() |
OntologyPrefixManager |
getMutablePrefixManager() |
OBDAModelManager |
getObdaModelManager() |
org.semanticweb.owlapi.model.OWLOntology |
getOntology() |
OntologySignature |
getOntologySignature() |
QueryManager |
getQueryManager() |
TriplesMapCollection |
getTriplesMapCollection() |
Set<org.semanticweb.owlapi.model.OWLDeclarationAxiom> |
insertTriplesMaps(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLPPTriplesMap> triplesMaps,
boolean bootstraped) |
void |
load()
should not be called twice in a row without clear() in between
|
void |
store() |
public static final String PROPERTY_EXT
public org.semanticweb.owlapi.model.OWLOntology getOntology()
public DataSource getDataSource()
public TriplesMapCollection getTriplesMapCollection()
public QueryManager getQueryManager()
public OntologySignature getOntologySignature()
public OntologyPrefixManager getMutablePrefixManager()
public OBDAModelManager getObdaModelManager()
public OntopConfigurationManager getConfigurationManager()
public void clear()
public void load()
throws Exception
Exceptionpublic void store()
throws IOException
IOExceptionpublic Set<org.semanticweb.owlapi.model.OWLDeclarationAxiom> insertTriplesMaps(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLPPTriplesMap> triplesMaps, boolean bootstraped) throws DuplicateTriplesMapException
DuplicateTriplesMapExceptionpublic void addAxiomsToOntology(Set<? extends org.semanticweb.owlapi.model.OWLAxiom> axioms)
public OntopSQLOWLAPIConfiguration getConfigurationForOntology()
Copyright © 2009–2021 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.