Click or drag to resize

NTriplesFormatter Constructor (NTriplesSyntax, String)

Creates a new NTriples formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NTriplesFormatter(
	NTriplesSyntax syntax,
	string formatName
)

Parameters

syntax
Type: VDS.RDF.ParsingNTriplesSyntax
NTriples syntax to output.
formatName
Type: SystemString
Format Name.
See Also