pub fn parse_ontology_text(
path: &Path,
format: OntologyFormat,
ontology_id: &str,
source_text: &str,
raw_bytes: &[u8],
) -> Result<ParsedOntology, ParseError>Expand description
Parse ontology source text (used for LSP open buffers and file parsing).