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.rules | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfTypeRdfsResourceFilter<E extends ISPO>
Filter matches
(x rdf:type rdfs:Resource). |
Modifier and Type | Class and Description |
---|---|
class |
DoNotAddFilter<E extends ISPO>
Filter keeps matched triple patterns generated OUT of the database.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitSPOFilter<E extends ISPO>
Filter matches only
StatementEnum.Explicit ISPO s. |
class |
HistorySPOFilter<E extends ISPO>
Filters out
StatementEnum.History ISPO s. |
class |
InferredSPOFilter<E extends ISPO>
Filter matches only
StatementEnum.Inferred statements. |
class |
InGraphBinarySearchFilter<E extends ISPO>
"IN" filter for the context position based on a sorted long[] of the
acceptable graph identifiers.
|
class |
InGraphHashSetFilter<E extends ISPO>
"IN" filter for the context position based on a native long hash set
containing the acceptable graph identifiers.
|
class |
NoAxiomFilter<E extends ISPO>
A filter that matches explicit or inferred statements but not those whose
StatementEnum is StatementEnum.Axiom . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.