ekati icon indicating copy to clipboard operation
ekati copied to clipboard

Add .ttl (turtle) file importer

Open Astn opened this issue 5 years ago • 0 comments

The turtle file format is one of the popular RDF file format.

There is a G4 grammar for it here: https://github.com/antlr/grammars-v4/blob/master/turtle/TURTLE.g4

You could follow the approach taken for the Ntriples importer as an example to get started. NTriples import code starts here: https://github.com/Astn/ekati/blob/master/src/server/Services/WatService.cs#L87

Astn avatar Apr 29 '20 00:04 Astn