Class NamedNode<Iri>

Type Parameters

  • Iri extends string = string

Hierarchy (view full)

Implements

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • Iri extends string = string

    Parameters

    Returns NamedNode<Iri>

Properties

id: string
termType: "NamedNode"

Contains the constant "NamedNode".

value: Iri

The IRI of the named node (example: http://example.org/resource)

Methods

  • Parameters

    • other: Term

      The term to compare with.

    Returns boolean

    True if and only if other has termType "NamedNode" and the same value.

  • Returns {}

    • Parameters

      • type: any

      Returns void