EmbeddedResourceLoaderLoad Method (ITripleStore, String, IStoreReader) |
Loads a RDF Dataset from an Embedded Resource.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static void Load(
ITripleStore store,
string resource,
IStoreReader parser
)
Public Shared Sub Load (
store As ITripleStore,
resource As String,
parser As IStoreReader
)
Parameters
- store
- Type: VDS.RDFITripleStore
Store to load into. - resource
- Type: SystemString
Assembly Qualified Name of the Resource to load. - parser
- Type: VDS.RDFIStoreReader
Parser to use (leave null for auto-selection).
See Also