Project

General

Profile

« Previous | Next » 

Revision 5596

schemas/vegbien.sql: taxonconcept: Renamed taxonname to taxonepithet for clarity and to be consistent with TCS's use of "epithet" to denote what the taxonname was intended to be (http://www.tdwg.org/standards/117/download/#/UserGuidev_1.3.pdf)

View differences:

VegCore-VegBIEN.csv
166 166
acceptedForma,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/identifyingtaxonomicname,
167 167
acceptedCultivar,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/identifyingtaxonomicname,
168 168
acceptedScientificNameAuthorship,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/identifyingtaxonomicname,
169
acceptedCultivar,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=cultivar]/taxonname,
170
acceptedForma,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=forma]/taxonname,
171
acceptedVariety,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=variety]/taxonname,
172
acceptedSubspecies,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=subspecies]/taxonname,
173
acceptedSpecificEpithet,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=species]/taxonname,
174
acceptedGenus,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=genus]/taxonname,
175
acceptedFamily,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=family]/matched_concept_id/taxonconcept/taxonname,
176
acceptedFamily,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=family]/taxonname,
177
acceptedOrder,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=order]/taxonname,
178
acceptedClass,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=class]/taxonname,
179
acceptedPhylum,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=phylum]/taxonname,
180
acceptedKingdom,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=kingdom]/taxonname,
169
acceptedCultivar,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=cultivar]/taxonepithet,
170
acceptedForma,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=forma]/taxonepithet,
171
acceptedVariety,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=variety]/taxonepithet,
172
acceptedSubspecies,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=subspecies]/taxonepithet,
173
acceptedSpecificEpithet,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=species]/taxonepithet,
174
acceptedGenus,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=genus]/taxonepithet,
175
acceptedFamily,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=family]/matched_concept_id/taxonconcept/taxonepithet,
176
acceptedFamily,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=family]/taxonepithet,
177
acceptedOrder,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=order]/taxonepithet,
178
acceptedClass,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=class]/taxonepithet,
179
acceptedPhylum,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=phylum]/taxonepithet,
180
acceptedKingdom,//*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/parent_id[rank=kingdom]/taxonepithet,
181 181
acceptedTaxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/rank,
182
acceptedInfraspecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/taxonname,
182
acceptedInfraspecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/taxonepithet,
183 183
acceptedTaxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/parent_id/taxonconcept/verbatimrank,
184 184
acceptedTaxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/rank,
185 185
acceptedSpecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/species,
......
199 199
parentTaxonID,"//parent_id/taxonconcept/_if[@name=""if has explicit parent""]/cond/_exists",
200 200
taxonRank,"//parent_id/taxonconcept/_if[@name=""if has explicit parent""]/else/rank",
201 201
taxonRank,"//parent_id/taxonconcept/_if[@name=""if has explicit parent""]/else/verbatimrank",
202
cultivar,//taxonconcept/parent_id[rank=cultivar]/taxonname,
203
forma,//taxonconcept/parent_id[rank=forma]/taxonname,
204
variety,//taxonconcept/parent_id[rank=variety]/taxonname,
205
subspecies,//taxonconcept/parent_id[rank=subspecies]/taxonname,
206
specificEpithet,//taxonconcept/parent_id[rank=species]/taxonname,
207
genus,//taxonconcept/parent_id[rank=genus]/taxonname,
208
family,//taxonconcept/parent_id[rank=family]/taxonname,
209
order,//taxonconcept/parent_id[rank=order]/taxonname,
210
class,//taxonconcept/parent_id[rank=class]/taxonname,
211
phylum,//taxonconcept/parent_id[rank=phylum]/taxonname,
212
kingdom,//taxonconcept/parent_id[rank=kingdom]/taxonname,
213
infraspecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/parent_id/taxonconcept/taxonname,
202
cultivar,//taxonconcept/parent_id[rank=cultivar]/taxonepithet,
203
forma,//taxonconcept/parent_id[rank=forma]/taxonepithet,
204
variety,//taxonconcept/parent_id[rank=variety]/taxonepithet,
205
subspecies,//taxonconcept/parent_id[rank=subspecies]/taxonepithet,
206
specificEpithet,//taxonconcept/parent_id[rank=species]/taxonepithet,
207
genus,//taxonconcept/parent_id[rank=genus]/taxonepithet,
208
family,//taxonconcept/parent_id[rank=family]/taxonepithet,
209
order,//taxonconcept/parent_id[rank=order]/taxonepithet,
210
class,//taxonconcept/parent_id[rank=class]/taxonepithet,
211
phylum,//taxonconcept/parent_id[rank=phylum]/taxonepithet,
212
kingdom,//taxonconcept/parent_id[rank=kingdom]/taxonepithet,
213
infraspecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/parent_id/taxonconcept/taxonepithet,
214 214
taxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/rank,
215 215
scientificNameID,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/sourceaccessioncode,
216 216
taxonConceptID,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/sourceaccessioncode,
......
225 225
matchedSpeciesFit_fraction,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/matched_concept_fit_fraction,
226 226
matchedTaxonFit_fraction,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/matched_concept_fit_fraction,
227 227
verbatimSpecificEpithet,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/species,
228
verbatimScientificNameWithAuthorship,"//taxonconcept/taxonname/_if[@name=""if has verbatim name""]/cond/_exists",
229
morphospecies,"//taxonconcept/taxonname/_if[@name=""if has verbatim name""]/then",
228
verbatimScientificNameWithAuthorship,"//taxonconcept/taxonepithet/_if[@name=""if has verbatim name""]/cond/_exists",
229
morphospecies,"//taxonconcept/taxonepithet/_if[@name=""if has verbatim name""]/then",
230 230
verbatimScientificName,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/taxonomicname,
231 231
verbatimTaxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonconcept/verbatimrank,
232
taxonName,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonname,
233
verbatimScientificNameWithAuthorship,"//taxonconcept/taxonname/_if[@name=""if has verbatim name""]/cond/_exists",
234
morphospecies,"//taxonconcept/taxonname/_if[@name=""if has verbatim name""]/else",
232
taxonName,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonepithet,
233
verbatimScientificNameWithAuthorship,"//taxonconcept/taxonepithet/_if[@name=""if has verbatim name""]/cond/_exists",
234
morphospecies,"//taxonconcept/taxonepithet/_if[@name=""if has verbatim name""]/else",
235 235
scientificName,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonomicname,
236 236
scientificNameWithAuthorship,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/taxonomicnamewithauthor,
237 237
taxonRank,//taxonoccurrence/taxondetermination[]/*_id/taxonconcept/verbatimrank,
......
257 257
originalForma,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/matched_concept_id/taxonconcept/identifyingtaxonomicname,
258 258
originalCultivar,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/matched_concept_id/taxonconcept/identifyingtaxonomicname,
259 259
originalScientificNameAuthorship,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/matched_concept_id/taxonconcept/identifyingtaxonomicname,
260
originalCultivar,//taxonconcept/parent_id[rank=cultivar]/taxonname,
261
originalForma,//taxonconcept/parent_id[rank=forma]/taxonname,
262
originalVariety,//taxonconcept/parent_id[rank=variety]/taxonname,
263
originalSubspecies,//taxonconcept/parent_id[rank=subspecies]/taxonname,
264
originalSpecificEpithet,//taxonconcept/parent_id[rank=species]/taxonname,
265
originalGenus,//taxonconcept/parent_id[rank=genus]/taxonname,
266
originalFamily,//taxonconcept/parent_id[rank=family]/taxonname,
267
originalOrder,//taxonconcept/parent_id[rank=order]/taxonname,
268
originalClass,//taxonconcept/parent_id[rank=class]/taxonname,
269
originalPhylum,//taxonconcept/parent_id[rank=phylum]/taxonname,
270
originalKingdom,//taxonconcept/parent_id[rank=kingdom]/taxonname,
260
originalCultivar,//taxonconcept/parent_id[rank=cultivar]/taxonepithet,
261
originalForma,//taxonconcept/parent_id[rank=forma]/taxonepithet,
262
originalVariety,//taxonconcept/parent_id[rank=variety]/taxonepithet,
263
originalSubspecies,//taxonconcept/parent_id[rank=subspecies]/taxonepithet,
264
originalSpecificEpithet,//taxonconcept/parent_id[rank=species]/taxonepithet,
265
originalGenus,//taxonconcept/parent_id[rank=genus]/taxonepithet,
266
originalFamily,//taxonconcept/parent_id[rank=family]/taxonepithet,
267
originalOrder,//taxonconcept/parent_id[rank=order]/taxonepithet,
268
originalClass,//taxonconcept/parent_id[rank=class]/taxonepithet,
269
originalPhylum,//taxonconcept/parent_id[rank=phylum]/taxonepithet,
270
originalKingdom,//taxonconcept/parent_id[rank=kingdom]/taxonepithet,
271 271
originalTaxonRank,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/parent_id/taxonconcept/rank,
272
originalInfraspecificEpithet,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/parent_id/taxonconcept/taxonname,
272
originalInfraspecificEpithet,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/parent_id/taxonconcept/taxonepithet,
273 273
originalTaxonRank,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/parent_id/taxonconcept/verbatimrank,
274 274
originalTaxonRank,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/rank,
275 275
originalSpecificEpithet,//taxonoccurrence/taxondetermination[isoriginal=true]/*_id/taxonconcept/species,

Also available in: Unified diff