// Creates Datasource for trust operations
//if(repository!=null)
// rdfSource = new RDFSesameSource(repository);
//else
if(model!=null)
rdfSource = new RDF2GoSource(model);
// Creates Trust Engine
trustEngine = new PrologTrustEngine(rdfSource);
// Includes information about which is the URI of the trusting agent