Comunica
    Preparing search index...

    A non-standard operator to represent distinct values of specific terms. It returns distinct combinations of the specified quad term positions.

    interface DistinctTermsUnopened {
        metadata?: Record<string, unknown>;
        subType?: string;
        terms: Record<string, QuadTermName>;
        type: DISTINCT_TERMS;
        variables: Variable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    metadata?: Record<string, unknown>
    subType?: string
    terms: Record<string, QuadTermName>
    variables: Variable[]