Exemple #1
0
 /**
  * Writes the RDF serialization of the MemModel as HTML table.
  *
  * @access	public 
  * @return	string 
  */
 function writeRdfToString()
 {
     return $this->model->writeRdfToString();
 }