Returns a string representation of this blank node.
Returns:
169 170 171
# File 'lib/rdf/model/node.rb', line 169 def to_s "_:%s" % @id.to_s end