Schema for graph_path
  Database: go    Primary Table: graph_path    Row Count: 1,264,517   Data last updated: 2018-04-27
On download server: MariaDB table dump directory
fieldexampleSQL type
id 1int(11)
term1_id 28int(11)
term2_id 24int(11)
relationship_type_id 1int(11)
distance 1int(11)
relation_distance 1int(11)

Connected Tables and Joining Fields
        go.term.id (via graph_path.term1_id)
      go.term2term.term1_id (via graph_path.term1_id)
      go.term2term.term2_id (via graph_path.term1_id)
      go.term_dbxref.term_id (via graph_path.term1_id)
      go.term_definition.term_id (via graph_path.term1_id)
      go.term_synonym.term_id (via graph_path.term1_id)

Sample Rows
 
idterm1_idterm2_idrelationship_type_iddistancerelation_distance
12824111
22827111
331160282611
43117901111
53224552611
632125872611
73213365111
83213366111
932139772611
103216471111

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