| BlankNodeAllocatorFixedSeedHash |
|
| BlankNodeAllocatorGlobal |
Allocate blank nodes by creating a randomly generated blank node.
|
| BlankNodeAllocatorHash |
Allocate bnode labels using a per-run seed and the label presented.
|
| BlankNodeAllocatorLabel |
Allocate blank nodes according to the label given.
|
| BlankNodeAllocatorLabelEncoded |
Allocate blank nodes according to the label given.
|
| CollectorStreamBase<T> |
Base class for StreamRDF implementations which store received
objects in a Collection.
|
| CollectorStreamQuads |
Collector stream for quads.
|
| CollectorStreamRDF |
StreamRDF implementations which stores received triples and quads
in a Collection.
|
| CollectorStreamTriples |
Collector stream for triples.
|
| JsonLDReader |
One can pass a jsonld context using the (jena) Context mechanism, defining a (jena) Context
(sorry for this clash of "contexts"), (cf.
|
| LabelToNode |
Allocation Nodes (Bnodes usually) based on the graph and label
Various different policies.
|
| LangBase |
|
| LangEngine |
Common operations for RIOT token stream parsing - not the implementation LangRIOT.
|
| LangNQuads |
N-Quads.
|
| LangNTriples |
N-Triples.
|
| LangNTuple<X> |
N-Quads, N-triples parser framework, with both push and pull interfaces.
|
| LangRDFJSON |
RDF-JSON.
|
| LangTriG |
TriG.
|
| LangTurtle |
Turtle.
|
| LangTurtleBase |
The main engine for all things Turtle-ish (Turtle, TriG).
|
| PipedQuadsStream |
Implementation of a producer class that sends Quads; must be connected to a PipedRDFIterator<Quad>.
|
| PipedRDFIterator<T> |
A PipedRDFIterator should be connected to a PipedRDFStream
implementation; the piped iterator then provides whatever RDF primitives are
written to the PipedRDFStream
|
| PipedRDFStream<T> |
Abstract implementation of a producer class that implements StreamRDF;
use one of the concrete implementations that match the RDF primitive you are using.
|
| PipedTriplesStream |
Implementation of a producer class that sends Triples; must be connected to a PipedRDFIterator<Triple>.
|
| PipedTuplesStream |
Implementation of a producer class that sends @{code Tuple}; must be connected to a PipedRDFIterator<Tuple<Node>.
|
| ReaderRDFNULL |
|
| ReaderRIOTRDFXML |
RDF/XML.
|
| ReaderTriX |
Read TriX.
|
| RiotParsers |
Use RDFDataMgr operations.
|
| SinkQuadsToDataset |
Send quads to a dataset.
|
| SinkTriplesToGraph |
Send triples to a graph.
|
| TriX |
TriX - see HPL-2004-56 Jeremy Carroll and Patrick Stickler.
|