Click or drag to resize

NTriplesParserLoad Method (IGraph, TextReader)

Parses NTriples Syntax from the given Input into Triples in the given Graph.

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 create Triples in.
input
Type: System.IOTextReader
Arbitrary Input to read input from.

Implements

IRdfReaderLoad(IGraph, TextReader)
See Also