File size: 3,047 Bytes
f86265a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Dataset Card for the TRC Volume 7 Final Report Victim List

## Dataset Summary 


## Languages 

English 

## Data Instances 

A typical data point comprises the metadata for a victim in Volume 7 of the TRC's Final Report.

An example from the dataset looks as follows:

```json
{
    "full_name": "Thabo Simon Aaron",
    "lastname": "Aaron",
    "firstname": "Thabo Simon",
    "description": "An ANCYL member who was shot and severely injured by SAP members at Lephoi, Bethulie, Orange Free State (OFS) on 17 April 1991. Police opened fire on a gathering at an ANC supporter's house following a dispute between two neighbours, one of whom was linked to the ANC and the other to the SAP and a councillor.",
    "place": [
        "Bethulie"
    ],
    "homeland": [],
    "province": [
        "Orange Free State"
    ],
    "hrv": [
        "shoot",
        "injure"
    ],
    "org": [
        "ANCYL (African National Congress Youth League)",
        "ANC (African National Congress)",
        "ANCYL (African National Congress Youth League)",
        "ANC (African National Congress)",
        "Police",
        "SAP (South African Police)",
        "SAP (South African Police)"
    ],
    "date": [
        datetime.date(1991, 4, 17)
    ],
    "coordinates": [
        25.97552,
        -30.50329
    ],
    "age": 22,
    "gender": "Unknown"
}
```

## Data Fields 



## Curation Rationale 

 

## Initial Data Collection and Normalization 



 
## Who are the source language producers? 

The initial testimonies were collected by administrators and interviewers for the TRC. These interviews were then interrogated and researchers for the TRC determined which individuals met the threshold to be including in this the Volume 7 Final Report.


## Annotations 

 

## Annotation process 

To annotate the data, we leveraged Python and spaCy to automate the identification of categories of human rights violations, places, homelands, provinces, gender, and dates. To identify coordinates, we automated the mapping of identifiable places with no toponyms in South Africa, such as Cape Town. For more challenging places (approximately 2,000 locations), we performed manual validation. In some cases, specifically places with many toponyms, we provided the most likely candidate.

## Who are the annotators? 

The annotators for places were Steve Davis (PI) Robert Vaughn (Geographer).

## Personal and Sensitive Information 

The dataset contains the personal details of victims of human rights violations in South Africa. This data is already publicly available.

## Social Impact of Dataset 


## Discussion of Biases 


## Other Known Limitations 


## Dataset Curators 

Steve Davis, Associate Professor of History at the University of Kentucky

William J.B. Mattingly, Postdoc Fellow at the Smithsonian Institution

Robert Vaughn

## Licensing Information 


## Citation Information 



## Contributions 

Thanks to the TRC for cultivating the original data. Thanks to SAHA-SABC for making the initial dataset available as a CSV file.