Constructor
new BlankNode(labelopt)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
label |
string |
<optional> |
Extends
Members
Methods
encode(mediaType, continuationopt)
Given a media type, encode the blank node's lexical form as a string and return that value or delegate to the continuation.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
mediaType |
string | ||
continuation |
function |
<optional> |
If present, invoke with the encoded value and return that result. |
equals(other) → {boolean}
Returns true for a BlankNode with the same label
Parameters:
| Name | Type | Description |
|---|---|---|
other |
any |
boolean