ekati icon indicating copy to clipboard operation
ekati copied to clipboard

Add RDF XML file importer

Open Astn opened this issue 5 years ago • 0 comments

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

Astn avatar Apr 29 '20 00:04 Astn