Create a new unique blank node identifier and return it.
string The new blank node identifier (e.g. _:genid1)
public function newBNodeId() { return "_:genid" . ++$this->bNodeCount; }