Click or drag to resize

Notation3Writer.Save Method (IGraph, String)

Saves a Graph to a file using Notation 3 Syntax.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to save.
filename
Type: System.String
File to save to.

Implements

IRdfWriter.Save(IGraph, String)
See Also