Click or drag to resize

RdfJsonParserLoad Method (IGraph, String)

Read RDF/Json Syntax from some File into a 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 read into.
filename
Type: SystemString
File to read from.

Implements

IRdfReaderLoad(IGraph, String)
See Also