Comunica
    Preparing search index...
    • If a given term was a skolemized named node for the given source id, deskolemize it again to a blank node. If the given term was a skolemized named node for another source, return false. If the given term was not a skolemized named node, return the original term.

      Parameters

      • dataFactory: ComunicaDataFactory

        The data factory.

      • term: Term

        Any RDF term.

      • sourceId: string

        A source identifier.

      Returns null | Term