dotNetRDF API Documentation

ISparqlResultsWriter Interface

Interface for Writer classes which serialize Sparql Result Sets into concrete results set syntaxes

For a list of all members of this type, see ISparqlResultsWriter Members .

public interface ISparqlResultsWriter

Types that implement ISparqlResultsWriter

Type Description
BaseGZipResultsWriter Abstract Base class for Results writers which generate GZipped output
GZippedSparqlCsvWriter Writer for GZipped SPARQL CSV
GZippedSparqlJsonWriter Writer for GZipped SPARQL JSON
GZippedSparqlTsvWriter Writer for GZipped SPARQL TSV
GZippedSparqlXmlWriter Writer for GZipped SPARQL XML
SparqlCsvWriter Class for saving SPARQL Result Sets to CSV format (not a standardised format)
SparqlHtmlWriter Class for saving SPARQL Result Sets to a HTML Table format (this is not a standardised format)
SparqlJsonWriter Class for saving Sparql Result Sets to the SPARQL Results JSON Format
SparqlRdfWriter Class for saving SPARQL Result Sets in the RDF serialization in the RDF format of your choice (default Turtle)
SparqlTsvWriter Class for saving SPARQL Result Sets to TSV format (not a standardised format)
SparqlXmlWriter Class for saving Sparql Result Sets to the Sparql Results XML Format
SparqlXsltWriter Class for generating arbitrary XML Output from SPARQL Result Sets by transforming the XML Results Format via an XSLT stylesheet

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ISparqlResultsWriter Members | VDS.RDF Namespace