Skip to main content

Module edit

Module edit 

Source
Expand description

Semantic transaction editing (strixonomy-edit).

Modules§

adapter
change
error
invert
transaction

Structs§

ApplyTextResult
Transaction
Ordered semantic edits applied as one atomic unit.

Enums§

EditError
EditFormat
SemanticChange
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.

Type Aliases§

Result