rdflib
    Preparing search index...

    Class Empty

    An empty node

    Hierarchy (View Summary)

    Implements

    • Term
    Index

    Constructors

    Properties

    classOrder: number

    The class order for this node

    termType: "Empty" = EmptyTermType

    The type of node

    value: string

    The node's value

    fromValue: <T extends FromValueReturns>(value: ValueType) => T
    toJS: (
        term: any,
    ) =>
        | string
        | boolean
        | object
        | Number
        | Date
        | (string | boolean | object | Number | Date)[]

    Methods

    • Compares whether the two nodes are equal

      Parameters

      • other: Term | null | undefined

        The other node

      Returns boolean

    • Creates the substituted node for this one, according to the specified bindings

      Type Parameters

      Parameters

      • bindings: Bindings

        Bindings of identifiers to nodes

      Returns T