187 |
jpm |
1 |
--
|
|
|
2 |
-- Structure de la table `fournier_meta`
|
|
|
3 |
--
|
|
|
4 |
|
|
|
5 |
DROP TABLE IF EXISTS `fournier_meta`;
|
|
|
6 |
CREATE TABLE IF NOT EXISTS `fournier_meta` (
|
|
|
7 |
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
|
|
|
8 |
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
|
|
|
9 |
`code` varchar(20) NOT NULL,
|
|
|
10 |
`version` varchar(20) NOT NULL,
|
|
|
11 |
`titre` varchar(255) DEFAULT NULL,
|
|
|
12 |
`description` text,
|
|
|
13 |
`mots_cles` varchar(510) DEFAULT NULL,
|
|
|
14 |
`citation` varchar(255) DEFAULT NULL,
|
|
|
15 |
`url_tech` varchar(510) DEFAULT NULL,
|
|
|
16 |
`url_projet` varchar(510) DEFAULT NULL,
|
|
|
17 |
`source` text,
|
|
|
18 |
`createurs` text,
|
|
|
19 |
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica;guid=urn:lsid:tela-botanica.org;courriel=accueil@tela-botanica.org;telephone=+334 67 52 41 22;url.info=http://www.tela-botanica.org/page:association_tela_botanica;url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png;type=organisation;acronyme=TB;adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER, FRANCE;latitude.wgs84=43.615892;longitude.wgs84=3.871736;contact.prenom=Jean-Pascal;contact.nom=MILCENT;contact.courriel=jpm@tela-botanica.org;contact.role=administrateur des données;',
|
|
|
20 |
`contributeurs` text,
|
|
|
21 |
`droits` text,
|
|
|
22 |
`url_droits` varchar(510) DEFAULT NULL,
|
|
|
23 |
`langue` varchar(255) NOT NULL DEFAULT 'fr',
|
|
|
24 |
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
|
|
|
25 |
`date_validite` varchar(255) DEFAULT NULL,
|
|
|
26 |
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
|
|
|
27 |
`couverture_temporelle` varchar(510) DEFAULT NULL,
|
|
|
28 |
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
|
|
|
29 |
PRIMARY KEY (`guid`,`langue_meta`)
|
|
|
30 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
|
|
31 |
|
|
|
32 |
--
|
|
|
33 |
-- Contenu de la table `fournier_meta`
|
|
|
34 |
--
|
|
|
35 |
|
|
|
36 |
INSERT INTO `fournier_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
|
|
|
37 |
('urn:lsid:tela-botanica.org:bdtfx:1.00', 'fr', 'FOURNIER', '1.00', 'Base de données des noms de Fournier', 'Intégration des noms scientifiques de Fournier.', 'référentiel, nom, flore, france', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationFournier', NULL, NULL, NULL, '', NULL, 'Copyright © Clapas.org (2011). Tout droits réservés.', NULL, 'fr', '2011-07-29', NULL, 'iso-3166-1.id=FX;', NULL, 'metaDonnees:0.1;noms:0.1;taxons:0.1');
|
|
|
38 |
|
|
|
39 |
--
|
|
|
40 |
-- Structure de la table `fournier_v1_00`
|
|
|
41 |
--
|
|
|
42 |
|
|
|
43 |
DROP TABLE IF EXISTS `fournier_v1_00`;
|
|
|
44 |
CREATE TABLE IF NOT EXISTS `fournier_v1_00` (
|
|
|
45 |
`num_nom` bigint(20) NOT NULL COMMENT 'Identifiant numérique unique du nom scientifique',
|
|
|
46 |
`num_nom_retenu` varchar(9) NOT NULL COMMENT 'Identifiant numérique du nom scientifique (num_nom) retenu pour désigner le taxon',
|
|
|
47 |
`num_tax_sup` varchar(9) DEFAULT NULL COMMENT 'Identifiant numérique du nom (num_nom) de rang supérieur dans la classification par défaut de l''index',
|
|
|
48 |
`rang` int(4) NOT NULL,
|
|
|
49 |
`nom_sci` varchar(500) DEFAULT NULL COMMENT 'Nom scientifique complet sans auteur, année ou référence bibliographique',
|
|
|
50 |
`nom_supra_generique` varchar(100) DEFAULT NULL,
|
|
|
51 |
`genre` varchar(100) DEFAULT NULL,
|
|
|
52 |
`epithete_infra_generique` varchar(100) DEFAULT NULL,
|
|
|
53 |
`epithete_sp` varchar(100) DEFAULT NULL,
|
|
|
54 |
`type_epithete` varchar(100) DEFAULT NULL,
|
|
|
55 |
`epithete_infra_sp` varchar(100) DEFAULT NULL,
|
|
|
56 |
`cultivar_groupe` varchar(100) DEFAULT NULL,
|
|
|
57 |
`cultivar` varchar(100) DEFAULT NULL,
|
|
|
58 |
`nom_commercial` varchar(100) DEFAULT NULL,
|
|
|
59 |
`auteur` varchar(100) DEFAULT NULL COMMENT ' Intitulé de l''auteur du nom (en accord avec le code de nomenclature dont il dépend)',
|
192 |
jpm |
60 |
`annee` varchar(4) DEFAULT NULL,
|
|
|
61 |
`biblio_origine` varchar(500) DEFAULT NULL,
|
|
|
62 |
`nom_addendum` varchar(500) DEFAULT NULL,
|
|
|
63 |
`homonyme` char(1) DEFAULT NULL,
|
191 |
jpm |
64 |
`basionyme` varchar(9) DEFAULT NULL,
|
192 |
jpm |
65 |
`synonyme_proparte` char(1) DEFAULT NULL,
|
|
|
66 |
`synonyme_douteux` char(1) DEFAULT NULL,
|
|
|
67 |
`synonyme_mal_applique` char(1) DEFAULT NULL,
|
187 |
jpm |
68 |
`hybride_parent_01` varchar(9) DEFAULT NULL COMMENT 'Identifiant du nom (num_nom) du parent numéro 1 (dans le cas d''un hybride)',
|
192 |
jpm |
69 |
`hybride_parent_01_notes` text,
|
187 |
jpm |
70 |
`hybride_parent_02` varchar(9) DEFAULT NULL COMMENT 'Identifiant du nom (num_nom) du parent numéro 2 (dans le cas d''un hybride)',
|
192 |
jpm |
71 |
`hybride_parent_02_notes` text,
|
187 |
jpm |
72 |
`synonyme_orthographique` varchar(9) DEFAULT NULL COMMENT ' Contient l''identifiant numérique du nom (num_nom) correctement orthographié, si le nom est un synonyme orthographique. Dans le cas contraire, le champ reste vide. ',
|
|
|
73 |
`notes` text COMMENT ' Notes complémentaires, remarques, état d''avancement des recherches concernant le nom...',
|
|
|
74 |
`champs_supplementaires` text COMMENT 'Contient les champs supplémentaires sous forme XML.',
|
|
|
75 |
`nom_scientifique` varchar(255) DEFAULT NULL,
|
|
|
76 |
`nom_vernaculaire` varchar(255) DEFAULT NULL,
|
|
|
77 |
`page` varchar(45) DEFAULT NULL,
|
|
|
78 |
`code_taxon` varchar(45) DEFAULT NULL,
|
|
|
79 |
`milieu` varchar(255) DEFAULT NULL,
|
|
|
80 |
`floraison` varchar(45) DEFAULT NULL,
|
|
|
81 |
`type` varchar(45) DEFAULT NULL,
|
|
|
82 |
`sol` varchar(45) DEFAULT NULL,
|
|
|
83 |
`rarete_region_alt` varchar(255) DEFAULT NULL,
|
|
|
84 |
`region_bota_monde` varchar(100) DEFAULT NULL,
|
|
|
85 |
`etymologie` varchar(255) DEFAULT NULL,
|
|
|
86 |
`taille` varchar(45) DEFAULT NULL,
|
|
|
87 |
`formule_hybridite` varchar(255) DEFAULT NULL,
|
|
|
88 |
`culture` varchar(100) DEFAULT NULL,
|
|
|
89 |
PRIMARY KEY (`num_nom`),
|
337 |
jpm |
90 |
KEY `num_nom_retenu` (`num_nom_retenu`),
|
|
|
91 |
KEY `num_tax_sup` (`num_tax_sup`),
|
|
|
92 |
KEY `nom_sci` (`nom_sci`),
|
|
|
93 |
KEY `hybride_parent_01` (`hybride_parent_01`),
|
|
|
94 |
KEY `hybride_parent_02` (`hybride_parent_02`),
|
|
|
95 |
KEY `synonyme_orthographique` (`synonyme_orthographique`),
|
187 |
jpm |
96 |
KEY `genre` (`genre`)
|
|
|
97 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|