Click or drag to resize

RdfXmlParserLoad Method (IGraph, String)

Reads RDF/XML syntax from some File into the given 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 create Triples in.
filename
Type: SystemString
Filename of File containg XML/RDF.

Implements

IRdfReaderLoad(IGraph, String)
Remarks
Simply opens a Stream for the File then calls the other version of Load to do the actual parsing.
See Also