Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix forced use of oboInOwl namespace when translating OBO IDs.
This commit rewrites part of the OWLAPIObo2Owl#oboIdToIRI_load() method so that the oboInOwlDefault parameter is only used when translating unprefixed IDs (where it instructs to create an IRI in the oboInOwl namespace instead of the ontology's default namespace). When translating a prefixed ID, the IRI to construct should always use the URL prefix dictated by the prefix. closes #1112
- Loading branch information