IStoreReader Interface |
Namespace: VDS.RDF
The IStoreReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Load(IRdfHandler, TextReader) |
Loads a RDF dataset using a RDF Handler.
| |
| Load(IRdfHandler, String) |
Loads a RDF dataset using a RDF Handler.
| |
| Load(ITripleStore, TextReader) |
Loads a RDF dataset into a Triple Store.
| |
| Load(ITripleStore, String) |
Loads a RDF dataset into a Triple Store.
|
| Name | Description | |
|---|---|---|
| Warning |
Event which Readers can raise when they notice syntax that is ambigious/deprecated etc which can still be parsed
|