Options
All
  • Public
  • Public/Protected
  • All
Menu

A singleton that implements RDF/JS' DefaultGraph.

Hierarchy

Implements

  • DefaultGraph

Index

Properties

termType: "DefaultGraph" = "DefaultGraph"
value: "" = ""
instance: DefaultGraph = ...

Methods

  • equals(other: null | Term): boolean
  • Checks the equality of two terms.

    Parameters

    • other: null | Term

      The term to compare against.

    Returns boolean

    false if the term is null, undefined, or of a different type. Also false if one or more properties are not equal, otherwise true.

Generated using TypeDoc