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
)
Public Sub New (
syntax As NTriplesSyntax,
formatName As String
)
Parameters
- syntax
- Type: VDS.RDF.ParsingNTriplesSyntax
NTriples syntax to output. - formatName
- Type: SystemString
Format Name.
See Also