Notation3Formatter Constructor (IGraph) |
Creates a new Notation 3 Formatter using the given Graph.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Notation3Formatter(
IGraph g
)
Public Sub New (
g As IGraph
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph.
See Also