Click or drag to resize

NTriplesParser.Load 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.RDF.IGraph
Graph to create Triples in.
input
Type: System.IO.TextReader
Arbitrary Input to read input from.

Implements

IRdfReader.Load(IGraph, TextReader)
See Also