public interface OntopOWLAPIMaterializer
| Modifier and Type | Method and Description |
|---|---|
static OntopOWLAPIMaterializer |
defaultMaterializer(OntopSystemConfiguration configuration)
Default implementation with default parameters
|
static OntopOWLAPIMaterializer |
defaultMaterializer(OntopSystemConfiguration configuration,
it.unibz.inf.ontop.materialization.MaterializationParams materializationParams)
Default implementation
|
com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> |
getClasses() |
com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> |
getProperties() |
MaterializedGraphOWLResultSet |
materialize()
Materializes the saturated RDF graph
|
MaterializedGraphOWLResultSet |
materialize(com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> selectedVocabulary)
Materializes a sub-set of the saturated RDF graph corresponding the selected vocabulary
|
MaterializedGraphOWLResultSet materialize() throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionMaterializedGraphOWLResultSet materialize(@Nonnull com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> selectedVocabulary) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionstatic OntopOWLAPIMaterializer defaultMaterializer(OntopSystemConfiguration configuration, it.unibz.inf.ontop.materialization.MaterializationParams materializationParams) throws it.unibz.inf.ontop.exception.OBDASpecificationException
it.unibz.inf.ontop.exception.OBDASpecificationExceptionstatic OntopOWLAPIMaterializer defaultMaterializer(OntopSystemConfiguration configuration) throws it.unibz.inf.ontop.exception.OBDASpecificationException
it.unibz.inf.ontop.exception.OBDASpecificationExceptioncom.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> getClasses()
com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> getProperties()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.