Skip to content

Getting Started

Welcome to Universal Ontology Definition (UOD)! This section will help you understand what UOD is and how to use it in your projects.

What is UOD?

UOD is an open, standardized four-layer enterprise ontology framework designed to provide a unified conceptual modeling foundation for:

  • ๐Ÿง  Knowledge Graphs โ€” Build enterprise knowledge graphs with standardized concepts
  • ๐Ÿ“Š Semantic Layers โ€” Create consistent data semantic layers across systems
  • ๐Ÿ—„ Master Data Management โ€” Standardize entity definitions across the organization
  • ๐Ÿค– AI Agent Knowledge Bases โ€” Provide structured domain knowledge to AI agents

How It Works

graph TB
    L3["๐Ÿข L3: Enterprise Layer<br/>Your Company's Custom Extensions"]
    L2["๐Ÿญ L2: Industry and Domain Extension<br/>Consulting, Luxury, Finance..."]
    L1["๐ŸŒ L1: Universal Core<br/>24 Classes ยท 12 Relations"]
    L0["โš™๏ธ L0: Platform Bindings<br/>OWL/RDF ยท JSON-LD ยท GraphQL ยท SQL"]

    L3 -->|extends| L2
    L2 -->|extends| L1
    L1 -->|serialized by| L0

    style L3 fill:#e1bee7,stroke:#9c27b0
    style L2 fill:#bbdefb,stroke:#1976d2
    style L1 fill:#c8e6c9,stroke:#388e3c
    style L0 fill:#fff9c4,stroke:#f9a825

Next Steps