131132133134135136137
public URI getURI() { long uri_object=core.librdf_node_get_uri(this.object); return new URI(this.world, uri_object); }