Metreeca Wire
    Preparing search index...
    • Replaces blank nodes in a Triple sequence with minted IRI references.

      Skolemises each blank node to a fresh urn:uuid: Reference, correlating repeated labels to the same reference within the sequence so blank-node identity is preserved; ground terms pass through unchanged. The correlation scope is per call, so the same label skolemised in a later call yields a different reference.

      Parameters

      • triples: readonly Triple[]

        The triple sequence to skolemise

      Returns readonly Triple[]

      A new sequence with every blank node replaced by a minted IRI Reference