Click or drag to resize

JsonLdParserLoad Method (ITripleStore, String)

Read JSON-LD from the specified file and add the RDF quads found in the JSON-LD to the specified store.

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

Parameters

store
Type: VDS.RDFITripleStore
The store to add the parsed RDF quads to.
filename
Type: SystemString
The path to the JSON file to be parsed.

Implements

IStoreReaderLoad(ITripleStore, String)
See Also