TripleStoreExtensionsLoadFromUri Method (ITripleStore, Uri, IStoreReader) |
Loads an RDF dataset from a URI into a Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Remarks
This is just a shortcut to using the static
Load() methods from the
UriLoader class located in the
Parsing namespace.
See Also