Class EasyRdf_Parser_Ntriples

Description

A pure-php class to parse N-Triples with no dependancies.

Located in /EasyRdf/Parser/Ntriples.php (line 46)

EasyRdf_Parser
   |
   --EasyRdf_Parser_Ntriples
Method Summary
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Methods
parse (line 145)

Parse an N-Triples document into an EasyRdf_Graph

  • return: true if parsing was successful
  • access: public
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
  • object EasyRdf_Graph $graph: the graph to load the data into
  • string $data: the RDF document data
  • string $format: the format of the input data
  • string $baseUri: the base URI of the data being parsed

Documentation generated on Wed, 20 Jul 2011 19:54:04 +0100 by phpDocumentor 1.4.3