Package | Description |
---|---|
eu.fbk.rdfpro |
RDFpro library.
|
eu.fbk.rdfpro.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static int |
Rule.evaluate(Iterable<Rule> rules,
QuadModel model,
QuadModel deltaModel,
Supplier<org.openrdf.rio.RDFHandler> deleteSink,
Supplier<org.openrdf.rio.RDFHandler> insertSink) |
void |
Rule.evaluate(QuadModel model,
QuadModel deltaModel,
org.openrdf.query.algebra.StatementPattern deltaPattern,
Supplier<org.openrdf.rio.RDFHandler> deleteSink,
Supplier<org.openrdf.rio.RDFHandler> insertSink) |
Ruleset |
Ruleset.getABoxRuleset(QuadModel tboxData)
Returns the ruleset with the ABox rules obtained from the rules of this ruleset and the
TBox data specified.
|
Modifier and Type | Method and Description |
---|---|
static QuadModel |
QuadModel.create() |
static QuadModel |
QuadModel.create(Iterable<org.openrdf.model.Statement> statements) |
QuadModel |
QuadModel.filter(Collection<org.openrdf.model.Statement> statements)
Returns an immutable view of a subset of this model, containing the specified
statements.
|
QuadModel |
QuadModel.filter(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... ctxs)
Returns a view of the statements with the specified subject, predicate, object and
(optionally) context.
|
QuadModel |
QuadModel.unmodifiable() |
static QuadModel |
QuadModel.wrap(org.openrdf.model.Model model) |
static QuadModel |
QuadModel.wrap(org.openrdf.repository.RepositoryConnection connection,
boolean trackChanges) |
static QuadModel |
QuadModel.wrap(org.openrdf.sail.SailConnection connection,
boolean trackChanges)
Returns a
QuadModel view of the supplied SailConnection . |
Copyright © 2015–2016 FBK-irst. All rights reserved.