Click or drag to resize

VDS.RDF.Writing.Formatting Namespace

Namespace for Formatter Classes which can be used to format Triples, Nodes and URIs among other types.

Classes
  ClassDescription
Public classBaseFormatter
Abstract Base Class for Formatters.
Public classCsvFormatter
Formatter for generating CSV.
Public classDeliminatedLineFormatter
Abstract Base Class for formatters where things are formatted as lines of plain text deliminated by specific characters.
Public classHtmlFormatter
Formatter for formatting as HTML.
Public classNotation3Formatter
Formatter for formatting as Notation 3.
Public classNQuads11Formatter
Formatter which formats Triples as NQuads according to the RDF 1.1 NQuads specification.
Public classNQuadsFormatter
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.
Public classNTriples11Formatter
Formatter for formatting as NTriples according to the RDF 1.1 specification.
Public classNTriplesFormatter
Formatter for formatting as NTriples.
Public classQNameFormatter
Abstract Base Class for Formatters that can compress URIs to QNames.
Public classRdfXmlFormatter
A formatter which formats triples for RDF/XML output.
Public classSparqlFormatter
Formatter for formatting Nodes for use in SPARQL and for formatting SPARQL Queries.
Public classSparqlXmlFormatter
A Result Format that formats using the official SPARQL XML Results format.
Public classTsvFormatter
Formatter for formatting as TSV.
Public classTurtleFormatter
Formatter which formats Turtle with QName compression.
Public classTurtleW3CFormatter
Formatter which formats Turtle with QName compression using the newer W3C syntax which permits a wider range of valid QNames.
Public classUncompressedNotation3Formatter
Formatter for formatting as Notation 3 without any compression.
Public classUncompressedTurtleFormatter
Formatter which formats Turtle without any compression.
Interfaces
  InterfaceDescription
Public interfaceIBaseUriFormatter
Interface for Formatters which can format Base URI Information.
Public interfaceICharFormatter
Interface for Character Formatters.
Public interfaceIGraphFormatter
Interface for formatters designed to format entire RDF Graphs.
Public interfaceINamespaceFormatter
Interface for Formatters which can format Namespace Information.
Public interfaceINodeFormatter
Interface for classes which can format Nodes into Strings.
Public interfaceIQueryFormatter
Interface for classes which can format SPARQL Queries into Strings.
Public interfaceIResultFormatter
Interface for Formatters which Format SPARQL Results.
Public interfaceIResultSetFormatter
Interface for formatters designed to format entire SPARQL Result Sets.
Public interfaceITripleFormatter
Interface for Triple Formatters.
Public interfaceIUriFormatter
Interface for URI Formatters.