Skip to main content
Module

x/ldkit/rdf.ts>RDF.DefaultGraph

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

An instance of DefaultGraph represents the default graph. It's only allowed to assign a DefaultGraph to the .graph property of a Quad.

Properties

termType: "DefaultGraph"

Contains the constant "DefaultGraph".

value: ""

Contains an empty string as constant value.

Methods

equals(other: Term | null | undefined): boolean