Dgraph doesn’t support this RDF syntax. It has an “RDF-D” (Dgraph RDF). You have to do several changes to some exported RDF from third parties.
You will find some topics with details about the RDF syntax. Including some feature, improvement requests tickets. Just search for the “RDF” tag here.
Owl in general has a complex syntax. You have to master DQL first to understand how to import it. It is possible to simulate it, but complex depending on the case.
I have a ticket open related to this.
In the case of big imports, you have to use BulkLoader, liveloader, or some native client such as Dgo or Dgraph-js and so on. Ratel is used for little things, like view some queries and set up your schema.
Basically, the error just says that the syntax is incompatible with the parser.