*/
public static void main(String[] args)
{
Store store = SDBFactory.connectStore("D:/Tools/SDB-1.3.1/bin/ADMIRE-sdb-mysql-innodb-test.ttl") ;
Dataset ds = DatasetStore.create(store);
Model model = ds.getDefaultModel();
String inputFileName = "D:/Proyectos/ADMIRE/SVN/projman/review-PM26/registry_pes/admire_registry_dump.n3";
InputStream in = FileManager.get().open( inputFileName );
if (in == null) {
throw new IllegalArgumentException( "File: " + inputFileName + " not found");
}