Click or drag to resize

Notation3ParserLoad Method (IGraph, String)

Loads a Graph by reading Notation 3 syntax from the given file.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to load into.
filename
Type: SystemString
File to read from.

Implements

IRdfReaderLoad(IGraph, String)
See Also