Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of RDF/JS BlankNode.

Hierarchy

Implements

  • BlankNode

Index

Constructors

Properties

Methods

Constructors

  • Creates a new instance.

    Parameters

    • Optional value: string

      The value of the blank node. Generated if not specified.

    Returns BlankNode

Properties

termType: "BlankNode" = "BlankNode"
value: string

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