Comunica
    Preparing search index...

    Type Alias MetadataVariable

    type MetadataVariable = {
        canBeUndef: boolean;
        variable: RDF.Variable;
    }
    Index

    Properties

    Properties

    canBeUndef: boolean

    If the bindings stream could contain undefined bindings for this variable. If this is false, then values for this variable are guaranteed to be defined in the bindingsStream.

    variable: RDF.Variable

    The variable.