///////////////////////////////////////////////////////
// Update attributes in model:
ont_.addProperty(Omv.uri, base_);
if ( version != null ) {
ont_.addProperty(Omv.version, version);
}
ont_.addProperty(Omv.creationDate, creationDate);
////////////////////////////////////////////////////////////////////////
// Done with the model.