pub fn from_reader<O, R>(r: R) -> Result<(O, PrefixMapping)> where
    O: Ontology + FromFunctional,
    R: Read
Expand description

Parse an entire OWL document from a Read implementor.