Click or drag to resize

RdfJsonParser.Load 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.RDF.IGraph
Graph to read into.
filename
Type: System.String
File to read from.

Implements

IRdfReader.Load(IGraph, String)
See Also