| BlankNodeAllocator |
Interface to allocators for blank nodes.
|
| BlankNodeAllocatorHash |
Allocate bnode labels using a per-run seed and the label presented.
|
| CollectorStreamBase |
Base class for StreamRDF implementations which store received
objects in a Collection.
|
| 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 |
N-Quads, N-triples parser framework, with both push and pull interfaces.
|
| LangRIOT |
Interface for tokenizer-based parsers
|
| LangTurtleBase |
The main engine for all things Turtle-ish (Turtle, TriG).
|
| PipedRDFIterator |
A PipedRDFIterator should be connected to a PipedRDFStream
implementation; the piped iterator then provides whatever RDF primitives are
written to the PipedRDFStream
|
| PipedRDFStream |
Abstract implementation of a producer class that implements StreamRDF;
use one of the concrete implementations that match the RDF primitive you are using.
|