pub fn read_with_build<R: BufRead>(
    bufread: &mut R,
    build: &Build
) -> Result<(Ontology, PrefixMapping), Error>