Click or drag to resize

RdfXmlParser.Load Method (IGraph, TextReader)

Reads RDF/XML syntax from some Input into the given Graph.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to create Triples in.
input
Type: System.IO.TextReader
Input to read from.

Implements

IRdfReader.Load(IGraph, TextReader)
See Also