Package org.aksw.iguana.cc.lang.impl
Class SparqlTsvResultCountingParser
java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SparqlTsvResultCountingParser
TSV Parser for SPARQL TSV Results.
For correct SPARQL TSV results, it returns the number of solutions, bound values and the names of the variables.
Specification: https://www.w3.org/TR/sparql11-results-csv-tsv/
-
Nested Class Summary
Nested classes/interfaces inherited from class org.aksw.iguana.cc.lang.LanguageProcessor
LanguageProcessor.ContentType, LanguageProcessor.LanguageProcessingData
-
Constructor Summary
-
Method Summary
Methods inherited from class org.aksw.iguana.cc.lang.LanguageProcessor
getInstance
-
Constructor Details
-
SparqlTsvResultCountingParser
public SparqlTsvResultCountingParser()
-
-
Method Details
-
process
- Specified by:
process
in classLanguageProcessor
-