- All Implemented Interfaces:
- CharSink, Sink, QueryResultHandler, QueryResultWriter, TupleQueryResultWriter, TupleQueryResultHandler
- Direct Known Subclasses:
- SPARQLStarResultsTSVWriter
public class SPARQLStarResultsTSVWriter
extends SPARQLResultsTSVWriter
Writer for SPARQL* TSV results. This is equivalent to the SPARQL TSV writer with the addition of support for RDF*
triples. Triples will be serialized in Turtle* fashion with the notable exception that any embedded literals will not
use the triple quotes notation (as regular literals in SPARQL TSV).
- Author:
- Pavel Mihaylov