VDS.RDF.Writing.Formatting Namespace |
Namespace for Formatter Classes which can be used to format Triples, Nodes and URIs among other types.
| Class | 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.
| |
| HtmlFormatter |
Formatter for formatting as HTML.
| |
| Notation3Formatter |
Formatter for formatting as Notation 3.
| |
| NQuads11Formatter |
Formatter which formats Triples as NQuads according to the RDF 1.1 NQuads specification.
| |
| 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.
| |
| NTriples11Formatter |
Formatter for formatting as NTriples according to the RDF 1.1 specification.
| |
| NTriplesFormatter |
Formatter for formatting as NTriples.
| |
| QNameFormatter |
Abstract Base Class for Formatters that can compress URIs to QNames.
| |
| RdfXmlFormatter |
A formatter which formats triples for RDF/XML output.
| |
| 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.
|
| Interface | Description | |
|---|---|---|
| IBaseUriFormatter |
Interface for Formatters which can format Base URI Information.
| |
| ICharFormatter |
Interface for Character Formatters.
| |
| IGraphFormatter |
Interface for formatters designed to format entire RDF Graphs.
| |
| INamespaceFormatter |
Interface for Formatters which can format Namespace Information.
| |
| INodeFormatter |
Interface for classes which can format Nodes into Strings.
| |
| IQueryFormatter |
Interface for classes which can format SPARQL Queries into Strings.
| |
| IResultFormatter |
Interface for Formatters which Format SPARQL Results.
| |
| IResultSetFormatter |
Interface for formatters designed to format entire SPARQL Result Sets.
| |
| ITripleFormatter |
Interface for Triple Formatters.
| |
| IUriFormatter |
Interface for URI Formatters.
|