Package org.aksw.iguana.cc.lang.impl
Class SparqlCsvResultCountingParser
java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SparqlCsvResultCountingParser
CSV Parser for SPARQL CSV Results.
For correct SPARQL CSV 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
-
SparqlCsvResultCountingParser
public SparqlCsvResultCountingParser()
-
-
Method Details
-
process
- Specified by:
process
in classLanguageProcessor
-