Click or drag to resize

JsonLdParser.Load Method (ITripleStore, TextReader)

Loads a RDF dataset into a Triple Store.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	ITripleStore store,
	TextReader input
)

Parameters

store
Type: VDS.RDF.ITripleStore
Triple Store.
input
Type: System.IO.TextReader
Input to load from.

Implements

IStoreReader.Load(ITripleStore, TextReader)
See Also