dotNetRDF API Documentation

IRdfWriter Interface

Interface to be implemented by RDF Writers which generate RDF Concrete Syntax

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

public interface IRdfWriter

Types that implement IRdfWriter

Type Description
BaseGZipWriter Abstract base class for RDF writers that generate GZipped output
CompressingTurtleWriter Class for generating Turtle Concrete RDF Syntax which provides varying levels of Syntax Compression
CsvWriter Class for generating CSV output from RDF Graphs
GraphVizWriter A Writer which generates GraphViz DOT Format files from an RDF Graph
GZippedNotation3Writer Writer for GZipped Notation 3
GZippedNTriplesWriter Writer for GZipped NTriples
GZippedRdfAWriter Writer for GZipped RDFa
GZippedRdfJsonWriter Writer for GZipped RDF/JSON
GZippedRdfXmlWriter Writer for GZipped RDF/XML
GZippedTurtleWriter Writer for GZipped Turtle
HtmlSchemaWriter HTML Schema Writer is a HTML Writer which writes a human readable description of a Schema/Ontology
HtmlWriter Class for saving RDF Graphs to a XHTML Table format with the actual Triples embedded as RDFa
Notation3Writer Class for generating Notation 3 Concrete RDF Syntax which provides varying levels of Syntax Compression
NTriplesWriter Class for generating RDF in NTriples Concrete Syntax
PrettyRdfXmlWriter Class for generating RDF/XML Concrete Syntax
RdfJsonWriter Class for generating RDF/Json Concrete Syntax
RdfXmlWriter Class for generating RDF/XML Concrete Syntax
TsvWriter Class for generating TSV files from RDF Graphs
TurtleWriter Obsolete. Class for generating RDF in Turtle Syntax

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IRdfWriter Members | VDS.RDF Namespace