Click or drag to resize

Notation3Parser.Load Method (IGraph, TextReader)

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

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to load into.
input
Type: System.IO.TextReader
Input to read from.

Implements

IRdfReader.Load(IGraph, TextReader)
See Also