def creatorURI=(val)
      @creatorURI = Array.new
      val.each do |v|
        uri = v
        if(!v.include? Rails.configuration.id_namespace)