NTriplesWriterContext Constructor (IGraph, TextWriter, NTriplesSyntax) |
Creates a new NTriples Writer Context with default settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public NTriplesWriterContext(
IGraph g,
TextWriter output,
NTriplesSyntax syntax
)
Public Sub New (
g As IGraph,
output As TextWriter,
syntax As NTriplesSyntax
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to write. - output
- Type: System.IOTextWriter
TextWriter to write to. - syntax
- Type: VDS.RDF.ParsingNTriplesSyntax
NTriples Syntax mode.
See Also