SolidBench / rdf-dataset-fragmenter.js

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

Use regular expression matching in QuadSinkFile and prioritise longest match #39

Open surilindur opened 3 days ago

surilindur commented 3 days ago

This changes QuadSinkFile to use regular expression to string substitution mappings instead of basic prefix mapping. This should allow to, for example, map the contents of several URIs to a single file.

This PR also fixes #36 by prioritising longer regex matches.

This is a small change, but the PR looks too big because it is based off #38.

coveralls commented 3 days ago

Pull Request Test Coverage Report for Build 9794682546

Details


Totals Coverage Status
Change from base Build 9755783737: 0.0%
Covered Lines: 885
Relevant Lines: 885

💛 - Coveralls
rubensworks commented 3 days ago

Let's put this on hold until #38 is merged.