Semantic Model Templates for Business Context in Visuo

These semantic model templates provide a structured framework for defining entities, attributes, relationships, and key metrics specific to different business domains in Visuo. They serve as a starting point for creating effective Business Contexts.

Semantic Model Templates for Various Domains

Here are templates for creating semantic models in various business domains:

E-commerce Template

Domain: E-commerce
Entities:
  - Customer:
      Attributes:
        - [CUSTOMER_ID_COLUMN]: Unique identifier
        - [CUSTOMER_NAME_COLUMN]: Full name
        - [CUSTOMER_EMAIL_COLUMN]: Email address
        - [CUSTOMER_REGISTRATION_DATE_COLUMN]: Registration date
  - Product:
      Attributes:
        - [PRODUCT_ID_COLUMN]: Unique identifier
        - [PRODUCT_NAME_COLUMN]: Product name
        - [PRODUCT_CATEGORY_COLUMN]: Category
        - [PRODUCT_PRICE_COLUMN]: Price
  - Order:
      Attributes:
        - [ORDER_ID_COLUMN]: Unique identifier
        - [ORDER_DATE_COLUMN]: Order date
        - [ORDER_TOTAL_COLUMN]: Total amount
        - [ORDER_STATUS_COLUMN]: Current status
Relationships:
  - Customer places Order
  - Order contains Product
Key Metrics:
  - Customer Lifetime Value: Sum of [ORDER_TOTAL_COLUMN] per [CUSTOMER_ID_COLUMN]
  - Product Performance: Count of [PRODUCT_ID_COLUMN] in Order
  - Order Conversion Rate: Count of Order / Count of unique [CUSTOMER_ID_COLUMN]

This template is ideal for online retailers, marketplaces, and digital storefronts.

Using Semantic Model Templates in Visuo

These templates provide a starting point for creating semantic models in various domains. To use these templates effectively in Visuo:

  1. Select Your Domain: Choose a template that matches your business domain from the user interface.

  2. Map Your Data: Replace placeholder column names (e.g., [CUSTOMER_ID_COLUMN]) with your actual database column names.

  3. Customize: Add or modify entities, attributes, relationships, and key metrics as needed for your specific use case.

  4. Implement: Use the completed template to generate appropriate prompts for Visuo’s AI, guiding it in understanding your data structure and relevant business concepts.

  5. Save and Reuse: Save your customized templates for future use, allowing you to create domain-specific models for your organization.