Skip to content

filter `ldp:resources` based on fragment description resource

Latest

Choose a tag to compare

@woutslabbinck woutslabbinck released this 16 Jan 16:09
084fdef

What's Changed

Based on the description resource of a container (fragment level) (where its children contain the members), resources can be filtered.
As a result, fetching a subset of the LDES is now way more efficient (as it does not have to fetch all ldp:resource from a given fragment).

  • readPage was implemented such that it can accept a window ([from-until])

    • This also impacts readAllMembers and readMembersSorted
  • feat: implements issue #34 by @woutslabbinck in #35

Full Changelog: v0.2.2...v0.3.0