Package org.eclipse.rdf4j.query.resultio.text.tsv
package org.eclipse.rdf4j.query.resultio.text.tsv
-
ClassDescriptionImplements a
MappingStrategy
to allow opencsv to work in parallel.SPARQL Results TSV format parser.ATupleQueryResultParserFactory
for SPARQL TSV result parsers.This reader respects the TSV semantics of RDF4J and does absolutely no processing except for splitting the line on horizontal tabulator characters.TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.ATupleQueryResultWriterFactory
for writers of SPARQL/TSV tuple query results.Parser for SPARQL-star TSV results.TupleQueryResultParserFactory
for creating instances ofSPARQLStarResultsTSVParser
.Writer for SPARQL-star TSV results.TupleQueryResultWriterFactory
for creating instances ofSPARQLStarResultsTSVWriter
.