Re: renaming a resource
Axel Hecht <[email protected]> Mon, 27 Jun 2005 12:05:55 +0200
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
rvj wrote: > ... 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 ? > You can't rename resources. Resources are objects unique per URI, if you want to do that kind of thing, you have to Move all arcs. Axel