Class EasyRdf_Parser_Json

Description

A pure-php class to parse RDF/JSON with no dependancies.

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

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

EasyRdf_Parser
   |
   --EasyRdf_Parser_RdfPhp
      |
      --EasyRdf_Parser_Json
Direct descendents
Class Description
EasyRdf_Parser_Rapper Class to parse RDF using the 'rapper' command line tool.
Method Summary
boolean parse (object EasyRdf_Graph $graph, string $data, string $format, string $baseUri)
Methods
parse (line 91)

Parse RDF/JSON 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

Redefined in descendants as:

Inherited Methods

Inherited From EasyRdf_Parser_RdfPhp

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

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