Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of RDF/JS' Quad.

Hierarchy

  • Quad

Implements

  • Quad

Index

Constructors

  • new Quad(subject: Quad_Subject, predicate: Quad_Predicate, object: Quad_Object, graph: Quad_Graph): Quad
  • Creates a new instance.

    Parameters

    • subject: Quad_Subject

      The subject of the quad.

    • predicate: Quad_Predicate

      The predicate of the quad.

    • object: Quad_Object

      The object of the quad.

    • graph: Quad_Graph

      The graph of the quad.

    Returns Quad

Properties

graph: Quad_Graph
object: Quad_Object
predicate: Quad_Predicate
subject: Quad_Subject
termType: "Quad" = "Quad"
value: "" = ""

Methods

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

    Parameters

    • other: undefined | null | Term

    Returns boolean

Generated using TypeDoc