This repository is a curated reference of national and regional qualifications frameworks from around the world. It includes level breakdowns, mappings to major frameworks like the European Qualifications Framework (EQF) or UNESCO ISCED, and alignment notes where available.
The goal is to provide a centralized, open-source knowledge base for understanding how educational and vocational qualifications compare globally.
- ✅ Descriptions of qualification frameworks from multiple countries/regions
- ✅ Level-by-level breakdowns (e.g., Level 1–8/12/etc.)
- ✅ Crosswalks to EQF or ISCED where applicable
- ✅ Coverage of both academic and vocational/technical routes
- ✅ Source references to official agencies or frameworks (UNESCO, CEDEFOP, SCQF, etc.)
Examples include:
- 🇪🇺 European Qualifications Framework (EQF)
- 🇬🇧 [Regulated Qualifications Framework (RQF, UK)]
- 🏴 Scottish Credit and Qualifications Framework (SCQF)
- 🇨🇦 [Canadian Qualification Framework (CICIC)]
- 🇯🇲 [Caribbean Qualifications Framework (CQF, CARICOM)]
- 🌍 UNESCO ISCED
For the full list, see the
data/
directory.
/
├── README.md
├── LICENSE
├── data/
│ ├── eqf.md
│ ├── scqf.md
│ ├── cqf.md
│ ├── [country_code]_[framework].md
│ └── ...
└── sources/
└── references.md
We welcome contributions from anyone who has access to information about national and regional qualifications frameworks. If you have information about a framework that is not included in this repository, please submit a pull request.
As right now this project is being maintained by me, it is very welcome to help, as I am not an any where near an export on this topic.
- Fork the repository
- Create a new branch country specific branch name:
git checkout -b add-[framework]-[country]
framework specific branch name:
git checkout -b add-[framework]
- Add the new framework to the
data/
directory - Link official sources (e.g., UNESCO, CEDEFOP, SCQF, etc.) in the
sources/
directory - Update the
list.md
file - Submit a pull request
Feel free to open an issue or discussion if you have questions, suggestions, or frameworks you'd like us to include.