dotNetRDF API Documentation

ICompressingWriter Interface

Interface for Writers that support varying levels of Syntax Compression

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

public interface ICompressingWriter

Types that implement ICompressingWriter

Type Description
CompressingTurtleWriter Class for generating Turtle Concrete RDF Syntax which provides varying levels of Syntax Compression
Notation3Writer Class for generating Notation 3 Concrete RDF Syntax which provides varying levels of Syntax Compression
PrettyRdfXmlWriter Class for generating RDF/XML Concrete Syntax
RdfXmlWriter Class for generating RDF/XML Concrete Syntax
TriGWriter Class for writing a Triple Store in named Graph TriG syntax to a file/stream

Requirements

Namespace: VDS.RDF.Writing

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ICompressingWriter Members | VDS.RDF.Writing Namespace