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