ontocore-edit
Canonical semantic transaction layer for OntoCore ontology editing (v0.19+).
All Turtle and OBO apply paths should route through Transaction rather than calling
format-specific patch engines directly from product code.
Quick start
use ;
use PatchOp;
let txn = from_turtle;
let inverted = txn.invert?;
See ADR-0020.