Package | Description |
---|---|
com.bigdata.rdf.axioms | |
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 |
BaseAxioms
A collection of axioms.
|
class |
NoAxioms
An empty axiom model.
|
class |
OwlAxioms
The axioms for RDF Schema plus a few axioms to support owl:sameAs,
owl:equivalentProperty, and owl:equivalentClass.
|
class |
RdfsAxioms
The axioms for RDF Schema.
|
Modifier and Type | Method and Description |
---|---|
protected Axioms |
TestAxioms.doRoundTripTest(Axioms expected)
Test (de-)serialization of an axioms model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestAxioms.assertSameAxioms(Axioms expected,
Axioms actual) |
protected Axioms |
TestAxioms.doRoundTripTest(Axioms expected)
Test (de-)serialization of an axioms model.
|
Constructor and Description |
---|
DoNotAddFilter(Vocabulary vocab,
Axioms axioms,
boolean forwardChainRdfTypeRdfsResource) |
Modifier and Type | Method and Description |
---|---|
Axioms |
AbstractTripleStore.getAxioms()
The configured axioms.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.