Notation3ParserLoad Method |
Name | Description | |
---|---|---|
Load(IGraph, StreamReader) |
Loads a Graph by reading Notation 3 syntax from the given input.
| |
Load(IGraph, TextReader) |
Loads a Graph by reading Notation 3 syntax from the given input.
| |
Load(IGraph, String) |
Loads a Graph by reading Notation 3 syntax from the given file.
| |
Load(IRdfHandler, StreamReader) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
| |
Load(IRdfHandler, TextReader) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.
| |
Load(IRdfHandler, String) |
Loads RDF using a RDF handler by reading Notation 3 syntax from the given file.
|