public class DefaultOntopOWLAPIMaterializer extends Object implements OntopOWLAPIMaterializer
| Constructor and Description |
|---|
DefaultOntopOWLAPIMaterializer(OntopSystemConfiguration configuration)
Materializes the saturated RDF graph with the default options
|
DefaultOntopOWLAPIMaterializer(OntopSystemConfiguration configuration,
it.unibz.inf.ontop.materialization.MaterializationParams materializationParams) |
| Modifier and Type | Method and Description |
|---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultMaterializer, defaultMaterializerpublic DefaultOntopOWLAPIMaterializer(OntopSystemConfiguration configuration, it.unibz.inf.ontop.materialization.MaterializationParams materializationParams) throws it.unibz.inf.ontop.exception.OBDASpecificationException
it.unibz.inf.ontop.exception.OBDASpecificationExceptionpublic DefaultOntopOWLAPIMaterializer(OntopSystemConfiguration configuration) throws it.unibz.inf.ontop.exception.OBDASpecificationException
it.unibz.inf.ontop.exception.OBDASpecificationExceptionpublic MaterializedGraphOWLResultSet materialize() throws org.semanticweb.owlapi.model.OWLException
OntopOWLAPIMaterializermaterialize in interface OntopOWLAPIMaterializerorg.semanticweb.owlapi.model.OWLExceptionpublic MaterializedGraphOWLResultSet materialize(@Nonnull com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> selectedVocabulary) throws org.semanticweb.owlapi.model.OWLException
OntopOWLAPIMaterializermaterialize in interface OntopOWLAPIMaterializerorg.semanticweb.owlapi.model.OWLExceptionpublic com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> getClasses()
getClasses in interface OntopOWLAPIMaterializerpublic com.google.common.collect.ImmutableSet<org.semanticweb.owlapi.model.IRI> getProperties()
getProperties in interface OntopOWLAPIMaterializerCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.