Function horned_owl::io::writer::write

source ·
pub fn write(
    write: &mut dyn StdWrite,
    ont: &Ontology,
    mapping: Option<&PrefixMapping>
) -> Result<(), Error>
Expand description

Write an Ontology to write, using the given PrefixMapping

The ontology is written in OWL XML syntax.