ekati
ekati copied to clipboard
Add RDF XML file importer
The RDF XML format is one of the popular RDF file formats.
Using a basic XML grammar could do. https://github.com/antlr/grammars-v4/tree/master/xml
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