Brick Schema
Brick schema is a data model that defines the structure, format, and permissible values for data stored in a database. It is based on the conceptual model of entities and relationships. A brick schema is comprised of three types of components:
-Entities: Things or concepts about which data can be collected. Examples of entities include buildings, rooms, furniture, and people.
-Attributes: Characteristics or properties of an entity. Examples of attributes include height, color, and shape.
-Relationships: Associations between entities. Examples of relationships include containment (e.g., a room contains furniture) and location (e.g., a person is located in a room).