Closed skarampatakis closed 7 years ago
Currently only RDF/XML files can be parsed, due to problems with EasyRdf library.
Fixed by using Redland rapper as a parser, which then serializes at RDF/XML for internal usage. Built in Turtle parser for EasyRDF is extremely slow. Added also support for N-Quads and TriG.
Currently only RDF/XML files can be parsed, due to problems with EasyRdf library.