renaming a resource

"rvj" <[email protected]> Sat, 25 Jun 2005 09:46:50 +0100
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
... which also begs the (related) question ....

what is the quickest method for renaming a resource and all its attributes
from

    <description about="urn:before"   attribute="aa" />
to
     <description about="urn:after"     attribute="aa" />

without destroying the current element  ?