//! v0.2.1 example: walk the InhabitanceDispatchTable rules.
//!
//! Demonstrates the parametric dispatch table emission. The table's content
//! comes directly from the ontology's `predicate:InhabitanceDispatchTable`
//! individual and its three `predicate:DispatchRule` members.
//!
//! Run with: `cargo run --example dispatch_table_walk -p uor-foundation`
use INHABITANCE_DISPATCH_TABLE;