Dominican Republic Taekwondo Federation
The Dominican Republic Taekwondo Federation, is the governing body for the sport of taekwondo in the Dominican Republic.[1]
Sport | Taekwondo |
---|---|
Jurisdiction | Dominican Republic |
Abbreviation | FEDOTAE |
Founded | 1981 |
Affiliation | World Taekwondo |
Regional affiliation | Pan American Taekwondo Union |
President | Francisco Camacho |
Vice president(s) | José Victoriano |
Secretary | BenjamÃn Oscar Maldadono |
Official website | |
www | |
![]() |
History
On 13 September 1981 the Federation was founded in order to group all the local associations within the Dominican Republic.[2]
Structure
The Dominican Republic Taekwondo Federation is affiliated to the Pan American Taekwondo Union (PATU)[3] and World Taekwondo and is recognised by the Dominican Republic Olympic Committee (COLIMDO).[4]
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.
References
- "Reeligen presidente Francisco Camacho en Taekwondo". El Nacional. 17 March 2015. Retrieved 24 August 2016.
- "Directory Of Martial Arts In The Dominican Republic". DeDominicanos.com. Retrieved 24 August 2016.
- "Pan American Taekwondo Union MNA Contact Information". Pan American Taekwondo Union. Retrieved 24 August 2016.
- "TAEKWONDO". COLIMDO. Retrieved 24 August 2016.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.