Click or drag to resize

RdfXmlParserLoad 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.RDFIGraph
Graph to create Triples in.
input
Type: System.IOTextReader
Input to read from.

Implements

IRdfReaderLoad(IGraph, TextReader)
See Also