UriLoaderLoadDataset Method (IRdfHandler, Uri) | 
 
            Attempts to load a RDF dataset from the given URI using a RDF Handler.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static void LoadDataset(
	IRdfHandler handler,
	Uri u
)
Public Shared Sub LoadDataset ( 
	handler As IRdfHandler,
	u As Uri
)
Parameters
- handler
 - Type: VDS.RDFIRdfHandler
RDF Handler to use. - 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