Generates the SPARQL representation of a blank node.
Renders the supplied label into a _:-prefixed token. With no argument, mints a fresh token with a random label;
supply a label only where blank-node identity must be correlated across the fragment.
Warning
The label is rendered as supplied: BLANK_NODE_LABEL defines no escape mechanism and the label is not checked
against the production, so a malformed label breaks the fragment carrying it. Callers relaying labels from
external sources are responsible for vetting them.
Parameters
Optionallabel: string|number
The blank-node label: a non-negative integer, or a string matching the BLANK_NODE_LABEL body;
omitted to mint a fresh anonymous node
Generates the SPARQL representation of a blank node.
Renders the supplied label into a
_:-prefixed token. With no argument, mints a fresh token with a random label; supply a label only where blank-node identity must be correlated across the fragment.The label is rendered as supplied:
BLANK_NODE_LABELdefines no escape mechanism and the label is not checked against the production, so a malformed label breaks the fragment carrying it. Callers relaying labels from external sources are responsible for vetting them.