dotNetRDF API Documentation

NTriplesParser.Load Method

Parses NTriples Syntax from the given Input Stream into Triples in the given Graph

Overload List

Parses NTriples Syntax from the given Input Stream into Triples in the given Graph

public void Load(IGraph,StreamReader)

Parses NTriples Syntax from the given Input into Triples in the given Graph

public void Load(IGraph,TextReader)

Parses NTriples Syntax from the given File into Triples in the given Graph

public void Load(IGraph,string)

Parses NTriples Syntax from the given Input Stream using a RDF Handler

public void Load(IRdfHandler,StreamReader)

Parses NTriples Syntax from the given Input using a RDF Handler

public void Load(IRdfHandler,TextReader)

Parses NTriples Syntax from the given file using a RDF Handler

public void Load(IRdfHandler,string)

See Also

NTriplesParser Class | VDS.RDF.Parsing Namespace