Deriving custom semantic types
You can derive a custom semantic type when the semantic types that are stored in the standard library do not sufficiently classify the data that they are being assigned to. You can derive a custom semantic type from an appropriate generalized parent semantic type.
About this task
Ensuring that you choose the correct parent semantic type is important because the custom semantic type inherits characteristics and behavior from the parent. If you choose a parent semantic type that is not fitting, Analyst's Notebook Premium might interpret the data incorrectly.
For example, it would be inappropriate for you to derive a custom semantic type for a sporting event from the Document entity semantic type. A sporting event is not a specialization of a document. The result of this inappropriate specification would be that Analyst's Notebook Premium would expect to interpret documentation as opposed to sporting event data.
You can edit the details for a custom semantic type at any time, but it is best to avoid changing them in a way that changes the original meaning. Different versions of the same custom semantic type align regardless of the custom semantic type's name, description, or synonyms.