Skip to main content
Go to Latest
interface Quad
implements BaseQuad
Re-export
import { type Quad } from "https://deno.land/x/ldkit@v0.5.0/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