Provides common functionality useful for many rdflib-based data modules

Constructors

Properties

fetcher: default
store: default
updater: default

Methods

  • Fetch all the given nodes in parallel

    Parameters

    • nodes: (null | default)[]

    Returns Promise<void[]>

  • Nullsafe fetching of a node

    Parameters

    • node: null | default

      A node to fetch, or null to do nothing at all

    Returns Promise<void>

  • Checks whether the resource identified by the given URL is a LDP container

    Parameters

    • storageUrl: string

      The URL to check

    Returns Promise<boolean>

    true if it is a container, false otherwise