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 Remarks Simply opens a Stream for the File then calls the other version of Load to do the actual parsing.
See Also