Skip to main content
Module

x/ldkit/rdf.ts>RDF.AlgebraQueryable

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
interface RDF.AlgebraQueryable
import { type RDF } from "https://deno.land/x/ldkit@v0.5.1/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.