@openhps/rdf
    Preparing search index...

    Class NamedNode<Iri>

    Type Parameters

    • Iri extends string = string

    Hierarchy (View Summary)

    Implements

    Index

    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