Type alias MetadataBindings

MetadataBindings: IMetadata<RDF.Variable> & {
    canContainUndefs: boolean;
    variables: RDF.Variable[];
}

Type declaration

  • canContainUndefs: boolean

    If any of the bindings could contain an undefined variable binding. If this is false, then all variables are guaranteed to have a defined bound value in the bindingsStream.

  • variables: RDF.Variable[]

    The list of variables for which bindings are provided in the bindings stream.