qEndpoint icon indicating copy to clipboard operation
qEndpoint copied to clipboard

Unordered MSDL generation with memory implementation

Open ate47 opened this issue 4 months ago • 0 comments

Part of the endpoint? (leave empty if you don't know)

  • [ ] Backend (qendpoint-backend)
  • [ ] Store (qendpoint-backend)
  • [X] Core (qendpoint-core)
  • [ ] Frontend (qendpoint-frontend)
  • [ ] Other

Description of the issue

By compressing this file to an HDT file: tf.ttl, the HDT won't be valid:

image

by doing it with the disk generation methods, it doesn't happen.

Excepted behavior

No response

Obtained behavior

No response

How to reproduce

rdf2hdt.ps1 -options "dictionary.type=dictionaryMultiObjLang" .\tf.ttl tf.hdt
hdtVerify.ps1 -unicode -progress .\tf.hdt

Endpoint version

latest

Do I want to contribute to fix it?

Yes

Something else?

No response

ate47 avatar Feb 23 '24 15:02 ate47