TripleStoreExtensionsLoadFromFile Method (ITripleStore, String) |
Loads an RDF dataset from a file 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
FileLoader class located in the
Parsing namespace.
See Also