You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also get a RiotException for bao_vocabulary_role.owl and bao_clo_import.owl that characters are not in UTF-8 unicode format. Loading a local copy and forcing a save in the Eclipse XML editor to write in standard UTF-8 will work for bao_vocabulary_role but not for bao_clo_import. Apache Jena still finds a number of characters it does not like in that one.
I have uploaded a new version and it seems to validate with Jena that I downloaded as much as it can (did not test imports as I don't entirely control the ontologies). Can you confirm ?
When I fetched subject ontology from http://www.bioassayontology.org/bao/bao_complete.owl and tried loading it using Apache Jena, I got a RiotException that the file had an invalid format:
[line: 248, col: 10] {E202} Expecting XML start or end element(s). String data "\" not allowed. Maybe a striping error.
At line 248, there is a stray "\" in the file. Deleting this allowed the file to load.
The text was updated successfully, but these errors were encountered: