Source for file NamedGraphDb.php
Documentation is available at NamedGraphDb.php
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
* Persistent NamedGraph implementation that extends a {@link DbModel}.
* The graphName is not stored in the database. As soon as the namedGraph is added
* to a RDF dataset the graphName is saved.
* @version $Id: fsource_dataset__datasetNamedGraphDb.php.html 442 2007-06-01 16:19:26Z cax $
* @author Daniel Westphal (http://www.d-westphal.de)
* Name of the NamedGraphDb
* Do not call this directly.
* Use the method getModel,getNewModel or putModel of the Class NamedGraphDb instead.
function NamedGraphDb(&$dbConnection, $modelURI, $modelID,$graphName, $baseURI=
NULL)
$this->dbConn =
& $dbConnection;
$this->modelURI =
$modelURI;
$this->modelID =
$modelID;
$this->baseURI =
$this->_checkBaseURI($baseURI);
$this->graphName =
$graphName;
$this->graphName=
$graphName;
* Returns the graph name.
Documentation generated on Fri, 1 Jun 2007 16:50:02 +0200 by phpDocumentor 1.3.2