Hi i'm trying to add an additional NS Prefix to a Jena Model: model.setNsPrefix("foaf", FOAF.NS) but it seems it's not working. When i'm checking the Prefix Map of the model the added prefix is not in there. The Model is created via VirtModel.createDatabaseModel(_modelName, this.v_url, this.v_user, this.v_pwd). Am i missing something? Is this a bug in the Virtuoso Jena API?
Cheers, Till