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 |
FastClosure
Fast forward closure of the store based on "An approach to RDF(S)
Query, Manipulation and Inference on Databases" by Lu, Yu, Tu, Lin, and Zhang.
|
class |
FullClosure
A program that uses the fix point of the configured rules to compute the
forward closure of the database.
|
Modifier and Type | Method and Description |
---|---|
Properties |
TestDatabaseAtOnceClosure.getProperties(Class<? extends BaseClosure> closureClass,
boolean nestedSubqueryIsIgnored)
Uses the specified closure algorithm and other properties per
TestDatabaseAtOnceClosure.getProperties() . |
Modifier and Type | Method and Description |
---|---|
BaseClosure |
AbstractTripleStore.getClosureInstance()
Return an instance of the class that is used to compute the closure of
the database.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.