Apply

The first KWPN Online Broodmare & Embryo Auction of the year was a success. Fourteen pregnant mares and three embryos went under the digital hammer. The mare Glamour-Esther SVN (s.Totilas) became the top seller of the auction.

A Dutch buyer may welcome Glamour-Esther SVN (Totilas out of O. Esther elite pref PROK prest D-OC by Jazz, bred by Stal Van Nobelen in Noordwijk) in their stable. This daughter of the legendary Totilas is a half-sister of three international Grand Prix horses: Asther de Jeu (s.Contango), Zafriq de Jeu (s.Rousseau) and Brother de Jeu (s.Voice) as well as the international U25 Grand Prix horse Esther SVN (s.Voice). Dam O.Esther additionally produced the international Small Tour horses Jane Esther SVN (s.Negro) and W.Esther de Jeu (s.Rousseau), ranking her among the most esteemed broodmares. Granddam J.Esther is in turn a half-sister of Edward Gal’s EC-horse Sisther de Jeu. 

The dressage mares Osadia (s.Daily Diamond) and Royal Weltino (s.Dante Weltino) both changed hands for 20.000 euro. The most expensive jumper mare was Haya P.B. (s.Vigo d’Arsouilles). The dam of the recently appointed Piqué was sold to the United Kingdom for 13.000 euro.

Result KWPN Online Broodmare & Embryo Auction

Photo Glamour-Esther SVN: Anniek de Wit

€ 124.75 per year

KWPN Membership

  • Subscription to the montlhy digital KWPN Magazine (in Dutch)
  • Free advertising at KWPN Horses for Sale
Become a member now

About the KWPN

The KWPN (Studbook of the Royal Dutch Sport Horse) is a Netherlands-based organization specializing in the breeding of jumpers, dressage horses, harness horses, and Gelder horses.

More info

Official Partners


Error executing template "CookieWarning/TopPageWarning.cshtml"
System.IO.IOException: The process cannot access the file 'D:\inetpub\wwwroot\www.kwpn.nl\Files\Templates\Designs\Kwpn\Translations.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Dynamicweb.Rendering.Translation.Source.WriteDocument(XmlDocument document)
at Dynamicweb.Rendering.Translation.Source.Save()
at Dynamicweb.Rendering.Translation.Source.UpdateTranslationSource(Source source, IEnumerable`1 newKeys, String designName, IEnumerable`1 cultures)
at Dynamicweb.Rendering.Template.TranslateText(String text, String defaultValue, String cultureName)
at Dynamicweb.Rendering.TemplateBase`1.Translate(String text)
at CompiledRazorTemplates.Dynamic.RazorEngine_a7edb672722f454ca732cf9bff1a6570.Execute() in D:\inetpub\wwwroot\www.kwpn.nl\Files\Templates\CookieWarning\TopPageWarning.cshtml:line 42
at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader)
at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag)
at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer)
at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter)
at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)
at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)
at Dynamicweb.Rendering.Template.RenderRazorTemplate()

1 @using Kwpn.Repository.Helpers 2 @inherits Dynamicweb.Rendering.RazorTemplateBase<Dynamicweb.Rendering.RazorTemplateModel<Dynamicweb.Rendering.Template>> 3 4 <div id="cookieWarningDiv"> 5 <script type="text/javascript"> 6 function setOptInCookie(optInLevel) { 7 var xmlhttp; 8 if (window.XMLHttpRequest) { 9 xmlhttp = new XMLHttpRequest(); 10 } 11 else { 12 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 13 } 14 xmlhttp.onreadystatechange = function () { 15 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { 16 var div = document.getElementById("cookieWarningDiv"); 17 div.parentNode.removeChild(div); 18 $("body").css("padding-top", "0").css("background-position", "center top"); 19 return false; 20 } 21 } 22 xmlhttp.open("GET", "/admin/public/CookieOptInLevelConfig.aspx?cmd=SetCookieOptInLevel&OptInLevel=" + optInLevel, true); 23 xmlhttp.send(); 24 return false; 25 } 26 </script> 27 28 <div class="row"> 29 <div class="col-xs-12 col-sm-6 col-sm-offset-3"> 30 <h1>@Translate("CookieWarning_Header")</h1> 31 <p>@Translate("CookieWarning_Info")</p> 32 <p><a id="navigation_cookieinfo" href="@NavigationHelper.GetCookiePageUrl()">@Translate("CookiePolicy")</a></p> 33 </div> 34 </div> 35 <div class="row"> 36 <div class="col-xs-12 col-sm-6 col-sm-offset-3"> 37 <div id="cookieButtons" class="row"> 38 <div class="col-sm-4"> 39 <a id="cookieAcceptNone" href="#" onclick="return setOptInCookie(0);"><i class="fa fa-chevron-right" aria-hidden="true"></i>@Translate("CookieWarning_DoNotAccept")</a> 40 </div> 41 <div class="col-sm-4"> 42 <a id="cookieAcceptFunctional" href="#" onclick="return setOptInCookie(1);"><i class="fa fa-chevron-right" aria-hidden="true"></i>@Translate("CookieWarning_FunctionelOnly")</a> 43 </div> 44 <div class="col-sm-4"> 45 <a id="cookieAcceptAll" class="pull-right" href="#" onclick="return setOptInCookie(2);"> 46 @Translate("CookieWarning_AcceptAll") <i class="fa fa-chevron-right" aria-hidden="true"></i> 47 </a> 48 </div> 49 </div> 50 </div> 51 </div> 52 </div>