pub fn load_triples_from_jsonl<P: AsRef<Path>>( file_path: P, ) -> Result<Vec<(String, String, String)>>
Load triples from JSON Lines format (one triple per line as JSON)