sparql-view-unfold
    Preparing search index...

    Represents a set of possible values for a variable. Supports union (combining possibilities) and disjunction (finding common values).

    Index

    Constructors

    Properties

    isNoFixed: boolean

    If true, the variable has no fixed set of values (any value is possible)

    values: Term[]

    The set of possible values (only meaningful if isNoFixed is false)

    Methods

    • Checks if a term is compatible with this set of possible values. Variables are always compatible; concrete terms must be in the value set.

      Parameters

      • term: Term

        The term to check

      Returns boolean

      True if the term could match this VariableSet