@faubulous/mentor-rdf
    Preparing search index...

    Class NamedNode

    An RDF/JS compliant NamedNode implementation.

    Implements

    • NamedNode
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    termType: "NamedNode" = ...

    Contains the constant "NamedNode".

    value: string

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

    Methods

    • Parameters

      • other: Term | null | undefined

        The term to compare with.

      Returns boolean

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