qlever icon indicating copy to clipboard operation
qlever copied to clipboard

Dedicated RdfParser for NTriples

Open aindlq opened this issue 4 months ago • 0 comments

Just a random thought.

I think it would be great to have a dedicated RdfParser for NTriples.

I think it can be a bit confusing to conflate turtle and ntriples when building the index. See https://github.com/ad-freiburg/qlever/discussions/1544

Actually for proper ntriples one can have parallel processing without regex checks and also doesn't need to care about prefixes in the parser, so the whole parsing can be even more faster. Typically big datasets provide data in ntriples, because it is the most efficient for parsing.

aindlq avatar Oct 10 '24 20:10 aindlq