pub fn from_file<O, P>(path: P) -> Result<(O, PrefixMapping)> where
    O: Ontology + FromFunctional,
    P: AsRef<Path>, 
Expand description

Parse an entire OWL document from a file on the local filesystem.