Class EasyRdf_Serialiser_RdfPhp

Description

Class to serialise an EasyRdf_Graph to RDF/PHP with no external dependancies.

Located in /EasyRdf/Serialiser/RdfPhp.php (line 47)

EasyRdf_Serialiser
   |
   --EasyRdf_Serialiser_RdfPhp
Direct descendents
Class Description
EasyRdf_Serialiser_Arc Class to serialise RDF using the ARC2 library.
EasyRdf_Serialiser_Json Class to serialise an EasyRdf_Graph to RDF/JSON with no external dependancies.
Method Summary
string serialise (object EasyRdf_Graph $graph, string $format)
Variables

Inherited Variables

Inherited from EasyRdf_Serialiser

EasyRdf_Serialiser::$_prefixes
Methods
serialise (line 58)

Method to serialise an EasyRdf_Graph to RDF/PHP

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

  • return: The RDF in the new desired format.
  • access: public
string serialise (object EasyRdf_Graph $graph, string $format)
  • object EasyRdf_Graph $graph: An EasyRdf_Graph object.
  • string $format: The name of the format to convert to.

Redefined in descendants as:

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