EmbeddedResourceLoaderLoad Method (ITripleStore, String) | 
 
            Loads a RDF Dataset from an Embedded Resource.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static void Load(
	ITripleStore store,
	string resource
)
Public Shared Sub Load ( 
	store As ITripleStore,
	resource As String
)
Parameters
- store
 - Type: VDS.RDFITripleStore
Store to load into. - resource
 - Type: SystemString
Assembly Qualified Name of the Resource to load. 
Remarks
            Parser will be auto-selected.
            
See Also