g3-toolkit API Reference
    Preparing search index...

    Type Alias HolonicProjectionPipeline

    HolonicProjectionPipeline: Pick<ProjectionPipeline, "project">

    A Holonic ProjectionPipeline is any object with a project() method that accepts an RDFGraph and returns a UGM. The g3t pipeline satisfies this interface natively.

    This type alias makes the compatibility explicit.