• Materialize a term with the given binding.

    If the given term is a variable, and that variable exist in the given bindings object, the value of that binding is returned. In all other cases, the term itself is returned.

    Parameters

    • term: Term

      A term.

    • bindings: Bindings

      A bindings object.

    Returns RDF.Term

    The materialized term.