Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'length_m', 'cruise_speed_kmh', 'wingspan_m', 'operator', 'first_flight', 'manufacturer', 'max_passengers', 'max_takeoff_weight_kg', 'model', 'aircraft'}) and 6 missing columns ({'airline', 'fatalities', 'survivors', 'date', 'accident', 'flight_number'}).
This happened while the csv dataset builder was generating data using
hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset/results/aircraft.csv (at revision 0c0eb759c2b5286f13627db875e01d6456dfcdab), ['hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/accidents.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/aircraft.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/airlines.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/airports.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/awards.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/cities.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/companies.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/continents.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/countries.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/football_clubs.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/german_states.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/nba_matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/nba_teams.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/person_awards.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/persons.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/provinces.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/states.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/teams.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/tournaments.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_clubs.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_venues.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/venues.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
aircraft: string
name: string
operator: string
country: string
model: string
manufacturer: string
first_flight: string
max_passengers: double
cruise_speed_kmh: double
wingspan_m: double
length_m: double
max_takeoff_weight_kg: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1734
to
{'accident': Value('string'), 'name': Value('string'), 'airline': Value('string'), 'country': Value('string'), 'date': Value('string'), 'fatalities': Value('float64'), 'survivors': Value('float64'), 'flight_number': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'length_m', 'cruise_speed_kmh', 'wingspan_m', 'operator', 'first_flight', 'manufacturer', 'max_passengers', 'max_takeoff_weight_kg', 'model', 'aircraft'}) and 6 missing columns ({'airline', 'fatalities', 'survivors', 'date', 'accident', 'flight_number'}).
This happened while the csv dataset builder was generating data using
hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset/results/aircraft.csv (at revision 0c0eb759c2b5286f13627db875e01d6456dfcdab), ['hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/accidents.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/aircraft.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/airlines.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/airports.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/awards.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/cities.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/companies.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/continents.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/countries.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/football_clubs.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/german_states.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/nba_matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/nba_teams.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/person_awards.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/persons.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/provinces.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/states.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/teams.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/tournaments.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_clubs.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_matches.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/ucl_venues.csv', 'hf://datasets/NicoZeitz/wikidata-federated-overlap-dataset@0c0eb759c2b5286f13627db875e01d6456dfcdab/results/venues.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
accident string | name string | airline string | country string | date string | fatalities float64 | survivors float64 | flight_number string |
|---|---|---|---|---|---|---|---|
http://www.wikidata.org/entity/Q100021 | PIA Flight 661 | http://www.wikidata.org/entity/Q204887 | http://www.wikidata.org/entity/Q843 | 2016-12-07T00:00:00Z | 47 | 0 | PK661 |
http://www.wikidata.org/entity/Q100367228 | Mamonas Assassinas airplane crash | null | http://www.wikidata.org/entity/Q155 | 1996-03-02T00:00:00Z | 9 | 0 | null |
http://www.wikidata.org/entity/Q1012788 | Bristow Flight 56C | http://www.wikidata.org/entity/Q4969137 | http://www.wikidata.org/entity/Q145 | 1995-01-19T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q1014658 | Andersen Air Force Base B-2 accident | null | http://www.wikidata.org/entity/Q30 | 2008-02-23T00:00:00Z | 0 | 2 | null |
http://www.wikidata.org/entity/Q102348101 | Snunit aircraft crash in Mishmar Hanegev | null | http://www.wikidata.org/entity/Q801 | 2020-11-24T00:00:00Z | 2 | null | null |
http://www.wikidata.org/entity/Q10265408 | Varig C-46 crash | null | http://www.wikidata.org/entity/Q155 | 1957-04-07T00:00:00Z | 40 | null | null |
http://www.wikidata.org/entity/Q10356053 | 1928 Dornier J Santos Dumont crash | null | http://www.wikidata.org/entity/Q155 | 1928-12-03T00:00:00Z | 14 | null | null |
http://www.wikidata.org/entity/Q10392496 | SATA Air Açores Flight 530M | http://www.wikidata.org/entity/Q1243903 | http://www.wikidata.org/entity/Q45 | 1999-12-11T00:00:00Z | 35 | 0 | null |
http://www.wikidata.org/entity/Q10392510 | Transbrasil Flight 801 | null | http://www.wikidata.org/entity/Q155 | 1989-03-21T00:00:00Z | 25 | 0 | null |
http://www.wikidata.org/entity/Q104759345 | Sriwijaya Air Flight 182 | http://www.wikidata.org/entity/Q619089 | http://www.wikidata.org/entity/Q252 | 2021-01-09T00:00:00Z | 62 | null | SJ182 |
http://www.wikidata.org/entity/Q104776794 | Iberia Airlines Flight 1456 | http://www.wikidata.org/entity/Q187972 | http://www.wikidata.org/entity/Q29 | 2001-02-07T00:00:00Z | 0 | 143 | null |
http://www.wikidata.org/entity/Q104913715 | Aviaco Flight 231 | null | http://www.wikidata.org/entity/Q29 | 1992-03-30T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q10497090 | Oskarshamn air disaster 1989 | null | http://www.wikidata.org/entity/Q34 | 1989-05-08T00:00:00Z | 16 | null | null |
http://www.wikidata.org/entity/Q105009447 | Aviaco Flight 331 | null | http://www.wikidata.org/entity/Q29 | 1972-07-06T00:00:00Z | 10 | 0 | null |
http://www.wikidata.org/entity/Q105099251 | Mersey Monoplane crash | null | http://www.wikidata.org/entity/Q145 | 1912-08-13T00:00:00Z | 1 | 0 | null |
http://www.wikidata.org/entity/Q105532368 | KLM PH-BUF | http://www.wikidata.org/entity/Q181912 | http://www.wikidata.org/entity/Q29 | 1977-03-27T00:00:00Z | 14 | 0 | KL4805 |
http://www.wikidata.org/entity/Q105532431 | Pan Am N736PA | null | http://www.wikidata.org/entity/Q29 | 1977-03-27T00:00:00Z | 9 | 61 | PA1736 |
http://www.wikidata.org/entity/Q105563892 | Delta Air Lines Flight 30 | http://www.wikidata.org/entity/Q188920 | http://www.wikidata.org/entity/Q30 | 2018-04-18T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q105612231 | United Airlines Flight 328 | http://www.wikidata.org/entity/Q174769 | http://www.wikidata.org/entity/Q30 | 2021-02-20T00:00:00Z | 0 | 241 | UA328 |
http://www.wikidata.org/entity/Q10562735 | Linjeflyg Flight 277 | null | http://www.wikidata.org/entity/Q34 | 1964-11-20T00:00:00Z | 31 | 12 | null |
http://www.wikidata.org/entity/Q105699552 | Utair Flight 595 | http://www.wikidata.org/entity/Q1065835 | http://www.wikidata.org/entity/Q159 | 2020-02-09T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q105756559 | 2021 TAF AS532 crash | null | http://www.wikidata.org/entity/Q43 | 2021-03-04T00:00:00Z | 11 | null | null |
http://www.wikidata.org/entity/Q1059245 | Cathay Pacific Flight 700Z bombing | http://www.wikidata.org/entity/Q32141 | http://www.wikidata.org/entity/Q881 | 1972-06-15T00:00:00Z | 81 | 0 | CX700Z |
http://www.wikidata.org/entity/Q106238034 | 2021 Touques Airbus AS350B helicopter crash | null | http://www.wikidata.org/entity/Q142 | 2021-03-07T00:00:00Z | 2 | null | null |
http://www.wikidata.org/entity/Q106291367 | Saab JAS 39D Gripen crash | null | http://www.wikidata.org/entity/Q213 | 2015-05-19T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q1064550 | PIA Flight 268 | http://www.wikidata.org/entity/Q204887 | http://www.wikidata.org/entity/Q837 | 1992-09-28T00:00:00Z | 167 | 0 | null |
http://www.wikidata.org/entity/Q106610509 | 2006 Iranian Dassault Falcon 20E crash | null | http://www.wikidata.org/entity/Q794 | 2006-01-09T00:00:00Z | 12 | 0 | null |
http://www.wikidata.org/entity/Q106749482 | ELK Airways Flight 1007 | null | http://www.wikidata.org/entity/Q191 | 2001-11-23T00:00:00Z | 2 | 15 | ELK1007 |
http://www.wikidata.org/entity/Q107008201 | Key Lime Air Flight 970 | http://www.wikidata.org/entity/Q6398060 | http://www.wikidata.org/entity/Q30 | 2021-05-12T00:00:00Z | 0 | 3 | null |
http://www.wikidata.org/entity/Q107308363 | 2021 Parachute Kemerovo Let L-410UVP-E crash | null | http://www.wikidata.org/entity/Q159 | 2021-06-19T00:00:00Z | 5 | 14 | null |
http://www.wikidata.org/entity/Q1073177 | China Airlines Flight 642 | http://www.wikidata.org/entity/Q51756 | http://www.wikidata.org/entity/Q148 | 1999-08-22T00:00:00Z | 3 | null | MDA642 |
http://www.wikidata.org/entity/Q107431180 | Petropavlovsk-Kamchatsky Air Flight 251 (2021) | http://www.wikidata.org/entity/Q2340002 | http://www.wikidata.org/entity/Q159 | 2021-07-06T00:00:00Z | 28 | 0 | PTK251 |
http://www.wikidata.org/entity/Q107491621 | 1944 Aeroflot Lisunov Li-2 crash | http://www.wikidata.org/entity/Q58707 | http://www.wikidata.org/entity/Q227 | 1944-11-25T00:00:00Z | 7 | null | null |
http://www.wikidata.org/entity/Q107551262 | Crash of a Bakhtar Afghan Airlines flight near Ghazni | null | http://www.wikidata.org/entity/Q889 | 1983-03-10T00:00:00Z | 19 | 0 | null |
http://www.wikidata.org/entity/Q107570765 | 1980 Biggin Hill Invader crash | null | http://www.wikidata.org/entity/Q145 | 1980-09-21T00:00:00Z | 7 | 0 | null |
http://www.wikidata.org/entity/Q108111717 | Ameristar Charters Flight 9363 | http://www.wikidata.org/entity/Q4745808 | http://www.wikidata.org/entity/Q30 | 2017-03-08T00:00:00Z | 0 | null | 7Z9363 |
http://www.wikidata.org/entity/Q108564598 | Crash of a SEA Colombia flight near Cúcuta | null | http://www.wikidata.org/entity/Q739 | 1965-10-04T00:00:00Z | 4 | 0 | null |
http://www.wikidata.org/entity/Q108564603 | crash of a TAROM Il-14P near Békéssámson | null | http://www.wikidata.org/entity/Q28 | 1963-06-16T00:00:00Z | 31 | 0 | null |
http://www.wikidata.org/entity/Q10860425 | Iran Air Flight 742 | null | http://www.wikidata.org/entity/Q794 | 2011-10-18T00:00:00Z | 0 | 113 | null |
http://www.wikidata.org/entity/Q10865450 | Japan Air Lines Flight 301 | http://www.wikidata.org/entity/Q213140 | http://www.wikidata.org/entity/Q17 | 1952-04-09T00:00:00Z | 37 | null | null |
http://www.wikidata.org/entity/Q10878635 | September 13 incident | null | http://www.wikidata.org/entity/Q711 | 1971-09-13T00:00:00Z | 9 | 0 | null |
http://www.wikidata.org/entity/Q108793584 | Omega Aerial Refueling Services Flight 70 | http://www.wikidata.org/entity/Q7089975 | http://www.wikidata.org/entity/Q30 | 2011-05-18T00:00:00Z | 0 | 3 | null |
http://www.wikidata.org/entity/Q108806791 | mid-air collision of Biberach | null | http://www.wikidata.org/entity/Q183 | 1983-06-27T00:00:00Z | 3 | 0 | null |
http://www.wikidata.org/entity/Q108858975 | crash of an Airtaco L-14 in Stockholm | null | http://www.wikidata.org/entity/Q34 | 1951-07-14T00:00:00Z | 4 | 2 | null |
http://www.wikidata.org/entity/Q108859683 | crash of a Japan Air Self-Defense Force U-125 at Mt. Takakuma | null | http://www.wikidata.org/entity/Q17 | 2016-04-06T00:00:00Z | 6 | 0 | null |
http://www.wikidata.org/entity/Q108860954 | 2021 Menzelinsk parachute Let L-410UVP-E crash | null | http://www.wikidata.org/entity/Q159 | 2021-10-10T00:00:00Z | 16 | 5 | null |
http://www.wikidata.org/entity/Q108862205 | ATRAN flight 9655 | http://www.wikidata.org/entity/Q1141422 | http://www.wikidata.org/entity/Q159 | null | 7 | 0 | 9655 |
http://www.wikidata.org/entity/Q10891604 | All Nippon Airways Flight 25 (1960) | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 1960-03-16T00:00:00Z | 3 | null | null |
http://www.wikidata.org/entity/Q10903028 | Lion Air Flight 904 | http://www.wikidata.org/entity/Q1056794 | http://www.wikidata.org/entity/Q252 | 2013-04-13T00:00:00Z | 0 | 108 | JT904 |
http://www.wikidata.org/entity/Q109376596 | 2021 Grodno Aviakompania Antonov An-12 crash | null | http://www.wikidata.org/entity/Q159 | 2021-11-03T00:00:00Z | 9 | 0 | GRX1252 |
http://www.wikidata.org/entity/Q10940323 | Tianjin Airlines Flight 7554 | http://www.wikidata.org/entity/Q1436155 | http://www.wikidata.org/entity/Q148 | 2012-06-29T00:00:00Z | 2 | 99 | GS7554 |
http://www.wikidata.org/entity/Q109418833 | 2021 Piedade de Caratinga Beechcraft King Air crash | null | http://www.wikidata.org/entity/Q155 | 2021-11-05T00:00:00Z | 5 | null | null |
http://www.wikidata.org/entity/Q1094539 | Cathay Pacific Flight 780 | http://www.wikidata.org/entity/Q32141 | http://www.wikidata.org/entity/Q148 | 2010-04-13T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q109458827 | Korean Air Flight 175 | null | http://www.wikidata.org/entity/Q884 | 1989-11-25T00:00:00Z | 1 | null | null |
http://www.wikidata.org/entity/Q109619683 | Potez VII F-FRAV aviation accident | null | http://www.wikidata.org/entity/Q213 | 1922-10-30T00:00:00Z | 1 | null | null |
http://www.wikidata.org/entity/Q109829552 | 2021 Azerbaijani Mil Mi-17 crash | null | http://www.wikidata.org/entity/Q227 | 2021-11-30T00:00:00Z | 14 | null | null |
http://www.wikidata.org/entity/Q109996552 | 2021 Indian Air Force Mi-17 crash | null | http://www.wikidata.org/entity/Q843 | 2021-12-08T00:00:00Z | 13 | 1 | null |
http://www.wikidata.org/entity/Q110720743 | UPS Airlines Flight 1307 | http://www.wikidata.org/entity/Q1318737 | http://www.wikidata.org/entity/Q30 | 2006-02-07T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q111133746 | 2021 United Aircraft Corporation Il-112 crash | null | http://www.wikidata.org/entity/Q159 | 2021-08-17T00:00:00Z | 3 | 0 | null |
http://www.wikidata.org/entity/Q111313251 | China Eastern Airlines Flight 5735 | http://www.wikidata.org/entity/Q291796 | http://www.wikidata.org/entity/Q148 | 2022-03-21T00:00:00Z | 132 | 0 | MU5735 |
http://www.wikidata.org/entity/Q111443581 | Aeroméxico Flight 111 | http://www.wikidata.org/entity/Q381563 | http://www.wikidata.org/entity/Q96 | 1958-06-02T00:00:00Z | 46 | 0 | null |
http://www.wikidata.org/entity/Q111524038 | DHL Aero Expreso Flight 7216 | http://www.wikidata.org/entity/Q387459 | http://www.wikidata.org/entity/Q800 | 2022-04-07T00:00:00Z | 0 | 2 | D07216 |
http://www.wikidata.org/entity/Q1116495 | 1956 Grand Canyon mid-air collision | http://www.wikidata.org/entity/Q174769 | http://www.wikidata.org/entity/Q30 | 1956-06-30T00:00:00Z | 128 | 0 | null |
http://www.wikidata.org/entity/Q111723519 | MV-22 crash in Gråtådalen | null | http://www.wikidata.org/entity/Q20 | 2022-03-18T00:00:00Z | 4 | null | null |
http://www.wikidata.org/entity/Q111948125 | American Airlines Flight 102 | null | http://www.wikidata.org/entity/Q30 | 1993-04-14T00:00:00Z | 0 | 202 | AA102 |
http://www.wikidata.org/entity/Q111973540 | Tibet Airlines Flight 9833 | http://www.wikidata.org/entity/Q1090978 | http://www.wikidata.org/entity/Q148 | 2022-05-12T00:00:00Z | 0 | 122 | TV9833 |
http://www.wikidata.org/entity/Q112163545 | Tara Air Flight 197 | http://www.wikidata.org/entity/Q774108 | http://www.wikidata.org/entity/Q837 | 2022-05-29T00:00:00Z | 22 | 0 | TRA197 |
http://www.wikidata.org/entity/Q112321844 | 1942 Schallenberg Bf 109E crash | null | http://www.wikidata.org/entity/Q39 | 1942-06-26T00:00:00Z | 1 | null | null |
http://www.wikidata.org/entity/Q11233547 | Korean Air Lines Flight 015 | null | http://www.wikidata.org/entity/Q884 | 1980-11-19T00:00:00Z | 15 | 211 | null |
http://www.wikidata.org/entity/Q112670467 | Red Air Flight 203 | null | http://www.wikidata.org/entity/Q30 | 2022-06-21T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q113129372 | Meridian Flight 3032 | null | http://www.wikidata.org/entity/Q41 | 2022-07-16T00:00:00Z | 8 | 0 | MEM3032 |
http://www.wikidata.org/entity/Q113382 | 1966 Palomares B-52 crash | null | http://www.wikidata.org/entity/Q1016 | 1966-01-17T00:00:00Z | 7 | 4 | null |
http://www.wikidata.org/entity/Q11345632 | United Air Lines Flight 389 | null | http://www.wikidata.org/entity/Q30 | 1965-08-16T00:00:00Z | 30 | 0 | UA389 |
http://www.wikidata.org/entity/Q1134591 | Ryanair Flight 4102 | http://www.wikidata.org/entity/Q170614 | http://www.wikidata.org/entity/Q38 | 2008-11-10T00:00:00Z | 0 | 172 | null |
http://www.wikidata.org/entity/Q1135895 | Qantas Flight 32 | http://www.wikidata.org/entity/Q32491 | http://www.wikidata.org/entity/Q252 | 2010-11-04T00:00:00Z | 0 | 469 | null |
http://www.wikidata.org/entity/Q11370223 | 1968 Kyushu University RF-4C crash | null | http://www.wikidata.org/entity/Q17 | 1968-06-02T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q1137047 | Hainan Island incident | null | http://www.wikidata.org/entity/Q148 | 2001-04-01T00:00:00Z | 1 | 24 | null |
http://www.wikidata.org/entity/Q113876502 | 1972 Turkish Airlines Adana crash | null | http://www.wikidata.org/entity/Q43 | 1972-01-21T00:00:00Z | 1 | 4 | null |
http://www.wikidata.org/entity/Q11390286 | All Nippon Airways Flight 391 | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 2002-01-21T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q11390293 | 1962 All Nippon Airways Viscount crash | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 1962-11-19T00:00:00Z | 4 | null | null |
http://www.wikidata.org/entity/Q11390298 | All Nippon Airways Flight 8254 | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 2002-06-26T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q11390299 | All Nippon Airways Flight 802 | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 1963-05-10T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q11390303 | All Nippon Airways Flight 908 | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 2003-01-27T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q11390305 | All Nippon Airways Flight 64 | http://www.wikidata.org/entity/Q204284 | http://www.wikidata.org/entity/Q17 | 1959-01-02T00:00:00Z | 1 | null | null |
http://www.wikidata.org/entity/Q114069721 | 2022 Mutiny Bay plane crash | null | http://www.wikidata.org/entity/Q30 | 2022-09-04T00:00:00Z | 10 | 0 | null |
http://www.wikidata.org/entity/Q11435740 | Japan Airways Kuma-go crash | null | http://www.wikidata.org/entity/Q17 | 1939-05-17T00:00:00Z | 6 | null | null |
http://www.wikidata.org/entity/Q11475843 | LOT Polish Airlines Flight 165 (1969) | http://www.wikidata.org/entity/Q204268 | http://www.wikidata.org/entity/Q36 | 1969-04-02T00:00:00Z | 6 | 0 | LO165 |
http://www.wikidata.org/entity/Q114836063 | Korean Air Flight 631 | null | http://www.wikidata.org/entity/Q928 | 2022-10-23T00:00:00Z | 0 | null | KE631 |
http://www.wikidata.org/entity/Q11501910 | 1956 Shin-Koiwa Station FJ-2 crash | null | http://www.wikidata.org/entity/Q17 | 1956-02-03T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q11508991 | Japan Airlines Flight 706 | http://www.wikidata.org/entity/Q213140 | http://www.wikidata.org/entity/Q17 | 1997-06-08T00:00:00Z | 1 | null | null |
http://www.wikidata.org/entity/Q11508994 | Japan Air Lines Cargo Flight 1045 | http://www.wikidata.org/entity/Q213140 | http://www.wikidata.org/entity/Q30 | 1977-01-13T00:00:00Z | 5 | 0 | null |
http://www.wikidata.org/entity/Q11509003 | Japan Airlines Flight 108 | null | http://www.wikidata.org/entity/Q17 | 1957-09-30T00:00:00Z | 0 | null | null |
http://www.wikidata.org/entity/Q11509227 | Nihon Kinkyori Airways Flight 497 | null | http://www.wikidata.org/entity/Q17 | 1983-03-11T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q115102751 | Precision Air Flight 494 | http://www.wikidata.org/entity/Q957305 | http://www.wikidata.org/entity/Q1036 | 2022-11-06T00:00:00Z | 19 | 24 | PW494 |
http://www.wikidata.org/entity/Q115277477 | LATAM Perú Flight 2213 | http://www.wikidata.org/entity/Q649178 | http://www.wikidata.org/entity/Q419 | 2022-11-18T00:00:00Z | 2 | 108 | LP2213 |
http://www.wikidata.org/entity/Q115557630 | Rus Flight 9633 | null | http://www.wikidata.org/entity/Q159 | 2001-07-14T00:00:00Z | 10 | null | null |
http://www.wikidata.org/entity/Q116010165 | 1993 JAS 39 Gripen crash | null | http://www.wikidata.org/entity/Q34 | 1993-08-08T00:00:00Z | null | null | null |
http://www.wikidata.org/entity/Q116151417 | Aakenustunturi flight accident | null | http://www.wikidata.org/entity/Q33 | 1944-02-01T00:00:00Z | 4 | 0 | null |
http://www.wikidata.org/entity/Q11616908 | BOAC Flight 783 | null | http://www.wikidata.org/entity/Q668 | 1953-05-02T00:00:00Z | 43 | 0 | null |
http://www.wikidata.org/entity/Q116693976 | Naryan-Mar United Aviation Squadron Flight 1095/1096 | null | http://www.wikidata.org/entity/Q159 | 2023-01-09T00:00:00Z | 2 | 10 | 1095 |
End of preview.
Wikidata Federated-Overlap Dataset
A Wikidata-derived dataset distributed across federated databases with overlapping partitions
See https://github.com/NicoZeitz/wikidata-federated-overlap-dataset for more details
- Downloads last month
- 24