Click or drag to resize

EmbeddedResourceLoaderLoad Method (ITripleStore, String, IStoreReader)

Loads a RDF Dataset from an Embedded Resource.

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

Parameters

store
Type: VDS.RDFITripleStore
Store to load into.
resource
Type: SystemString
Assembly Qualified Name of the Resource to load.
parser
Type: VDS.RDFIStoreReader
Parser to use (leave null for auto-selection).
See Also