pub fn load_triples_auto_detect<P: AsRef<Path>>( file_path: P, ) -> Result<Vec<(String, String, String)>>
Auto-detect file format and load triples accordingly