Click or drag to resize

NTriplesParserLoad Method (IGraph, StreamReader)

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

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

Implements

IRdfReaderLoad(IGraph, StreamReader)
See Also