pub fn parse_ontology_file(
path: &Path,
format: OntologyFormat,
ontology_id: &str,
content_hash: &str,
modified_time: u64,
) -> Result<ParsedOntology, ParseError>pub fn parse_ontology_file(
path: &Path,
format: OntologyFormat,
ontology_id: &str,
content_hash: &str,
modified_time: u64,
) -> Result<ParsedOntology, ParseError>