Semantic entities ================= The :mod:`cvcdocdb.drm_entities` module contains the domain-specific node types built on top of :mod:`cvcdocdb.base`. These classes add validation, default labels, and automatic materialisation of properties into graph structures. See also :mod:`cvcdocdb.base` for the underlying primitives and :mod:`cvcdocdb.exemples` for ready-made dataset loaders built with these entities. .. automodule:: cvcdocdb.drm_entities :members: :exclude-members: document_class :member-order: bysource :show-inheritance: