Click or drag to resize

SparqlFormatter Constructor (IGraph)

Creates a new SPARQL Formatter using the given Graph.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlFormatter(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also