Click or drag to resize

RdfXmlParser.Load Method (IGraph, StreamReader)

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

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to create Triples in.
input
Type: System.IO.StreamReader
Input Stream.

Implements

IRdfReader.Load(IGraph, StreamReader)
See Also