Schema for referenceAuthors
  Database: uniProt    Primary Table: referenceAuthors    Row Count: 1,748,348   Data last updated: 2018-04-06
Format description: This associates references and authors
On download server: MariaDB table dump directory
fieldexampleSQL type description
reference 1int(11) ID in reference table
author 1int(11) ID in author table

Connected Tables and Joining Fields
        uniProt.author.id (via referenceAuthors.author)
      uniProt.citation.reference (via referenceAuthors.reference)
      uniProt.reference.id (via referenceAuthors.reference)

Sample Rows
 
referenceauthor
11
12
13
14
25
26
27
28
29
210

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.