neosemantics
neosemantics copied to clipboard
semantics.addNamespacePrefix should not overwrite existing namespace prefixes
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.