in Model.php, line 235 :
function & getOntModel($vocabulary)
{
require_once( RDFAPI_INCLUDE_DIR . PACKAGE_ONTMODEL);
return new OntModel(& $this, $vocab);
}
in line 238, the $vocab should be $vocabulary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in Model.php, line 235 :
function & getOntModel($vocabulary)
{
require_once( RDFAPI_INCLUDE_DIR . PACKAGE_ONTMODEL);
return new OntModel(& $this, $vocab);
}
in line 238, the $vocab should be $vocabulary.