Package | Description |
---|---|
com.bigdata.rdf.rules | |
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedProgram
Program automatically maps the rules added across the combination of the
database (the relation named on the rule) and the focusStore.
|
Modifier and Type | Method and Description |
---|---|
Program |
TMUtility.mapForTruthMaintenance(IStep step,
String focusStore) |
Program |
TMUtility.mapProgramForTruthMaintenance(IProgram program,
String focusStore)
Map a
IProgram for truth maintenance. |
Program |
TMUtility.mapRuleForTruthMaintenance(IRule rule,
String focusStore)
Truth maintenance for RDF needs to compute the entailments as if
the statements in a temporary triple store (known as the focusStore) were
already part of the database (for insert) or as if they had already been
removed (for delete).
|
Modifier and Type | Method and Description |
---|---|
protected Program |
AbstractTripleStore.getMatchProgram(org.openrdf.model.Literal[] lits,
IConstant<IV>[] _preds,
IV _cls)
Generate a program from the possible completions of the literals.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.