Open turbomam opened 3 years ago
I think this is the same problem as https://github.com/ontodev/rdftab.rs/issues/17. It's been fixed upstream and we just need to roll that out.
Hmm. Rolling out that change is a bit tricky, and will have to wait until I'm back from vacation.
As a workaround, can you run robot convert -i micro.owl -o micro2.owl
and then see if RDFTab works on micro2.owl
?
sure will do
Yes, there is a problem with the OWL file from micro, reported in 2019: https://github.com/carrineblank/MicrO/issues/22
Same problem with http://www.biopax.org/release/biopax-level3.owl -- but in this case I'm not sure there is anthing wrong with the OWL? In any case the problem is easily fixed with the roundtrip via robot
I assume the problem is in the
micro.owl
content, not in therdftab
logic. I canrobot convert
micro.owl to Turtle, but I get aContent is not allowed in prolog
error message when trying to convert the Turtle back to RDF/XMLWith
export RUST_BACKTRACE=full
:./rdftab multi_obo.db < micro.owl