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.