KonradHoeffner / hdt

Library for the Header Dictionary Triples (HDT) compression file format for RDF data.
https://crates.io/crates/hdt
MIT License
19 stars 4 forks source link

test triples_with_o, triples_with_po and triples_with_so with explicit xsd:string datatype #19

Closed KonradHoeffner closed 1 year ago

KonradHoeffner commented 1 year ago

The test file only contains literals that either have a different datatypes or none at all datatype, so we throw away the implicit xsd:string to match correctly. However explicit xsd:string needs to be supported as well.

KonradHoeffner commented 1 year ago

Tested in a locally modified version, it works.