pub fn parse(input: &str) -> Result<Vec<RawTriple>, IngestError>
Parse N-Triples text into raw term-token triples, skipping blank/comment lines.