Click or drag to resize

HtmlSchemaWriterSave Method (IGraph, String)

Saves the Graph to the given File as an XHTML Table with embedded RDFa.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Save(
	IGraph g,
	string filename
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
filename
Type: SystemString
File to save to.

Implements

IRdfWriterSave(IGraph, String)
See Also