rdfhdt / hdt-java

HDT Java library and tools.
Other
94 stars 69 forks source link

Add simple parser extension to parse NQuad and QuadString #195

Closed ate47 closed 1 year ago

ate47 commented 1 year ago

Hello,

In this PR I've upgraded the canonical ntriples parser to read nquad files, I've created a QuadString class to support the context, but it can also be used with the TripleString class, but the context won't be saved. I've also added to the RIOT parser the reading of the quads.

D063520 commented 1 year ago

thank you for the contribution!