Type Alias MetadataVariable

MetadataVariable: {
    canBeUndef: boolean;
    variable: RDF.Variable;
}

Type declaration

  • 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.