Skip to main content
Module

x/ldkit/rdf.ts>Quad

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
interface Quad
implements BaseQuad
Re-export
import { type Quad } from "https://deno.land/x/ldkit@v0.5.1/rdf.ts";

An RDF quad, containing the subject, predicate, object and graph terms.

Properties

subject: Quad_Subject

The subject.

predicate: Quad_Predicate

The predicate.

object: Quad_Object

The object.

graph: Quad_Graph

The named graph.

Methods

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