On 16/07/12 02:48, DHOMAS HATTA FUDHOLI wrote:
Hi All,Is there any method in Jena API to rename ObjectProperty or DatatypeProperty? I could find only the way to rename Resource, maybe Class, using renameResource() method in ResourceUtils class.
There's nothing built-in, you would have to write it. It's pretty straightforward. The code in ResourceUtils might give helpful hints.
Dave
