Expand description
Horned-OWL bridge, patch write-back, and Manchester syntax.
Structs§
- Apply
Patch Result - Byte
Range - Manchester
Diagnostic - Manchester
Parse Output - OwlBridge
Result - Catalog-shaped extraction from a Horned-OWL ontology.
- Patch
Diagnostic
Enums§
- OwlError
- Patch
Entity Kind - PatchOp
- A single authoring patch operation (v0.4 Turtle scope).
Functions§
- all_
entity_ statement_ ranges - Full byte ranges for every Turtle statement whose subject is
iri. - apply_
owl_ patches - Apply patches to a document on disk (Turtle span surgery or XML re-serialize).
- apply_
owl_ patches_ to_ text - Apply patches to in-memory Turtle text.
- apply_
patches - Apply patches to a document on disk (Turtle span surgery or XML re-serialize).
- apply_
patches_ to_ text - Apply patches to in-memory Turtle text.
- atomic_
write - Atomically replace
pathwithcontents, preserving existing permission bits (#422). - bridge_
ontology - class_
expression_ to_ manchester - class_
expression_ to_ turtle_ fragment - entity_
block_ range - entity_
primary_ block_ range - Primary declaration block for patch insertions (type statement, not trailing triples).
- expression_
tree_ json - load_
from_ quads - Convert Oxigraph quads to Horned-OWL ontology via RDF/XML.
- load_
owx_ text - Load OWL/XML (
.owx) source via Horned-OWL. - load_
turtle_ text - Load Turtle source via Oxigraph quads → RDF/XML → Horned-OWL.
- namespaces_
for_ text - parse_
class_ expression - prefixes_
from_ turtle - Parse Turtle/SPARQL prefix declarations (
@prefix,@PREFIX,PREFIX; case-insensitive). - short_
name_ from_ iri - supports_
horned_ load - Whether Horned-OWL loading is supported for this format.