Audience Cross-Links¶
FCC v1.3.10 adopts a 9-audience canonical taxonomy. Each audience
has its own landing directory under docs/for-<audience>/; most
topics are relevant to multiple audiences, so the matrix below gives
each audience their primary anchor plus pointers to related
material that may serve a different perspective on the same topic.
The 9 canonical audiences¶
- For Beginners — first-time users, students, sceptics
- For Developers — engineers integrating FCC into applications
- For Educators — teachers designing FCC-based curricula
- For Scientists — researchers using FCC for structured inquiry
- For Architects — technical leaders making platform decisions
- For Operators — SRE, DevOps, and platform teams running FCC
- For Auditors — internal, external, and regulatory reviewers
- For Knowledge Engineers — ontology, KG, and RAG specialists
- For Data Architects — object-model, vocabulary, and federation specialists
Quick-nav between audiences¶
Use this table to jump to another perspective on the same topic. The rows are audiences; the columns are the artifact types.
Topic-based cross-links¶
When a topic spans multiple audiences, the matrix below shows which audience owns the canonical copy and which audiences link to it.
| Topic | Canonical | Also relevant for |
|---|---|---|
| Hello FCC tutorial | Beginners | Developers, Educators |
| Plugin authoring | Developers | Architects, Knowledge Engineers, Data Architects |
| Curriculum planning | Educators | Beginners (student workbook) |
| Reproducibility | Scientists | Auditors, Operators |
| Enterprise deployment | Operators | Architects, Auditors |
| EU AI Act compliance | Auditors | Architects, Operators |
| Knowledge graphs | Knowledge Engineers | Data Architects, Scientists |
| Vocabulary mappings | Data Architects | Knowledge Engineers, Developers |
| Federation | Data Architects | Architects, Knowledge Engineers |
| Model cards | Auditors | Scientists, Developers |
| Object model design | Data Architects | Architects, Developers |
| Workflow templates | Developers | Operators, Architects |
| Governance constitution | Auditors | Architects, Operators |
| Observability | Operators | Developers, Architects |
| CLEAR+ benchmarking | Scientists | Auditors, Developers |
Migration notice¶
Two legacy audience directories are deprecated in v1.3.10 and will be removed in v1.5.0. Use the migration notices for the complete redirection table.
- for-professionals/MIGRATION.md — content moved to For Developers + For Architects + For Operators + For Auditors.
- for-teams/MIGRATION.md — content moved primarily to For Operators and For Architects.
Audience relationships¶
The diagram below sketches how the nine audiences relate to each other. Every audience has at least two neighbours on the graph — most readers will traverse the graph rather than stopping at a single node.
flowchart LR
B[For Beginners] --> D[For Developers]
B --> E[For Educators]
D --> AR[For Architects]
D --> OP[For Operators]
AR --> DA[For Data Architects]
AR --> KE[For Knowledge Engineers]
OP --> AU[For Auditors]
AR --> AU
SC[For Scientists] --> E
SC --> AU
KE --> DA
E --> SC