Class SPARQLStarResultsTSVParser
java.lang.Object
org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParser
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLStarResultsTSVParser
- All Implemented Interfaces:
 QueryResultParser, TupleQueryResultParser
Parser for SPARQL-star TSV results. This is equivalent to the SPARQL TSV parser with the addition of support for
RDF-star triples. Serialized triples must be in Turtle-star fashion with the notable exception that any embedded
literals may not use the triple quotes notation (as regular literals in SPARQL TSV).
- Author:
 - Pavel Mihaylov, Jeen Broekstra
 
- 
Field Summary
Fields inherited from class AbstractQueryResultParser
handler, valueFactory - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the query result format that this parser can parse.Methods inherited from class SPARQLResultsTSVParser
createMappingStrategy, parseMethods inherited from class AbstractTupleQueryResultParser
getQueryResultFormat, parseQueryResult, setTupleQueryResultHandlerMethods inherited from class AbstractQueryResultParser
getParseErrorListener, getParseLocationListener, getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryResultParser
getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory 
- 
Constructor Details
- 
SPARQLStarResultsTSVParser
public SPARQLStarResultsTSVParser() 
 - 
 - 
Method Details
- 
getTupleQueryResultFormat
Description copied from interface:TupleQueryResultParserGets the query result format that this parser can parse.- Specified by:
 getTupleQueryResultFormatin interfaceTupleQueryResultParser- Overrides:
 getTupleQueryResultFormatin classSPARQLResultsTSVParser
 
 -