owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
107 stars 33 forks source link

Conversion from OBO to OWL Functional creates invalid IRIs #286

Open althonos opened 5 years ago

althonos commented 5 years ago

Hi!

When converting from OBO to OWL Functional, some prefixed identifiers are expanded without proper escaping, creating the invalid IRIs.

Example:

The resulting file will contain invalid IRIs such as:

http://www.geneontology.org/formats/oboInOwl#http://www.w3.org/2000/01/rdf-schema#seeAlso

(this is also an obvious roundtrip issue but as far as this goes I'm only concerned about the syntax right now).

Related issues: