Parses NTriples Syntax from the given Input Stream into Triples in the given Graph
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)
NTriplesParser Class | VDS.RDF.Parsing Namespace