Click or drag to resize

Notation3Parser.Load 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.RDF.IGraph
Graph to load into.
filename
Type: System.String
File to read from.

Implements

IRdfReader.Load(IGraph, String)
See Also