dotNetRDF API Documentation

IResultFormatter Interface

Interface for Formatters which Format SPARQL Results

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

VDS.RDF.Writing.Formatting.IResultFormatter
   VDS.RDF.Writing.Formatting.IResultSetFormatter

public interface IResultFormatter

Types that implement IResultFormatter

Type Description
BaseFormatter Abstract Base Class for Formatters
CsvFormatter Formatter for generating CSV
DeliminatedLineFormatter Abstract Base Class for formatters where things are formatted as lines of plain text deliminated by specific characters
Notation3Formatter Formatter for formatting as Notation 3
NQuadsFormatter Formatter which formats Triples as NQuads adding an additional URI at the end of the Triple if there is a Graph URI associated with the Triple
NTriplesFormatter Formatter for formatting as NTriples
QNameFormatter Abstract Base Class for Formatters that can compress URIs to QNames
SparqlFormatter Formatter for formatting Nodes for use in SPARQL and for formatting SPARQL Queries
SparqlXmlFormatter A Result Format that formats using the official SPARQL XML Results format
TsvFormatter Formatter for formatting as TSV
TurtleFormatter Formatter which formats Turtle with QName compression
TurtleW3CFormatter Formatter which formats Turtle with QName compression using the newer W3C syntax which permits a wider range of valid QNames
UncompressedNotation3Formatter Formatter for formatting as Notation 3 without any compression
UncompressedTurtleFormatter Formatter which formats Turtle without any compression

Requirements

Namespace: VDS.RDF.Writing.Formatting

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IResultFormatter Members | VDS.RDF.Writing.Formatting Namespace