neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

semantics.addNamespacePrefix should not overwrite existing namespace prefixes

Open jbarrasa opened this issue 5 years ago • 0 comments

It should throw an error. Altering existing namespace prefixes is a dangerous operation that can invalidate the data in the graph. There should be a semantics.deleteNamespacePrefix method to make deletion explicit and not a side (undesired or unexpected) effect of a creation of a new namespace prefix.

jbarrasa avatar Dec 03 '19 19:12 jbarrasa