@openhps/rdf
    Preparing search index...

    Class BlankNode

    Implements

    • BlankNode
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • name: string

      Returns BlankNode

    Properties

    id: string
    termType: "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).

    nextId: number

    Methods

    • Parameters

      • other: Term

        The term to compare with.

      Returns boolean

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

    • Returns {}

    • Parameters

      • type: any

      Returns void