Click or drag to resize

Notation3ParserLoad Method (IGraph, StreamReader)

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,
	StreamReader input
)

Parameters

g
Type: VDS.RDFIGraph
Graph to load into.
input
Type: System.IOStreamReader
Stream to read from.

Implements

IRdfReaderLoad(IGraph, StreamReader)
See Also