pub fn load_triples_from_csv<P: AsRef<Path>>( file_path: P, ) -> Result<Vec<(String, String, String)>>
Load triples from CSV file format