Class EasyRdf_Parser_Arc

Description

Class to parse RDF using the ARC2 library.

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

EasyRdf_Parser
   |
   --EasyRdf_Parser_RdfPhp
      |
      --EasyRdf_Parser_Arc
Method Summary
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Methods
Constructor __construct (line 60)

Constructor

  • access: public
object EasyRdf_Parser_Arc __construct ()

Redefinition of:
EasyRdf_Parser_RdfPhp::__construct()
Constructor
parse (line 74)

Parse an RDF 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

Redefinition of:
EasyRdf_Parser_RdfPhp::parse()
Parse RDF/PHP into an EasyRdf_Graph

Inherited Methods

Inherited From EasyRdf_Parser_RdfPhp

EasyRdf_Parser_RdfPhp::__construct()
EasyRdf_Parser_RdfPhp::parse()

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