Expand description
Semantic transaction editing (strixonomy-edit).
Modules§
Structs§
- Apply
Text Result - Transaction
- Ordered semantic edits applied as one atomic unit.
Enums§
- Edit
Error - Edit
Format - Semantic
Change - A single semantic edit, represented as a format-specific patch op until RDF/XML and OWL/XML adapters land (v0.21).
Functions§
- apply_
transaction_ to_ path - apply_
transaction_ to_ text - Apply using the transaction’s inherent change format (Turtle span or OBO stanza).
- apply_
transaction_ to_ text_ as - Apply using an explicit document format (required for RDF/XML and OWL/XML write-back).
- invert_
change - invert_
obo_ patch_ op - invert_
patch_ op - parse_
obo_ input - Parse legacy OBO patch JSON (array) or
{ "transaction": { ... } }envelope. - parse_
turtle_ input - Parse legacy patch JSON (array) or
{ "transaction": { ... } }envelope.