--- license: cc-by-sa-4.0 language: - en tags: - history - south-africa - africa - education task_categories: - text-generation - question-answering pretty_name: South African History Dataset size_categories: - n<1K --- # South African History Dataset **Author:** Minah ([@minahmojela](https://huggingface.co/minahmojela)), Umkho-AI ## Dataset Summary This dataset contains **133 structured records** spanning South African history from c. 100,000 BCE (the San) through the 1994 democratic elections. It was compiled to provide accurate, well-sourced, and perspective-aware historical context — including notes that flag where mainstream/colonial framings diverge from South African–authored or indigenous perspectives — for use in research, education, and AI training/evaluation. Each record covers a specific historical event or sub-topic within one of 16 broader periods, including: - The San (c. 100,000 BCE) and Khoikhoi pastoralists (c. 2300 BCE) - Bantu migration & Nguni origins (1st century CE onward) - Nguni–Khoisan blending (c. 400–1000 CE) - Iron Age kingdoms (c. 1000–1300 CE) - Nguni nations (c. 1400–1500 CE) - Dutch colonisation of the Cape (1652) - The Mfecane & Shaka Zulu (1810s–1830s) - The Great Trek (1835–1840) - The Mineral Revolution: diamonds & gold (1867–1886) - The Anglo-Boer War (1899–1902) - Founding of the ANC / SANNC (1912) - Union of South Africa (1910) - Apartheid formally imposed (1948) - Sharpeville Massacre (1960) - Soweto Uprising (1976) - First democratic elections (1994) ## Dataset Structure ### Data Instances Each record is a JSON object, for example: ```json { "record_id": "AP001", "topic": "Apartheid formally imposed (1948)", "subtopic": "The 1948 election and its mechanics", "time_period": "26 May 1948", "region": "South Africa (national)", "summary": "...", "key_facts": ["...", "...", "..."], "perspective_notes": "...", "source_urls": ["https://...", "https://..."], "is_sa_authored": true, "source_file": "apartheid_1948_dataset" } ``` ### Data Fields | Field | Type | Description | |---|---|---| | `record_id` | string | Unique identifier for the record (topic-scoped prefix, e.g. `AP001`) | | `topic` | string | The broad historical event/period the record belongs to | | `subtopic` | string | The specific angle or sub-event covered by this record | | `time_period` | string | Free-text date or date range for the event described | | `region` | string or null | Geographic region within South Africa (national scope if unspecified) | | `summary` | string | A prose summary of the event | | `key_facts` | list[string] | Discrete, citable facts related to the record | | `perspective_notes` | string | Notes on historiographical framing, bias, or contested interpretations — useful for flagging where the "default" narrative may need nuance | | `source_urls` | list[string] | Source URLs supporting the record | | `is_sa_authored` | bool | Whether the underlying sources are authored by South African historians/institutions | | `source_file` | string | Name of the original source file this record was extracted from | ### Data Splits The dataset is provided as a single `train` split (no train/test division, as this is a reference/knowledge dataset rather than a predictive-modeling dataset). | Split | Records | |---|---| | train | 133 | ## Dataset Creation ### Source Data Records were originally compiled by a research assistant at UmkhoAI as a set of 18 individual spreadsheets (one per historical event/period), each manually researched and sourced from a mix of South African and international references (SAHO, Wikipedia, academic PDFs, and contemporary reporting). This release normalizes those spreadsheets into a single consistent, machine-readable schema. ### Source Authorship Of the 133 records, 113 (85%) draw primarily on South African–authored sources, and 20 (15%) draw on non-SA sources; this is captured per-record in `is_sa_authored` so users can filter or weight accordingly. ### Known Limitations - Coverage is not exhaustive — this is a curated selection of key events, not a comprehensive timeline. - `source_urls` are provided as compiled but have not been independently re-verified by Anthropic/Claude; users doing rigorous work should check sources directly. - `perspective_notes` reflect the compiler's judgment about historiographical framing and should be read as guidance/context, not neutral fact. - One source file used a slightly different original column layout (`Id`/`Sub-Topic` instead of `Record Id`/`Subtopic`, and no `Region` column); this has been normalized, but the 8 affected records (Bantu Migration & Nguni Origins) have `region: null`. ## Licensing Released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Please retain attribution to UmkhoAI when reusing this dataset. Note that some `source_urls` point to third-party copyrighted material — the dataset itself (the structured summaries/facts/notes) is what is licensed here, not the linked source content. ## Citation ``` @dataset{umkhoai_sa_history_2026, title = {South African History Dataset}, author = {Minah and Umkho-AI}, year = {2026}, note = {https://huggingface.co/datasets/Umkho-AI/SA_History_Dataset} } ```