Class DefaultContextInferenceStatementLoader
java.lang.Object
cz.cvut.kbss.ontodriver.rdf4j.loader.StatementLoader
cz.cvut.kbss.ontodriver.rdf4j.loader.DefaultContextInferenceStatementLoader
Implements loading of inferred statements from the default repository context.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultContextInferenceStatementLoader(RepoConnection connector, org.eclipse.rdf4j.model.Resource subject, AxiomBuilder axiomBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontextMatches(Set<URI> assertionCtx, org.eclipse.rdf4j.model.Statement s, Assertion a) Collection<Axiom<?>>loadAxioms(Set<URI> contexts) resolveContexts(AxiomDescriptor descriptor, Assertion a) Methods inherited from class cz.cvut.kbss.ontodriver.rdf4j.loader.StatementLoader
loadAxioms, setIncludeInferred, setLoadAllThreshold
-
Constructor Details
-
DefaultContextInferenceStatementLoader
public DefaultContextInferenceStatementLoader(RepoConnection connector, org.eclipse.rdf4j.model.Resource subject, AxiomBuilder axiomBuilder)
-
-
Method Details
-
resolveContexts
- Overrides:
resolveContextsin classStatementLoader
-
contextMatches
protected boolean contextMatches(Set<URI> assertionCtx, org.eclipse.rdf4j.model.Statement s, Assertion a) - Overrides:
contextMatchesin classStatementLoader
-
loadAxioms
- Overrides:
loadAxiomsin classStatementLoader- Throws:
Rdf4jDriverException
-