# Sample bundle B — multi-concept cross-linking (shuriq-jonny persona)

**The property this bundle proves:** many types, dense cross-links. 164 concepts across 29 types — Person, Organization, Intent, Goal, Client, Investor, Methodology, MoatElement, and more — exported from the DKR ingestion and ontology design process. The 148 edges in the graph are the bundle's real markdown links, OKF's native cross-link mechanism.

This bundle is also the **export projection made visible**. Every concept here is Layer 2 by construction: identity, neighbors, nothing else. The typed relationship edges, attribute values, and confidence scores that the source model carries were stripped at export. Each concept's `resource:` field points at the gated rehydration endpoint (`https://okf-persona-gate.jonny-a6b.workers.dev/rehydrate/<id>`), which returns HTTP 401 without credentials — see [the serving demo](../../serving/) for that contrast run live.

Concepts with an economic reading also carry composite typings (`shuriq_rea_type`, `shuriq_bmc_cell`) against the shared meta-ontology bundles, per profile v0.3.

## Rebuild it

```bash
# from projects/shur/okf/
python3 okf_persona_export.py \
  ../../totem-persona/personas/shuriq-jonny/obsidian_vault \
  _site/samples/persona-cross-links/bundle \
  serving/worker/data \
  --base-url https://okf-persona-gate.jonny-a6b.workers.dev
python3 okf_viz.py _site/samples/persona-cross-links/bundle _site/samples/persona-cross-links/viz.html
```

- [Open the graph](viz.html)
- [Browse the bundle root](bundle/index.md)
