SolidBench / rdf-dataset-fragmenter.js

Fragments an RDF dataset into multiple parts
MIT License
3 stars 8 forks source link

Fragmentation in a single file #28

Closed constraintAutomaton closed 2 months ago

constraintAutomaton commented 2 months ago

For some experiments for example comparing an LTQP method with a single endpoints method or to more easily know the expected results of a query, it is interesting to have a benchmark in one file. So I am wondering if a strategy to output everything in one file would be useful or if there are easier (while still following the Solidbench pipeline) ways to do that.

rubensworks commented 2 months ago

Should be possible by creating a new constant-based fragmentation strategy.