pub fn preview_flatten_imports(
catalog: &OntologyCatalog,
ontology_file: &Path,
document_overrides: &HashMap<PathBuf, String>,
workspace_roots: &[PathBuf],
) -> Result<RefactorPlan>Expand description
Inline axioms from imported Turtle documents into the root file and remove imports.