Models a blank node. More...
Public Member Functions | |
BlankValue () | |
Constructs a blank node with an automatically assigned name. | |
CUBI_EXPLICIT | BlankValue (const QString &name) |
Constructs a blank node with a given name. | |
void | setName (const QString &name) |
Sets the node name. | |
QString | name () const |
Returns the node's name. |
Models a blank node.
void BlankValue::setName | ( | const QString & | name | ) |
Sets the node name.
Note, the name in the generated Sparql will be prefixed with a _, to avoid potential conflicts with automatically generated blank nodes.