Skip to content

Ontology building

This section is the semantic core of OpenFoundry.

It documents the part of the platform that can turn datasets, streams, workflows, policies, and AI capabilities into a shared operational model of the business.

OpenFoundry mapping

The closest repository components today are:

  • services/ontology-service
  • services/auth-service
  • services/audit-service
  • services/query-service
  • services/workflow-service
  • services/app-builder-service
  • services/geospatial-service
  • services/ai-service
  • proto/ontology/*
  • proto/workflow/*
  • proto/query/*

Section map

Current status

This is one of the most developed documentation areas in the site because it aligns unusually well with the service boundaries already visible in the monorepo.

The repository already contains real signals for:

  • ontology metadata management
  • object and link modeling
  • action execution
  • function simulation
  • object-set policy and materialization
  • semantic search
  • ABAC and restricted views

The main gaps are less about the absence of ontology ideas and more about how much of the full lifecycle has already been consolidated into first-class platform products.

Released under the Apache 2.0 License.