Domain entity types =================== The :mod:`drm.drm_entities` module contains the domain-specific node types built on top of :mod:`drm.base`. These classes add validation, default labels, and automatic materialisation of properties into graph structures. See also :mod:`drm.base` for the underlying primitives. .. automodule:: drm.drm_entities :members: :member-order: bysource :show-inheritance: