NTriplesParserLoad Method |
| Name | Description | |
|---|---|---|
| Load(IGraph, StreamReader) |
Parses NTriples Syntax from the given Input Stream into Triples in the given Graph.
| |
| Load(IGraph, TextReader) |
Parses NTriples Syntax from the given Input into Triples in the given Graph.
| |
| Load(IGraph, String) |
Parses NTriples Syntax from the given File into Triples in the given Graph.
| |
| Load(IRdfHandler, StreamReader) |
Parses NTriples Syntax from the given Input Stream using a RDF Handler.
| |
| Load(IRdfHandler, TextReader) |
Parses NTriples Syntax from the given Input using a RDF Handler.
| |
| Load(IRdfHandler, String) |
Parses NTriples Syntax from the given file using a RDF Handler.
|