Project

General

Profile

« Previous | Next » 

Revision 5290

schemas/vegbien.sql: taxonconcept.canon_taxonconcept_id comment: Changed comment to use "concept" rather than "name" where applicable. Documented that a synonym between taxonconcepts of different sources is indicated by choosing one taxonconcept to be authoritative and pointing the other taxonconcept to it using this field.

View differences:

schemas/vegbien.sql
1173 1173
-- Name: COLUMN taxonconcept.canon_taxonconcept_id; Type: COMMENT; Schema: public; Owner: -
1174 1174
--
1175 1175

  
1176
COMMENT ON COLUMN taxonconcept.canon_taxonconcept_id IS 'The taxonconcept containing the accepted name of this verbatim taxonomic name. taxonconcepts should be linked in a four-level hierarchy of datasource name -> concatenated name -> parsed name -> accepted name.
1176
COMMENT ON COLUMN taxonconcept.canon_taxonconcept_id IS 'The taxonconcept containing the accepted synonym of this taxonconcept. taxonconcepts should be linked in a four-level hierarchy of datasource concept -> concatenated name -> parsed name -> accepted name. A previously-accepted name''s concept should be further linked to the synonym that has replaced it.
1177 1177

  
1178
To indicate a synonym between taxonconcepts of different sources, choose one taxonconcept to be authoritative and point the other taxonconcept to it using this field.
1179

  
1178 1180
An accepted name should point to itself in this field. This will happen automatically by setting it to the special value 0.';
1179 1181

  
1180 1182

  

Also available in: Unified diff