Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > db4738b84a6fa4f9e3d8c85c29c9268a > files > 2

powl-0.93-2mdv2008.1.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/');
?>