Click or drag to resize

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

Implements

IRdfReader.Load(IGraph, StreamReader)
See Also