ekati
ekati copied to clipboard
Add .ttl (turtle) file importer
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