flowchart TB
STD["xAPI Profile Standard
IEEE 9274.2.1 (in development) — the rulebook"]:::rule
JSONLD["JSON-LD
the format Profiles are written in"]:::rule
AP["Application Profile
example: cmi5 — one concrete document"]:::doc
TMPL["Statement Template"]:::doc
DP["Determining Property
routes a Statement to this template"]:::doc
SRV["xAPI Profile Server
operated by I2IDL"]:::infra
STD -->|expressed using| JSONLD
STD -->|one instance of| AP
AP --> TMPL
TMPL --> DP
AP -->|hosted at| SRV
classDef rule fill:#2a9d8f,stroke:#1f7a6f,color:#fff,font-size:15px
classDef doc fill:#e9a23b,stroke:#b8791f,color:#222,font-size:15px
classDef infra fill:#4c956c,stroke:#2f6b48,color:#fff,font-size:15px
linkStyle default stroke:#999,stroke-width:2px