Package | Description |
---|---|
com.bigdata.rdf.inf |
This package provides an eager closure inference engine for most of the RDF and
RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass,
and owl:equivilentProperty.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
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 | Method and Description |
---|---|
ClosureStats |
TruthMaintenance.assertAll(TempTripleStore tempStore)
Perform truth maintenance for statement assertion.
|
ClosureStats |
TruthMaintenance.assertAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement assertion.
|
ClosureStats |
TruthMaintenance.retractAll(TempTripleStore tempStore)
Perform truth maintenance for statement retraction.
|
ClosureStats |
TruthMaintenance.retractAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement retraction.
|
Modifier and Type | Method and Description |
---|---|
void |
ClosureStats.add(ClosureStats o) |
Modifier and Type | Field and Description |
---|---|
ClosureStats |
LoadStats.closureStats
Used iff the closure is computed as the data are loaded.
|
Modifier and Type | Method and Description |
---|---|
ClosureStats |
InferenceEngine.computeClosure(AbstractTripleStore focusStore)
Compute the forward closure of a focusStore against the database using
the algorithm selected by
AbstractTripleStore.Options#CLOSURE_CLASS . |
ClosureStats |
InferenceEngine.computeClosure(AbstractTripleStore focusStore,
boolean justify)
This variant allows you to explicitly NOT generate
Justification s
for the computed entailments. |
Modifier and Type | Method and Description |
---|---|
ClosureStats |
DataLoader.doClosure()
Compute closure as configured.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.