* @param row a database result containing the columns described above
* @return a KiWiTriple representation of the database result
*/
protected KiWiTriple constructTripleFromDatabase(ResultSet row) throws SQLException {
if(row.isClosed()) {
throw new ResultInterruptedException("retrieving results has been interrupted");
}
// columns: id,subject,predicate,object,context,deleted,inferred,creator,createdAt,deletedAt
// 1 ,2 ,3 ,4 ,5 ,6 ,7 ,8 ,9 ,10