Skip to content

Interfaces

Interfaces define reusable semantic contracts across multiple object types.

What this subtree covers

  • interface definitions
  • interface implementation on object types
  • reuse of semantic patterns across domains

Repository signals

The ontology backend already exposes:

  • interface CRUD
  • interface property CRUD
  • attachment and detachment of interfaces to object types

Those capabilities are visible in services/ontology-service/src/handlers/interfaces.rs and the route map in services/ontology-service/src/main.rs.

Section map

Released under the Apache 2.0 License.