Comunica
    Preparing search index...

    A blank node that is scoped to a set of bindings.

    Implements

    • BlankNode
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    singleBindingsScope: true
    termType: "BlankNode" = 'BlankNode'

    Contains the constant "BlankNode".

    value: string

    Blank node name as a string, without any serialization specific prefixes, e.g. when parsing, if the data was sourced from Turtle, remove _:, if it was sourced from RDF/XML, do not change the blank node name (example: blank3).

    Methods

    • Parameters

      • other: undefined | null | Term

        The term to compare with.

      Returns boolean

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