Project

General

Profile

« Previous | Next » 

Revision 5637

schemas/vegbien.sql: taxonlabel.taxonomicname, taxonomicnamewithauthor comments: Corrected to show that taxonomicnamewithauthor is actually scientificName, while taxonomicname does not directly correspond to a DwC term (but would be the binomial)

View differences:

vegbien.sql
663 663
-- Name: COLUMN taxonlabel.taxonomicname; Type: COMMENT; Schema: public; Owner: -
664 664
--
665 665

  
666
COMMENT ON COLUMN taxonlabel.taxonomicname IS 'The concatenated taxonomic name which uniquely identifies this taxon. Does not include the author of the name.
666
COMMENT ON COLUMN taxonlabel.taxonomicname IS 'The concatenated taxonomic name which uniquely identifies this taxon. Does not include the author of the name.';
667 667

  
668
Equivalent to Darwin Core''s scientificName.';
669 668

  
670

  
671 669
--
672 670
-- Name: COLUMN taxonlabel.author; Type: COMMENT; Schema: public; Owner: -
673 671
--
......
683 681

  
684 682
COMMENT ON COLUMN taxonlabel.taxonomicnamewithauthor IS 'The concatenated taxonomic name which uniquely identifies this taxon, plus the author of that name.
685 683

  
686
Equivalent to Darwin Core''s scientificName + scientificNameAuthorship.';
684
Equivalent to Darwin Core''s scientificName.';
687 685

  
688 686

  
689 687
--

Also available in: Unified diff