Skip to main content
Go to Latest
interface RDF.AlgebraQueryable
import { type RDF } from "https://deno.land/x/ldkit@v0.5.0/rdf.ts";
const { AlgebraQueryable } = RDF;

Generic query engine interfaces. It allow engines to return any type of result object for Algebra queries.

Type Parameters

AlgebraType
SupportedMetadataType
optional
QueryAlgebraContextType extends QueryAlgebraContext = QueryAlgebraContext

Methods

Initiate a given query provided as an Algebra object.

This will produce a future to a query result, which has to be executed to obtain the query results.

This can reject given an unsupported or invalid query.