;;;; -*- Mode: LISP; Syntax: Common-Lisp; Base: 10 -*- ;;;; --------------------------------------------------------------------------- ;;;; File name: wfb-cyc-mapping-country-names.lsp ;;;; System: ;;;; Author: Praveen Paritosh ;;;; Created: February 8, 2004 16:42:04 ;;;; Purpose: ;;;; --------------------------------------------------------------------------- ;;;; Modified: Sunday, February 8, 2004 at 16:50:11 by paritosh ;;;; --------------------------------------------------------------------------- (in-package :common-lisp-user) (defparameter *wfb-cyc-name-mappings* ;; This was partly done by hand. '((algeria . Algeria) (angola . Angola) (benin . Benin) (botswana . Botswana) (burkina . BurkinaFaso) (burundi . Burundi) (cameroon . Cameroon) (cape_verde . CapeVerde) (central_african_republic . CentralAfricanRepublic) (chad . Chad) (comoros . Comoros-TheNation) (congo . Congo-Brazzaville) (|Cote d'Ivoire| . IvoryCoast) (djibouti . Djibouti) (egypt . Egypt) (equatorial_guinea . EquatorialGuinea) (eritrea . Eritrea) (ethiopia . Ethiopia) (gabon . Gabon) (the_gambia . Gambia) (ghana . Ghana) (guinea . Guinea) (guinea-bissau . Guinea-Bissau) (kenya . Kenya) (lesotho . Lesotho) (liberia . Liberia) (libya . Libya) (madagascar . Madagascar) (malawi . Malawi) (mali . Mali) (mauritania . Mauritania) (mauritius . Mauritius) (morocco . Morocco) (mozambique . Mozambique) (namibia . Namibia) (niger . Niger) (nigeria . Nigeria) (rwanda . Rwanda) (sao_tome_and_principe . SaoTome-Island) (senegal . Senegal) (seychelles . Seychelles) (sierra_leone . SierraLeone) (somalia . Somalia) (south_africa . SouthAfrica) (sudan . Sudan) (swaziland . Swaziland) (tanzania . Tanzania) (togo . Togo) (tunisa . Tunisia) (uganda . Uganda) (western_sahara . WesternSahara) (zaire . Congo-Kinshasa) (zambia . Zambia) (zimbabwe . Zimbabwe)))