TurtleW3CFormatter Constructor (IGraph) | 
 
            Creates a new Turtle Formatter for the given Graph.
            
 
    Namespace: 
   VDS.RDF.Writing.Formatting
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic TurtleW3CFormatter(
	IGraph g
)
Public Sub New ( 
	g As IGraph
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. 
See Also