# File lib/rdf/redland/node.rb, line 85
    def Node.anon(id)
      n = Node.new('')
      n.bnode(id)
      n
    end