Click or drag to resize

TurtleParserLoad Method (IGraph, TextReader)

Loads a Graph by reading Turtle 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.RDFIGraph
Graph to load into.
input
Type: System.IOTextReader
Input to read from.

Implements

IRdfReaderLoad(IGraph, TextReader)
See Also