sparql-view-unfold
    Preparing search index...
    • Transforms internal blank nodes to typed literals with a special datatype.

      This transformation:

      1. Converts <internal://blank>(...) to STRDT(computed-value, <internal-bnode-type>)
      2. Rewrites ISBLANK(x) to check if the datatype matches the special type

      Type Parameters

      • T extends Operation

      Parameters

      Returns T

      The transformed operation with blank nodes as typed literals

      // Internal blank node expression becomes:
      // STRDT(CONCAT(...encoded vars...), <https://sparql-extension.knows.idlab.ugent.be/bnode>)