Click or drag to resize

UriLoaderLoad Method (ITripleStore, Uri)

Attempts to load a RDF dataset from the given URI into the given Triple Store.

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

Parameters

store
Type: VDS.RDFITripleStore
Triple Store to load into.
u
Type: SystemUri
URI to attempt to get a RDF dataset from.
Remarks

Attempts to select the relevant Store Parser based on the Content Type header returned in the HTTP Response.

See Also