Below are the error messages from Protege:
- From Turtle parser:
org.openrdf.rio.RDFParseException: Expected an RDF value here, found ';' [line 999912]
- From Turtle Syntax parser:
org.semanticweb.owlapi.rdf.turtle.parser.ParseException: Encountered " ";" "; "" at line 1100522, column 130.
Was expecting:
")" ...
Steps to reproduce:
- Download pcl.owl file.
- Run the following ROBOT command to covert it to Turtle format:
$ robot convert -i pcl.owl --format ttl -o pcl.ttl
- Open the output file in Protege.
Below are the error messages from Protege:
Steps to reproduce: