On 26/06/12 01:30, [email protected] wrote:
How can I assign an URI to a blank node? The Resource class only provides getURI() or getId() methods, but the URI can't be set. Do I have to create a new Resource, copy all properties and delete the original node?
Yes, you create a new resource. Resources are immutable - you can't modify them after creation.
Andy
