Click or drag to resize

NTriplesParserLoad Method (IGraph, String)

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

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IGraph g,
	string filename
)

Parameters

g
Type: VDS.RDFIGraph
Graph to create Triples in.
filename
Type: SystemString
Name of the file containing Turtle Syntax.

Implements

IRdfReaderLoad(IGraph, String)
Remarks
Simply opens an StreamReader and uses the overloaded version of this function.
See Also