I am using an ontology from a GitHub here: https://raw.githubusercontent.com/oeg-upm/gtfs-bench/master/ontology/gtfs.ttl
The ontology is provided in Turtle format, but I need to convert it to OWL/XML format.
I tried to use online converters that available here: https://www.ldf.fi/service/owl-converter/ http://owl.cs.manchester.ac.uk/tools/webapps/owl-syntax-converter/
However, both converters not working. How could I convert a big ontology from Turtle (.ttl) format to OWL/XML (.owl) format?
GUI-based way
Python way
If you know python, which may be the case, if you're reading this site, you can convert Turtle into RDF/XML using RDFLib python library.
pip install rdflib(orpipenvorconda, whatever environment manager you use))