Skip to main content
Module

x/ldkit/mod.ts>QueryEngine#queryBindings

LDkit - Linked Data query toolkit for TypeScript developers
Latest
method QueryEngine.prototype.queryBindings
import { QueryEngine } from "https://deno.land/x/ldkit@2.0.0/mod.ts";

Executes a SPARQL SELECT query and returns a stream of bindings.

Parameters

query: string

SPARQL query string

optional
context: QueryContext

Engine context

Returns

Promise<RDF.ResultStream<RDF.Bindings>>

Stream of bindings