Click or drag to resize

RdfAParserBaseTHtmlDocument, TElement, TNode, TAttributeLoad Method (IGraph, TextReader)

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

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 load into.
input
Type: System.IOTextReader
Input to read from.

Implements

IRdfReaderLoad(IGraph, TextReader)
See Also