Single IRI or array of IRIs to bind (can be full IRIs or prefixed names)
RDF Variable to bind the IRI(s) to
Optionaloptions: BindOrValuesOptionsConfiguration for BIND vs VALUES behavior and prefix mappings
SparqlTemplateResult pattern that can be composed with other sparql-builder patterns
Creates a SPARQL pattern that binds entity IRI(s) to a variable using either BIND or VALUES clause.
Uses BIND for single entities when targeting Oxigraph (better performance). Uses VALUES for multiple entities or other SPARQL engines (avoids SP031 error in Virtuoso).
Supports both full IRIs and prefixed names (e.g., "schema:Person" or "http://schema.org/Person").
Example