Interface | Description |
---|---|
BlankNodeAllocator |
Interface to allocators for blank nodes.
|
LangRIOT | |
StreamRDFCounting |
Class | Description |
---|---|
BlankNodeAllocatorHash |
Allocate bnode labels using a per-run seed and the label presented.
|
BlankNodeAllocatorTraditional |
Allocate blank ndoes according to the traditional policy (to jena 2.10.0)
This allocator has arbitrary sized state.
|
LabelToNode |
Allocation Nodes (Bnodes usually) based on the graph and label
Various different policies.
|
LangBase | |
LangEngine |
Common operations for RIOT parsers - not the implementation LangRIOT
|
LangNQuads |
N-Quads.
|
LangNTriples | |
LangNTuple<X> |
N-Quads, N-triples parser framework, with both push and pull interfaces.
|
LangNull |
Dummy language
|
LangRDFJSON |
See http://docs.api.talis.com/platform-api/output-types/rdf-json
|
LangRDFXML | |
LangTriG |
TriG language: http://www4.wiwiss.fu-berlin.de/bizer/TriG/
Generalizations:
Can have multiple default graph blocks.
|
LangTurtle |
Turtle language
|
LangTurtleBase<X> |
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
PipedRDFIterator<Tuple<Node> . |
PrintingStreamRDF | |
SinkQuadsToDataset |
Send quads to a dataset.
|
SinkTriplesToGraph |
Send triples to a graph.
|
Licenced under the Apache License, Version 2.0