@metreeca/trio - v0.1.1
    Preparing search index...

    Function skolemize

    • Replaces blank nodes in a Graph with minted named resources.

      Skolemises each blank node to a fresh urn:uuid: named resource, correlating repeated labels to the same resource within the graph 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 resource.

      Parameters

      • graph: Graph

        The graph to skolemise

      Returns Graph

      A new Graph with every blank node replaced by a minted named resource