pub fn from_reader<O, R>(r: R) -> Result<(O, PrefixMapping)>Expand description
Parse an entire OWL document from a Read implementor.
pub fn from_reader<O, R>(r: R) -> Result<(O, PrefixMapping)>Parse an entire OWL document from a Read implementor.