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

x/ldkit/library/rdf.ts>RDF.QueryContext

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
interface RDF.QueryContext
import { type RDF } from "https://deno.land/x/ldkit@v0.6.0/library/rdf.ts";
const { QueryContext } = RDF;

Context properties provide a way to pass additional bits information to the query engine when executing a query.

Index Signatures

[key: string]: any

Properties

optional
queryTimestamp: Date

The date that should be used by SPARQL operations such as NOW().