I need to change the name of an individual. I have found that using the getLocalName
you manage to print the name, but is it possible to change the name of an existing individual and propagate it over the whole graph?
I have thought on using sameAs
, but although it is similar, it is not the same as I don't one the original name to be kept.
Thanks.