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.