Open KasperZutterman opened 2 years ago
Some considerations as discussed with @ddvlanck:
root.ttl
could grow substantiallyroot.ttl
as the root, in some bucketizations such as the bucketizer-substring this could cause collisions with strings containing 'root', for example, 'Rootmoerelaan'Initial suggestions:
root.ttl
.. root-1.ttl
.. root-n.ttl
root
as the default root and allow the end user to change for avoiding collisionsAlso add method getRoot()
to return root location.
This can be used for publishing announcements, see : https://github.com/TREEcg/LDES-Action/pull/57/
@woutslabbinck suggested it could be useful to have a standardized root e.g.
root.ttl
implemented for all bucketizers.For the
bucketizer-basic
this could mean the root contains relations to all sequential pages (1.ttl
...n.ttl
).