I'm trying to open an owl ontology with Protege on a CentOS 7 machine, and I receive the following error from the OWLXMLParser when I do so :
org.xml.sax.SAXParseException; systemId: file:/home/michael/workspace/SexOffenderETL/sexoffenderetl/sexo-ontology2.owl; lineNumber: 299; columnNumber: 3; XML document structures must start and end within the same entity.
I was originally using a .ttl version of this ontology, but converted it to a .owl at my team lead's recommendation. What can I do to remedy this error?