Opening Verse

Opening Verse (19862002) was a Thoroughbred racehorse who competed in England and the United States.

Opening Verse
SireThe Minstrel
GrandsireNorthern Dancer
DamShy Dawn
DamsireGrey Dawn
SexStallion
Foaled1986
CountryUnited States
ColourChestnut
BreederJacques D. Wimpfheimer
Owner1) Sheikh Mohammed (UK)
2) Allen E. Paulson (USA)
Trainer1) Henry Cecil (UK)
2) Richard J. Lundy (USA)
Record30: 10-7-2
EarningsUS$1,669,357
Major wins
Somerville Tattersall Stakes (1988)
Strensall Stakes (1989)
Razorback Handicap (1990)
Oaklawn Handicap (1990)
Fort Harrod Stakes (1991)
Turf Classic Stakes (1991) Breeders' Cup wins:
Breeders' Cup Mile (1991)
Honours
Opening Verse Handicap at Churchill Downs
Last updated on January 24, 2010

Background

Bred in Kentucky, his sire was the 1977 Epsom and Irish Derby winner, The Minstrel. Out of the mare Shy Dawn, his damsire was Grey Dawn, the French Champion Two-Year-Old Colt who beat Sea Bird II in the 1964 Grand Criterium at Longchamp Racecourse.

Racing career

United Kingdom

Trained in England by Henry Cecil for Sheikh Mohammed, at age two Opening Verse made his racing debut with a win in the August 27, 1988 Park Lodge Maiden Stakes at Newmarket Racecourse. Then, on September 30 he won the Somerville Tattersall Stakes on the same course and on October 25, the Provideo Stakes at Redcar Racecourse. As a three-year-old, Opening Verse went winless until September 7, 1989 when he won the Strensall Stakes at York Racecourse. In the Group One Eclipse Stakes at Sandown Park, he ran second to Nashwan.

United States

Sold to American, Allen Paulson, one of the preeminent owner/breeders of the 1980s and 1990s, as a four-year-old in 1990 Opening Verse raced in the United States under trainer Richard Lundy. Switched from racing on grass to dirt racing surfaces, he won the Razorback and Oaklawn Handicaps at Oaklawn Park then finished seventh in the 1¼ mile Breeders' Cup Classic, held that year at Belmont Park.

Racing on grass at age five in 1991, Opening Verse had his most successful year. He won the Fort Harrod Stakes at Keeneland, and the Turf Classic Stakes at Churchill Downs. Entered in the 1991 Breeders' Cup Mile, held that year at Churchill Downs, Opening Verse was up against what racecaller Tom Durkin described as "an exceptionally strong field" with stars such as Priolo, the French Champion Three-Year-Old Colt, and In Excess, the American Horse of the Year contender and betting favorite who came into the race having won four Grade 1 races that year. Sent off as a longshot at 26:1 odds, under jockey Pat Valenzuela, Opening Verse rallied from fifth place in the field of fourteen to take the lead in the homestretch and won the race by 1¼ lengths.

Stud record

Retired to stud duty, Opening Verse's progeny met with modest success in racing, the best of which was Grade I winner and millionaire, Colstar.

Pedigree

Pedigree of Opening Verse
Sire
The Minstrel
Northern Dancer Nearctic Nearco
Lady Angela
Natalma Native Dancer
Almahmoud
Fleur Victoria Park Chop Chop
Victoriana
Flaming Page Bull Page
Flaring Top
Dam
Shy Dawn
Grey Dawn Herbager Vandale
Flagette
Polamia Mahmoud
Ampola
Shy Dancer Bolero Eight Thirty
Stepwisely
Shy Bim Bimelech
Bashful
gollark: I prefer Rust.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.