TripleHandler
decorators and specific RDF format writers.See: Description
Class | Description |
---|---|
BenchmarkTripleHandler |
TripleHandler decorator useful to
perform benchmarking. |
CompositeTripleHandler |
A
TripleHandler multi decorator, that wraps zero or more
other triple handlers and dispatches all events to each of them. |
CountingTripleHandler |
A simple
TripleHandler that merely counts the number
of triples it has received. |
JSONWriter |
Implementation of JSON format writer.
|
JSONWriterFactory | |
LoggingTripleHandler |
Triple handler decorator useful for logging purposes.
|
NQuadsWriter |
Implementation of an NQuads writer.
|
NQuadsWriterFactory | |
NTriplesWriter |
N3 triples writer.
|
NTriplesWriterFactory | |
RDFWriterTripleHandler |
A
TripleHandler that writes
triples to a Sesame RDFWriter ,
eg for serialization using one of Sesame's writers. |
RDFXMLWriter |
RDF/XML writer implementation.
|
RDFXMLWriterFactory | |
ReportingTripleHandler |
A
TripleHandler that collects
various information about the extraction process, such as
the extractors used and the total number of triples. |
RepositoryWriter |
A Sesame repository triple writer.
|
TriXWriter |
TriX format writer implementation.
|
TriXWriterFactory | |
TurtleWriter |
N3 notation writer.
|
TurtleWriterFactory | |
URIListWriter |
This writer simply produces a list of unique URI present in the
subject or in the object of every single extracted RDF Statement.
|
URIListWriterFactory |
TripleHandler
decorators and specific RDF format writers.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.