class RDF::Node

An RDF blank node, also known as an anonymous or unlabeled node.

@example Creating a blank node with an implicit identifier

bnode = RDF::Node.new

@example Creating a blank node with an UUID identifier

bnode = RDF::Node.uuid
bnode.to_s #=> "_:504c0a30-0d11-012d-3f50-001b63cac539"