Click or drag to resize

JsonLdParser.Load 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.RDF.ITripleStore
The store to add the parsed RDF quads to.
filename
Type: System.String
The path to the JSON file to be parsed.

Implements

IStoreReader.Load(ITripleStore, String)
See Also