interface BlankNodeRe-exportimport { type BlankNode } from "https://deno.land/x/ldkit@v0.6.0/rdf.ts"; Contains an RDF blank node. PropertiestermType: "BlankNode"Contains the constant "BlankNode". value: stringBlank 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). Methodsequals(other: Term | null | undefined): boolean