Skip to content

Error loading PCL after converting it to Turtle format #53

@johardi

Description

@johardi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions