Class EasyRdf_Parser_RdfPhp

Description

Class to parse RDF with no external dependancies.

http://n2.talis.com/wiki/RDF_PHP_Specification

Located in /EasyRdf/Parser/RdfPhp.php (line 48)

EasyRdf_Parser
   |
   --EasyRdf_Parser_RdfPhp
Direct descendents
Class Description
EasyRdf_Parser_Arc Class to parse RDF using the ARC2 library.
EasyRdf_Parser_Json A pure-php class to parse RDF/JSON with no dependancies.
Method Summary
integer parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Variables
Methods
Constructor __construct (line 55)

Constructor

  • access: public

Redefined in descendants as:
parse (line 68)

Parse RDF/PHP into an EasyRdf_Graph

  • return: The number of triples added to the graph
  • access: public
integer 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

Redefined in descendants as:

Documentation generated on Wed, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4