Sometimes Student_Sport is used and sometimes student_sport, both in resource.sql and in mapping.ttl. MySQL is case-sensitive so this throws errors either when defining the database, or when querying it during RML execution.
Proposal: choose one of (i) all lowercase or (ii) capitalize first letter, and use it consistently in table/column identifiers
Sometimes
Student_Sport
is used and sometimesstudent_sport
, both in resource.sql and in mapping.ttl. MySQL is case-sensitive so this throws errors either when defining the database, or when querying it during RML execution.Proposal: choose one of (i) all lowercase or (ii) capitalize first letter, and use it consistently in table/column identifiers