IStoreReader.Load Method (ITripleStore, String) |
Loads a RDF dataset into a Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid Load(
ITripleStore store,
string filename
)
Sub Load (
store As ITripleStore,
filename As String
)
Parameters
- store
- Type: VDS.RDF.ITripleStore
Triple Store. - filename
- Type: System.String
File to load from.
See Also