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, valueFactoryModifier and TypeFieldDescriptionprotected QueryResultHandlerTheQueryResultHandlerthat will handle the parsed query results.protected ValueFactoryTheValueFactoryto use for creating RDF model objects. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the query result format that this parser can parse.Methods inherited from class SPARQLResultsTSVParser
createMappingStrategy, parseModifier and TypeMethodDescriptionprotected SPARQLResultsTSVMappingStrategyvoidparse(InputStream in) Parses the data from the supplied InputStream.Methods inherited from class AbstractTupleQueryResultParser
getQueryResultFormat, parseQueryResult, setTupleQueryResultHandlerModifier and TypeMethodDescriptionGets the query result format that this parser can parse.voidParse the query results out of the givenInputStreaminto the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler).voidSets the TupleQueryResultHandler that will handle the parsed query result data.Methods inherited from class AbstractQueryResultParser
getParseErrorListener, getParseLocationListener, getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactoryModifier and TypeMethodDescriptionRetrieves the current parser configuration as a single object.Collection<RioSetting<?>> set(RioSetting<T> setting, T value) Set a setting on the parser, and return this parser object to allow chaining.Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.setParserConfig(ParserConfig config) Sets all supplied parser configuration options.setQueryResultHandler(QueryResultHandler handler) Sets theQueryResultHandlerto be used when parsing query results usingQueryResultParser.parseQueryResult(InputStream).setValueFactory(ValueFactory valueFactory) Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.
-
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
-