Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading PCL after converting it to Turtle format #53

Open
johardi opened this issue Feb 14, 2024 · 2 comments
Open

Error loading PCL after converting it to Turtle format #53

johardi opened this issue Feb 14, 2024 · 2 comments

Comments

@johardi
Copy link

johardi commented Feb 14, 2024

Below are the error messages from Protege:

  1. From Turtle parser:
 org.openrdf.rio.RDFParseException: Expected an RDF value here, found ';' [line 999912]
  1. From Turtle Syntax parser:
org.semanticweb.owlapi.rdf.turtle.parser.ParseException: Encountered " ";" "; "" at line 1100522, column 130.
Was expecting:
    ")" ...

Steps to reproduce:

  1. Download pcl.owl file.
  2. Run the following ROBOT command to covert it to Turtle format:
$ robot convert -i pcl.owl --format ttl -o pcl.ttl
  1. Open the output file in Protege.
@balhoff
Copy link
Member

balhoff commented Feb 14, 2024

@johardi if you are using a version of ROBOT older than 1.9.5, then you may be running into this issue: ontodev/robot#1129

It's been fixed in the latest ROBOT.

@hkir-dev
Copy link
Collaborator

I successfully generated and opened the Turtle file via following the given steps. This was tested on macOS 14.3.1, ROBOT v1.9.5 and Protégé 5.6.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants