Skip to main content

serialize_owl_xml

Function serialize_owl_xml 

Source
pub fn serialize_owl_xml(
    ont: &ComponentMappedOntology<RcStr, RcAnnotatedComponent>,
    namespaces: &BTreeMap<String, String>,
) -> Result<String>
Expand description

Serialize a component-mapped ontology as OWL/XML.

namespaces become OWL/XML Prefix declarations when non-empty.