Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ldkit/library/engine/types.ts>IQueryEngine

LDkit - Linked Data query toolkit for TypeScript developers
Latest
type alias IQueryEngine
import { type IQueryEngine } from "https://deno.land/x/ldkit@2.0.0/library/engine/types.ts";

Interface of a query engine compatible with LDkit

definition: RDF.StringSparqlQueryable<RDF.SparqlResultSupport, QueryContext>