Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0b3ce8579f58aaccef85c039f7d5ae13 > files > 2

powl-0.93-6mdv2010.0.noarch.rpm

<?
// adjust the database connection parameters according to your needs
$_POWL['db']=array(
	'backend'=>'rap',  // specifies the backend table layout
                       // 'rap' and 'protege' currently supported
//	'tables'=>array('protegetable'), // only used with 'protege' backend
                                     // protege allows only one model per table
                                     // multiple tables may be given here
	'type'=>'MySQL',
	'host'=>'',
	'db'=>'powl',
	'user'=>'powluser',
	'pass'=>'powlpass',
//	'tablePrefix'=>'powl_', // define a common prefix for the powl db tables
);
// adjust and uncomment the following lines only if pOWL dosn't
// autodetect the correct installPath and uriBase
# $_POWL['installPath']='/usr/local/httpd/htdocs/powl/';
# $_POWL['uriBase']='/powl/';
// This has not to be changed unless you want to make your system ontology
// publicly available
$_POWL['SysOntModelURI']='http://localhost/SysOnt/0.1#';
// Don't change this line, unless you know what you do
$_POWL['SysOntSchemaURI']='http://powl.sf.net/SysOnt/0.1#';
define('RDFAPI_INCLUDE_DIR', '/usr/share/php-rap/api/');
?>