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
)
Public Shared Sub Load (
store As ITripleStore,
u As Uri
)
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