Click or drag to resize

RdfAParserBase<THtmlDocument, TElement, TNode, TAttribute>.Load Method (IGraph, String)

Parses RDFa by extracting it from the HTML from the given file.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph to load into.
filename
Type: System.String
File to read from.

Implements

IRdfReader.Load(IGraph, String)
See Also