• If the given term is a blank node, return a deterministic named node for it based on the source id and the blank node value.

    Parameters

    • term: Term

      Any RDF term.

    • sourceId: string

      A source identifier.

    Returns RDF.Term | BlankNodeScoped

    If the given term was a blank node, this will return a skolemized named node, otherwise the original term.