Function getAppliedBindings

  • Queries a data store with a pattern to find all resulting bindings. Before matching the pattern with the store, the given binding is applied to the pattern first.

    The resulting binding includes the given binding.

    Parameters

    • pattern: Quad

      Pattern to match with the data store.

    • binding: SimpleBinding

      Pattern to first apply to the given pattern.

    • data: Store<Quad, Quad, Quad, Quad>

      Data store to query.

    Returns SimpleBinding[]