public class DefaultRDF4JMaterializer extends Object implements RDF4JMaterializer
| Constructor and Description |
|---|
DefaultRDF4JMaterializer(OntopSystemConfiguration configuration)
Materializes the saturated RDF graph with the default options
|
DefaultRDF4JMaterializer(OntopSystemConfiguration configuration,
MaterializationParams materializationParams) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.IRI> |
getClasses() |
com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.IRI> |
getProperties() |
MaterializationGraphQuery |
materialize()
Materializes the saturated RDF graph
|
MaterializationGraphQuery |
materialize(com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.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 DefaultRDF4JMaterializer(OntopSystemConfiguration configuration, MaterializationParams materializationParams) throws OBDASpecificationException
OBDASpecificationExceptionpublic DefaultRDF4JMaterializer(OntopSystemConfiguration configuration) throws OBDASpecificationException
OBDASpecificationExceptionpublic MaterializationGraphQuery materialize() throws org.eclipse.rdf4j.repository.RepositoryException
RDF4JMaterializermaterialize in interface RDF4JMaterializerorg.eclipse.rdf4j.repository.RepositoryExceptionpublic MaterializationGraphQuery materialize(@Nonnull com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.IRI> selectedVocabulary) throws org.eclipse.rdf4j.repository.RepositoryException
RDF4JMaterializermaterialize in interface RDF4JMaterializerorg.eclipse.rdf4j.repository.RepositoryExceptionpublic com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.IRI> getClasses()
getClasses in interface RDF4JMaterializerpublic com.google.common.collect.ImmutableSet<org.apache.commons.rdf.api.IRI> getProperties()
getProperties in interface RDF4JMaterializerCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.