lilingxi01 commited on
Commit
54d91ab
1 Parent(s): 39afe0b

chore: init commit.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +56 -0
  2. hf_push.sh +45 -0
  3. warehouse_00000.jsonl.zst +3 -0
  4. warehouse_00000.metadata +280 -0
  5. warehouse_00001.jsonl.zst +3 -0
  6. warehouse_00001.metadata +234 -0
  7. warehouse_00002.jsonl.zst +3 -0
  8. warehouse_00002.metadata +143 -0
  9. warehouse_00003.jsonl.zst +3 -0
  10. warehouse_00003.metadata +169 -0
  11. warehouse_00004.jsonl.zst +3 -0
  12. warehouse_00004.metadata +100 -0
  13. warehouse_00005.jsonl.zst +3 -0
  14. warehouse_00005.metadata +198 -0
  15. warehouse_00006.jsonl.zst +3 -0
  16. warehouse_00006.metadata +165 -0
  17. warehouse_00007.jsonl.zst +3 -0
  18. warehouse_00007.metadata +210 -0
  19. warehouse_00008.jsonl.zst +3 -0
  20. warehouse_00008.metadata +256 -0
  21. warehouse_00009.jsonl.zst +3 -0
  22. warehouse_00009.metadata +168 -0
  23. warehouse_00010.jsonl.zst +3 -0
  24. warehouse_00010.metadata +216 -0
  25. warehouse_00011.jsonl.zst +3 -0
  26. warehouse_00011.metadata +116 -0
  27. warehouse_00012.jsonl.zst +3 -0
  28. warehouse_00012.metadata +190 -0
  29. warehouse_00013.jsonl.zst +3 -0
  30. warehouse_00013.metadata +220 -0
  31. warehouse_00014.jsonl.zst +3 -0
  32. warehouse_00014.metadata +239 -0
  33. warehouse_00015.jsonl.zst +3 -0
  34. warehouse_00015.metadata +205 -0
  35. warehouse_00016.jsonl.zst +3 -0
  36. warehouse_00016.metadata +219 -0
  37. warehouse_00017.jsonl.zst +3 -0
  38. warehouse_00017.metadata +0 -0
  39. warehouse_00018.jsonl.zst +3 -0
  40. warehouse_00018.metadata +294 -0
  41. warehouse_00019.jsonl.zst +3 -0
  42. warehouse_00019.metadata +222 -0
  43. warehouse_00020.jsonl.zst +3 -0
  44. warehouse_00020.metadata +207 -0
  45. warehouse_00021.jsonl.zst +3 -0
  46. warehouse_00021.metadata +231 -0
  47. warehouse_00022.jsonl.zst +3 -0
  48. warehouse_00022.metadata +199 -0
  49. warehouse_00023.jsonl.zst +3 -0
  50. warehouse_00023.metadata +128 -0
.gitattributes ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+
hf_push.sh ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ #SBATCH --job-name=hf_push
4
+ #SBATCH --output=log_%j.out
5
+ #SBATCH --error=log_%j.err
6
+ #SBATCH --partition=longq
7
+ #SBATCH --ntasks=1
8
+ #SBATCH --cpus-per-task=4
9
+ #SBATCH --time=7-00:00
10
+ #SBATCH --mem=16000
11
+
12
+ source ~/.bashrc
13
+
14
+ # Check if .env file exists and source it
15
+ if [ -f .env ]; then
16
+ echo "Sourcing .env file..."
17
+ source .env
18
+ else
19
+ echo ".env file not found. Skipping."
20
+ fi
21
+
22
+ echo "MESSAGE: ${MESSAGE}"
23
+
24
+ # Change to the repository directory
25
+ cd "${REPO_PATH}"
26
+
27
+ # Configure Git credentials
28
+ git config credential.helper "store --file=.git-credentials"
29
+ echo "https://${HF_USERNAME}:${HF_ACCESS_TOKEN}@huggingface.co" > .git-credentials
30
+
31
+ git config --global user.name "Lingxi Li"
32
+ git config --global user.email "lilingxi01@gmail.com"
33
+
34
+ # Make sure that LFS is setup
35
+ git lfs install
36
+
37
+ # Run git commands
38
+ git add .
39
+ git commit -m "${MESSAGE}"
40
+ git push
41
+
42
+ # Clean up credentials
43
+ # rm .git-credentials
44
+ git config --unset credential.helper
45
+
warehouse_00000.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b724255ac3a41393533f803075b7f1d6043cea6139008a6b4a71fed098e6f2c1
3
+ size 146902424
warehouse_00000.metadata ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1195245299", "id": "12992", "title": "Go-fast boat", "byte_end": 1235782, "categories": ["Smuggling", "Motorboats"]}
2
+ {"byte_start": 1235782, "source_revision": "783863476", "id": "12993", "title": "Global positioning system", "byte_end": 1238285, "categories": []}
3
+ {"byte_start": 1238285, "source_revision": "1169671254", "id": "12994", "title": "Glasgow City Chambers", "byte_end": 3362901, "categories": ["Government buildings completed in 1889", "19th century in Scotland", "Category A listed buildings in Glasgow", "Tourist attractions in Glasgow", "Listed government buildings in Scotland", "Government buildings in Glasgow", "Government buildings with domes", "Politics of Glasgow", "City chambers and town halls in Scotland", "Victorian architecture in the United Kingdom", "1889 establishments in Scotland"]}
4
+ {"byte_start": 3362901, "source_revision": "1195384386", "id": "12995", "title": "Gone with the Wind (novel)", "byte_end": 364551522, "categories": ["Gone with the Wind| ", "1936 American novels", "African-American-related controversies", "American bildungsromans", "American novels adapted into films", "American novels adapted into plays", "Clayton County, Georgia", "Irish-American mass media", "Love stories", "Macmillan Publishers books", "National Book Award for Fiction winning works", "Novels about American slavery", "Novels about the Lost Cause of the Confederacy", "Novels set during the American Civil War", "Novels set in the 1870s", "Novels set in Atlanta", "Pulitzer Prize for the Novel-winning works", "Race-related controversies in literature"]}
5
+ {"byte_start": 364551522, "source_revision": "922702692", "id": "12996", "title": "Group 1 element", "byte_end": 364556471, "categories": ["Groups (periodic table)|Group 01", "Alkali metals"]}
6
+ {"byte_start": 364556471, "source_revision": "1201479861", "id": "12997", "title": "George Washington Carver", "byte_end": 516719690, "categories": ["George Washington Carver|*", "Date of birth unknown", "Year of birth uncertain", "1860s births", "1943 deaths", "19th-century African-American educators", "19th-century African-American scientists", "19th-century American educators", "19th-century American inventors", "19th-century American slaves", "20th-century African-American academics", "20th-century African-American educators", "20th-century African-American scientists", "20th-century American academics", "20th-century American educators", "20th-century American inventors", "Accidental deaths from falls", "African American adoptees", "African-American Christians", "African-American environmentalists", "African-American inventors", "Agriculture educators", "Alabama Republicans", "American adoptees", "American agriculturalists", "American botanists", "American food scientists", "American mycologists", "Burials in Alabama", "Hall of Fame for Great Americans inductees", "Iowa State University alumni", "Iowa State University faculty", "People from Tuskegee, Alabama", "People from Indianola, Iowa", "People from Minneapolis, Kansas", "People from Ness County, Kansas", "People from Hanover, Massachusetts", "People from Newton County, Missouri", "Scientists from Missouri", "Simpson College alumni", "Spingarn Medal winners", "Tuskegee University faculty"]}
7
+ {"byte_start": 516719690, "source_revision": "1198208280", "id": "12998", "title": "Grok", "byte_end": 523970638, "categories": ["Hippie movement", "Science fiction themes", "Robert A. Heinlein", "1961 neologisms", "Words originating in fiction", "Sources of knowledge"]}
8
+ {"byte_start": 523970638, "source_revision": "888704291", "id": "12999", "title": "German Commander-in-Chief for Submarines", "byte_end": 523977850, "categories": []}
9
+ {"byte_start": 523977850, "source_revision": "1193888153", "id": "13003", "title": "Talk:Grammatical mood", "byte_end": 526958911, "categories": []}
10
+ {"byte_start": 526958911, "source_revision": "1195783957", "id": "13007", "title": "Geelong Football Club", "byte_end": 723225615, "categories": ["Geelong Football Club| ", "Australian rules football clubs established in 1859", "Australian Football League clubs", "AFL Women's clubs", "Australian rules football clubs in Geelong", "1859 establishments in Australia", "Former Victorian Football League clubs"]}
11
+ {"byte_start": 723225615, "source_revision": "1117355854", "id": "13008", "title": "Talk:Geelong Football Club", "byte_end": 724436169, "categories": []}
12
+ {"byte_start": 724436169, "source_revision": "1199599690", "id": "13009", "title": "Galileo (satellite navigation)", "byte_end": 832710459, "categories": ["Galileo (satellite navigation)| ", "European Space Agency programmes", "Navigation satellite constellations", "Transport and the European Union", "Space policy of the European Union", "Military equipment of the European Union"]}
13
+ {"byte_start": 832710459, "source_revision": "1200082547", "id": "13010", "title": "Gavrilo Princip", "byte_end": 916562830, "categories": ["1894 births", "1918 deaths", "Archduke Franz Ferdinand assassination conspirators", "Former Serbian Orthodox Christians", "People from Bosansko Grahovo", "People from the Condominium of Bosnia and Herzegovina", "Serbs of Bosnia and Herzegovina", "Bosnia and Herzegovina atheists", "Bosnia and Herzegovina people convicted of murder", "Bosnia and Herzegovina people who died in prison custody", "Bosnia and Herzegovina people of World War I", "Causes of World War I", "20th-century criminals", "20th-century deaths from tuberculosis", "Amputees", "Young Bosnia", "Yugoslavism", "Rebels from Austria-Hungary", "Burials at Holy Archangels Cemetery, Sarajevo", "Serbian assassins", "Serbian revolutionaries", "People convicted of murder by Austria", "People convicted of treason against Austria-Hungary", "Prisoners who died in Austrian detention", "Male murderers", "Serbian people with disabilities"]}
14
+ {"byte_start": 916562830, "source_revision": "1198570196", "id": "13011", "title": "Greenwich Village", "byte_end": 1035259986, "categories": ["Greenwich Village| ", "1630s establishments in the Dutch Empire", "Arts districts", "Beat Generation", "Broadway (Manhattan)", "Counterculture of the 1960s", "Gay villages in New York (state)", "Historic districts on the National Register of Historic Places in Manhattan", "LGBT culture in New York City", "Little Italys in the United States", "Neighborhoods in Manhattan", "New York City designated historic districts", "New York City Designated Landmarks in Manhattan", "Italian-American culture in New York City"]}
15
+ {"byte_start": 1035259986, "source_revision": "1193888162", "id": "13013", "title": "Talk:Galileo (satellite navigation)", "byte_end": 1038173275, "categories": []}
16
+ {"byte_start": 1038173275, "source_revision": "1178349134", "id": "13015", "title": "George S. Kaufman", "byte_end": 1048111648, "categories": ["1889 births", "1961 deaths", "20th-century American dramatists and playwrights", "20th-century American non-fiction writers", "American contract bridge players", "American humorists", "American people of German-Jewish descent", "American theater critics", "American theatre managers and producers", "Contract bridge writers", "Donaldson Award winners", "Jewish American dramatists and playwrights", "Jewish theatre directors", "Pulitzer Prize for Drama winners", "The New Yorker people", "Writers from Pittsburgh", "Algonquin Round Table"]}
17
+ {"byte_start": 1048111648, "source_revision": "1200566580", "id": "13017", "title": "Gilbert N. Lewis", "byte_end": 1061179018, "categories": ["Members of the United States National Academy of Sciences", "American physical chemists", "Thermodynamicists", "American relativity theorists", "Harvard University alumni", "Massachusetts Institute of Technology alumni", "UC Berkeley College of Chemistry faculty", "Foreign Members of the Royal Society", "Honorary Members of the USSR Academy of Sciences", "1875 births", "1946 deaths", "1946 suicides", "People from Weymouth, Massachusetts", "University of Nebraska alumni", "Members of the American Philosophical Society"]}
18
+ {"byte_start": 1061179018, "source_revision": "1193280173", "id": "13018", "title": "Governor of Michigan", "byte_end": 1063421258, "categories": ["Governor of Michigan|*", "1837 establishments in Michigan"]}
19
+ {"byte_start": 1063421258, "source_revision": "1200635844", "id": "13019", "title": "G\u00f6tterd\u00e4mmerung", "byte_end": 1079186501, "categories": ["1876 operas", "Operas", "Eschatology in Norse mythology", "Der Ring des Nibelungen", "Libretti by Richard Wagner", "Apocalyptic music"]}
20
+ {"byte_start": 1079186501, "source_revision": "1200710074", "id": "13021", "title": "Gilbert and Sullivan", "byte_end": 1232409572, "categories": ["Gilbert and Sullivan| ", "British songwriting teams", "Theatrical genres", "Humor in classical music", "English musical duos"]}
21
+ {"byte_start": 1232409572, "source_revision": "1201490174", "id": "13022", "title": "Garfield", "byte_end": 1591481513, "categories": ["1978 comics debuts", "Garfield| ", "Comic strips set in the United States", "Comics about cats", "Comics about dogs", "Indiana culture", "Comics set in Indiana", "Mass media franchises", "American comic strips", "Gag-a-day comics", "American comics adapted into films", "Comics adapted into television series", "Comics adapted into animated series", "Comics adapted into video games", "Fictional characters who break the fourth wall", "Slice of life comics", "Nickelodeon", "Paramount Global franchises"]}
22
+ {"byte_start": 1591481513, "source_revision": "1200297853", "id": "13024", "title": "Graham Chapman", "byte_end": 1654368696, "categories": ["1941 births", "1989 deaths", "20th-century British autobiographers", "20th-century English comedians", "20th-century English LGBT people", "20th-century English male actors", "20th-century English male writers", "20th-century English medical doctors", "20th-century English screenwriters", "Alumni of Emmanuel College, Cambridge", "Alumni of the Medical College of St Bartholomew's Hospital", "British surrealist writers", "Comedians from Leicester", "Deaths from cancer in England", "Deaths from oropharyngeal cancer", "English autobiographers", "English male television writers", "English surrealist artists", "English comedy writers", "English gay actors", "English gay writers", "English LGBT comedians", "English LGBT rights activists", "English male comedians", "English male film actors", "English male screenwriters", "English male television actors", "English television writers", "Gay comedians", "Male actors from Leicester", "Monty Python members", "People from Melton Mowbray", "People from Wigston Magna", "Television show creators"]}
23
+ {"byte_start": 1654368696, "source_revision": "1193689901", "id": "13025", "title": "Talk:Gilbert and Sullivan", "byte_end": 1671896519, "categories": []}
24
+ {"byte_start": 1671896519, "source_revision": "1198208515", "id": "13026", "title": "Gray whale", "byte_end": 1767952060, "categories": ["Mammals described in 1861", "Taxa named by Wilhelm Lilljeborg", "Baleen whales", "Cetaceans of the Pacific Ocean", "Cetaceans of the Arctic Ocean", "Extant Late Pleistocene first appearances", "Symbols of California"]}
25
+ {"byte_start": 1767952060, "source_revision": "1201368028", "id": "13027", "title": "Jinn", "byte_end": 1998505366, "categories": ["Jinn| ", "Arabian legendary creatures", "Egyptian folklore", "Iranian folklore", "Islamic legendary creatures", "Malaysian mythology", "Indian folklore", "Occultism (Islam)", "Quranic figures", "Paranormal terminology", "Supernatural", "Supernatural legends", "Shapeshifting", "Turkish folklore", "Albanian mythology", "Islamic terminology"]}
26
+ {"byte_start": 1998505366, "source_revision": "297744830", "id": "13028", "title": "Talk:Grover's algorithm/Archive 1", "byte_end": 1998513856, "categories": []}
27
+ {"byte_start": 1998513856, "source_revision": "1189810090", "id": "13029", "title": "Gallurese", "byte_end": 2001529900, "categories": ["Sardinian language", "Corsican language", "Languages of Sardinia", "Languages of Italy", "Dialects of Italian", "Definitely endangered languages"]}
28
+ {"byte_start": 2001529900, "source_revision": "1198361849", "id": "13030", "title": "Gary Busey", "byte_end": 2064905503, "categories": ["Living people", "20th-century American male actors", "21st-century American male actors", "American Christians", "American male film actors", "American male stage actors", "American male television actors", "American male voice actors", "BAFTA winners (people)", "California Republicans", "Coffeyville Community College alumni", "Epic Records artists", "Male actors from Oklahoma", "Male actors from Texas", "Participants in American reality television series", "People from Baytown, Texas", "People with traumatic brain injuries", "Pittsburg State University alumni", "The Apprentice (franchise) contestants", "1944 births", "Big Brother (British TV series) winners", "Nathan Hale High School alumni"]}
29
+ {"byte_start": 2064905503, "source_revision": "1184177638", "id": "13031", "title": "-gry puzzle", "byte_end": 2075646993, "categories": ["Word puzzles|Gry", "English suffixes|gry"]}
30
+ {"byte_start": 2075646993, "source_revision": "1201806346", "id": "13032", "title": "Giosu\u00e8 Carducci", "byte_end": 2079198403, "categories": ["1835 births", "1907 deaths", "Burials at Certosa cemetery", "People from Pietrasanta", "19th-century Italian poets", "Italian male poets", "Nobel laureates in Literature", "Italian Nobel laureates", "University of Pisa alumni", "19th-century Italian male writers", "19th-century atheists", "20th-century atheists", "Translators of Homer", "Italian Freemasons", "Writers from the Grand Duchy of Tuscany"]}
31
+ {"byte_start": 2079198403, "source_revision": "1198208407", "id": "13033", "title": "List of glues", "byte_end": 2080321627, "categories": ["Adhesives| "]}
32
+ {"byte_start": 2080321627, "source_revision": "1197203462", "id": "13034", "title": "Geyser", "byte_end": 2136911069, "categories": ["Geysers| ", "Articles containing video clips", "Volcanic landforms", "Springs (hydrology)", "Bodies of water"]}
33
+ {"byte_start": 2136911069, "source_revision": "1200010964", "id": "13035", "title": "Gaussian elimination", "byte_end": 2156398141, "categories": ["Numerical linear algebra", "Articles with example pseudocode", "Exchange algorithms"]}
34
+ {"byte_start": 2156398141, "source_revision": "15910678", "id": "13036", "title": "Gustav R. Kirchhoff", "byte_end": 2156400879, "categories": []}
35
+ {"byte_start": 2156400879, "source_revision": "1195589233", "id": "13037", "title": "Guantanamo Bay Naval Base", "byte_end": 2280356711, "categories": ["Guantanamo Bay Naval Base| ", "Guantanamo Bay", "1898 establishments in Cuba", "1898 establishments in the United States", "Banana Wars", "Buildings and structures in Guant\u00e1namo Province", "Geography of Guant\u00e1namo Province", "International territorial disputes of the United States", "Military installations established in 1898", "Military installations of the United States in Cuba", "Spanish\u2013American War", "Territorial disputes of Cuba", "United States Navy installations", "War on terror"]}
36
+ {"byte_start": 2280356711, "source_revision": "1178953527", "id": "13038", "title": "Gladstone Gander", "byte_end": 2283847947, "categories": ["Donald Duck universe characters", "Disney comics characters", "Anthropomorphic birds", "Fictional geese", "Fictional unemployed people", "Fictional characters from Calisota", "Male characters in comics", "Luck", "Characters created by Carl Barks", "Comics characters introduced in 1948"]}
37
+ {"byte_start": 2283847947, "source_revision": "1192919012", "id": "13039", "title": "Gordon Michael Woolvett", "byte_end": 2285177226, "categories": ["1970 births", "Living people", "Canadian male film actors", "Canadian male television actors", "Canadian male voice actors", "Global Television Network people", "Male actors from Hamilton, Ontario", "Date of birth missing (living people)"]}
38
+ {"byte_start": 2285177226, "source_revision": "1200486115", "id": "13040", "title": "Gypsum", "byte_end": 2316816937, "categories": ["Calcium minerals", "Sulfate minerals", "Sedimentary rocks", "Evaporite", "Alchemical substances", "Monoclinic minerals", "Minerals in space group 15", "Alabaster", "Luminescent minerals", "Industrial minerals"]}
39
+ {"byte_start": 2316816937, "source_revision": "1186875025", "id": "13041", "title": "Growth factor", "byte_end": 2318381167, "categories": ["Growth factors|*", "Immune system"]}
40
+ {"byte_start": 2318381167, "source_revision": "981577449", "id": "13042", "title": "Gideon McDuck", "byte_end": 2318418993, "categories": ["Disney comics characters", "Fictional characters from Calisota", "Fictional newspaper editors"]}
41
+ {"byte_start": 2318418993, "source_revision": "1200288177", "id": "13043", "title": "Giuseppe Peano", "byte_end": 2323864670, "categories": ["1858 births", "1932 deaths", "People from Cuneo", "People from the Kingdom of Sardinia", "19th-century Italian mathematicians", "20th-century Italian mathematicians", "20th-century Italian philosophers", "Linear algebraists", "Constructed language creators", "Knights of the Order of Saints Maurice and Lazarus", "University of Turin alumni", "Academic staff of the University of Turin", "Textbook writers", "Historical linguists", "Linguists from Italy", "19th-century writers in Latin", "Latin-language writers from Italy"]}
42
+ {"byte_start": 2323864670, "source_revision": "1185272985", "id": "13044", "title": "Gin and tonic", "byte_end": 2332736762, "categories": ["Cocktails with gin", "Quinine", "Bubbly cocktails", "Cocktails with tonic", "Two-ingredient cocktails"]}
43
+ {"byte_start": 2332736762, "source_revision": "1181903408", "id": "13045", "title": "Gimlet (tool)", "byte_end": 2333049689, "categories": ["Woodworking hand tools", "Hole making"]}
44
+ {"byte_start": 2333049689, "source_revision": "1195374620", "id": "13046", "title": "Geometric mean", "byte_end": 2348382638, "categories": ["Means", "Non-Newtonian calculus"]}
45
+ {"byte_start": 2348382638, "source_revision": "1091824897", "id": "13048", "title": "Gent", "byte_end": 2348560963, "categories": []}
46
+ {"byte_start": 2348560963, "source_revision": "1199842422", "id": "13049", "title": "George Eliot", "byte_end": 2411971775, "categories": ["1819 births", "1880 deaths", "19th-century atheists", "19th-century British journalists", "19th-century British novelists", "19th-century British philosophers", "19th-century British poets", "19th-century British short story writers", "19th-century English translators", "19th-century British women writers", "19th-century English novelists", "19th-century English philosophers", "19th-century English poets", "19th-century English women writers", "19th-century English essayists", "19th-century pseudonymous writers", "19th-century scholars", "19th-century travel writers", "Alumni of Bedford College, London", "Alumni of the University of London", "Atheist philosophers", "British abolitionists", "British agnostics", "British atheists", "British ethicists", "British historical novelists", "British horror writers", "British humanists", "British literary critics", "British people of Welsh descent", "British philosophers", "British satirists", "British sceptics", "British translators", "British women non-fiction writers", "British women novelists", "British women philosophers", "British women short story writers", "Burials at Highgate Cemetery", "Deaths from kidney disease", "English abolitionists", "English agnostics", "English atheists", "English essayists", "English historical novelists", "English horror writers", "English humanists", "English literary critics", "English non-fiction writers", "English people of Welsh descent", "English philosophers", "English satirists", "English sceptics", "English short story writers", "English travel writers", "English women novelists", "English women philosophers", "Freethought writers", "Literacy and society theorists", "Literary theorists", "People from Nuneaton", "Philosophers of culture", "Philosophers of literature", "Philosophers of religion", "Philosophers of social science", "Political philosophers", "Pseudonymous women writers", "British psychological fiction writers", "Social philosophers", "Spinozists", "Translators of Baruch Spinoza", "Victorian novelists", "Victorian women writers", "Victorian writers", "Writers about activism and social change", "Writers about religion and science", "Writers of historical fiction set in the early modern period", "Writers of historical fiction set in the Middle Ages", "Writers of historical romances"]}
47
+ {"byte_start": 2411971775, "source_revision": "1195939900", "id": "13050", "title": "Guru Meditation", "byte_end": 2415266823, "categories": ["AmigaOS", "Amiga", "Screens of death", "Computer errors"]}
48
+ {"byte_start": 2415266823, "source_revision": "1152975740", "id": "13051", "title": "Gnumeric", "byte_end": 2417074644, "categories": ["2001 software", "Business software for Linux", "Cross-platform software", "Free software programmed in C", "Free spreadsheet software", "Office software that uses GTK", "Plotting software"]}
49
+ {"byte_start": 2417074644, "source_revision": "1186795024", "id": "13052", "title": "GNU Debugger", "byte_end": 2422648037, "categories": ["Debuggers", "GNU Project software|Debugger", "Unix programming tools", "Video game development software for Linux", "Software that was rewritten in C++", "Articles with example C code"]}
50
+ {"byte_start": 2422648037, "source_revision": "1193888168", "id": "13053", "title": "Talk:Goddess", "byte_end": 2429523882, "categories": []}
51
+ {"byte_start": 2429523882, "source_revision": "1159554593", "id": "13055", "title": "Galeon", "byte_end": 2431781526, "categories": ["2000 software", "Discontinued web browsers", "Free web browsers", "Gecko-based software", "GNOME Applications", "Web browsers that use GTK", "Free software programmed in C", "Gopher clients", "MacOS web browsers", "POSIX web browsers"]}
52
+ {"byte_start": 2431781526, "source_revision": "1200282786", "id": "13057", "title": "Gatling gun", "byte_end": 2479812288, "categories": ["Early machine guns", "Multi-barrel machine guns", "Machine guns of the United States", "Rotary cannon", "American Civil War weapons", "Rotary machine guns"]}
53
+ {"byte_start": 2479812288, "source_revision": "1200225255", "id": "13058", "title": "East Germany", "byte_end": 3161821284, "categories": ["East Germany| ", "1949 establishments in Germany", "1990 disestablishments in Germany", "Communism in Germany", "Communist states", "Eastern Bloc", "Former countries in Europe", "Former socialist republics|Germany, East", "Ostalgie", "Soviet satellite states", "States and territories disestablished in 1990|Germany, East", "States and territories established in 1949|East Germany"]}
54
+ {"byte_start": 3161821284, "source_revision": "674687400", "id": "13059", "title": "German game designer", "byte_end": 3161844941, "categories": []}
55
+ {"byte_start": 3161844941, "source_revision": "1196249623", "id": "13060", "title": "Granville, New South Wales", "byte_end": 3165833302, "categories": ["Granville, New South Wales| ", "Suburbs of Sydney", "Cumberland Council, New South Wales", "City of Parramatta"]}
56
+ {"byte_start": 3165833302, "source_revision": "1193888180", "id": "13061", "title": "Talk:Gemstone", "byte_end": 3167654793, "categories": []}
57
+ {"byte_start": 3167654793, "source_revision": "1185697283", "id": "13062", "title": "Georg Philipp Telemann", "byte_end": 3196338363, "categories": ["1681 births", "1767 deaths", "18th-century classical composers", "18th-century German musicians", "Composers for harpsichord", "Child classical musicians", "German Baroque composers", "German multi-instrumentalists", "German music theorists", "German opera composers", "Male opera composers", "German male classical composers", "Composers from Hamburg", "Oratorio composers", "Musicians from Frankfurt", "Musicians from Magdeburg", "People from the Duchy of Magdeburg", "String quartet composers", "18th-century German composers", "18th-century German male musicians", "Georg Philipp Telemann| "]}
58
+ {"byte_start": 3196338363, "source_revision": "1032285119", "id": "13063", "title": "Talk:Granville, New South Wales", "byte_end": 3196354011, "categories": []}
59
+ {"byte_start": 3196354011, "source_revision": "1196681123", "id": "13064", "title": "Granville rail disaster", "byte_end": 3200725921, "categories": ["Derailments in Australia", "Railway accidents and incidents in New South Wales", "Railway accidents in 1977", "Bridge disasters in Australia", "Bridge disasters caused by collision", "Disasters in Sydney", "January 1977 events in Australia", "1970s in Sydney", "Granville, New South Wales", "1977 disasters in Australia"]}
60
+ {"byte_start": 3200725921, "source_revision": "1200965006", "id": "13066", "title": "George Gershwin", "byte_end": 3352329809, "categories": ["George Gershwin", "1898 births", "1937 deaths", "20th-century American composers", "20th-century American Jews", "20th-century American male musicians", "20th-century classical composers", "20th-century classical pianists", "20th-century jazz composers", "American classical composers", "American classical pianists", "American film score composers", "American jazz composers", "American jazz pianists", "American jazz songwriters", "American male classical composers", "American male classical pianists", "American male film score composers", "American male jazz composers", "American male jazz pianists", "American musical theatre composers", "American opera composers", "American people of Lithuanian-Jewish descent", "American people of Russian-Jewish descent", "Broadway composers and lyricists", "Burials at Westchester Hills Cemetery", "Classical musicians from New York (state)", "Composers for piano", "Composers from New York City", "Congressional Gold Medal recipients", "Deaths from brain cancer in California", "Jazz-influenced classical composers", "Jazz musicians from New York (state)", "Jewish American classical composers", "Jewish American film score composers", "Jewish American jazz composers", "Jewish American songwriters", "Jewish classical composers", "Jewish classical pianists", "Jewish jazz musicians", "Jewish opera composers", "Male musical theatre composers", "Male opera composers", "Musicians from Brooklyn", "Porgy and Bess", "Pulitzer Prize winners", "Pupils of Henry Cowell", "Songwriters from New York (state)", "Vaudeville performers", "Victor Records artists"]}
61
+ {"byte_start": 3352329809, "source_revision": "1194061441", "id": "13068", "title": "Grammatical gender", "byte_end": 3550151478, "categories": ["Grammatical gender| ", "Linguistic morphology"]}
62
+ {"byte_start": 3550151478, "source_revision": "1196358998", "id": "13069", "title": "Talk:Grammatical gender", "byte_end": 3609163884, "categories": []}
63
+ {"byte_start": 3609163884, "source_revision": "1199165183", "id": "13070", "title": "LGBT movements", "byte_end": 3798999739, "categories": ["LGBT rights movement| ", "Movements for civil rights", "Egalitarianism", "LGBT history", "LGBT rights| ", "Political ideologies", "Political neologisms", "Subcultures", "Queer theory", "Articles containing video clips"]}
64
+ {"byte_start": 3798999739, "source_revision": "1188243600", "id": "13072", "title": "Great Victoria Desert", "byte_end": 3804431252, "categories": ["Great Victoria Desert| ", "Deserts and xeric shrublands", "Deserts of Western Australia", "Deserts of South Australia", "Ecoregions of South Australia", "Ecoregions of Western Australia", "Ergs", "Goldfields-Esperance", "IBRA regions"]}
65
+ {"byte_start": 3804431252, "source_revision": "1185502742", "id": "13073", "title": "GNU Lesser General Public License", "byte_end": 3808404495, "categories": ["Computer law", "Copyleft", "Free and open-source software licenses", "Copyleft software licenses", "GNU Project"]}
66
+ {"byte_start": 3808404495, "source_revision": "783863496", "id": "13074", "title": "GNU Library General Public License", "byte_end": 3808405876, "categories": []}
67
+ {"byte_start": 3808405876, "source_revision": "1200904319", "id": "13075", "title": "Gosford", "byte_end": 3827779308, "categories": ["Cities in New South Wales", "Coastal cities in Australia", "Suburbs of the Central Coast (New South Wales)"]}
68
+ {"byte_start": 3827779308, "source_revision": "1200943792", "id": "13076", "title": "Gordon Brown", "byte_end": 4357164386, "categories": ["Gordon Brown| ", "1951 births", "21st-century prime ministers of the United Kingdom", "21st-century Scottish memoirists", "20th-century Scottish journalists", "20th-century Scottish biographers", "Academics of Glasgow Caledonian University", "Academics of the Open University", "Alumni of the University of Edinburgh", "British politicians with disabilities", "Chancellors of the Exchequer of the United Kingdom", "Commission for Africa members", "Honorary Fellows of the Royal Society of Edinburgh", "Labour Party prime ministers of the United Kingdom", "Labour Friends of Israel", "Leaders of the Labour Party (UK)", "Living people", "Members of the Fabian Society", "Members of the Parliament of the United Kingdom for Fife constituencies", "Members of the Privy Council of the United Kingdom", "People educated at Kirkcaldy High School", "People from Kirkcaldy", "People from Renfrewshire", "Prime Ministers of the United Kingdom", "Scottish blind people", "Rectors of the University of Edinburgh", "Scottish television journalists", "Scottish Labour MPs", "Scottish Presbyterians", "Scottish scholars and academics", "Transport and General Workers' Union-sponsored MPs", "UK MPs 1983\u20131987", "UK MPs 1987\u20131992", "UK MPs 1992\u20131997", "UK MPs 1997\u20132001", "UK MPs 2001\u20132005", "UK MPs 2005\u20132010", "UK MPs 2010\u20132015", "Shadow Chancellors of the Exchequer", "Special Envoys of the Secretary-General of the United Nations"]}
69
+ {"byte_start": 4357164386, "source_revision": "1171080058", "id": "13077", "title": "Galileo project", "byte_end": 4480952007, "categories": ["Galileo program", "Missions to Jupiter", "Missions to main-belt asteroids", "Galileo Galilei", "Articles containing video clips"]}
70
+ {"byte_start": 4480952007, "source_revision": "1201527364", "id": "13078", "title": "Garden of Eden", "byte_end": 4577435136, "categories": ["Garden of Eden| ", "Adam and Eve", "Akkadian language", "Bereshit (parashah)", "Biblical phrases", "Book of Ezekiel", "Christian cosmology", "Conceptions of heaven", "Islamic eschatology", "Jannah", "Persian Gulf", "Torah places", "Primeval history"]}
71
+ {"byte_start": 4577435136, "source_revision": "1177925237", "id": "13079", "title": "Glottis", "byte_end": 4578255884, "categories": ["Phonetics", "Human head and neck", "Human voice", "Larynx", "Speech organs"]}
72
+ {"byte_start": 4578255884, "source_revision": "1197520877", "id": "13080", "title": "Gurmukhi", "byte_end": 4620356289, "categories": ["Gurmukh\u012b script", "Officially used writing systems of India"]}
73
+ {"byte_start": 4620356289, "source_revision": "859196114", "id": "13081", "title": "Gurmukhi alphabet", "byte_end": 4620376617, "categories": []}
74
+ {"byte_start": 4620376617, "source_revision": "1195150606", "id": "13082", "title": "Geneva College", "byte_end": 4633174323, "categories": ["Geneva College| ", "Educational institutions established in 1848", "Universities and colleges in Beaver County, Pennsylvania", "Council for Christian Colleges and Universities", "1848 establishments in Pennsylvania", "Beaver Falls, Pennsylvania", "Private universities and colleges in Pennsylvania"]}
75
+ {"byte_start": 4633174323, "source_revision": "1200479125", "id": "13084", "title": "Gorillaz", "byte_end": 5332193653, "categories": ["Gorillaz| ", "Animated musical groups", "Fictional characters invented for recorded music", "Musical groups established in 1998", "English electronic music groups", "English alternative rock groups", "Electronica music groups", "Trip hop groups", "Fictional musical groups", "English indie rock groups", "Dance-rock musical groups", "English hip hop groups", "Postmodern musicians", "British rap rock groups", "Alternative hip hop groups", "British world music groups", "English pop music groups", "Brit Award winners", "Grammy Award winners", "MTV Europe Music Award winners", "Parlophone artists", "Virgin Records artists", "Warner Records artists", "1998 establishments in England", "Bands with fictional stage personas", "Warner Music Group artists", "Art pop musicians", "BT Digital Music Awards winners", "Mixed-gender bands"]}
76
+ {"byte_start": 5332193653, "source_revision": "978392140", "id": "13086", "title": "Gayo", "byte_end": 5332256596, "categories": ["Language and nationality disambiguation pages"]}
77
+ {"byte_start": 5332256596, "source_revision": "1194921130", "id": "13087", "title": "GW-BASIC", "byte_end": 5336733075, "categories": ["Discontinued Microsoft BASICs", "Programming languages created in 1983", "BASIC interpreters", "BASIC programming language family", "Software using the MIT license", "Assembly language software", "Formerly proprietary software", "Microsoft free software", "Microsoft programming languages"]}
78
+ {"byte_start": 5336733075, "source_revision": "1198208744", "id": "13088", "title": "Granite", "byte_end": 5435112499, "categories": ["Granite| ", "Felsic rocks", "National symbols of Finland", "Plutonic rocks", "Sculpture materials", "Symbols of Wisconsin", "Industrial minerals"]}
79
+ {"byte_start": 5435112499, "source_revision": "1192209699", "id": "13089", "title": "Global Climate Coalition", "byte_end": 5457744874, "categories": ["Climate change denial", "Defunct climate change organizations", "Environmental organizations established in 1989", "Environmental organizations disestablished in 2001", "International business organizations", "Organizations based in Washington, D.C.", "Organizations of environmentalism skeptics and critics"]}
80
+ {"byte_start": 5457744874, "source_revision": "1200252360", "id": "13090", "title": "Gotham City", "byte_end": 5677271294, "categories": ["Gotham City| ", "Fictional elements introduced in 1940", "1940 in comics", "DC Comics populated places", "Fictional populated places in New Jersey", "Fiction about crime", "DC Comics islands"]}
81
+ {"byte_start": 5677271294, "source_revision": "708093322", "id": "13091", "title": "User:Georg Muntingh", "byte_end": 5677288126, "categories": []}
82
+ {"byte_start": 5677288126, "source_revision": "1187264238", "id": "13092", "title": "Charles Goren", "byte_end": 5680124371, "categories": ["1901 births", "1991 deaths", "American contract bridge players", "Bermuda Bowl players", "American instructional writers", "Contract bridge writers", "American people of Russian-Jewish descent", "Writers from Philadelphia", "20th-century American non-fiction writers", "McGill University Faculty of Law alumni", "Central High School (Philadelphia) alumni"]}
83
+ {"byte_start": 5680124371, "source_revision": "529012050", "id": "13093", "title": "Geofrey Chaucer", "byte_end": 5680125164, "categories": []}
84
+ {"byte_start": 5680125164, "source_revision": "1193888192", "id": "13094", "title": "Talk:Geoffrey Chaucer", "byte_end": 5684714504, "categories": []}
85
+ {"byte_start": 5684714504, "source_revision": "1199597385", "id": "13095", "title": "Galactus", "byte_end": 5952857298, "categories": ["Characters created by Jack Kirby", "Characters created by Stan Lee", "Comics characters introduced in 1966", "Fantastic Four characters", "Fictional characters who can change size", "Fictional characters who can manipulate reality", "Fictional characters with death or rebirth abilities", "Fictional characters with dimensional travel abilities", "Fictional characters with elemental transmutation abilities", "Fictional characters with energy-manipulation abilities", "Fictional empaths", "Fictional explorers", "Fictional nomads", "Marvel Comics aliens", "Marvel Comics characters who are shapeshifters", "Marvel Comics characters who can teleport", "Marvel Comics psychics", "Marvel Comics characters with superhuman durability or invulnerability", "Marvel Comics characters with superhuman senses", "Marvel Comics characters with superhuman strength", "Marvel Comics extraterrestrial supervillains", "Marvel Comics film characters", "Marvel Comics male supervillains", "Marvel Comics telekinetics", "Marvel Comics telepaths", "Supervillains with their own comic book titles", "Villains in animated television series"]}
86
+ {"byte_start": 5952857298, "source_revision": "1193957767", "id": "13096", "title": "Talk:Galactus", "byte_end": 6022428864, "categories": []}
87
+ {"byte_start": 6022428864, "source_revision": "1199903601", "id": "13097", "title": "Game Boy Color", "byte_end": 6052258442, "categories": ["1990s toys", "2000s toys", "Backward-compatible video game consoles", "Discontinued handheld game consoles", "Fifth-generation video game consoles", "Game Boy consoles", "Handheld game consoles", "Products and services discontinued in 2003", "Products introduced in 1998", "Regionless game consoles", "Z80-based video game consoles"]}
88
+ {"byte_start": 6052258442, "source_revision": "783863921", "id": "14120", "title": "Historic list of cities of Europe", "byte_end": 6052362523, "categories": []}
89
+ {"byte_start": 6052362523, "source_revision": "1191122766", "id": "14121", "title": "Hertz", "byte_end": 6074767829, "categories": ["SI derived units", "Units of frequency", "Heinrich Hertz"]}
90
+ {"byte_start": 6074767829, "source_revision": "1201496800", "id": "14122", "title": "Talk:History of Christianity", "byte_end": 6155149429, "categories": []}
91
+ {"byte_start": 6155149429, "source_revision": "1183703747", "id": "14123", "title": "Heroic couplet", "byte_end": 6155903566, "categories": ["Poetic forms"]}
92
+ {"byte_start": 6155903566, "source_revision": "364303016", "id": "14125", "title": "Talk:Henry II, Holy Roman Emperor/Archive 1", "byte_end": 6155938154, "categories": []}
93
+ {"byte_start": 6155938154, "source_revision": "1172379991", "id": "14126", "title": "Homosexuals", "byte_end": 6155948500, "categories": []}
94
+ {"byte_start": 6155948500, "source_revision": "1201565429", "id": "14127", "title": "H\u00f6\u00f0r", "byte_end": 6164928786, "categories": ["\u00c6sir", "Mythological blind people", "Sons of Odin", "Killed deities", "Norse gods", "Baldr", "Mythological fratricides"]}
95
+ {"byte_start": 6164928786, "source_revision": "1200872801", "id": "14128", "title": "Herat", "byte_end": 6234206221, "categories": ["Herat| ", "Cities in Afghanistan", "Cities in Central Asia", "Populated places along the Silk Road", "Populated places in Herat Province", "Provincial capitals in Afghanistan", "Cities founded by Alexander the Great"]}
96
+ {"byte_start": 6234206221, "source_revision": "783863937", "id": "14129", "title": "Haithabu", "byte_end": 6234209447, "categories": []}
97
+ {"byte_start": 6234209447, "source_revision": "1198215793", "id": "14130", "title": "Hedeby", "byte_end": 6239326813, "categories": ["Archaeological sites in Germany", "Former populated places in Denmark", "Former populated places in Germany", "History of Schleswig-Holstein", "Viking Age populated places", "World Heritage Sites in Germany"]}
98
+ {"byte_start": 6239326813, "source_revision": "1201685218", "id": "14131", "title": "Hazaras", "byte_end": 6554538355, "categories": ["Hazara people", "Ethnic groups in Afghanistan", "Ethnic groups in Pakistan", "Ethnic groups in Iran"]}
99
+ {"byte_start": 6554538355, "source_revision": "1196834322", "id": "14132", "title": "Hawala", "byte_end": 6563223768, "categories": ["Informal value transfer systems", "Remittances", "Payment systems", "Islamic financial contracts"]}
100
+ {"byte_start": 6563223768, "source_revision": "1200804441", "id": "14133", "title": "Hydroponics", "byte_end": 6787682381, "categories": ["Hydroponics| ", "Hydroculture", "Aeroponics"]}
101
+ {"byte_start": 6787682381, "source_revision": "1134042388", "id": "14134", "title": "Humanist (disambiguation)", "byte_end": 6787777400, "categories": []}
102
+ {"byte_start": 6787777400, "source_revision": "1200931276", "id": "14135", "title": "Henry Purcell", "byte_end": 6834622463, "categories": ["1659 births", "1695 deaths", "People from Victoria, London", "People educated at Westminster School, London", "17th-century classical composers", "17th-century English composers", "17th-century male musicians", "Male classical organists", "British male organists", "English Baroque composers", "English opera composers", "English classical organists", "English male classical composers", "Classical composers of church music", "Glee composers", "Male opera composers", "Gentlemen of the Chapel Royal", "Master of the Choristers at Westminster Abbey", "Burials at Westminster Abbey", "17th-century deaths from tuberculosis", "Tuberculosis deaths in England", "Articles containing video clips"]}
103
+ {"byte_start": 6834622463, "source_revision": "1198216132", "id": "14136", "title": "Hydrophobe", "byte_end": 6843427116, "categories": ["Chemical properties", "Intermolecular forces", "Surface science", "Articles containing video clips"]}
104
+ {"byte_start": 6843427116, "source_revision": "1193888630", "id": "14140", "title": "Talk:Herat", "byte_end": 6845921839, "categories": []}
105
+ {"byte_start": 6845921839, "source_revision": "1200051503", "id": "14142", "title": "Harley-Davidson", "byte_end": 7186080971, "categories": ["Harley-Davidson| ", "Motorcycle manufacturers of the United States", "Motor vehicle manufacturers based in Wisconsin", "Vehicle manufacturing companies established in 1903", "1903 establishments in Wisconsin", "Companies based in Wisconsin", "Companies listed on the New York Stock Exchange", "American brands", "American companies established in 1903"]}
106
+ {"byte_start": 7186080971, "source_revision": "1104268683", "id": "14143", "title": "Harappan Civilisation", "byte_end": 7186085126, "categories": []}
107
+ {"byte_start": 7186085126, "source_revision": "1200565022", "id": "14144", "title": "Hiberno-English", "byte_end": 7365810881, "categories": ["Languages attested from the 12th century", "Languages of Ireland|English", "Languages of Northern Ireland|English"]}
108
+ {"byte_start": 7365810881, "source_revision": "1140225967", "id": "14146", "title": "Talk:Hiberno-English/Archive 2", "byte_end": 7386114104, "categories": []}
109
+ {"byte_start": 7386114104, "source_revision": "1181175199", "id": "14147", "title": "Harmonic analysis", "byte_end": 7387937970, "categories": ["Acoustics", "Harmonic analysis| ", "Musical terminology"]}
110
+ {"byte_start": 7387937970, "source_revision": "1198800147", "id": "14148", "title": "Home run", "byte_end": 7484972515, "categories": ["Baseball rules", "Batting statistics", "Baseball terminology"]}
111
+ {"byte_start": 7484972515, "source_revision": "1201424974", "id": "14149", "title": "Harappa", "byte_end": 7514525833, "categories": ["Harappa| ", "4th-millennium BC architecture", "Populated places established in the 4th millennium BC", "Populated places disestablished in the 2nd millennium BC", "13th-century BC disestablishments", "Archaeological sites in Punjab, Pakistan", "History of Pakistan", "Bronze Age sites in Asia", "Populated places in Sahiwal District", "Indus Valley civilisation sites", "Former populated places in Pakistan", "Culture of Punjab, Pakistan", "Sahiwal District", "Tourist attractions in Sahiwal", "Ruins in Pakistan", "Lost cities and towns"]}
112
+ {"byte_start": 7514525833, "source_revision": "1151379557", "id": "14151", "title": "Hate site", "byte_end": 7514903443, "categories": []}
113
+ {"byte_start": 7514903443, "source_revision": "343184519", "id": "14152", "title": "Talk:Hate site", "byte_end": 7514987448, "categories": []}
114
+ {"byte_start": 7514987448, "source_revision": "1198942742", "id": "14153", "title": "Hendecasyllable", "byte_end": 7517072836, "categories": ["Types of verses", "Sonnet studies"]}
115
+ {"byte_start": 7517072836, "source_revision": "1090880160", "id": "14154", "title": "Talk:HavenCo", "byte_end": 7517398808, "categories": []}
116
+ {"byte_start": 7517398808, "source_revision": "1198216098", "id": "14155", "title": "Hebrides", "byte_end": 7552533016, "categories": ["Hebrides| ", "Former Norwegian colonies", "Archipelagoes of Scotland", "Scottish toponymy", "Kingdom of Norway (872\u20131397)"]}
117
+ {"byte_start": 7552533016, "source_revision": "206898667", "id": "14157", "title": "Human rights law", "byte_end": 7552579374, "categories": []}
118
+ {"byte_start": 7552579374, "source_revision": "1166536462", "id": "14158", "title": "HMS Dreadnought", "byte_end": 7553252966, "categories": ["Royal Navy ship names"]}
119
+ {"byte_start": 7553252966, "source_revision": "1120447256", "id": "14159", "title": "Hartmann Schedel", "byte_end": 7553905792, "categories": ["1440 births", "1514 deaths", "Writers from Nuremberg", "German cartographers", "German Renaissance humanists", "15th-century German physicians", "Physicians from Nuremberg"]}
120
+ {"byte_start": 7553905792, "source_revision": "1198526559", "id": "14160", "title": "Hexameter", "byte_end": 7554743761, "categories": ["Types of verses"]}
121
+ {"byte_start": 7554743761, "source_revision": "834447536", "id": "14161", "title": "Holy Hand Grenade of Antioch", "byte_end": 7560834779, "categories": ["Fictional weapons", "Monty Python and the Holy Grail"]}
122
+ {"byte_start": 7560834779, "source_revision": "1194931054", "id": "14162", "title": "Timeline of Polish history", "byte_end": 7584892693, "categories": ["Polish history timelines| ", "Years in Poland", "Timelines by country|Poland"]}
123
+ {"byte_start": 7584892693, "source_revision": "895956526", "id": "14163", "title": "Hamitic languages", "byte_end": 7584897931, "categories": []}
124
+ {"byte_start": 7584897931, "source_revision": "1196781432", "id": "14164", "title": "Talk:History of Poland", "byte_end": 7612189233, "categories": []}
125
+ {"byte_start": 7612189233, "source_revision": "1194623702", "id": "12361", "title": "Gnome", "byte_end": 7659108894, "categories": ["Gnomes| ", "16th-century introductions", "Earth spirits", "Elementals", "Mining spirits", "Household deities", "Fairy tale stock characters"]}
126
+ {"byte_start": 7659108894, "source_revision": "1198861683", "id": "12365", "title": "Googolplex", "byte_end": 7695666329, "categories": ["Integers", "Large integers", "Units of amount", "Numbers"]}
127
+ {"byte_start": 7695666329, "source_revision": "1200392675", "id": "12366", "title": "Graphite", "byte_end": 7788422503, "categories": ["Graphite| ", "Native element minerals", "Non-petroleum based lubricants", "Dry lubricants", "Visual arts materials", "Refractory materials", "Electrical conductors", "Hexagonal minerals", "Minerals in space group 186", "Minerals in space group 194", "Shades of black|graphite", "Industrial minerals"]}
128
+ {"byte_start": 7788422503, "source_revision": "1193349507", "id": "12367", "title": "Garry Trudeau", "byte_end": 7799050313, "categories": ["1948 births", "American comic strip cartoonists", "American editorial cartoonists", "American people of Dutch descent", "American people of English descent", "American people of French-Canadian descent", "American people of German descent", "American people of Swedish descent", "American satirists", "Living people", "People from Franklin County, New York", "Artists from Manhattan", "Pulitzer Prize for Editorial Cartooning winners", "Reuben Award winners", "St. Paul's School (New Hampshire) alumni", "The Yale Record alumni", "Yale School of Art alumni", "Yale University alumni", "Fellows of the American Academy of Arts and Sciences", "People from Saranac Lake, New York"]}
129
+ {"byte_start": 7799050313, "source_revision": "1199993730", "id": "12369", "title": "Guild", "byte_end": 7871775728, "categories": ["Crafts", "Guilds| ", "Medieval economic history"]}
130
+ {"byte_start": 7871775728, "source_revision": "480185688", "id": "12370", "title": "Googolgon", "byte_end": 7871808658, "categories": []}
131
+ {"byte_start": 7871808658, "source_revision": "783863227", "id": "12371", "title": "Gas Laws", "byte_end": 7871818049, "categories": []}
132
+ {"byte_start": 7871818049, "source_revision": "1189663255", "id": "12372", "title": "Gradius (video game)", "byte_end": 7884084361, "categories": ["1985 video games", "Konami games", "Arcade video games", "Amstrad CPC games", "Commodore 64 games", "Gradius video games", "Mobile games", "MSX games", "Multiplayer and single-player video games", "NEC PC-8801 games", "Nintendo Entertainment System games", "Nintendo Vs. Series games", "PlayChoice-10 games", "PlayStation 4 games", "Sharp X1 games", "X68000 games", "TurboGrafx-16 games", "Video games scored by Miki Higashino", "Virtual Console games", "Virtual Console games for Wii U", "Nintendo Switch games", "Windows games", "ZX Spectrum games", "Konami arcade games", "Nintendo Switch Online games", "Video games developed in Japan", "Video games set on fictional planets", "Video games set in outer space", "Arcade Archives games", "Hamster Corporation games"]}
133
+ {"byte_start": 7884084361, "source_revision": "1185398144", "id": "12373", "title": "Gamemaster", "byte_end": 7891924097, "categories": ["Video game culture", "Role-playing game terminology", "Pervasive games", "Nerd culture"]}
134
+ {"byte_start": 7891924097, "source_revision": "1193887761", "id": "12375", "title": "Talk:Golden Gate Bridge", "byte_end": 7901008303, "categories": []}
135
+ {"byte_start": 7901008303, "source_revision": "949633790", "id": "12376", "title": "GUI/History", "byte_end": 7901010002, "categories": []}
136
+ {"byte_start": 7901010002, "source_revision": "949785833", "id": "12378", "title": "Gaseous state", "byte_end": 7901011287, "categories": []}
137
+ {"byte_start": 7901011287, "source_revision": "528867399", "id": "12380", "title": "Gaseous phase", "byte_end": 7901012054, "categories": []}
138
+ {"byte_start": 7901012054, "source_revision": "979151974", "id": "12382", "title": "Great Lake", "byte_end": 7901015301, "categories": []}
139
+ {"byte_start": 7901015301, "source_revision": "1201578422", "id": "12383", "title": "Genetic engineering", "byte_end": 8127499120, "categories": ["Genetic engineering| ", "1950s neologisms", "1972 introductions", "Biological engineering", "Biotechnology", "Molecular biology", "Molecular genetics", "Engineering disciplines"]}
140
+ {"byte_start": 8127499120, "source_revision": "1199427345", "id": "12384", "title": "Gettysburg Address", "byte_end": 8468503108, "categories": ["1863 in American politics", "1863 in Pennsylvania", "1863 speeches", "American Civil War documents", "Gettysburg, Pennsylvania", "November 1863 events", "Pennsylvania in the American Civil War", "Politics of the American Civil War", "Presidency of Abraham Lincoln", "Speeches by Abraham Lincoln", "United States documents"]}
141
+ {"byte_start": 8468503108, "source_revision": "783862472", "id": "10381", "title": "Electrothermal-Chemical technology", "byte_end": 8468506792, "categories": []}
142
+ {"byte_start": 8468506792, "source_revision": "1192014495", "id": "10382", "title": "Electrothermal-chemical technology", "byte_end": 8472200238, "categories": ["Artillery by type", "Propellants", "History of the tank"]}
143
+ {"byte_start": 8472200238, "source_revision": "366410567", "id": "10383", "title": "ES-3 Shadow", "byte_end": 8472320030, "categories": []}
144
+ {"byte_start": 8472320030, "source_revision": "1201716216", "id": "10384", "title": "Boeing E-3 Sentry", "byte_end": 8536236454, "categories": ["Aircraft first flown in 1972", "AWACS aircraft", "Boeing military aircraft|E-03 Sentry", "Boeing 707", "Northrop Grumman radars|E-03 Sentry", "Quadjets", "1970s United States military reconnaissance aircraft"]}
145
+ {"byte_start": 8536236454, "source_revision": "1198418024", "id": "10385", "title": "Northrop Grumman E-8 Joint STARS", "byte_end": 8550510173, "categories": ["Boeing military aircraft|E-08 Joint STARS", "1980s United States command and control aircraft|E-08 Joint Stars", "Quadjets", "Boeing 707|E-8 Joint Stars", "Aircraft first flown in 1991", "Northrop Grumman aircraft|E-08 Joint STARS", "Northrop Grumman radars|E-08 Joint STARS"]}
146
+ {"byte_start": 8550510173, "source_revision": "1193887139", "id": "10387", "title": "Talk:Enigma machine", "byte_end": 8582893376, "categories": []}
147
+ {"byte_start": 8582893376, "source_revision": "1113970289", "id": "10388", "title": "Eric Cheney", "byte_end": 8583507968, "categories": ["British automobile designers", "1924 births", "2001 deaths", "British motorcycle designers", "British motocross riders", "Businesspeople from Winchester", "Royal Navy personnel of World War II"]}
148
+ {"byte_start": 8583507968, "source_revision": "1198991565", "id": "10390", "title": "Econometrics", "byte_end": 8603164057, "categories": ["Econometrics| "]}
149
+ {"byte_start": 8603164057, "source_revision": "1180486914", "id": "10391", "title": "Ellen van Langen", "byte_end": 8603806275, "categories": ["1966 births", "20th-century Dutch women", "21st-century Dutch women", "Athletes (track and field) at the 1992 Summer Olympics", "Dutch female middle-distance runners", "Living people", "Medalists at the 1989 Summer Universiade", "Medalists at the 1992 Summer Olympics", "Olympic athletes for the Netherlands", "Olympic female middle-distance runners", "Olympic gold medalists for the Netherlands", "Olympic gold medalists in athletics (track and field)", "People from Oldenzaal", "Sportspeople from Overijssel", "Universiade medalists in athletics (track and field)", "Universiade silver medalists for the Netherlands"]}
150
+ {"byte_start": 8603806275, "source_revision": "1198414069", "id": "10392", "title": "Emacs Lisp", "byte_end": 8607901340, "categories": ["Articles with example Lisp (programming language) code", "Dynamically scoped programming languages", "Emacs|Lisp", "Free compilers and interpreters", "Lisp programming language family", "Scripting languages", "Text editors", "Programming languages created in 1985", "GNU Project Lisp programming language implementations"]}
151
+ {"byte_start": 8607901340, "source_revision": "1171197931", "id": "10393", "title": "Edward Bulwer-Lytton", "byte_end": 8642283897, "categories": ["Edward Bulwer-Lytton| ", "1803 births", "1873 deaths", "19th-century British dramatists and playwrights", "19th-century English dramatists and playwrights", "19th-century English novelists", "19th-century English nobility", "Alumni of Trinity College, Cambridge", "Alumni of Trinity Hall, Cambridge", "Barons Lytton", "British male novelists", "British Secretaries of State", "Burials at Westminster Abbey", "Conservative Party (UK) hereditary peers", "Conservative Party (UK) MPs for English constituencies", "English historical novelists", "English male dramatists and playwrights", "English male novelists", "English male poets", "English occult writers", "Literary peers", "Freemasons of the United Grand Lodge of England", "Hollow Earth proponents", "Lytton family|Edward", "Members of the Parliament of the United Kingdom for Hertfordshire", "Members of the Parliament of the United Kingdom for St Ives", "Members of the Privy Council of the United Kingdom", "People from Heydon, Norfolk", "People from Knebworth", "Politics of Lincoln, England", "Rectors of the University of Glasgow", "Secretaries of State for the Colonies", "UFO writers", "UK MPs 1831\u20131832", "UK MPs 1832\u20131835", "UK MPs 1835\u20131837", "UK MPs 1837\u20131841", "UK MPs 1852\u20131857", "UK MPs 1857\u20131859", "UK MPs 1859\u20131865", "UK MPs 1865\u20131868", "UK MPs who were granted peerages|Lytton", "Victorian novelists", "Whig (British political party) MPs for English constituencies", "Pre-Separation Queensland", "Peers of the United Kingdom created by Queen Victoria"]}
152
+ {"byte_start": 8642283897, "source_revision": "1128412354", "id": "10394", "title": "Euclidean ring", "byte_end": 8642286009, "categories": []}
153
+ {"byte_start": 8642286009, "source_revision": "1189916458", "id": "10400", "title": "History of Esperanto", "byte_end": 8650404363, "categories": ["Esperanto history| ", "Language histories|Esperanto", "Articles containing video clips"]}
154
+ {"byte_start": 8650404363, "source_revision": "945113178", "id": "10401", "title": "Talk:History of Esperanto", "byte_end": 8650631875, "categories": []}
155
+ {"byte_start": 8650631875, "source_revision": "1199160492", "id": "10402", "title": "Esperanto grammar", "byte_end": 8722187228, "categories": ["Esperanto|Grammar", "Grammars of international auxiliary languages"]}
156
+ {"byte_start": 8722187228, "source_revision": "1199599950", "id": "10403", "title": "Talk:Esperanto grammar", "byte_end": 8732066473, "categories": []}
157
+ {"byte_start": 8732066473, "source_revision": "1197865930", "id": "10404", "title": "Esperanto culture", "byte_end": 8735331980, "categories": ["Esperanto culture| "]}
158
+ {"byte_start": 8735331980, "source_revision": "783862480", "id": "10405", "title": "Euclidean Algorithm", "byte_end": 8735334444, "categories": []}
159
+ {"byte_start": 8735334444, "source_revision": "1198194035", "id": "10406", "title": "Emotion", "byte_end": 8977564738, "categories": ["Emotion", "Limbic system", "Subjective experience"]}
160
+ {"byte_start": 8977564738, "source_revision": "1180487282", "id": "10407", "title": "Epictetus", "byte_end": 9002819558, "categories": ["135 deaths", "55 births", "1st-century Greek philosophers", "1st-century Romans", "2nd-century Greek philosophers", "2nd-century Romans", "Ancient Greek ethicists", "Ancient Greek slaves and freedmen", "Imperial Roman slaves and freedmen", "Roman-era Phrygians", "Roman-era Stoic philosophers", "People from Pamukkale"]}
161
+ {"byte_start": 9002819558, "source_revision": "1194931487", "id": "10408", "title": "Edward Lear", "byte_end": 9025049828, "categories": ["Poetry by Edward Lear|*", "1812 births", "1888 deaths", "British bird artists", "British humorous poets", "British surrealist writers", "British surrealist artists", "English children's writers", "English fantasy writers", "English illustrators", "19th-century English poets", "English watercolourists", "People from Highgate", "People with epilepsy", "Victorian poets", "Writers who illustrated their own writing", "19th-century English writers", "British LGBT writers", "British male poets", "English male short story writers", "English short story writers", "English male novelists", "19th-century English painters", "English male painters", "Orientalist painters", "Children's poets", "19th-century British short story writers", "Landscape painters", "19th-century British LGBT people", "19th-century English male artists", "English writers with disabilities", "British artists with disabilities"]}
162
+ {"byte_start": 9025049828, "source_revision": "1196068636", "id": "10409", "title": "Eve Arden", "byte_end": 9041254518, "categories": ["1908 births", "1990 deaths", "20th-century American actresses", "20th-century American comedians", "Actresses from California", "Actresses from the Golden Age of Hollywood", "American film actresses", "American people of German descent", "American radio actresses", "American stage actresses", "American television actresses", "American women comedians", "Burials at Westwood Village Memorial Park Cemetery", "Comedians from California", "Outstanding Performance by a Lead Actress in a Comedy Series Primetime Emmy Award winners", "People from Mill Valley, California", "RKO Pictures contract players", "Tamalpais High School alumni", "Vaudeville performers", "Warner Bros. contract players", "Ziegfeld girls", "Metro-Goldwyn-Mayer contract players"]}
163
+ {"byte_start": 9041254518, "source_revision": "1187913991", "id": "10412", "title": "Elementary function", "byte_end": 9043005584, "categories": ["Differential algebra", "Computer algebra", "Types of functions"]}
164
+ {"byte_start": 9043005584, "source_revision": "1185355347", "id": "10413", "title": "Enchiridion of Epictetus", "byte_end": 9045171103, "categories": ["2nd-century books", "Ancient Greek philosophical literature", "Stoicism", "Works by Arrian", "Texts in Koine Greek", "Ethics literature", "Ancient Roman philosophical literature"]}
165
+ {"byte_start": 9045171103, "source_revision": "1201754712", "id": "10414", "title": "Talk:Enchiridion of Epictetus", "byte_end": 9045199521, "categories": []}
166
+ {"byte_start": 9045199521, "source_revision": "1194134645", "id": "10415", "title": "Emperor Kinmei", "byte_end": 9048128793, "categories": ["509 births", "571 deaths", "6th-century monarchs in Asia", "6th-century Japanese monarchs", "Japanese emperors", "People of Asuka-period Japan", "Buddhism in the Asuka period"]}
167
+ {"byte_start": 9048128793, "source_revision": "1192267537", "id": "10416", "title": "Emperor Bidatsu", "byte_end": 9050316652, "categories": ["Japanese emperors", "538 births", "585 deaths", "People of Asuka-period Japan", "Buddhism in the Asuka period", "6th-century monarchs in Asia", "6th-century Japanese monarchs", "Deaths from smallpox", "Infectious disease deaths in Japan"]}
168
+ {"byte_start": 9050316652, "source_revision": "1194515205", "id": "10417", "title": "Emperor Y\u014dmei", "byte_end": 9051989953, "categories": ["Japanese emperors", "518 births", "587 deaths", "People of Asuka-period Japan", "Buddhism in the Asuka period", "6th-century monarchs in Asia", "6th-century Japanese monarchs"]}
169
+ {"byte_start": 9051989953, "source_revision": "1188395833", "id": "10418", "title": "Emperor Sushun", "byte_end": 9053609054, "categories": ["Japanese emperors", "6th-century murdered monarchs", "592 deaths", "People of Asuka-period Japan", "6th-century monarchs in Asia", "6th-century Japanese monarchs", "Year of birth unknown"]}
170
+ {"byte_start": 9053609054, "source_revision": "1192739004", "id": "10419", "title": "Empress Suiko", "byte_end": 9057584606, "categories": ["554 births", "628 deaths", "Japanese empresses regnant", "People of Asuka-period Japan", "Asuka period Buddhist nuns", "6th-century monarchs in Asia", "7th-century monarchs in Asia", "6th-century women monarchs", "7th-century empresses regnant", "6th-century Japanese monarchs", "7th-century Japanese monarchs", "7th-century Japanese women", "6th-century Japanese women", "6th-century Japanese people", "Japanese Buddhist nuns", "6th-century Buddhist nuns", "7th-century Buddhist nuns", "Japanese Buddhist monarchs", "Japanese princesses", "Daughters of emperors"]}
171
+ {"byte_start": 9057584606, "source_revision": "1187439935", "id": "10421", "title": "Empress K\u014dgyoku", "byte_end": 9061171415, "categories": ["Japanese retired emperors", "594 births", "661 deaths", "Japanese empresses regnant", "People of Asuka-period Japan", "7th-century monarchs in Asia", "7th-century empresses consort", "7th-century empresses regnant", "6th-century Japanese people", "7th-century Japanese monarchs", "7th-century Japanese women", "7th-century Japanese poets", "7th-century Japanese women writers", "6th-century Japanese women", "6th-century Japanese poets"]}
172
+ {"byte_start": 9061171415, "source_revision": "1184584945", "id": "10422", "title": "Emperor K\u014dtoku", "byte_end": 9062974648, "categories": ["Japanese emperors", "596 births", "654 deaths", "People of Asuka-period Japan", "7th-century monarchs in Asia", "6th-century Japanese people", "7th-century Japanese monarchs", "Buddhism in the Asuka period"]}
173
+ {"byte_start": 9062974648, "source_revision": "88648924", "id": "10423", "title": "Empress Saimei of Japan", "byte_end": 9062982519, "categories": []}
174
+ {"byte_start": 9062982519, "source_revision": "1192430966", "id": "10424", "title": "Emperor Tenji", "byte_end": 9068458241, "categories": ["Emperor Tenji| ", "Japanese emperors", "626 births", "672 deaths", "People of Asuka-period Japan", "7th-century monarchs in Asia", "7th-century Japanese monarchs", "Man'y\u014d poets", "Hyakunin Isshu poets", "Sons of emperors", "7th-century Japanese poets"]}
175
+ {"byte_start": 9068458241, "source_revision": "1188409552", "id": "10425", "title": "Emperor K\u014dbun", "byte_end": 9070304136, "categories": ["Japanese emperors", "648 births", "672 deaths", "People of Asuka-period Japan", "7th-century monarchs in Asia", "7th-century Japanese monarchs", "Deified Japanese people", "Sons of emperors", "Suicides in Japan", "Heads of state who died by suicide", "Japanese politicians who committed suicide", "Dethroned monarchs"]}
176
+ {"byte_start": 9070304136, "source_revision": "1194134659", "id": "10426", "title": "Emperor Tenmu", "byte_end": 9077448352, "categories": ["Emperor Tenmu| ", "631 births", "686 deaths", "7th-century monarchs in Asia", "7th-century Japanese monarchs", "Japanese emperors", "People of Asuka-period Japan", "Buddhism in the Asuka period", "Man'y\u014d poets"]}
177
+ {"byte_start": 9077448352, "source_revision": "1180194834", "id": "10427", "title": "Empress Jit\u014d", "byte_end": 9081025861, "categories": ["645 births", "703 deaths", "7th-century Japanese women writers", "7th-century Japanese writers", "7th-century writers", "7th-century monarchs in Asia", "7th-century empresses consort", "7th-century empresses regnant", "8th-century Japanese women", "7th-century Japanese monarchs", "8th-century Japanese people", "Japanese empresses regnant", "Japanese women poets", "Women of medieval Japan", "People of Asuka-period Japan", "Man'y\u014d poets", "Hyakunin Isshu poets", "7th-century Japanese women", "7th-century Japanese people", "Emperor Tenmu", "Japanese princesses", "Japanese retired emperors", "Daughters of emperors"]}
178
+ {"byte_start": 9081025861, "source_revision": "1178864274", "id": "10428", "title": "Emperor Monmu", "byte_end": 9082735807, "categories": ["683 births", "707 deaths", "7th-century monarchs in Asia", "7th-century Japanese monarchs", "8th-century Japanese monarchs", "Japanese emperors", "People of Asuka-period Japan", "Sons of emperors"]}
179
+ {"byte_start": 9082735807, "source_revision": "1192717191", "id": "10430", "title": "Empress Gensh\u014d", "byte_end": 9085221759, "categories": ["Women of medieval Japan", "683 births", "748 deaths", "Japanese empresses regnant", "People of Nara-period Japan", "7th-century Japanese women", "8th-century empresses regnant", "7th-century Japanese people", "8th-century Japanese monarchs", "8th-century Japanese people", "8th-century Japanese women", "Daughters of emperors", "Daughters of monarchs", "Japanese retired emperors"]}
180
+ {"byte_start": 9085221759, "source_revision": "1184191833", "id": "10431", "title": "Empress K\u014dken", "byte_end": 9089728691, "categories": ["Deaths from smallpox", "718 births", "770 deaths", "Infectious disease deaths in Japan", "Japanese empresses regnant", "People of Nara-period Japan", "8th-century empresses regnant", "8th-century Japanese monarchs", "Japanese retired emperors", "Japanese princesses", "Daughters of emperors"]}
181
+ {"byte_start": 9089728691, "source_revision": "1184205033", "id": "10432", "title": "Emperor Junnin", "byte_end": 9091303644, "categories": ["Japanese emperors", "733 births", "765 deaths", "8th-century Japanese monarchs", "Dethroned monarchs", "Deified Japanese people"]}
182
+ {"byte_start": 9091303644, "source_revision": "1192266943", "id": "10434", "title": "Emperor Heizei", "byte_end": 9094038538, "categories": ["Japanese emperors", "773 births", "824 deaths", "People of Heian-period Japan", "People of Nara-period Japan", "9th-century Japanese monarchs", "Heian period Buddhist clergy", "Japanese Buddhist monarchs", "Japanese retired emperors"]}
183
+ {"byte_start": 9094038538, "source_revision": "1192431081", "id": "10435", "title": "Emperor Saga", "byte_end": 9098575860, "categories": ["Japanese emperors", "9th-century Japanese calligraphers", "786 births", "842 deaths", "9th-century Japanese monarchs", "Japanese retired emperors"]}
184
+ {"byte_start": 9098575860, "source_revision": "1192431084", "id": "10436", "title": "Emperor Junna", "byte_end": 9100670770, "categories": ["Japanese emperors", "780s births", "840 deaths", "People of Heian-period Japan", "People of Nara-period Japan", "9th-century Japanese monarchs", "Japanese retired emperors"]}
185
+ {"byte_start": 9100670770, "source_revision": "810400109", "id": "10438", "title": "K\u014dmy\u014d", "byte_end": 9100680809, "categories": []}
186
+ {"byte_start": 9100680809, "source_revision": "1189834066", "id": "10439", "title": "Emperor Suk\u014d", "byte_end": 9101531719, "categories": ["Japanese emperors", "1334 births|Suko of Japan", "1398 deaths|Suko of Japan", "People of Nanboku-ch\u014d-period Japan|Emperor Suko", "1340s in Japan|Emperor Suko", "1350s in Japan|Emperor Suko", "14th-century Japanese monarchs", "Japanese retired emperors"]}
187
+ {"byte_start": 9101531719, "source_revision": "1189772968", "id": "10440", "title": "Emperor Go-K\u014dgon", "byte_end": 9102424512, "categories": ["Japanese emperors", "1338 births|Go-Kogon of Japan", "1374 deaths|Go-Kogon of Japan", "People of Nanboku-ch\u014d-period Japan|Emperor Go-Kogon", "1350s in Japan|Emperor Go-Kogon", "1360s in Japan|Emperor Go-Kogon", "1370s in Japan|Emperor Go-Kogon", "14th-century Japanese monarchs", "Japanese retired emperors"]}
188
+ {"byte_start": 9102424512, "source_revision": "1189772972", "id": "10441", "title": "Emperor Go-En'y\u016b", "byte_end": 9103144411, "categories": ["Japanese emperors|Go-En'yu", "1359 births|Go-En'yu, Emperor of Japan", "1393 deaths|Go-En'yu, Emperor of Japan", "People of Nanboku-ch\u014d-period Japan|Emperor Go-Enyu", "1370s in Japan|Emperor Go-Enyu", "1380s in Japan|Emperor Go-Enyu", "14th-century Japanese monarchs", "Japanese retired emperors", "Japanese rebels"]}
189
+ {"byte_start": 9103144411, "source_revision": "1185615403", "id": "10442", "title": "Emperor Suizei", "byte_end": 9106248050, "categories": ["Legendary Emperors of Japan", "People of J\u014dmon-period Japan"]}
190
+ {"byte_start": 9106248050, "source_revision": "1186676528", "id": "10443", "title": "Emperor Annei", "byte_end": 9108473883, "categories": ["Legendary Emperors of Japan", "People of J\u014dmon-period Japan"]}
191
+ {"byte_start": 9108473883, "source_revision": "1198193727", "id": "10445", "title": "Emperor K\u014dsh\u014d", "byte_end": 9110346269, "categories": ["Legendary Emperors of Japan", "People of J\u014dmon-period Japan", "People of Yayoi-period Japan"]}
192
+ {"byte_start": 9110346269, "source_revision": "1198193763", "id": "10446", "title": "Emperor K\u014dan", "byte_end": 9112535284, "categories": ["Legendary Emperors of Japan", "Longevity myths", "People of Yayoi-period Japan"]}
193
+ {"byte_start": 9112535284, "source_revision": "1187855602", "id": "10447", "title": "Emperor K\u014drei", "byte_end": 9115064715, "categories": ["Legendary Emperors of Japan", "People of Yayoi-period Japan"]}
194
+ {"byte_start": 9115064715, "source_revision": "1195858115", "id": "10448", "title": "Emperor K\u014dgen", "byte_end": 9117268958, "categories": ["Legendary Emperors of Japan", "2nd-century BC monarchs in Asia", "People of Yayoi-period Japan"]}
195
+ {"byte_start": 9117268958, "source_revision": "1185615759", "id": "10449", "title": "Emperor Kaika", "byte_end": 9119114487, "categories": ["Legendary Emperors of Japan", "2nd-century BC legendary monarchs", "1st-century BC legendary monarchs", "1st-century BC Japanese monarchs", "People of Yayoi-period Japan"]}
196
+ {"byte_start": 9119114487, "source_revision": "1192431101", "id": "10450", "title": "Emperor Sujin", "byte_end": 9127747612, "categories": ["Legendary Emperors of Japan", "1st-century BC legendary monarchs", "1st-century BC Japanese monarchs", "People of Yayoi-period Japan"]}
197
+ {"byte_start": 9127747612, "source_revision": "1192441604", "id": "10451", "title": "Emperor Suinin", "byte_end": 9131190897, "categories": ["Legendary Emperors of Japan", "1st-century BC legendary monarchs", "People of Yayoi-period Japan", "1st-century monarchs in Asia", "1st-century BC Japanese monarchs", "1st-century Japanese monarchs"]}
198
+ {"byte_start": 9131190897, "source_revision": "1196459244", "id": "10452", "title": "Emperor Keik\u014d", "byte_end": 9135183164, "categories": ["Legendary Emperors of Japan", "People of Yayoi-period Japan", "1st-century monarchs in Asia", "2nd-century monarchs in Asia", "1st-century Japanese monarchs", "2nd-century Japanese monarchs", "Japanese giants", "Yamato Takeru Legend"]}
199
+ {"byte_start": 9135183164, "source_revision": "1187256433", "id": "10453", "title": "Emperor Seimu", "byte_end": 9137449173, "categories": ["Legendary Emperors of Japan", "People of Yayoi-period Japan", "2nd-century monarchs in Asia", "2nd-century Japanese monarchs"]}
200
+ {"byte_start": 9137449173, "source_revision": "1190546428", "id": "10454", "title": "Emperor Ch\u016bai", "byte_end": 9140890789, "categories": ["Legendary Emperors of Japan", "People of Yayoi-period Japan", "2nd-century monarchs in Asia", "2nd-century Japanese monarchs", "Hachiman faith", "Japanese giants"]}
201
+ {"byte_start": 9140890789, "source_revision": "1194521918", "id": "10455", "title": "Emperor \u014cjin", "byte_end": 9145506241, "categories": ["Year of birth missing", "Year of death missing", "Longevity myths", "Japanese emperors", "People of Kofun-period Japan", "3rd-century monarchs in Asia", "4th-century monarchs in Asia", "3rd-century Japanese monarchs", "4th-century Japanese monarchs", "Hachiman faith", "People from Fukuoka Prefecture", "Politicians from Fukuoka Prefecture"]}
202
+ {"byte_start": 9145506241, "source_revision": "1192057975", "id": "10456", "title": "Emperor Nintoku", "byte_end": 9148779253, "categories": ["Japanese emperors", "People of Kofun-period Japan", "4th-century monarchs in Asia", "4th-century Japanese monarchs", "Year of birth unknown", "Year of death unknown", "Longevity myths"]}
203
+ {"byte_start": 9148779253, "source_revision": "1185109636", "id": "10457", "title": "Emperor Rich\u016b", "byte_end": 9153850052, "categories": ["Japanese emperors", "People of Kofun-period Japan", "Failed assassination attempts in Japan", "4th-century monarchs in Asia", "5th-century monarchs in Asia", "4th-century Japanese monarchs", "5th-century Japanese monarchs", "Year of birth unknown", "405 deaths"]}
204
+ {"byte_start": 9153850052, "source_revision": "1168218044", "id": "10458", "title": "Emperor Hanzei", "byte_end": 9156700679, "categories": ["Japanese emperors", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "Japanese giants"]}
205
+ {"byte_start": 9156700679, "source_revision": "1185246691", "id": "10459", "title": "Emperor Ingy\u014d", "byte_end": 9160866590, "categories": ["Japanese emperors", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "Year of birth unknown", "453 deaths"]}
206
+ {"byte_start": 9160866590, "source_revision": "1186049558", "id": "10460", "title": "Emperor Ank\u014d", "byte_end": 9163767099, "categories": ["Japanese emperors", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "5th-century murdered monarchs", "Assassinated Japanese people", "Year of birth unknown", "456 deaths"]}
207
+ {"byte_start": 9163767099, "source_revision": "1192431108", "id": "10461", "title": "Emperor Y\u016bryaku", "byte_end": 9166632286, "categories": ["Japanese emperors", "418 births", "479 deaths", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "Japanese male poets", "Man'y\u014d poets", "5th-century Japanese poets"]}
208
+ {"byte_start": 9166632286, "source_revision": "1178864230", "id": "10462", "title": "Emperor Seinei", "byte_end": 9167750190, "categories": ["Japanese emperors", "5th-century births", "People with albinism", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "484 deaths"]}
209
+ {"byte_start": 9167750190, "source_revision": "1185695625", "id": "10463", "title": "Emperor Kenz\u014d", "byte_end": 9169771012, "categories": ["Japanese emperors", "5th-century births", "5th-century deaths", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs"]}
210
+ {"byte_start": 9169771012, "source_revision": "1178864232", "id": "10464", "title": "Emperor Ninken", "byte_end": 9170726607, "categories": ["Japanese emperors", "5th-century births", "People of Kofun-period Japan", "5th-century monarchs in Asia", "5th-century Japanese monarchs", "498 deaths"]}
211
+ {"byte_start": 9170726607, "source_revision": "1178600071", "id": "10465", "title": "Emperor Buretsu", "byte_end": 9171573220, "categories": ["Japanese emperors", "489 births", "507 deaths", "People of Kofun-period Japan", "5th-century monarchs in Asia", "6th-century monarchs in Asia", "5th-century Japanese monarchs", "6th-century Japanese monarchs"]}
212
+ {"byte_start": 9171573220, "source_revision": "1192431112", "id": "10466", "title": "Emperor Keitai", "byte_end": 9173991859, "categories": ["Japanese emperors", "People from Fukui Prefecture", "People of Kofun-period Japan", "6th-century monarchs in Asia", "6th-century Japanese monarchs", "450 births", "530s deaths", "Year of death uncertain"]}
213
+ {"byte_start": 9173991859, "source_revision": "1184584847", "id": "10467", "title": "Emperor Ankan", "byte_end": 9174812757, "categories": ["Japanese emperors", "People of Kofun-period Japan", "6th-century monarchs in Asia", "6th-century Japanese monarchs", "466 births", "536 deaths"]}
214
+ {"byte_start": 9174812757, "source_revision": "1194134670", "id": "10468", "title": "Emperor Senka", "byte_end": 9175654922, "categories": ["466 births", "539 deaths", "Japanese emperors", "People of Kofun-period Japan", "People of Asuka-period Japan", "6th-century monarchs in Asia", "6th-century Japanese monarchs"]}
215
+ {"byte_start": 9175654922, "source_revision": "1170118940", "id": "10469", "title": "Empress", "byte_end": 9175660214, "categories": ["Empresses| ", "Women's social titles", "Noble titles of women", "Imperial titles"]}
216
+ {"byte_start": 9175660214, "source_revision": "1174518895", "id": "10470", "title": "Eastmoreland, Portland, Oregon", "byte_end": 9176121101, "categories": ["Eastmoreland, Portland, Oregon| ", "Neighborhoods in Portland, Oregon", "Streetcar suburbs"]}
217
+ {"byte_start": 9176121101, "source_revision": "783862491", "id": "10471", "title": "EMACS", "byte_end": 9176124302, "categories": []}
218
+ {"byte_start": 9176124302, "source_revision": "1178162434", "id": "10472", "title": "Elyssa Davalos", "byte_end": 9176647478, "categories": ["1959 births", "American film actresses", "American television actresses", "Living people", "20th-century American actresses", "American people of Spanish descent", "American people of Finnish descent", "21st-century American women"]}
219
+ {"byte_start": 9176647478, "source_revision": "1124006675", "id": "10473", "title": "Emil Theodor Kocher", "byte_end": 9182936278, "categories": ["19th-century Swiss physicians", "Nobel laureates in Physiology or Medicine", "Swiss Nobel laureates", "Swiss people of the Moravian Church", "Scientists from Bern", "1841 births", "1917 deaths"]}
220
+ {"byte_start": 9182936278, "source_revision": "1201715851", "id": "10474", "title": "Eight queens puzzle", "byte_end": 9215751324, "categories": ["Mathematical chess problems", "Enumerative combinatorics", "1848 in chess", "Mathematical problems"]}
221
+ {"byte_start": 9215751324, "source_revision": "1199841751", "id": "10475", "title": "Enrico Bombieri", "byte_end": 9217548037, "categories": ["20th-century Italian mathematicians", "21st-century Italian mathematicians", "1940 births", "Fields Medalists", "Institute for Advanced Study faculty", "Living people", "Members of the French Academy of Sciences", "Members of the United States National Academy of Sciences", "Number theorists", "PDE theorists", "Scientists from Milan", "University of Milan alumni", "Alumni of Trinity College, Cambridge", "Members of the Royal Swedish Academy of Sciences"]}
222
+ {"byte_start": 9217548037, "source_revision": "1201111288", "id": "10477", "title": "Eos", "byte_end": 9249730016, "categories": ["Eos| ", "Solar goddesses", "Greek goddesses", "Light goddesses", "Personifications in Greek mythology", "Metamorphoses characters", "Deeds of Aphrodite", "H\u2082\u00e9ws\u014ds", "Dawn goddesses", "Titans (mythology)", "Characters in the Odyssey", "Sky and weather goddesses", "Women of Ares", "Women of the Trojan war", "Mythological rapists", "Children of Nyx", "Avian humanoids", "Deities in the Iliad", "Deities in the Aeneid"]}
223
+ {"byte_start": 9249730016, "source_revision": "1172474852", "id": "10478", "title": "Eduardo Blasco Ferrer", "byte_end": 9249870963, "categories": ["1956 births", "2017 deaths", "Academics from Barcelona", "Linguists from Spain", "Linguists from Italy"]}
224
+ {"byte_start": 9249870963, "source_revision": "1198120003", "id": "10479", "title": "Elba", "byte_end": 9261545637, "categories": ["Elba|Elba", "Islands of Tuscany", "Islands of the Tyrrhenian Sea", "Arcipelago Toscano National Park", "Palaces and residences of Napoleon", "Wine regions of Italy", "Former monarchies", "Island countries", "Prison islands"]}
225
+ {"byte_start": 9261545637, "source_revision": "1076010525", "id": "10480", "title": "Etna", "byte_end": 9261898162, "categories": []}
226
+ {"byte_start": 9261898162, "source_revision": "59857583", "id": "13712", "title": "H R Geiger", "byte_end": 9261899983, "categories": []}
227
+ {"byte_start": 9261899983, "source_revision": "1187871255", "id": "13713", "title": "H. R. Giger", "byte_end": 9280886577, "categories": ["H. R. Giger| ", "1940 births", "2014 deaths", "Accidental deaths from falls", "Accidental deaths in Switzerland", "Album-cover and concert-poster artists", "Artist authors", "Best Visual Effects Academy Award winners", "Fantasy artists", "Inkpot Award winners", "People from Chur", "Psychedelic drug advocates", "Science fiction artists", "Science Fiction Hall of Fame inductees", "Swiss contemporary artists", "Swiss erotic artists", "Swiss graphic designers", "Swiss illustrators", "Swiss occultists", "Swiss painters", "Swiss scenic designers", "Swiss speculative fiction artists", "Swiss surrealist artists", "Zurich University of the Arts alumni"]}
228
+ {"byte_start": 9280886577, "source_revision": "1200887970", "id": "13714", "title": "Hispaniola", "byte_end": 9345208008, "categories": ["Hispaniola| ", "French West Indies", "Greater Antilles", "International islands", "Islands of Haiti", "Islands of the Dominican Republic", "Spanish West Indies", "Freshwater ecoregions"]}
229
+ {"byte_start": 9345208008, "source_revision": "1199104265", "id": "13717", "title": "Halle Berry", "byte_end": 9691781727, "categories": ["Halle Berry| ", "1966 births", "Living people", "20th-century American actresses", "21st-century American actresses", "Actresses from Cleveland", "20th-century African-American actresses", "African-American beauty pageant winners", "African-American female models", "African-American television producers", "African-American film directors", "American film actresses", "American people of English descent", "American television actresses", "American voice actresses", "American women film producers", "American women television producers", "Best Actress Academy Award winners", "Best Miniseries or Television Movie Actress Golden Globe winners", "Cuyahoga Community College alumni", "Female models from Ohio", "Models from Cleveland", "Film producers from Ohio", "Miss USA 1986 delegates", "Miss World 1986 delegates", "Outstanding Performance by a Female Actor in a Leading Role Screen Actors Guild Award winners", "Outstanding Performance by a Female Actor in a Miniseries or Television Movie Screen Actors Guild Award winners", "Outstanding Performance by a Lead Actress in a Miniseries or Movie Primetime Emmy Award winners", "People from Cuyahoga County, Ohio", "People with type 1 diabetes", "Silver Bear for Best Actress winners", "Television producers from Ohio", "20th-century African-American people", "21st-century African-American women", "21st-century African-American actresses"]}
230
+ {"byte_start": 9691781727, "source_revision": "452648544", "id": "13720", "title": "Higher Criticism.", "byte_end": 9691785824, "categories": []}
231
+ {"byte_start": 9691785824, "source_revision": "1200265078", "id": "13722", "title": "Robert Koch", "byte_end": 9735537544, "categories": ["Robert Koch| ", "1843 births", "1910 deaths", "People from Goslar (district)", "German bacteriologists", "German infectious disease physicians", "19th-century German inventors", "German microbiologists", "German military personnel of the Franco-Prussian War", "German Nobel laureates", "German military doctors", "Academic staff of the Humboldt University of Berlin", "Members of the Prussian Academy of Sciences", "Members of the Royal Swedish Academy of Sciences", "Nobel laureates in Physiology or Medicine", "People from the Kingdom of Hanover", "Tuberculosis researchers", "Recipients of the Pour le M\u00e9rite (civil class)", "University of G\u00f6ttingen alumni", "Foreign Members of the Royal Society", "Foreign associates of the National Academy of Sciences", "Prussian Army personnel", "Robert Koch Institute people", "Cholera", "Tuberculosis", "Physicians of the Charit\u00e9", "19th-century German biologists", "19th-century German physicians"]}
232
+ {"byte_start": 9735537544, "source_revision": "92387566", "id": "13723", "title": "Heart Wipe", "byte_end": 9735539451, "categories": []}
233
+ {"byte_start": 9735539451, "source_revision": "92387548", "id": "13724", "title": "Heart wipe", "byte_end": 9735546648, "categories": []}
234
+ {"byte_start": 9735546648, "source_revision": "1184909735", "id": "13726", "title": "Hogshead", "byte_end": 9736315537, "categories": ["Imperial units", "Wine packaging and storage", "Brewing", "Units of volume", "Containers", "Alcohol measurement", "Customary units of measurement in the United States"]}
235
+ {"byte_start": 9736315537, "source_revision": "932881719", "id": "13727", "title": "Huallaga", "byte_end": 9736339171, "categories": []}
236
+ {"byte_start": 9736339171, "source_revision": "1193888350", "id": "13728", "title": "Talk:Hebrew alphabet", "byte_end": 9748401200, "categories": []}
237
+ {"byte_start": 9748401200, "source_revision": "1200579151", "id": "13729", "title": "Honda", "byte_end": 10060859121, "categories": ["Honda| ", "Multinational companies headquartered in Japan", "Aircraft manufacturers of Japan", "Boat builders", "Car manufacturers of Japan", "Defense companies of Japan", "Japanese Imperial Warrant holders", "Lawn and garden tractors", "Marine engine manufacturers", "Moped manufacturers", "Motor vehicle engine manufacturers", "Motorcycle manufacturers of Japan", "Robotics companies of Japan", "Scooter manufacturers", "Truck manufacturers of Japan", "Vehicle manufacturing companies established in 1948", "Technology companies established in 1948", "Japanese companies established in 1948", "1950s initial public offerings", "Companies listed on the Tokyo Stock Exchange", "Companies listed on the New York Stock Exchange", "Companies in the Nikkei 225", "IndyCar Series engine manufacturers", "Car brands", "Japanese brands", "Luxury motor vehicle manufacturers", "Motorcycle engine manufacturers", "Engine manufacturers of Japan", "Diesel engine manufacturers", "Pump manufacturers", "Electric motor manufacturers"]}
238
+ {"byte_start": 10060859121, "source_revision": "1200812009", "id": "13730", "title": "Handball", "byte_end": 10206540845, "categories": ["Handball| ", "Ball games", "Indoor sports", "Team sports", "Summer Olympic sports", "Sports originating in Denmark", "Sports originating in Germany", "Articles containing video clips"]}
239
+ {"byte_start": 10206540845, "source_revision": "1193888358", "id": "13731", "title": "Talk:Handball", "byte_end": 10209796104, "categories": []}
240
+ {"byte_start": 10209796104, "source_revision": "1193888373", "id": "13732", "title": "Talk:Historian", "byte_end": 10210899944, "categories": []}
241
+ {"byte_start": 10210899944, "source_revision": "1183785167", "id": "13733", "title": "Hilbert's basis theorem", "byte_end": 10212055364, "categories": ["Commutative algebra", "Invariant theory", "Articles containing proofs", "Theorems in ring theory", "David Hilbert"]}
242
+ {"byte_start": 10212055364, "source_revision": "1199997892", "id": "13734", "title": "Heterocyclic compound", "byte_end": 10218797886, "categories": ["Heterocyclic compounds| "]}
243
+ {"byte_start": 10218797886, "source_revision": "783863827", "id": "13735", "title": "Heat film", "byte_end": 10218802330, "categories": []}
244
+ {"byte_start": 10218802330, "source_revision": "1194982063", "id": "13737", "title": "Talk:HyperCard", "byte_end": 10221916351, "categories": []}
245
+ {"byte_start": 10221916351, "source_revision": "1187928968", "id": "13738", "title": "Humans", "byte_end": 10221981929, "categories": []}
246
+ {"byte_start": 10221981929, "source_revision": "783863833", "id": "13740", "title": "Hawaiian Alphabet", "byte_end": 10222012868, "categories": []}
247
+ {"byte_start": 10222012868, "source_revision": "133315092", "id": "13741", "title": "Heterogamous", "byte_end": 10222019266, "categories": []}
248
+ {"byte_start": 10222019266, "source_revision": "1085864841", "id": "13742", "title": "Hero Wars (role-playing game)", "byte_end": 10222148507, "categories": []}
249
+ {"byte_start": 10222148507, "source_revision": "1200278669", "id": "13743", "title": "Harry Connick Jr.", "byte_end": 10295891834, "categories": ["Harry Connick Jr.| ", "1967 births", "20th-century American male actors", "20th-century American male musicians", "20th-century American singer-songwriters", "20th-century jazz composers", "20th-century Roman Catholics", "21st-century American male actors", "21st-century American male musicians", "21st-century American singer-songwriters", "21st-century jazz composers", "21st-century Roman Catholics", "American baritones", "American crooners", "American jazz bandleaders", "American jazz composers", "American jazz pianists", "American jazz singers", "American male film actors", "American male jazz composers", "American male jazz musicians", "American male musical theatre actors", "American male jazz pianists", "American male pop singers", "American male singer-songwriters", "American male stage actors", "American male television actors", "American people of Jewish descent", "American Roman Catholics", "Catholics from Louisiana", "Columbia Records artists", "Grammy Award winners", "Hunter College alumni", "Isidore Newman School alumni", "Jazz arrangers", "Jazz musicians from New Orleans", "Jazz-funk pianists", "Jewish American male actors", "Jewish American composers", "Jewish American musicians", "Jesuit High School (New Orleans) alumni", "Living people", "Male actors from New Orleans", "Manhattan School of Music alumni", "Singers from New Orleans", "Primetime Emmy Award winners", "Singer-songwriters from Louisiana", "Swing pianists", "Swing singers", "Theatre World Award winners", "Traditional pop music singers", "Judges in American reality television series"]}
250
+ {"byte_start": 10295891834, "source_revision": "1197934053", "id": "13744", "title": "List of humorists", "byte_end": 10298308215, "categories": ["Lists of writers", "Humorists|*"]}
251
+ {"byte_start": 10298308215, "source_revision": "528730023", "id": "13745", "title": "Humprey Bogart", "byte_end": 10298312127, "categories": []}
252
+ {"byte_start": 10298312127, "source_revision": "1182523699", "id": "13746", "title": "Hydrostatic shock", "byte_end": 10308810656, "categories": ["Ballistics"]}
253
+ {"byte_start": 10308810656, "source_revision": "1200993110", "id": "13747", "title": "Talk:Hydrostatic shock", "byte_end": 10314954792, "categories": []}
254
+ {"byte_start": 10314954792, "source_revision": "1199342305", "id": "13749", "title": "Hadith", "byte_end": 10449617582, "categories": ["Hadith| ", "Islamic terminology", "Islamic theology", "Muhammad"]}
255
+ {"byte_start": 10449617582, "source_revision": "123295891", "id": "13750", "title": "Haploidy", "byte_end": 10449638113, "categories": []}
256
+ {"byte_start": 10449638113, "source_revision": "1136886978", "id": "13751", "title": "Heterozygote", "byte_end": 10449910612, "categories": []}
257
+ {"byte_start": 10449910612, "source_revision": "984990571", "id": "13752", "title": "HGH", "byte_end": 10449919528, "categories": []}
258
+ {"byte_start": 10449919528, "source_revision": "607726256", "id": "13753", "title": "Human growth hormone", "byte_end": 10450013096, "categories": []}
259
+ {"byte_start": 10450013096, "source_revision": "1186678941", "id": "13755", "title": "Hull (watercraft)", "byte_end": 10459223918, "categories": ["Shipbuilding", "Watercraft components", "Naval architecture", "Structural system", "Structural engineering", "Ship measurements"]}
260
+ {"byte_start": 10459223918, "source_revision": "1201343345", "id": "13756", "title": "Hymn", "byte_end": 10480642315, "categories": ["Religious music", "Christian hymns|*", "Christian music genres", "Song forms", "Hymns| ", "Christian terminology", "Christian music", "Chants"]}
261
+ {"byte_start": 10480642315, "source_revision": "860906714", "id": "13757", "title": "Hymnist", "byte_end": 10480644781, "categories": []}
262
+ {"byte_start": 10480644781, "source_revision": "1198213229", "id": "13758", "title": "History of physics", "byte_end": 10668259061, "categories": ["History of physics| ", "History of science by discipline|Physics"]}
263
+ {"byte_start": 10668259061, "source_revision": "1193888381", "id": "13759", "title": "Talk:History of physics", "byte_end": 10678856824, "categories": []}
264
+ {"byte_start": 10678856824, "source_revision": "1175661504", "id": "13760", "title": "Talk:Hull (watercraft)", "byte_end": 10679787348, "categories": []}
265
+ {"byte_start": 10679787348, "source_revision": "1199159612", "id": "13761", "title": "Hydrofoil", "byte_end": 10703418520, "categories": ["Hydrofoils|*", "Nautical terminology", "English inventions", "Vehicles introduced in 1906"]}
266
+ {"byte_start": 10703418520, "source_revision": "1167019003", "id": "13763", "title": "Henri Chopin", "byte_end": 10704131653, "categories": ["1922 births", "2008 deaths", "20th-century French poets", "Sound poets", "French composers", "French expatriates in the Czech Republic", "Poets from Paris", "French male poets", "20th-century French musicians", "20th-century French male writers"]}
267
+ {"byte_start": 10704131653, "source_revision": "1199992034", "id": "13764", "title": "Hassium", "byte_end": 10836058912, "categories": ["Hassium| ", "Chemical elements", "Transition metals", "Synthetic elements", "Chemical elements with hexagonal close-packed structure", "Densest things"]}
268
+ {"byte_start": 10836058912, "source_revision": "1201535848", "id": "13765", "title": "Henry Kissinger", "byte_end": 11669644566, "categories": ["Henry Kissinger| ", "1923 births", "2023 deaths", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American politicians", "21st-century American diplomats", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century American politicians", "American centenarians", "American consultants", "20th-century American diplomats", "American foreign policy writers", "American international relations scholars", "American male non-fiction writers", "American memoirists", "American Nobel laureates", "American people of German-Jewish descent", "American people of the Vietnam War", "American political scientists", "American political writers", "Atlantic Council", "Chancellors of the College of William & Mary", "City College of New York alumni", "Cold War diplomats", "Connecticut Republicans", "Consequentialists", "Critics of multiculturalism", "Ford administration cabinet members", "Foreign Members of the Russian Academy of Sciences", "Foreign Policy Research Institute", "Geopoliticians", "George Washington Educational Campus alumni", "German centenarians", "Harvard College alumni", "Harvard University faculty", "Hudson Institute", "Jewish American members of the Cabinet of the United States", "Jewish American military personnel", "Jewish American social scientists", "Jewish American writers", "Jewish emigrants from Nazi Germany to the United States", "Manhattan Institute for Policy Research", "Massachusetts Republicans", "Member of the Academy of the Kingdom of Morocco", "Members of the Steering Committee of the Bilderberg Group", "Men centenarians", "Military personnel from New York City", "National Book Award winners", "Naturalized citizens of the United States", "New York (state) Republicans", "Nixon administration cabinet members", "Nobel Peace Prize laureates", "Operation Condor", "People from Belmont, Massachusetts", "People from F\u00fcrth", "People from Kent, Connecticut", "People from Washington Heights, Manhattan", "People of the Cold War", "People of the Laotian Civil War", "People of the Yom Kippur War", "Political realists", "Presidential Medal of Freedom recipients", "RAND Corporation people", "Scholars of diplomacy", "The Washington Institute for Near East Policy", "Theranos people", "Time Person of the Year", "United States Army non-commissioned officers", "United States Army personnel of World War II", "United States National Security Advisors", "United States Secretaries of State", "Walsh School of Foreign Service faculty", "Writers from Manhattan", "Jewish centenarians"]}
269
+ {"byte_start": 11669644566, "source_revision": "1136273243", "id": "13766", "title": "Talk:Henry Kissinger/Archive 1", "byte_end": 11701275352, "categories": []}
270
+ {"byte_start": 11701275352, "source_revision": "1197673189", "id": "13767", "title": "Hydra (genus)", "byte_end": 11722032711, "categories": ["Hydridae", "Negligibly senescent organisms"]}
271
+ {"byte_start": 11722032711, "source_revision": "1197160438", "id": "13768", "title": "Hydrus", "byte_end": 11734975329, "categories": ["Hydrus| ", "Southern constellations", "Constellations listed by Petrus Plancius", "Dutch celestial cartography in the Age of Discovery", "Astronomy in the Dutch Republic", "1590s in the Dutch Republic"]}
272
+ {"byte_start": 11734975329, "source_revision": "1193888390", "id": "13769", "title": "Talk:History of Germany", "byte_end": 11749230631, "categories": []}
273
+ {"byte_start": 11749230631, "source_revision": "1200078890", "id": "13770", "title": "Hercules", "byte_end": 11825276904, "categories": ["Hercules| ", "Heroes in mythology and legend", "Metamorphoses characters", "Roman gods", "Lion gods"]}
274
+ {"byte_start": 11825276904, "source_revision": "1165946343", "id": "13771", "title": "Hellenistic civilization", "byte_end": 11838344642, "categories": []}
275
+ {"byte_start": 11838344642, "source_revision": "1199681904", "id": "13772", "title": "History of Poland", "byte_end": 13192813395, "categories": ["History of Poland| "]}
276
+ {"byte_start": 13192813395, "source_revision": "1193473974", "id": "13773", "title": "Hrad\u010dany", "byte_end": 13193114144, "categories": ["Hrad\u010dany| ", "Districts of Prague"]}
277
+ {"byte_start": 13193114144, "source_revision": "1201600958", "id": "13774", "title": "Houston", "byte_end": 14830409504, "categories": ["Houston| ", "1836 establishments in the Republic of Texas", "Capitals of former nations", "Former state capitals in the United States", "Cities in Fort Bend County, Texas", "Cities in Harris County, Texas", "Cities in Montgomery County, Texas", "Cities in Texas", "County seats in Texas", "Populated coastal places in Texas", "Populated places established in 1836", "Port cities and towns in Texas", "Sam Houston", "Romani communities"]}
278
+ {"byte_start": 14830409504, "source_revision": "1180143949", "id": "13776", "title": "Head (disambiguation)", "byte_end": 14832644014, "categories": []}
279
+ {"byte_start": 14832644014, "source_revision": "1198213484", "id": "13777", "title": "Hard disk drive", "byte_end": 15557674781, "categories": ["20th-century inventions", "American inventions", "Articles containing video clips", "Computer data storage", "Computer storage devices", "Hard disk drives| ", "Rotating disc computer storage media"]}
280
+ {"byte_start": 15557674781, "source_revision": "1200477759", "id": "13778", "title": "Talk:The Holocaust", "byte_end": 16510416410, "categories": []}
warehouse_00001.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83c658e9244a04e77d4a012c5515920170f74bd5bbfa259bec86b199f339568
3
+ size 149519887
warehouse_00001.metadata ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1194562764", "id": "10187", "title": "Talk:Eastern Orthodox Church", "byte_end": 267667043, "categories": []}
2
+ {"byte_start": 267667043, "source_revision": "1069925392", "id": "10188", "title": "Eastern Orthodox", "byte_end": 267671329, "categories": []}
3
+ {"byte_start": 267671329, "source_revision": "1136874428", "id": "10189", "title": "Exobiology", "byte_end": 267676457, "categories": []}
4
+ {"byte_start": 267676457, "source_revision": "1189960784", "id": "10190", "title": "Eusebius of Nicomedia", "byte_end": 269897347, "categories": ["4th-century Romans", "Arian bishops", "341 deaths", "Constantine the Great and Christianity", "Year of birth unknown", "Bishops of Nicomedia", "4th-century Archbishops of Constantinople", "People excommunicated by Christian churches", "Nature of Jesus Christ", "Participant in the First Council of Nicaea"]}
5
+ {"byte_start": 269897347, "source_revision": "1188864465", "id": "10191", "title": "Edo", "byte_end": 278425807, "categories": ["Edo| ", "Edo period", "History of Tokyo", "Populated places established in the 1450s", "1457 establishments in Asia", "1450s establishments in Japan", "1868 disestablishments in Japan"]}
6
+ {"byte_start": 278425807, "source_revision": "1190164851", "id": "10192", "title": "Explosive", "byte_end": 391450636, "categories": ["Explosives| ", "Chinese inventions", "Hazardous materials"]}
7
+ {"byte_start": 391450636, "source_revision": "1198476374", "id": "10193", "title": "Enter the Dragon", "byte_end": 461645003, "categories": ["1973 films", "1973 martial arts films", "1970s spy action films", "1973 multilingual films", "1970s American films", "American films about revenge", "American martial arts films", "American multilingual films", "Concord Production Inc. films", "English-language Hong Kong films", "Films about the illegal drug trade", "Films directed by Robert Clouse", "Films scored by Lalo Schifrin", "Films set in Hong Kong", "Films shot in Hong Kong", "Films set in Los Angeles", "Films set on islands", "Hong Kong films about revenge", "Hong Kong martial arts films", "Hong Kong multilingual films", "Jeet Kune Do films", "Karate films", "Kung fu films", "Martial arts tournament films", "Films about Shaolin Monastery", "United States National Film Registry films", "Warner Bros. films", "1970s English-language films", "1970s Hong Kong films"]}
8
+ {"byte_start": 461645003, "source_revision": "572444920", "id": "10194", "title": "User:Ed Poor/Learning", "byte_end": 461671357, "categories": []}
9
+ {"byte_start": 461671357, "source_revision": "260939391", "id": "10195", "title": "User:Ed Poor/Feminism", "byte_end": 461763793, "categories": []}
10
+ {"byte_start": 461763793, "source_revision": "1183008370", "id": "10201", "title": "Exothermic process", "byte_end": 465332580, "categories": ["Thermodynamic processes", "Chemical thermodynamics"]}
11
+ {"byte_start": 465332580, "source_revision": "1200833378", "id": "10202", "title": "Talk:Ergative case", "byte_end": 465417926, "categories": []}
12
+ {"byte_start": 465417926, "source_revision": "1198891423", "id": "10204", "title": "Elihu Yale", "byte_end": 488494395, "categories": ["1649 births", "1721 deaths", "People from Wrexham", "British North America", "British philanthropists", "British East India Company people", "History of Chennai", "Businesspeople from Boston", "Presidents of Madras", "Merchants from London", "Welsh educational theorists", "Yale University", "Yale University people", "Benefactors of Yale University", "Fellows of the Royal Society", "Yale family"]}
13
+ {"byte_start": 488494395, "source_revision": "1199742970", "id": "10205", "title": "Talk:Electromagnetic spectrum", "byte_end": 495277577, "categories": []}
14
+ {"byte_start": 495277577, "source_revision": "1197053661", "id": "10206", "title": "Talk:Empire", "byte_end": 511443689, "categories": []}
15
+ {"byte_start": 511443689, "source_revision": "1163412056", "id": "10207", "title": "\u00c9mile Baudot", "byte_end": 513104468, "categories": ["1845 births", "1903 deaths", "People from Haute-Marne", "19th-century French engineers", "Recipients of the Order of Franz Joseph", "Officers of the Legion of Honour", "Knights of the Order of Saints Maurice and Lazarus", "Telegraph engineers and inventors", "19th-century French inventors"]}
16
+ {"byte_start": 513104468, "source_revision": "991870646", "id": "10210", "title": "Emotion theory", "byte_end": 513141626, "categories": []}
17
+ {"byte_start": 513141626, "source_revision": "1175285134", "id": "10211", "title": "Economic security", "byte_end": 513750699, "categories": ["Personal finance"]}
18
+ {"byte_start": 513750699, "source_revision": "528637313", "id": "10212", "title": "Evers, Charles", "byte_end": 513753437, "categories": []}
19
+ {"byte_start": 513753437, "source_revision": "1185816348", "id": "10213", "title": "Enhanced Data rates for GSM Evolution", "byte_end": 534896958, "categories": ["GSM standard", "Telecommunications-related introductions in 2003", "Videotelephony"]}
20
+ {"byte_start": 534896958, "source_revision": "1017423599", "id": "10214", "title": "EDGE", "byte_end": 534915861, "categories": []}
21
+ {"byte_start": 534915861, "source_revision": "1197012758", "id": "10215", "title": "Talk:Enzyme", "byte_end": 561355372, "categories": []}
22
+ {"byte_start": 561355372, "source_revision": "1192292273", "id": "10216", "title": "Eth", "byte_end": 565462632, "categories": ["Faroese language", "Gaulish language", "Icelandic language", "Middle English", "Old English", "Old Norse|D", "Palaeographic letters|D stroke", "Phonetic transcription symbols|D stroke", "Latin-script letters|D", "English th"]}
23
+ {"byte_start": 565462632, "source_revision": "1168657947", "id": "10217", "title": "Eth, Nord", "byte_end": 565599231, "categories": ["Communes of Nord (French department)"]}
24
+ {"byte_start": 565599231, "source_revision": "1166118419", "id": "10218", "title": "Talk:Eth", "byte_end": 566412528, "categories": []}
25
+ {"byte_start": 566412528, "source_revision": "1195594865", "id": "10221", "title": "Euphrates", "byte_end": 634709013, "categories": ["Euphrates| ", "International rivers of Asia", "Mesopotamia", "Rivers of Iraq", "Rivers of Kurdistan", "Rivers of Syria", "Rivers of Turkey", "Sites along the Silk Road", "Torah places", "Tur Abdin", "Levant", "Geography of Iraqi Kurdistan", "Landforms of \u015eanl\u0131urfa Province", "Upper Mesopotamia", "Hebrew Bible rivers", "Rivers in Mandaeism"]}
26
+ {"byte_start": 634709013, "source_revision": "1201464193", "id": "10223", "title": "Estonian language", "byte_end": 671261601, "categories": ["Estonian language| ", "Agglutinative languages", "Finnic languages", "Languages of Estonia", "Languages of Latvia", "Languages of Russia", "Subject\u2013verb\u2013object languages", "Articles containing video clips"]}
27
+ {"byte_start": 671261601, "source_revision": "1198192005", "id": "10224", "title": "E-Prime", "byte_end": 693298136, "categories": ["Controlled English", "General semantics", "Narrative techniques"]}
28
+ {"byte_start": 693298136, "source_revision": "1193092840", "id": "10225", "title": "Elliptic curve", "byte_end": 726663581, "categories": ["Elliptic curves| ", "Analytic number theory", "Group theory"]}
29
+ {"byte_start": 726663581, "source_revision": "1189144939", "id": "10229", "title": "Equidae", "byte_end": 732259237, "categories": ["Equidae| ", "Extant Ypresian first appearances", "Mammal families", "Taxa named by John Edward Gray"]}
30
+ {"byte_start": 732259237, "source_revision": "1197533301", "id": "10231", "title": "List of economists", "byte_end": 827129132, "categories": ["Lists of economists|*", "Lists of people by occupation|Economists"]}
31
+ {"byte_start": 827129132, "source_revision": "601306700", "id": "10232", "title": "Empirical knowledge", "byte_end": 827306146, "categories": ["Knowledge", "Empiricism"]}
32
+ {"byte_start": 827306146, "source_revision": "831020328", "id": "10233", "title": "Encyclopedist", "byte_end": 827379630, "categories": []}
33
+ {"byte_start": 827379630, "source_revision": "612634096", "id": "10234", "title": "Talk:Encyclopedist", "byte_end": 827395822, "categories": []}
34
+ {"byte_start": 827395822, "source_revision": "1198192161", "id": "10235", "title": "ELIZA", "byte_end": 845058171, "categories": ["History of artificial intelligence", "Chatbots", "Health software", "Psychotherapy", "Public-domain software with source code", "1960s electronic literature works"]}
35
+ {"byte_start": 845058171, "source_revision": "1184061079", "id": "10236", "title": "ELIZA effect", "byte_end": 846466746, "categories": ["Human\u2013computer interaction"]}
36
+ {"byte_start": 846466746, "source_revision": "1187106135", "id": "10237", "title": "Exponentiation by squaring", "byte_end": 860673675, "categories": ["Exponentials", "Computer arithmetic algorithms", "Computer arithmetic"]}
37
+ {"byte_start": 860673675, "source_revision": "1193000910", "id": "10238", "title": "Exon", "byte_end": 863322556, "categories": ["DNA", "Spliceosome", "RNA splicing"]}
38
+ {"byte_start": 863322556, "source_revision": "1111231184", "id": "10239", "title": "Exxon", "byte_end": 874196466, "categories": []}
39
+ {"byte_start": 874196466, "source_revision": "1197282727", "id": "10243", "title": "Exxon Valdez oil spill", "byte_end": 1010335652, "categories": ["1989 controversies in the United States", "1989 disasters in the United States", "1989 in Alaska", "1989 in the environment", "1989 industrial disasters", "Chugach Census Area, Alaska", "Disasters in Alaska", "Environment of Alaska", "Exxon Valdez oil spill| ", "ExxonMobil oil spills|Valdez Oil Spill", "March 1989 events in the United States", "Maritime incidents in 1989", "Maritime incidents in the United States", "Oil spills in the United States", "Transportation disasters in Alaska", "Trans-Alaska Pipeline System", "Petroleum in Alaska"]}
40
+ {"byte_start": 1010335652, "source_revision": "1191865267", "id": "10244", "title": "\u00c9douard de Pomiane", "byte_end": 1010531772, "categories": ["Chefs from Paris", "French food writers", "1875 births", "1964 deaths", "French male non-fiction writers", "French medical writers", "Physicians from Paris", "Writers from Paris"]}
41
+ {"byte_start": 1010531772, "source_revision": "1194671140", "id": "10245", "title": "Edward VI", "byte_end": 1365647510, "categories": ["Edward VI of England", "1537 births", "1553 deaths", "16th-century English monarchs", "16th-century English nobility", "16th-century Irish monarchs", "English people of Welsh descent", "English pretenders to the French throne", "Founders of English schools and colleges", "Princes of Wales", "Burials at Westminster Abbey", "Child monarchs", "Dukes of Cornwall", "Christ's Hospital", "Protestant monarchs", "16th-century deaths from tuberculosis", "English people of the Rough Wooing", "Jane Seymour", "House of Tudor", "Children of Henry VIII", "Tuberculosis deaths in England", "Monarchs who died as children", "Sons of kings"]}
42
+ {"byte_start": 1365647510, "source_revision": "1196546790", "id": "10247", "title": "Talk:Egolessness", "byte_end": 1365826117, "categories": []}
43
+ {"byte_start": 1365826117, "source_revision": "932820512", "id": "10248", "title": "Extrapyramidal", "byte_end": 1365831677, "categories": []}
44
+ {"byte_start": 1365831677, "source_revision": "325741498", "id": "10249", "title": "Extrapyramidal side-effect", "byte_end": 1365839080, "categories": []}
45
+ {"byte_start": 1365839080, "source_revision": "1175812917", "id": "10251", "title": "EDSAC", "byte_end": 1373070187, "categories": ["1940s computers", "Early British computers", "1949 in computing", "Computer-related introductions in 1949", "One-of-a-kind computers", "Vacuum tube computers", "University of Cambridge Computer Laboratory", "History of Cambridge", "Serial computers"]}
46
+ {"byte_start": 1373070187, "source_revision": "1182992794", "id": "10252", "title": "E. H. Shepard", "byte_end": 1378406492, "categories": ["1879 births", "1976 deaths", "English Anglicans", "English illustrators", "Winnie-the-Pooh", "Punch (magazine) cartoonists", "Officers of the Order of the British Empire", "Recipients of the Military Cross", "Royal Garrison Artillery officers", "British Army personnel of World War I", "People from St John's Wood", "Artists from London", "British children's book illustrators", "People educated at Colet Court", "Alumni of the Heatherley School of Fine Art", "Alumni of the Royal Academy Schools", "Olympic competitors in art competitions", "People from Lodsworth"]}
47
+ {"byte_start": 1378406492, "source_revision": "1183960028", "id": "10253", "title": "Enterobacteriaceae", "byte_end": 1382369373, "categories": ["Enterobacteriaceae| ", "Bacteria families", "Gram-negative bacteria"]}
48
+ {"byte_start": 1382369373, "source_revision": "1030964803", "id": "10256", "title": "Eccentricity", "byte_end": 1382906286, "categories": []}
49
+ {"byte_start": 1382906286, "source_revision": "1197245111", "id": "10257", "title": "Essendon Football Club", "byte_end": 1735336739, "categories": ["Essendon Football Club| ", "Australian rules football clubs established in 1871", "Australian Football League clubs", "Australian rules football clubs in Melbourne", "Former Victorian Football League clubs", "1871 establishments in Australia", "Sport in the City of Moonee Valley"]}
50
+ {"byte_start": 1735336739, "source_revision": "1195906216", "id": "10258", "title": "Enid Blyton", "byte_end": 1980802137, "categories": ["Enid Blyton| ", "1897 births", "1968 deaths", "20th-century English novelists", "20th-century English women writers", "Deaths from Alzheimer's disease", "Deaths from dementia in England", "English children's writers", "English women novelists", "Golders Green Crematorium", "People from Beaconsfield", "People from East Dulwich", "Writers from Hampstead", "Women mystery writers"]}
51
+ {"byte_start": 1980802137, "source_revision": "1199643792", "id": "10259", "title": "Epipalaeolithic Near East", "byte_end": 1983818614, "categories": ["Epipalaeolithic", "Mesolithic Asia| ", "Upper Paleolithic", "Prehistory of the Middle East", "Archaeology of the Near East"]}
52
+ {"byte_start": 1983818614, "source_revision": "1193887052", "id": "10260", "title": "Talk:Electronic musical instrument", "byte_end": 1984018427, "categories": []}
53
+ {"byte_start": 1984018427, "source_revision": "1192943263", "id": "10261", "title": "Talk:Enid Blyton", "byte_end": 1996102799, "categories": []}
54
+ {"byte_start": 1996102799, "source_revision": "1199026376", "id": "10263", "title": "Executive (government)", "byte_end": 2018826157, "categories": ["Constitutional law", "Separation of powers", "Public law"]}
55
+ {"byte_start": 2018826157, "source_revision": "1201673048", "id": "10264", "title": "Enrico Fermi", "byte_end": 2215779046, "categories": ["Enrico Fermi| ", "1901 births", "1954 deaths", "American nuclear physicists", "Italian nuclear physicists", "Experimental physicists", "Theoretical physicists", "Quantum physicists", "American relativity theorists", "Thermodynamicists", "20th-century American physicists", "Manhattan Project people", "20th-century Italian inventors", "Nobel laureates in Physics", "Italian Nobel laureates", "Medal for Merit recipients", "Members of the United States National Academy of Sciences", "Foreign Members of the Royal Society", "Corresponding Members of the USSR Academy of Sciences", "Members of the Royal Academy of Italy", "Members of the Lincean Academy", "Fellows of the American Physical Society", "Italian emigrants to the United States", "Monte Carlo methodologists", "University of Chicago faculty", "Columbia University faculty", "Academic staff of the University of G\u00f6ttingen", "Academic staff of the Sapienza University of Rome", "University of Pisa alumni", "American agnostics", "Italian agnostics", "Italian Freemasons", "People from Leonia, New Jersey", "Scientists from Rome", "Deaths from stomach cancer", "Deaths from cancer in Illinois", "Burials in Illinois", "Italian exiles", "Naturalized citizens of the United States", "Recipients of the Matteucci Medal", "Winners of the Max Planck Medal", "Presidents of the American Physical Society", "Members of the American Philosophical Society", "People of Apulian descent", "People of Emilian descent", "Recipients of Franklin Medal"]}
56
+ {"byte_start": 2215779046, "source_revision": "1141430634", "id": "10267", "title": "Entente", "byte_end": 2215975398, "categories": []}
57
+ {"byte_start": 2215975398, "source_revision": "1195217812", "id": "10268", "title": "Editor war", "byte_end": 2234719095, "categories": ["Emacs", "Free software culture and documents", "Hacker culture", "Internet culture", "Software wars", "Text editors| ", "Vi"]}
58
+ {"byte_start": 2234719095, "source_revision": "1197830816", "id": "10269", "title": "Talk:Editor war", "byte_end": 2237982398, "categories": []}
59
+ {"byte_start": 2237982398, "source_revision": "1192677401", "id": "10270", "title": "Organization of the Eastern Orthodox Church", "byte_end": 2255912145, "categories": ["Ecclesiastical polity of the Eastern Orthodox Church|Organisation"]}
60
+ {"byte_start": 2255912145, "source_revision": "1090863836", "id": "10271", "title": "EDT", "byte_end": 2256074759, "categories": []}
61
+ {"byte_start": 2256074759, "source_revision": "1200622567", "id": "10272", "title": "Electric guitar", "byte_end": 2585815765, "categories": ["Electric guitars| ", "1931 musical instruments", "Amplified instruments", "Rock music instruments", "Jazz instruments", "Blues instruments", "American musical instruments", "American inventions", "Rhythm section"]}
62
+ {"byte_start": 2585815765, "source_revision": "1200621206", "id": "10273", "title": "Embryo drawing", "byte_end": 2595055335, "categories": ["Biological techniques and tools", "History of evolutionary biology", "Technical drawing"]}
63
+ {"byte_start": 2595055335, "source_revision": "1198636093", "id": "10274", "title": "Enthalpy", "byte_end": 2637719602, "categories": ["Enthalpy| ", "State functions", "Energy (physics)", "Physical quantities"]}
64
+ {"byte_start": 2637719602, "source_revision": "1161145781", "id": "10275", "title": "Erdo\u011fan Atalay", "byte_end": 2638122328, "categories": ["1966 births", "German male stage actors", "German male television actors", "Living people", "German people of Turkish descent", "Hochschule f\u00fcr Musik und Theater Hamburg alumni", "20th-century German male actors", "21st-century German male actors"]}
65
+ {"byte_start": 2638122328, "source_revision": "770813507", "id": "10276", "title": "Ex libris", "byte_end": 2638232692, "categories": []}
66
+ {"byte_start": 2638232692, "source_revision": "1195121874", "id": "10277", "title": "Ennio Morricone", "byte_end": 2959136044, "categories": ["Ennio Morricone| ", "1928 births", "2020 deaths", "20th-century classical composers", "20th-century Italian composers", "20th-century Italian conductors (music)", "20th-century Italian male musicians", "21st-century classical composers", "21st-century Italian composers", "21st-century Italian conductors (music)", "21st-century Italian male musicians", "Academy Honorary Award recipients", "Accidental deaths in Italy", "Best Original Music BAFTA Award winners", "Best Original Music Score Academy Award winners", "Conservatorio Santa Cecilia alumni", "David di Donatello winners", "Accidental deaths from falls", "European Film Award for Best Composer winners", "Golden Globe Award-winning musicians", "Grammy Award winners", "Italian classical composers", "Italian film score composers", "Italian male classical composers", "Italian male conductors (music)", "Italian music arrangers", "Italian male film score composers", "Male television composers", "Composers from Rome", "Nastro d'Argento winners", "People of Lazian descent", "Recipients of the Italian Order of Merit for Culture and Art", "Spaghetti Western composers", "Third Man Records artists", "Virgin Records artists", "Golden Lion for Lifetime Achievement recipients"]}
67
+ {"byte_start": 2959136044, "source_revision": "1168176886", "id": "10278", "title": "List of explosives used during World War II", "byte_end": 2959259726, "categories": ["Explosives|*", "World War II weapons|Explosives"]}
68
+ {"byte_start": 2959259726, "source_revision": "617593406", "id": "10279", "title": "Endlosung", "byte_end": 2959261859, "categories": []}
69
+ {"byte_start": 2959261859, "source_revision": "528758892", "id": "10280", "title": "Euclids algorithm", "byte_end": 2959263400, "categories": []}
70
+ {"byte_start": 2959263400, "source_revision": "1198192402", "id": "10283", "title": "Erlang (unit)", "byte_end": 2965599788, "categories": ["Network performance", "Units of measurement", "Teletraffic", "Queueing theory"]}
71
+ {"byte_start": 2965599788, "source_revision": "1198016482", "id": "10285", "title": "Eligible receiver", "byte_end": 2966869300, "categories": ["American football terminology", "Canadian football terminology"]}
72
+ {"byte_start": 2966869300, "source_revision": "1201642949", "id": "10286", "title": "Enver Hoxha", "byte_end": 3229435162, "categories": ["Enver Hoxha| ", "1908 births", "1985 deaths", "People from Gjirokast\u00ebr", "People from Janina vilayet", "Albanian atheist writers", "Albanian former Muslims", "Party of Labour of Albania politicians", "Members of the Politburo of the Party of Labour of Albania", "Members of the Parliament of Albania", "Government ministers of Albania", "Prime Ministers of Albania", "Defence ministers of Albania", "Albanian generals", "Albanian atheists", "20th-century atheists", "Albanian anti-fascists", "Albanian revolutionaries", "Stalinism", "Hoxhaism", "Anti-revisionists", "Atheism activists", "Critics of Christianity", "Critics of Sunni Islam", "Former Muslims turned agnostics or atheists", "Male feminists", "Natalism", "Anti-Christian sentiment in Albania", "Anti-Islam sentiment in Albania", "People's Socialist Republic of Albania", "Religious persecution by communists", "Politicide perpetrators", "Albanian National Lyceum alumni", "University of Montpellier alumni", "University of Paris alumni", "World War II resistance members", "Albanian people of World War II", "Albanian resistance members", "Recipients of the Order of Lenin", "Recipients of the Order of Suvorov, 1st class", "Recipients of the Order of the People's Hero", "Socialist feminists", "Critics of religions"]}
73
+ {"byte_start": 3229435162, "source_revision": "1199637091", "id": "10287", "title": "Hirohito", "byte_end": 3576554798, "categories": ["Hirohito| ", "Japanese emperors", "1901 births", "1989 deaths", "20th-century Japanese monarchs", "20th-century Japanese zoologists", "20th-century regents", "Sh\u014dwa Statism| ", "Sh\u014dwa period|*02", "People of Sh\u014dwa-period Japan|*01", "Sons of emperors", "Japanese marine biologists", "Japanese people of World War II", "Japanese princes", "Japanese Shintoists", "Japanese war criminals", "Nobility from Tokyo", "Regents of Japan", "Sessh\u014d and Kampaku", "British field marshals", "World War II political leaders", "Deaths from cancer in Japan", "Deaths from small intestine cancer", "Recipients of the Order of the Rising Sun with Paulownia Flowers", "Recipients of the Order of the Sacred Treasure, 1st class", "Recipients of the Order of Culture", "Extra Knights Companion of the Garter", "Fellows of the Royal Society (Statute 12)", "Knights of the Golden Fleece of Spain", "Knights Grand Cross with Collar of the Order of Merit of the Italian Republic", "Grand Crosses Special Class of the Order of Merit of the Federal Republic of Germany", "Honorary Knights Grand Cross of the Royal Victorian Order", "Honorary Knights Grand Cross of the Order of the Bath", "Collars of the Order of the White Lion", "Recipients of the Order of the White Eagle (Poland)", "Recipients of orders, decorations, and medals of Ethiopia"]}
74
+ {"byte_start": 3576554798, "source_revision": "1176610194", "id": "10288", "title": "Emission trading", "byte_end": 3576566132, "categories": []}
75
+ {"byte_start": 3576566132, "source_revision": "1181363895", "id": "10289", "title": "Emsworth", "byte_end": 3585423425, "categories": ["Emsworth| ", "Borough of Havant", "Towns in Hampshire"]}
76
+ {"byte_start": 3585423425, "source_revision": "1198037687", "id": "10290", "title": "Emulsion", "byte_end": 3608380137, "categories": ["Chemical mixtures", "Colloidal chemistry", "Colloids", "Dosage forms", "Drug delivery devices", "Soft matter"]}
77
+ {"byte_start": 3608380137, "source_revision": "783862449", "id": "10291", "title": "Estonia ship", "byte_end": 3608386009, "categories": []}
78
+ {"byte_start": 3608386009, "source_revision": "1201375763", "id": "10292", "title": "Louis Mountbatten, 1st Earl Mountbatten of Burma", "byte_end": 3998285668, "categories": ["Louis Mountbatten, 1st Earl Mountbatten of Burma| ", "1900 births", "1979 deaths", "1940s in British India", "1979 murders in the Republic of Ireland", "Alumni of Christ's College, Cambridge", "Assassinated British politicians", "Assassinated military personnel", "Assassinated royalty", "Battenberg family|Louis Francis", "British Empire in World War II", "British people murdered abroad", "British terrorism victims", "Burma in World War II", "Chief Commanders of the Legion of Merit", "Chiefs of the Defence Staff (United Kingdom)", "Companions of the Distinguished Service Order", "Deaths by improvised explosive device in the Republic of Ireland", "Earls Mountbatten of Burma", "English people of German descent", "Fellows of the Royal Society (Statute 12)", "First Sea Lords and Chiefs of the Naval Staff", "Foreign recipients of the Distinguished Service Medal (United States)", "Princes in Germany", "Governors-General of India", "Graduates of the Royal Naval College, Greenwich", "Grand Cross of the Legion of Honour", "Grand Crosses of the Order of Aviz", "Grand Crosses of the Order of George I", "Grand Crosses of the Order of the Crown (Romania)", "Grand Crosses of the Order of the Dannebrog", "Grand Crosses of the Order of the Star of Romania", "Improvised explosive device bombings in the Republic of Ireland", "Knights Grand Commander of the Order of the Indian Empire", "Knights Grand Commander of the Order of the Star of India", "Knights Grand Cross of the Order of the Bath", "Knights Grand Cross of the Order of Isabella the Catholic", "Knights Grand Cross of the Royal Victorian Order", "Knights of Justice of the Order of St John", "Knights of the Garter", "Legion of Frontiersmen members", "Lord Lieutenants of the Isle of Wight", "Members of the Order of Merit", "Members of the Privy Council of the United Kingdom", "Military of Singapore under British rule", "Mountbatten family|Louis", "NATO military personnel", "Partition of India", "People associated with the Royal National College for the Blind", "People educated at Lockers Park School", "People educated at the Royal Naval College, Osborne", "Military personnel from Windsor, Berkshire", "People killed by the Provisional Irish Republican Army", "People murdered in the Republic of Ireland", "Presidents of the British Computer Society", "Recipients of the Croix de Guerre (France)", "Recipients of the Order of Polonia Restituta", "Recipients of the Order of the Star of Nepal", "Recipients of the War Cross (Greece)", "Royal Navy admirals of the fleet", "Royal Navy admirals of World War II", "Royal Navy officers of World War I", "Ship bombings", "Terrorism deaths in the Republic of Ireland", "Terrorist incidents in Europe in 1979", "Terrorist incidents in the Republic of Ireland in the 1970s", "Viceroys of India", "Younger sons of marquesses", "Viscounts created by George VI", "Earls created by George VI", "Recipients of the Distinguished Service Medal (US Army)", "Burials at Romsey Abbey", "Lords of the Admiralty", "Recipients of orders, decorations, and medals of Ethiopia", "Flag designers", "1970s assassinated politicians in Europe", "People of the Indo-Pakistani war of 1947", "Assassinated politicians in 1979", "Assassinated politicians by explosive device"]}
79
+ {"byte_start": 3998285668, "source_revision": "1198465405", "id": "10293", "title": "Elbridge Gerry", "byte_end": 4036360959, "categories": ["1744 births", "1814 deaths", "Founding Fathers of the United States", "18th-century American politicians", "19th-century vice presidents of the United States", "1812 United States vice-presidential candidates", "American people of English descent", "Burials at the Congressional Cemetery", "Continental Congressmen from Massachusetts", "Democratic-Republican Party state governors of the United States", "Democratic-Republican Party vice presidents of the United States", "Fellows of the American Academy of Arts and Sciences", "Governors of Massachusetts", "Harvard College alumni", "Gerry family", "Gerrymandering in the United States", "Madison administration cabinet members", "Massachusetts Democratic-Republicans", "Members of the United States House of Representatives from Massachusetts", "People from Marblehead, Massachusetts", "People from colonial Massachusetts", "People of the Quasi-War", "Politicians from Cambridge, Massachusetts", "Signers of the Articles of Confederation", "Signers of the United States Declaration of Independence", "Vice presidents of the United States"]}
80
+ {"byte_start": 4036360959, "source_revision": "1192418391", "id": "10294", "title": "Encryption", "byte_end": 4060648320, "categories": ["Cryptography", "Data protection"]}
81
+ {"byte_start": 4060648320, "source_revision": "1193750224", "id": "10296", "title": "Einstein\u2013Podolsky\u2013Rosen paradox", "byte_end": 4122827061, "categories": ["Albert Einstein|EPR paradox", "Physical paradoxes", "Quantum measurement", "Thought experiments in quantum mechanics"]}
82
+ {"byte_start": 4122827061, "source_revision": "1193887066", "id": "10298", "title": "Talk:Einstein\u2013Podolsky\u2013Rosen paradox", "byte_end": 4174586172, "categories": []}
83
+ {"byte_start": 4174586172, "source_revision": "1199494922", "id": "10299", "title": "Talk:JavaScript", "byte_end": 4192226359, "categories": []}
84
+ {"byte_start": 4192226359, "source_revision": "1138462546", "id": "10301", "title": "Encapsulation", "byte_end": 4192412294, "categories": []}
85
+ {"byte_start": 4192412294, "source_revision": "1193502508", "id": "10302", "title": "Ethnologue", "byte_end": 4209008194, "categories": ["1951 non-fiction books", "1952 non-fiction books", "1953 non-fiction books", "1958 non-fiction books", "1965 non-fiction books", "1969 non-fiction books", "1974 non-fiction books", "1978 non-fiction books", "1984 non-fiction books", "1988 non-fiction books", "1992 non-fiction books", "1996 non-fiction books", "2000 non-fiction books", "2005 non-fiction books", "2009 non-fiction books", "2013 non-fiction books", "Linguistics websites", "Academic works about linguistics", "Language families|*", "Linguistics databases", "SIL International books"]}
86
+ {"byte_start": 4209008194, "source_revision": "1192562322", "id": "10303", "title": "Evaporation", "byte_end": 4240131108, "categories": ["Atmospheric thermodynamics", "Meteorological phenomena", "Materials science", "Phase transitions", "Thin film deposition", "Gases"]}
87
+ {"byte_start": 4240131108, "source_revision": "1192074113", "id": "10304", "title": "Esbat", "byte_end": 4240460951, "categories": ["Wiccan terminology"]}
88
+ {"byte_start": 4240460951, "source_revision": "19845550", "id": "10305", "title": "Evolution of societies", "byte_end": 4240834493, "categories": []}
89
+ {"byte_start": 4240834493, "source_revision": "1200816086", "id": "10307", "title": "Equal temperament", "byte_end": 4302460044, "categories": ["Equal temperaments| ", "Chinese discoveries"]}
90
+ {"byte_start": 4302460044, "source_revision": "1198494316", "id": "10308", "title": "Talk:Euclidean geometry", "byte_end": 4307410823, "categories": []}
91
+ {"byte_start": 4307410823, "source_revision": "1196188404", "id": "10310", "title": "Edward Gibbon", "byte_end": 4360843375, "categories": ["1737 births", "1794 deaths", "18th-century diarists", "18th-century English historians", "18th-century English male writers", "18th-century English non-fiction writers", "Acton family|Edward", "Alumni of Magdalen College, Oxford", "British Byzantinists", "British Freemasons", "British historians of religion", "British male essayists", "British monarchists", "British MPs 1774\u20131780", "British MPs 1780\u20131784", "British Protestants", "British rhetoricians", "Burials in East Sussex", "Converts to Protestantism from Catholicism", "Critics of religions", "Deaths from peritonitis", "English book and manuscript collectors", "English classical scholars", "English essayists", "English male non-fiction writers", "English Protestants", "English rhetoricians", "Fellows of the Royal Society", "Freemasons of the Premier Grand Lodge of England", "Historians of ancient Rome", "Historians of Christianity", "Irony theorists", "Members of the Parliament of Great Britain for constituencies in Cornwall", "Members of the Parliament of Great Britain for English constituencies", "People educated at Kingston Grammar School", "People educated at Westminster School, London", "People from Buriton", "People from Putney", "Rhetoric theorists", "Theorists on Western civilization"]}
92
+ {"byte_start": 4360843375, "source_revision": "1063878325", "id": "10311", "title": "Egyptian languages", "byte_end": 4360910568, "categories": []}
93
+ {"byte_start": 4360910568, "source_revision": "1198283731", "id": "10312", "title": "East Pakistan", "byte_end": 4422640318, "categories": ["East Pakistan| ", "Former subdivisions of Pakistan|East", "Former exclaves", "Enclaves and exclaves", "Bangladesh\u2013Pakistan relations", "Bengal", "Bangladesh Liberation War|E", "Post-independence history of Pakistan", "1950s in East Pakistan", "1960s in East Pakistan", "1970s in Pakistan", "1970s in Bangladesh", "Former countries in South Asia", "States and territories established in 1955", "States and territories disestablished in 1971", "1955 establishments in East Pakistan", "1955 establishments in Pakistan", "1971 disestablishments in Pakistan", "1971 disestablishments in Asia", "20th century in Bangladesh", "Articles containing video clips"]}
94
+ {"byte_start": 4422640318, "source_revision": "1201149632", "id": "10313", "title": "E. O. Wilson", "byte_end": 4512273055, "categories": ["1929 births", "2021 deaths", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American novelists", "20th-century American zoologists", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century American novelists", "21st-century American zoologists", "American autobiographers", "American conservationists", "American deists", "American ecologists", "American entomologists", "American humanists", "American male non-fiction writers", "American male novelists", "American naturalists", "American non-fiction environmental writers", "American science writers", "American skeptics", "Biogeographers", "Critics of religions", "Entomological writers", "Ethologists", "Evolutionary biologists", "Fellows of the Ecological Society of America", "Foreign Members of the Royal Society", "Harvard University alumni", "Harvard University faculty", "Human evolution theorists", "Members of the United States National Academy of Sciences", "Myrmecologists", "National Medal of Science laureates", "Neutral theory", "Novelists from Alabama", "Novelists from Massachusetts", "Philosophers of science", "Philosophers of social science", "Pulitzer Prize for General Non-Fiction winners", "Race and intelligence controversy", "Secular humanists", "Sociobiologists", "Sustainability advocates", "University of Alabama alumni", "Writers about activism and social change", "Writers about religion and science", "Writers from Birmingham, Alabama", "Members of the American Philosophical Society"]}
95
+ {"byte_start": 4512273055, "source_revision": "1196265820", "id": "10314", "title": "Talk:Edward Gibbon", "byte_end": 4515299742, "categories": ["Articles requiring a direct DNB link"]}
96
+ {"byte_start": 4515299742, "source_revision": "1194636392", "id": "10315", "title": "Edwin Howard Armstrong", "byte_end": 4551596099, "categories": ["1890 births", "1954 suicides", "1954 deaths", "20th-century American inventors", "American electronics engineers", "United States Army personnel of World War I", "American Presbyterians", "American telecommunications engineers", "Analog electronics engineers", "Knights of the Legion of Honour", "Columbia School of Engineering and Applied Science alumni", "Columbia School of Engineering and Applied Science faculty", "Discovery and invention controversies", "History of radio in the United States", "IEEE Medal of Honor recipients", "IEEE Edison Medal recipients", "People from Yonkers, New York", "Radio electronics", "Radio pioneers", "United States Army Signal Corps personnel", "Military personnel from New York (state)", "Suicides by jumping in New York City", "People from Chelsea, Manhattan", "United States Army officers", "Burials in Massachusetts", "Recipients of Franklin Medal"]}
97
+ {"byte_start": 4551596099, "source_revision": "875827387", "id": "10316", "title": "Emulators", "byte_end": 4551597292, "categories": []}
98
+ {"byte_start": 4551597292, "source_revision": "1200508944", "id": "10322", "title": "EverQuest", "byte_end": 4695655204, "categories": ["EverQuest| ", "1999 video games", "Active massively multiplayer online games", "Censored video games", "Fantasy massively multiplayer online role-playing games", "Free-to-play video games", "Graphical MUDs", "MacOS games", "Massively multiplayer online role-playing games", "Video games adapted into comics", "Video games developed in the United States", "Video games with expansion packs", "Virtual economies", "Windows games", "Windows Mobile Professional games"]}
99
+ {"byte_start": 4695655204, "source_revision": "927339672", "id": "10323", "title": "EverCrack", "byte_end": 4695659508, "categories": []}
100
+ {"byte_start": 4695659508, "source_revision": "1193887108", "id": "10324", "title": "Talk:Emil Kraepelin", "byte_end": 4698556188, "categories": ["Psychiatry task force articles"]}
101
+ {"byte_start": 4698556188, "source_revision": "1200991066", "id": "10326", "title": "Human evolution", "byte_end": 5587684220, "categories": ["Human evolution| ", "Anthropology"]}
102
+ {"byte_start": 5587684220, "source_revision": "1175577180", "id": "10327", "title": "Eighteen wheeler", "byte_end": 5587686913, "categories": []}
103
+ {"byte_start": 5587686913, "source_revision": "1199134111", "id": "10328", "title": "Evliya \u00c7elebi", "byte_end": 5600074025, "categories": ["1611 births", "1682 deaths", "Explorers of Asia", "17th-century writers from the Ottoman Empire", "17th-century explorers", "People from the Ottoman Empire of Abkhazian descent", "17th-century travel writers", "Turkish travel writers", "Holy Land travellers", "Explorers of the Caucasus", "People from Istanbul"]}
104
+ {"byte_start": 5600074025, "source_revision": "15908147", "id": "10329", "title": "Eternal existence", "byte_end": 5600092226, "categories": []}
105
+ {"byte_start": 5600092226, "source_revision": "15908148", "id": "10330", "title": "Talk:Eternal existence", "byte_end": 5600109441, "categories": []}
106
+ {"byte_start": 5600109441, "source_revision": "1199321642", "id": "10331", "title": "Ancient Egyptian religion", "byte_end": 5858720054, "categories": ["Ancient Egyptian religion| "]}
107
+ {"byte_start": 5858720054, "source_revision": "1198193046", "id": "10332", "title": "Educational psychology", "byte_end": 5923203627, "categories": ["Educational psychology| "]}
108
+ {"byte_start": 5923203627, "source_revision": "1198064157", "id": "10333", "title": "EFTPOS", "byte_end": 5937376170, "categories": ["Debit cards", "Financial services companies of Australia", "Financial services companies of New Zealand", "Financial services companies of Singapore", "Interbank networks", "Payment systems", "Point of sale companies", "American inventions", "1981 introductions"]}
109
+ {"byte_start": 5937376170, "source_revision": "1178384275", "id": "10334", "title": "Epistle to the Laodiceans", "byte_end": 5939838258, "categories": ["1st-century Christian texts", "Apocryphal epistles|Laodiceans", "Pauline epistles", "Christian terminology", "Marcionism"]}
110
+ {"byte_start": 5939838258, "source_revision": "1188331585", "id": "10335", "title": "Extermination camp", "byte_end": 6077321665, "categories": ["Nazi extermination camps| ", "Internments", "Holocaust locations", "Genocide"]}
111
+ {"byte_start": 6077321665, "source_revision": "1196791970", "id": "10336", "title": "Enterprise", "byte_end": 6082488253, "categories": []}
112
+ {"byte_start": 6082488253, "source_revision": "1201213043", "id": "10338", "title": "Excommunication", "byte_end": 6182567508, "categories": ["Excommunication| ", "Apostasy", "Disengagement from religion", "Punishments in religion", "Church discipline"]}
113
+ {"byte_start": 6182567508, "source_revision": "1192117058", "id": "10339", "title": "Electrochemical cell", "byte_end": 6188452725, "categories": ["Tools", "Electrochemical cells| "]}
114
+ {"byte_start": 6188452725, "source_revision": "1188625914", "id": "10340", "title": "Ecdysis", "byte_end": 6190158485, "categories": ["Animal developmental biology", "Protostome anatomy", "Ethology"]}
115
+ {"byte_start": 6190158485, "source_revision": "75721085", "id": "10342", "title": "Eider Duck", "byte_end": 6190184740, "categories": []}
116
+ {"byte_start": 6190184740, "source_revision": "1199111327", "id": "10343", "title": "Ebor, New South Wales", "byte_end": 6191894305, "categories": ["Ebor, New South Wales| ", "Towns in New South Wales", "Towns in New England (New South Wales)"]}
117
+ {"byte_start": 6191894305, "source_revision": "1191336620", "id": "10344", "title": "Ancient history of Afghanistan", "byte_end": 6211104050, "categories": ["Ancient history of Afghanistan| ", "Archaeological sites in Afghanistan", "Buddhism in Afghanistan", "Hinduism in Afghanistan"]}
118
+ {"byte_start": 6211104050, "source_revision": "528977772", "id": "10345", "title": "Easter Uprising", "byte_end": 6211105209, "categories": []}
119
+ {"byte_start": 6211105209, "source_revision": "1198193312", "id": "10346", "title": "Gravitational redshift", "byte_end": 6221245230, "categories": ["Albert Einstein", "Effects of gravitation"]}
120
+ {"byte_start": 6221245230, "source_revision": "528977778", "id": "10348", "title": "Educational choice", "byte_end": 6221246782, "categories": []}
121
+ {"byte_start": 6221246782, "source_revision": "1198370312", "id": "10350", "title": "Easter Rising", "byte_end": 6583522875, "categories": ["Easter Rising| ", "1916 in Ireland", "20th-century rebellions", "Anti-imperialism in Europe", "April 1916 events", "Conflicts in 1916", "Attacks in Ireland", "History of County Dublin", "History of Ireland (1801\u20131923)", "Ireland\u2013United Kingdom relations", "Rebellions in Ireland", "Wars involving the United Kingdom", "Events that led to courts-martial"]}
122
+ {"byte_start": 6583522875, "source_revision": "1188118519", "id": "10353", "title": "Eschrichtiidae", "byte_end": 6585238036, "categories": ["Baleen whales", "Miocene cetaceans", "Pliocene cetaceans", "Pleistocene cetaceans", "Extant Miocene first appearances", "Mammal families"]}
123
+ {"byte_start": 6585238036, "source_revision": "1198193437", "id": "10354", "title": "Edmund I", "byte_end": 6611292428, "categories": ["920s births", "946 deaths", "10th-century English monarchs", "House of Wessex", "People murdered in England", "Burials at Glastonbury Abbey"]}
124
+ {"byte_start": 6611292428, "source_revision": "1186065512", "id": "10356", "title": "Endothermic process", "byte_end": 6616202826, "categories": ["Thermochemistry", "Thermodynamic processes", "Chemical thermodynamics"]}
125
+ {"byte_start": 6616202826, "source_revision": "1200934027", "id": "10357", "title": "Earle Page", "byte_end": 6635688130, "categories": ["1880 births", "1961 deaths", "Australian people of Scottish descent", "Australian Knights Grand Cross of the Order of St Michael and St George", "Australian Members of the Order of the Companions of Honour", "Australian surgeons", "Australian people of English descent", "Chancellors of the University of New England (Australia)", "Deaths from cancer in New South Wales", "Leaders of the National Party of Australia", "Members of the Australian House of Representatives for Cowper", "Members of the Australian House of Representatives", "Members of the Cabinet of Australia", "National Party of Australia members of the Parliament of Australia", "People educated at Sydney Boys High School", "People from Grafton, New South Wales", "Prime Ministers of Australia", "Sydney Medical School alumni", "Treasurers of Australia", "20th-century Australian politicians", "Australian members of the Privy Council of the United Kingdom", "Australian military personnel of World War I", "Fellows of the Royal Australasian College of Surgeons", "Australian Fellows of the Royal College of Surgeons", "Australian military doctors", "Australian memoirists", "Australian monarchists", "20th-century memoirists", "Australian Ministers for Health"]}
126
+ {"byte_start": 6635688130, "source_revision": "1195287183", "id": "10358", "title": "Ephrem the Syrian", "byte_end": 6657958412, "categories": ["306 births", "373 deaths", "4th-century Christian theologians", "4th-century Christian mystics", "4th-century Christian saints", "4th-century Romans", "4th-century writers", "Christian anti-Gnosticism", "Church Fathers", "Doctors of the Church", "Patristic mystics", "Eastern Orthodox saints", "Oriental Orthodox saints", "Arameans", "Syriac writers", "Syrian Christian saints", "Syrian Christian mystics", "4th-century people", "Anglican saints", "Hymnographers"]}
127
+ {"byte_start": 6657958412, "source_revision": "1183764992", "id": "10359", "title": "Amiga Enhanced Chip Set", "byte_end": 6658198220, "categories": ["Amiga chipsets", "Graphics chips", "MOS Technology integrated circuits", "Sound chips", "AmigaOS"]}
128
+ {"byte_start": 6658198220, "source_revision": "1195189816", "id": "10360", "title": "Talk:Euro/Archive 7", "byte_end": 6659089994, "categories": []}
129
+ {"byte_start": 6659089994, "source_revision": "1189421711", "id": "10361", "title": "European Space Operations Centre", "byte_end": 6660240565, "categories": ["1967 establishments in West Germany", "Buildings and structures completed in 1967", "Buildings and structures in Darmstadt", "European Space Agency", "International organisations based in Germany", "Organisations based in Hesse", "Space technology research institutes"]}
130
+ {"byte_start": 6660240565, "source_revision": "1200603173", "id": "10363", "title": "European Space Agency", "byte_end": 6872863095, "categories": ["European Space Agency| ", "Organizations established in 1975", "International scientific organizations based in Europe", "Organizations based in Paris", "1975 establishments in Europe", "European astronauts", "European space programmes|*", "Space agencies", "Space policy of the European Union"]}
131
+ {"byte_start": 6872863095, "source_revision": "1134106829", "id": "10365", "title": "Embouchure", "byte_end": 6880883445, "categories": ["Brass instruments", "Lips", "Musical terminology"]}
132
+ {"byte_start": 6880883445, "source_revision": "1201742622", "id": "10367", "title": "Talk:Embouchure", "byte_end": 6881436741, "categories": []}
133
+ {"byte_start": 6881436741, "source_revision": "1185432496", "id": "10368", "title": "Elephant 6", "byte_end": 6886117484, "categories": ["The Elephant 6 Recording Company| ", "Musical collectives", "Music scenes"]}
134
+ {"byte_start": 6886117484, "source_revision": "1118476106", "id": "10369", "title": "Echolocation", "byte_end": 6886270879, "categories": []}
135
+ {"byte_start": 6886270879, "source_revision": "1200973707", "id": "10370", "title": "Evangelicalism", "byte_end": 7260088199, "categories": ["Evangelicalism| ", "Christian denominations", "Christian missions", "Christian terminology", "Christian theological movements"]}
136
+ {"byte_start": 7260088199, "source_revision": "1194385172", "id": "10371", "title": "Euphonium", "byte_end": 7329244466, "categories": ["B-flat instruments", "Concert band instruments", "German musical instruments", "English musical instruments", "Tubas", "Marching band instruments"]}
137
+ {"byte_start": 7329244466, "source_revision": "1184112447", "id": "10372", "title": "Entire function", "byte_end": 7331882404, "categories": ["Analytic functions", "Special functions"]}
138
+ {"byte_start": 7331882404, "source_revision": "49096742", "id": "10373", "title": "Elliptical curve", "byte_end": 7331883558, "categories": []}
139
+ {"byte_start": 7331883558, "source_revision": "1182690055", "id": "10374", "title": "Essay", "byte_end": 7401898043, "categories": ["Essays| ", "School terminology", "Writing"]}
140
+ {"byte_start": 7401898043, "source_revision": "1191284629", "id": "10375", "title": "Error detection and correction", "byte_end": 7432621460, "categories": ["Error detection and correction| ", "Computer errors|Detection and correction"]}
141
+ {"byte_start": 7432621460, "source_revision": "1183921892", "id": "10376", "title": "Euclidean domain", "byte_end": 7437225531, "categories": ["Ring theory", "Commutative algebra", "Euclid|Domain"]}
142
+ {"byte_start": 7437225531, "source_revision": "1192334861", "id": "10377", "title": "Euclidean algorithm", "byte_end": 7638097667, "categories": ["Number theoretic algorithms", "Articles with example pseudocode", "Articles containing proofs", "Euclid|Algorithm"]}
143
+ {"byte_start": 7638097667, "source_revision": "1200234862", "id": "10378", "title": "European Centre for Medium-Range Weather Forecasts", "byte_end": 7642706786, "categories": ["1975 establishments in the United Kingdom", "Climate of Europe", "Climate of the United Kingdom", "European research networks", "Government agencies established in 1975", "Governmental meteorological agencies in Europe", "Information technology organisations based in the United Kingdom", "Meteorological organizations", "Organisations based in Reading, Berkshire", "Research institutes established in 1975", "Research institutes in Berkshire", "Borough of Wokingham"]}
144
+ {"byte_start": 7642706786, "source_revision": "1196574318", "id": "10379", "title": "Talk:Evangelicalism", "byte_end": 7674072025, "categories": []}
145
+ {"byte_start": 7674072025, "source_revision": "1201553601", "id": "10380", "title": "European Broadcasting Union", "byte_end": 7767760932, "categories": ["European Broadcasting Union| ", "1950 establishments in Europe", "Organizations established in 1950", "Organisations based in Geneva", "Publicly funded broadcasters"]}
146
+ {"byte_start": 7767760932, "source_revision": "1197370142", "id": "12385", "title": "Genetic code", "byte_end": 7866309409, "categories": ["Gene expression", "Genetics", "Molecular genetics", "Molecular biology", "Protein biosynthesis"]}
147
+ {"byte_start": 7866309409, "source_revision": "1200430189", "id": "12386", "title": "Golden ratio", "byte_end": 8395556749, "categories": ["Golden ratio| ", "Euclidean plane geometry", "Mathematical constants", "History of geometry", "Visual arts theory", "Composition in visual art", "Mathematics and art"]}
148
+ {"byte_start": 8395556749, "source_revision": "1198203386", "id": "12388", "title": "Genome", "byte_end": 8450638524, "categories": ["Genetic mapping", "Genomics"]}
149
+ {"byte_start": 8450638524, "source_revision": "783863243", "id": "12390", "title": "Game Theory", "byte_end": 8450647292, "categories": []}
150
+ {"byte_start": 8450647292, "source_revision": "1016503901", "id": "12391", "title": "Guillermo Del Toro", "byte_end": 8450652517, "categories": []}
151
+ {"byte_start": 8450652517, "source_revision": "1194231570", "id": "12393", "title": "Gaia philosophy", "byte_end": 8458217572, "categories": ["Environmentalism", "Matriarchy", "Nature and religion", "Environment and religion"]}
152
+ {"byte_start": 8458217572, "source_revision": "1162706078", "id": "12394", "title": "Greenhouse gases", "byte_end": 8458229206, "categories": []}
153
+ {"byte_start": 8458229206, "source_revision": "1201370847", "id": "12395", "title": "Greenhouse effect", "byte_end": 8637957865, "categories": ["Atmosphere", "Atmospheric radiation", "Climate forcing", "Effects of climate change", "Atmospheric chemistry"]}
154
+ {"byte_start": 8637957865, "source_revision": "1201604790", "id": "12396", "title": "Group homomorphism", "byte_end": 8640060797, "categories": ["Group theory", "Morphisms"]}
155
+ {"byte_start": 8640060797, "source_revision": "1186414420", "id": "12397", "title": "Group isomorphism", "byte_end": 8641662975, "categories": ["Group theory", "Morphisms"]}
156
+ {"byte_start": 8641662975, "source_revision": "1198126989", "id": "12398", "title": "Geographic information system", "byte_end": 8897041283, "categories": ["Geographic information systems| "]}
157
+ {"byte_start": 8897041283, "source_revision": "1200873014", "id": "12400", "title": "Talk:Greenhouse effect", "byte_end": 9153757063, "categories": []}
158
+ {"byte_start": 9153757063, "source_revision": "1201398490", "id": "12401", "title": "Graph theory", "byte_end": 9206392733, "categories": ["Graph theory| "]}
159
+ {"byte_start": 9206392733, "source_revision": "974146402", "id": "12403", "title": "Talk:Climate change/Archive 3", "byte_end": 9215915751, "categories": []}
160
+ {"byte_start": 9215915751, "source_revision": "1201136947", "id": "12405", "title": "Gumby", "byte_end": 9269188381, "categories": ["Mass media franchises introduced in 1953", "1950s American animated television series", "1960s American animated television series", "1980s American animated television series", "1955 American television series debuts", "1957 American television series endings", "1960 American television series debuts", "1969 American television series endings", "1988 American television series debuts", "1988 American television series endings", "American children's animated adventure television series", "American children's animated fantasy television series", "American culture", "American television series revived after cancellation", "Clay animation television series", "English-language television shows", "Television series about shapeshifting", "Television series about size change", "Television characters introduced in 1955", "Fictional characters who can duplicate themselves", "Fictional characters who can stretch themselves", "Fictional characters who can turn intangible", "Fictional humanoids", "First-run syndicated television programs in the United States", "NBC original programming", "Sentient toys in fiction", "Stop motion characters", "Television shows adapted into comics", "Television shows adapted into films", "Television shows adapted into video games", "Television series by Lorimar-Telepictures", "Television series by Fox Entertainment", "NBC animated television series"]}
161
+ {"byte_start": 9269188381, "source_revision": "1196251793", "id": "12406", "title": "Gioachino Rossini", "byte_end": 9385467224, "categories": ["Gioachino Rossini| ", "1792 births", "1868 deaths", "19th-century classical composers", "19th-century Italian male musicians", "Burials at Basilica of Santa Croce, Florence", "Burials at P\u00e8re Lachaise Cemetery", "Catholic liturgical composers", "Classical composers of church music", "Conservatorio Giovanni Battista Martini alumni", "Academic staff of the Conservatorio Giovanni Battista Martini", "Grand Officers of the Legion of Honour", "Italian Classical-period composers", "Italian Romantic composers", "Italian male classical composers", "Italian emigrants to France", "Italian opera composers", "Male opera composers", "People from Pesaro", "Recipients of the Pour le M\u00e9rite (civil class)", "Musicians from Bologna", "Composers from Paris"]}
162
+ {"byte_start": 9385467224, "source_revision": "1198910139", "id": "12407", "title": "Gibberish", "byte_end": 9395554674, "categories": ["Gibberish language| ", "16th-century neologisms", "Terminology", "English language", "Jargon", "Nonsense"]}
163
+ {"byte_start": 9395554674, "source_revision": "1195153432", "id": "12408", "title": "Gnaeus Julius Agricola", "byte_end": 9402906051, "categories": ["40 births", "93 deaths", "People from Fr\u00e9jus", "1st-century Gallo-Roman people", "Generals of Vespasian", "Generals of Domitian", "Roman governors of Britain", "Suffect consuls of Imperial Rome", "Tacitus", "Julii|Agricola, Gnaeus", "Roman governors of Gallia Aquitania", "Ancient Massaliotes", "Imperial Roman generals"]}
164
+ {"byte_start": 9402906051, "source_revision": "288895095", "id": "12409", "title": "Wikipedia:GNE Project Files", "byte_end": 9402915823, "categories": []}
165
+ {"byte_start": 9402915823, "source_revision": "57629800", "id": "12410", "title": "Wikipedia:GNE Project Files/Proposed GNU Moderation System", "byte_end": 9402949228, "categories": []}
166
+ {"byte_start": 9402949228, "source_revision": "307124491", "id": "12411", "title": "Wikipedia:GNE Project Files/GNU Encyclopedia Tech FAQ", "byte_end": 9402960941, "categories": []}
167
+ {"byte_start": 9402960941, "source_revision": "307126110", "id": "12412", "title": "Wikipedia:GNE Project Files/GNE Architecture", "byte_end": 9402990773, "categories": []}
168
+ {"byte_start": 9402990773, "source_revision": "307122537", "id": "12413", "title": "Wikipedia:GNE Project Files/Preliminary DTD", "byte_end": 9403000714, "categories": []}
169
+ {"byte_start": 9403000714, "source_revision": "57629879", "id": "12414", "title": "Wikipedia:GNE Project Files/GNE Project Design", "byte_end": 9403024771, "categories": []}
170
+ {"byte_start": 9403024771, "source_revision": "15910103", "id": "12415", "title": "Wikipedia:GNE Project Files/Project Name", "byte_end": 9403028040, "categories": []}
171
+ {"byte_start": 9403028040, "source_revision": "1181272335", "id": "12417", "title": "Guanosine", "byte_end": 9403376270, "categories": ["Nucleosides", "Purines", "Hydroxymethyl compounds"]}
172
+ {"byte_start": 9403376270, "source_revision": "1198203434", "id": "12420", "title": "G\u00f6del's ontological proof", "byte_end": 9415779317, "categories": ["Arguments for the existence of God", "Modal logic", "Works by Kurt G\u00f6del|Ontological proof"]}
173
+ {"byte_start": 9415779317, "source_revision": "1192886420", "id": "12422", "title": "List of gymnasts", "byte_end": 9483861134, "categories": ["Gymnastics-related lists", "Lists of gymnasts| "]}
174
+ {"byte_start": 9483861134, "source_revision": "1178930607", "id": "12424", "title": "Genetic programming", "byte_end": 9499872830, "categories": ["Genetic programming| ", "Genetic algorithms"]}
175
+ {"byte_start": 9499872830, "source_revision": "1200999068", "id": "12425", "title": "Gustav Klimt", "byte_end": 9594793191, "categories": ["Gustav Klimt| ", "1862 births", "1918 deaths", "19th-century Austrian painters", "19th-century male artists", "20th-century Austrian male artists", "20th-century Austrian painters", "Art Nouveau artists", "Art Nouveau painters", "Painters from Vienna", "Austrian male painters", "Austrian people of Czech descent", "Deaths from Spanish flu", "Erotic artists", "Klimt family|Gustav", "Members of the Vienna Secession", "Painters from Austria-Hungary", "People from Penzing (Vienna)", "Symbolist painters", "Wiener Werkst\u00e4tte"]}
176
+ {"byte_start": 9594793191, "source_revision": "1198594950", "id": "12426", "title": "Groucho Marx", "byte_end": 9714193657, "categories": ["1890 births", "1977 deaths", "20th-century American comedians", "20th-century American Jews", "20th-century American male actors", "20th-century American male singers", "20th-century American singers", "Academy Honorary Award recipients", "American game show hosts", "American male comedians", "American male film actors", "American male musical theatre actors", "American male stage actors", "American male television actors", "American people of German-Jewish descent", "American radio personalities", "Burials at Eden Memorial Park Cemetery", "California Democrats", "Comedians from Manhattan", "Deaths from pneumonia in California", "Jewish American male actors", "Jewish American comedians", "Jewish American musicians", "Jewish male comedians", "Male actors from Manhattan", "Marx Brothers", "People from the Upper East Side", "Vaudeville performers", "Jews from New York (state)"]}
177
+ {"byte_start": 9714193657, "source_revision": "1200015341", "id": "12428", "title": "Talk:Game theory", "byte_end": 9745385379, "categories": []}
178
+ {"byte_start": 9745385379, "source_revision": "1036280550", "id": "12429", "title": "Gameboy Advance", "byte_end": 9745388017, "categories": []}
179
+ {"byte_start": 9745388017, "source_revision": "1198530756", "id": "12430", "title": "Game Boy Advance", "byte_end": 9828717748, "categories": ["Game Boy Advance| ", "2000s toys", "Backward-compatible video game consoles", "Discontinued handheld game consoles", "Game Boy consoles", "Handheld game consoles", "IQue consoles", "Products introduced in 2001", "Products and services discontinued in 2010", "Regionless game consoles", "Sixth-generation video game consoles"]}
180
+ {"byte_start": 9828717748, "source_revision": "1200648199", "id": "12431", "title": "Google Search", "byte_end": 10162466177, "categories": ["Google Search| ", "Internet search engines", "Music search engines", "Alphabet Inc.", "Google services|Search", "Multilingual websites", "Internet properties established in 1997", "Computer-related introductions in 1997", "1997 establishments in the United States", "Websites which mirror Wikipedia"]}
181
+ {"byte_start": 10162466177, "source_revision": "1200511661", "id": "12432", "title": "Genius", "byte_end": 10271941899, "categories": ["Giftedness", "Intelligence"]}
182
+ {"byte_start": 10271941899, "source_revision": "1162368391", "id": "12433", "title": "Talk:Genius", "byte_end": 10304049241, "categories": []}
183
+ {"byte_start": 10304049241, "source_revision": "1147415176", "id": "12434", "title": "Grain (disambiguation)", "byte_end": 10304381085, "categories": []}
184
+ {"byte_start": 10304381085, "source_revision": "1182245816", "id": "12435", "title": "Grass (disambiguation)", "byte_end": 10305241655, "categories": []}
185
+ {"byte_start": 10305241655, "source_revision": "1197221161", "id": "12436", "title": "Grape", "byte_end": 10433414177, "categories": ["Grape| ", "Berries", "Crops originating from Europe", "Edible fruits", "Plants in the Bible", "Flora of Palestine (region)", "Flora of Israel"]}
186
+ {"byte_start": 10433414177, "source_revision": "1198600331", "id": "12437", "title": "Genetic disorder", "byte_end": 10465437291, "categories": ["Genetic diseases and disorders| "]}
187
+ {"byte_start": 10465437291, "source_revision": "1014404111", "id": "12438", "title": "Genetic material", "byte_end": 10465567465, "categories": []}
188
+ {"byte_start": 10465567465, "source_revision": "1175742535", "id": "12439", "title": "Guanine", "byte_end": 10470271681, "categories": ["Nucleobases", "Purines", "Cosmetics chemicals", "Organic minerals"]}
189
+ {"byte_start": 10470271681, "source_revision": "1193959626", "id": "12440", "title": "Talk:Guanine", "byte_end": 10470395877, "categories": []}
190
+ {"byte_start": 10470395877, "source_revision": "1201064629", "id": "12441", "title": "Genocide", "byte_end": 10908021708, "categories": ["Genocide| ", "Killings by type", "1940s neologisms", "International criminal law", "Mass murder", "Racism"]}
191
+ {"byte_start": 10908021708, "source_revision": "1150647671", "id": "12442", "title": "George Clinton", "byte_end": 10908211260, "categories": []}
192
+ {"byte_start": 10908211260, "source_revision": "607185769", "id": "12443", "title": "Talk:Genocide/Archive 4", "byte_end": 10922897960, "categories": []}
193
+ {"byte_start": 10922897960, "source_revision": "952434167", "id": "12444", "title": "Glycerine", "byte_end": 10923316191, "categories": []}
194
+ {"byte_start": 10923316191, "source_revision": "1197938213", "id": "12446", "title": "Germanic peoples", "byte_end": 11759474705, "categories": ["Germanic peoples| ", "2nd-millennium BC establishments", "Indo-European peoples"]}
195
+ {"byte_start": 11759474705, "source_revision": "1193887813", "id": "12447", "title": "Talk:Game Boy Advance", "byte_end": 11762572161, "categories": []}
196
+ {"byte_start": 11762572161, "source_revision": "1199971203", "id": "12448", "title": "Ganges", "byte_end": 12351234148, "categories": ["Ganges basin|.", "International rivers of Asia", "Rivers of Bangladesh", "Bangladesh\u2013India border", "Border rivers", "Sacred rivers", "Rivers of Bihar", "Rivers of Jharkhand", "Rivers of Delhi", "Rivers of Uttarakhand", "Rivers of Uttar Pradesh", "Rivers of West Bengal", "National symbols of India", "Rigvedic rivers", "Rivers in Buddhism", "Environmental personhood", "Braided rivers in India"]}
197
+ {"byte_start": 12351234148, "source_revision": "1186246794", "id": "12449", "title": "Mobile Suit Gundam Wing", "byte_end": 12390224842, "categories": ["Mobile Suit Gundam Wing| ", "1995 anime television series debuts", "1996 anime OVAs", "Animated space adventure television series", "Bandai Entertainment anime titles", "English-language television shows", "Gundam anime and manga|Wing", "Japanese serial novels", "Fiction about impact events", "Kodansha manga", "Fiction about rebellions", "Sh\u014dnen manga", "Sunrise (company)", "Anime and manga about terrorism", "Tokyopop titles", "Toonami", "TV Asahi original programming", "Vertical (publisher) titles", "Viz Media manga", "Works about coups d'\u00e9tat"]}
198
+ {"byte_start": 12390224842, "source_revision": "1198203734", "id": "12450", "title": "G\u00f6del's completeness theorem", "byte_end": 12393339220, "categories": ["Theorems in the foundations of mathematics", "Metatheorems", "Model theory", "Proof theory", "Works by Kurt G\u00f6del|Completeness theorem"]}
199
+ {"byte_start": 12393339220, "source_revision": "1185836968", "id": "12451", "title": "Global Boundary Stratotype Section and Point", "byte_end": 12394851929, "categories": ["Earth sciences", "Geochronologically significant locations", "Geologic time scales of Earth", "Historical geology", "Paleogeography", "Paleobiology", "Units of time", "Stratigraphy"]}
200
+ {"byte_start": 12394851929, "source_revision": "1174236871", "id": "12452", "title": "Talk:Genetic programming", "byte_end": 12396416777, "categories": []}
201
+ {"byte_start": 12396416777, "source_revision": "558360098", "id": "12453", "title": "Gabrielle DAnnunzio", "byte_end": 12396419205, "categories": []}
202
+ {"byte_start": 12396419205, "source_revision": "1192295438", "id": "12454", "title": "Gough Whitlam", "byte_end": 12679209266, "categories": ["Gough Whitlam| ", "1916 births", "2014 deaths", "1975 Australian constitutional crisis", "Attorneys-General of Australia", "Australian barristers", "Australian Labor Party members of the Parliament of Australia", "Leaders of the Opposition (Australia)", "Australian ministers for Foreign Affairs", "Australian King's Counsel", "Australian anti-communists", "Australian republicans", "Australian agnostics", "Australian former Christians", "Australian social democrats", "Companions of the Order of Australia", "Honorary Grand Companions of the Order of Logohu", "Members of the Australian House of Representatives for Werriwa", "Members of the Australian House of Representatives", "Members of the Cabinet of Australia", "People educated at Canberra Grammar School", "People educated at Knox Grammar School", "People of the Vietnam War", "Permanent Delegates of Australia to UNESCO", "Politicians from Melbourne", "Prime Ministers of Australia", "Recipients of the Order of the Rising Sun", "Royal Australian Air Force officers", "Royal Australian Air Force personnel of World War II", "Treasurers of Australia", "University of Sydney alumni", "Leaders of the Australian Labor Party", "People from Kew, Victoria", "People from Canberra", "20th-century Australian politicians", "20th-century Australian lawyers", "Military personnel from Melbourne"]}
203
+ {"byte_start": 12679209266, "source_revision": "1193673034", "id": "12455", "title": "Talk:Gough Whitlam", "byte_end": 12706053918, "categories": []}
204
+ {"byte_start": 12706053918, "source_revision": "1196537727", "id": "12457", "title": "Geri and Freki", "byte_end": 12707730101, "categories": ["Odin", "Wolves in Norse mythology"]}
205
+ {"byte_start": 12707730101, "source_revision": "1191139831", "id": "12458", "title": "Ginnungagap", "byte_end": 12708762002, "categories": ["Locations in Norse mythology", "Chaos (cosmogony)"]}
206
+ {"byte_start": 12708762002, "source_revision": "1187004139", "id": "12460", "title": "Green", "byte_end": 12852180580, "categories": ["Primary colors", "Secondary colors", "Optical spectrum", "Rainbow colors", "Shades of green| ", "Web colors"]}
207
+ {"byte_start": 12852180580, "source_revision": "1196514741", "id": "12461", "title": "Gradient", "byte_end": 12876498752, "categories": ["Differential operators", "Differential calculus", "Generalizations of the derivative", "Linear operators in calculus", "Vector calculus", "Rates"]}
208
+ {"byte_start": 12876498752, "source_revision": "1179146356", "id": "12462", "title": "Gauss (unit)", "byte_end": 12878511137, "categories": ["Centimetre\u2013gram\u2013second system of units", "Units of magnetic flux density", "Carl Friedrich Gauss|Unit"]}
209
+ {"byte_start": 12878511137, "source_revision": "1201217374", "id": "12463", "title": "Glacier", "byte_end": 13122662180, "categories": ["Glaciology", "Glaciers| ", "Bodies of ice", "Montane ecology"]}
210
+ {"byte_start": 13122662180, "source_revision": "1190100969", "id": "12464", "title": "Gylfaginning", "byte_end": 13123112677, "categories": ["Eschatology in Norse mythology", "Old Norse prose"]}
211
+ {"byte_start": 13123112677, "source_revision": "1026295654", "id": "12465", "title": "Gleipnr", "byte_end": 13123126715, "categories": []}
212
+ {"byte_start": 13123126715, "source_revision": "1198203979", "id": "12466", "title": "Glorious Revolution", "byte_end": 13456504967, "categories": ["Glorious Revolution| ", "1688 in England", "1688 in Ireland", "1688 in Scotland", "17th-century coups d'\u00e9tat", "17th-century revolutions", "Anti-Catholicism in England", "Anti-Catholicism in Northern Ireland", "Anti-Catholicism in Scotland", "Anti-Catholicism in the United Kingdom", "Anti-Catholicism in Wales", "British monarchy", "Civil wars in England", "Conflicts in 1688", "Invasions of England", "James II of England", "Mary II of England", "Military coups in England", "Netherlands\u2013United Kingdom relations", "Rebellions in England", "The Restoration", "Stuart England", "Succession to the British crown", "William III of England"]}
213
+ {"byte_start": 13456504967, "source_revision": "529093956", "id": "12467", "title": "Genscher", "byte_end": 13456507251, "categories": []}
214
+ {"byte_start": 13456507251, "source_revision": "1187217947", "id": "12468", "title": "Great Lakes Colleges Association", "byte_end": 13456612418, "categories": ["College and university associations and consortia in the United States", "Liberal arts colleges in the United States|.", "Organizations based in Ann Arbor, Michigan"]}
215
+ {"byte_start": 13456612418, "source_revision": "1192151752", "id": "12469", "title": "Goidelic languages", "byte_end": 13476766924, "categories": ["Goidelic languages| ", "Articles containing video clips"]}
216
+ {"byte_start": 13476766924, "source_revision": "1198353051", "id": "12471", "title": "Gnosticism", "byte_end": 13969699261, "categories": ["Gnosticism| ", "1st-century establishments", "Comparative religion", "Spirituality", "Western esotericism"]}
217
+ {"byte_start": 13969699261, "source_revision": "1143140450", "id": "12472", "title": "Gregor Aichinger", "byte_end": 13969879258, "categories": ["1560s births", "1628 deaths", "Renaissance composers", "German classical composers", "German Baroque composers", "German classical organists", "German male organists", "People from Regensburg", "17th-century classical composers", "German male classical composers", "17th-century male musicians", "Male classical organists"]}
218
+ {"byte_start": 13969879258, "source_revision": "1193887821", "id": "12473", "title": "Talk:Gnosticism", "byte_end": 14019349253, "categories": []}
219
+ {"byte_start": 14019349253, "source_revision": "1193173892", "id": "12474", "title": "Gospel of Barnabas", "byte_end": 14135975944, "categories": ["14th-century Christian texts", "14th-century manuscripts", "15th-century manuscripts", "16th-century manuscripts", "Apocryphal Gospels", "Christianity and Islam", "Christianity-related controversies", "Criticism of Christianity", "Denial of the crucifixion of Jesus", "Islam-related controversies", "Jesus in Islam", "Modern pseudepigrapha", "Muslim apologetics", "Works of unknown authorship", "Barnabas", "Herod Antipas", "Pontius Pilate", "Nicodemus", "Judas Iscariot"]}
220
+ {"byte_start": 14135975944, "source_revision": "1198395474", "id": "12475", "title": "Georgius Agricola", "byte_end": 14142287877, "categories": ["1494 births", "1555 deaths", "People from Glauchau", "16th-century writers in Latin", "German mineralogists", "German philologists", "German Roman Catholics", "History of mining", "Leipzig University alumni", "German metallurgists", "16th-century German writers", "16th-century German male writers", "Engineers from Saxony"]}
221
+ {"byte_start": 14142287877, "source_revision": "1148753562", "id": "12477", "title": "Talk:Gospel of Barnabas", "byte_end": 14148388277, "categories": []}
222
+ {"byte_start": 14148388277, "source_revision": "1197151235", "id": "12478", "title": "Germanicus", "byte_end": 14187390944, "categories": ["Germanicus| ", "15 BC births", "19 deaths", "1st-century BC Romans", "1st-century Roman poets", "Ancient Roman adoptees", "Burials at the Mausoleum of Augustus", "Children of Tiberius", "Claudii Nerones", "Generals of Augustus", "Generals of Tiberius", "Heirs apparent who never acceded", "Imperial Roman consuls", "Julii Caesares", "Julio-Claudian dynasty", "Poisoned Romans", "Ancient Roman triumphators"]}
223
+ {"byte_start": 14187390944, "source_revision": "1190046556", "id": "12479", "title": "Giulio Alberoni", "byte_end": 14189242283, "categories": ["1664 births", "1752 deaths", "People from Fiorenzuola d'Arda", "18th-century Italian cardinals", "Grandees of Spain"]}
224
+ {"byte_start": 14189242283, "source_revision": "1183482457", "id": "12480", "title": "Gil \u00c1lvarez Carrillo de Albornoz", "byte_end": 14190436763, "categories": ["1310 births", "1367 deaths", "14th-century Castilian cardinals", "Cardinal-bishops of Sabina", "Spanish politicians", "Archbishops of Toledo", "14th-century Roman Catholic archbishops in Castile", "Major Penitentiaries of the Apostolic Penitentiary"]}
225
+ {"byte_start": 14190436763, "source_revision": "1145333059", "id": "11879", "title": "GPL", "byte_end": 14190463044, "categories": []}
226
+ {"byte_start": 14190463044, "source_revision": "1066737205", "id": "11880", "title": "GothicLanguage", "byte_end": 14190466471, "categories": []}
227
+ {"byte_start": 14190466471, "source_revision": "783863099", "id": "11881", "title": "Gas giants", "byte_end": 14190476380, "categories": []}
228
+ {"byte_start": 14190476380, "source_revision": "1196392283", "id": "11882", "title": "Greek", "byte_end": 14194689688, "categories": ["Language and nationality disambiguation pages"]}
229
+ {"byte_start": 14194689688, "source_revision": "1201790236", "id": "11883", "title": "Germanic languages", "byte_end": 14378161141, "categories": ["Germanic languages| ", "Indo-European languages"]}
230
+ {"byte_start": 14378161141, "source_revision": "1201812585", "id": "11884", "title": "German language", "byte_end": 15282045693, "categories": ["German language| ", "Fusional languages", "High German languages", "Languages of Austria", "Languages of Belgium", "Languages of Germany", "Languages of Liechtenstein", "Languages of Luxembourg", "Languages of Namibia", "Languages of Switzerland", "Languages of Trentino-Alto Adige/S\u00fcdtirol", "Stress-timed languages", "Verb-second languages"]}
231
+ {"byte_start": 15282045693, "source_revision": "1200546519", "id": "11887", "title": "Greek language", "byte_end": 15549135728, "categories": ["Graeco-Phrygian", "Greek language| ", "Fusional languages", "Greek alphabet", "Languages of Albania", "Languages of Apulia", "Languages of Armenia", "Languages of Calabria", "Languages of Cyprus", "Languages of Georgia (country)", "Languages of Greece", "Languages of Hungary", "Languages of Romania", "Languages of Sicily", "Languages of Turkey", "Languages of Ukraine", "Languages with own distinct writing systems", "Subject\u2013verb\u2013object languages"]}
232
+ {"byte_start": 15549135728, "source_revision": "1199770031", "id": "11888", "title": "Golem", "byte_end": 15653009493, "categories": ["Golem| ", "Czech folklore", "Hebrew-language names", "Jewish legendary creatures", "Kabbalistic words and phrases", "Medieval legends", "Practical Kabbalah", "History of Prague", "Supernatural legends", "Urban legends"]}
233
+ {"byte_start": 15653009493, "source_revision": "121605093", "id": "11890", "title": "Genre Film Theory", "byte_end": 15653015970, "categories": []}
234
+ {"byte_start": 15653015970, "source_revision": "1200742160", "id": "11891", "title": "George Orwell", "byte_end": 16737543549, "categories": ["George Orwell| ", "1903 births", "1950 deaths", "20th-century atheists", "20th-century English journalists", "20th-century deaths from tuberculosis", "20th-century English historians", "20th-century English male writers", "20th-century English non-fiction writers", "20th-century English novelists", "20th-century English philosophers", "20th-century English poets", "20th-century English essayists", "20th-century pseudonymous writers", "20th-century English diarists", "Administrators in British Burma", "Anti-Stalinist left", "Aphorists", "Atheist philosophers", "British anti-communists", "British Anti-Francoists", "Indian Police Service officers in British India", "British ethicists", "British people of the Spanish Civil War", "British Home Guard soldiers", "British investigative journalists", "British male essayists", "British male journalists", "British opinion journalists", "British people in colonial India", "British people of World War II", "British propagandists", "British secularists", "British shooting survivors", "British writers in French", "Burials in Oxfordshire", "Constructed language creators", "British critics of Christianity", "Critics of religions", "Critics of the Catholic Church", "Democratic socialists", "English anti-fascists", "English atheists", "English booksellers", "English critics", "English democracy activists", "English essayists", "English humanists", "English male journalists", "English male non-fiction writers", "English people of French descent", "English political writers", "English reporters and correspondents", "English satirists", "English sceptics", "English socialists", "English war correspondents", "European democratic socialists", "Foreign volunteers in the Spanish Civil War (Republican faction)", "Free speech activists", "Freethought writers", "Futurologists", "Historians of fascism", "Hugo Award-winning writers", "International Brigades personnel", "Irony theorists", "Journalists from Bihar", "Literacy and society theorists", "Literary theorists", "Male essayists", "Mass media theorists", "Modernist writers", "Neologists", "Novelists from Bihar", "People educated at Eton College", "People educated at St Cyprian's School", "People educated at Wellington College, Berkshire", "People from Henley-on-Thames", "People from Motihari", "People from Shiplake", "Philosophers of culture", "Philosophers of education", "Philosophers of history", "Philosophers of language", "Philosophers of literature", "Philosophers of social science", "Philosophers of war", "Poets from Bihar", "Political philosophers", "Rhetoric theorists", "Secular humanists", "Science Fiction Hall of Fame inductees", "Social philosophers", "Theorists on Western civilization", "Tuberculosis deaths in England", "Writers about activism and social change", "Writers about communism"]}
warehouse_00002.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40721940bc1268c9f315eea932d0d7bc7724063975cd2392efda59ca3ca9d7de
3
+ size 141038561
warehouse_00002.metadata ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1201786843", "id": "13595", "title": "Heathrow Airport", "byte_end": 1818325555, "categories": ["Heathrow Airport| ", "Airports in the London region", "Airports established in 1946", "Heathrow Airport Holdings", "Buildings and structures in the London Borough of Hillingdon", "Public inquiries in the United Kingdom", "Transport in the London Borough of Hillingdon", "Proposed transport infrastructure in London", "Tourist attractions in the London Borough of Hillingdon", "1946 establishments in England", "Airports in England"]}
2
+ {"byte_start": 1818325555, "source_revision": "783863766", "id": "13596", "title": "Heat Film", "byte_end": 1818328820, "categories": []}
3
+ {"byte_start": 1818328820, "source_revision": "1145886667", "id": "13598", "title": "HPV", "byte_end": 1818337506, "categories": []}
4
+ {"byte_start": 1818337506, "source_revision": "1046399232", "id": "13599", "title": "Talk:Hacker/Archive 2", "byte_end": 1834444934, "categories": []}
5
+ {"byte_start": 1834444934, "source_revision": "1200503813", "id": "13600", "title": "Hipparchus", "byte_end": 1949547463, "categories": ["190s BC births", "120 BC deaths", "2nd-century BC Greek people", "2nd-century BC writers", "2nd-century BC mathematicians", "Ancient Greek astronomers", "Ancient Greek geographers", "Ancient Greek mathematicians", "Ancient Anatolian Greeks", "Ancient Rhodian scientists", "Scientific instrument makers", "People from Nicaea", "Ancient Greek inventors", "2nd-century BC geographers", "2nd-century BC astronomers", "Equinoxes"]}
6
+ {"byte_start": 1949547463, "source_revision": "1153929197", "id": "13601", "title": "Hebrew (disambiguation)", "byte_end": 1949916664, "categories": ["Language and nationality disambiguation pages"]}
7
+ {"byte_start": 1949916664, "source_revision": "1183064540", "id": "13602", "title": "Huldrych Zwingli", "byte_end": 2066699813, "categories": ["Huldrych Zwingli| ", "1484 births", "1531 deaths", "16th-century Calvinist and Reformed theologians", "Christian humanists", "Swiss Calvinist and Reformed theologians", "16th-century Swiss Roman Catholic priests", "History of Z\u00fcrich", "Swiss military personnel killed in action", "People excommunicated by the Catholic Church", "People from Toggenburg", "University of Vienna alumni", "16th-century Swiss writers", "Clergy from Z\u00fcrich", "Critics of the Catholic Church", "Swiss evangelicals"]}
8
+ {"byte_start": 2066699813, "source_revision": "1200813320", "id": "13603", "title": "Homeschooling", "byte_end": 2370458868, "categories": ["Homeschooling| "]}
9
+ {"byte_start": 2370458868, "source_revision": "1110752190", "id": "13605", "title": "Heteroatom", "byte_end": 2370678582, "categories": ["Organic chemistry"]}
10
+ {"byte_start": 2370678582, "source_revision": "1198212034", "id": "13606", "title": "Half-life", "byte_end": 2393976395, "categories": ["Chemical kinetics", "Radioactivity", "Nuclear fission", "Temporal exponentials"]}
11
+ {"byte_start": 2393976395, "source_revision": "1199023375", "id": "13607", "title": "Humus", "byte_end": 2409309779, "categories": ["Composting", "Soil improvers", "Soil science", "Organic farming"]}
12
+ {"byte_start": 2409309779, "source_revision": "1201445692", "id": "13609", "title": "Hydrogen bond", "byte_end": 2464054108, "categories": ["Chemical bonding", "Hydrogen physics", "Supramolecular chemistry", "Intermolecular forces"]}
13
+ {"byte_start": 2464054108, "source_revision": "1196231282", "id": "13610", "title": "Heraldry", "byte_end": 2592771096, "categories": ["Heraldry| "]}
14
+ {"byte_start": 2592771096, "source_revision": "1191758735", "id": "13611", "title": "Heretic (video game)", "byte_end": 2599791982, "categories": ["1994 video games", "Acorn Archimedes games", "Classic Mac OS games", "Commercial video games with freely available source code", "Cooperative video games", "Dark fantasy video games", "Doom engine games", "DOS games", "First-person shooters", "Games commercially released with DOSBox", "GT Interactive games", "Heretic and Hexen", "Id Software games", "Multiplayer and single-player video games", "Raven Software games", "Shareware games", "Sprite-based first-person shooters", "Video games about demons", "Video games about magic", "Video games developed in the United States", "Video games with digitized sprites", "Video games with expansion packs"]}
15
+ {"byte_start": 2599791982, "source_revision": "1186821761", "id": "13612", "title": "Hexen: Beyond Heretic", "byte_end": 2609645166, "categories": ["1995 video games", "Acorn Archimedes games", "Classic Mac OS games", "Commercial video games with freely available source code", "Cooperative video games", "Doom engine games", "DOS games", "DOS games ported to Windows", "Fantasy video games", "First-person shooters", "GP2X games", "GT Interactive games", "Heretic and Hexen|Hexen I", "Id Software games", "Multiplayer and single-player video games", "Nintendo 64 games", "PlayStation (console) games", "Raven Software games", "Sega Saturn games", "Split-screen multiplayer games", "Sprite-based first-person shooters", "Video games developed in the United States", "Video games set in castles", "Video games with digitized sprites", "Video games with expansion packs", "Windows games"]}
16
+ {"byte_start": 2609645166, "source_revision": "1190222545", "id": "13613", "title": "Hexen II", "byte_end": 2614126075, "categories": ["1997 video games", "Activision games", "AmigaOS 4 games", "Cancelled PlayStation (console) games", "Cancelled Sega Saturn games", "Classic Mac OS games", "Commercial video games with freely available source code", "Cooperative video games", "Dark fantasy video games", "First-person shooters", "Heretic and Hexen", "Id Software games", "Id Tech games", "Multiplayer and single-player video games", "Raven Software games", "Video game sequels", "Video games featuring female protagonists", "Video games with expansion packs", "Windows games", "Video games developed in the United States"]}
17
+ {"byte_start": 2614126075, "source_revision": "1179107039", "id": "13614", "title": "Heretic II", "byte_end": 2615766506, "categories": ["1998 video games", "Action-adventure games", "Activision games", "Amiga games", "AmigaOS 4 games", "Classic Mac OS games", "Cooperative video games", "Dark fantasy video games", "Heretic and Hexen", "Id Tech games", "Linux games", "Loki Entertainment games", "MorphOS games", "Multiplayer and single-player video games", "Raven Software games", "Video game sequels", "Video games about diseases", "Windows games", "Video games developed in the United States"]}
18
+ {"byte_start": 2615766506, "source_revision": "1192399640", "id": "13615", "title": "Household hardware", "byte_end": 2618538245, "categories": ["Household hardware| ", "Hardware (mechanical)| ", "Equipment", "Locksmithing", "Wire", "Chains", "Plumbing", "Electrical wiring", "Tools", "Painting materials"]}
19
+ {"byte_start": 2618538245, "source_revision": "1196479966", "id": "13616", "title": "Howard Carter", "byte_end": 2675594269, "categories": ["1874 births", "1939 deaths", "Burials at Putney Vale Cemetery", "Deaths from lymphoma in the United Kingdom", "Deaths from Hodgkin lymphoma", "Archaeologists from London", "English Egyptologists", "People from Kensington", "19th-century British archaeologists", "20th-century British archaeologists", "Tutankhamun", "British expatriates in Egypt"]}
20
+ {"byte_start": 2675594269, "source_revision": "1196427016", "id": "13617", "title": "History of Scotland", "byte_end": 3016352953, "categories": ["History of Scotland| ", "History of the United Kingdom by topic"]}
21
+ {"byte_start": 3016352953, "source_revision": "1153181703", "id": "13618", "title": "Hi-fi", "byte_end": 3016355801, "categories": []}
22
+ {"byte_start": 3016355801, "source_revision": "15911217", "id": "13620", "title": "High Definition TV", "byte_end": 3016356984, "categories": []}
23
+ {"byte_start": 3016356984, "source_revision": "1199049631", "id": "13621", "title": "Hadrian", "byte_end": 3463459782, "categories": ["Hadrian| ", "76 births", "138 deaths", "1st-century Romans", "2nd-century Roman emperors", "2nd-century Roman governors of Syria", "Adult adoptees", "Aelii", "Ancient Roman adoptees", "Ancient Roman military personnel", "Ancient Roman poets", "Bar Kokhba revolt", "Burials at the Castel Sant'Angelo", "Deified Roman emperors", "Eponymous archons", "Ghostwriters", "Imperial Roman praetors", "LGBT Roman emperors", "People from Seville (comarca)", "Romans from Hispania", "Roman governors of Pannonia Inferior", "Roman governors of Syria", "Roman legates", "Roman pharaohs", "Ancient Roman philhellenes", "Roman quaestors", "Tribunes of the plebs"]}
24
+ {"byte_start": 3463459782, "source_revision": "1201309368", "id": "13623", "title": "Herman Melville", "byte_end": 3756618179, "categories": ["Herman Melville| ", "1819 births", "1891 deaths", "19th-century American essayists", "19th-century American male writers", "19th-century American non-fiction writers", "19th-century American novelists", "19th-century American poets", "19th-century American short story writers", "19th-century travel writers", "American adventure novelists", "American lecturers", "American male essayists", "American male non-fiction writers", "American male novelists", "American male poets", "American male short story writers", "American people in whaling", "American people of Dutch descent", "American people of Scottish descent", "American Presbyterians", "American psychological fiction writers", "American travel writers", "American Unitarians", "Beachcombers", "Burials at Woodlawn Cemetery (Bronx, New York)", "Columbia Grammar & Preparatory School alumni", "Customs officers", "Deaths from cardiovascular disease", "Epic poets", "Gansevoort family|Herman Melville", "Maritime writers", "Metaphysics writers", "Military personnel from New York City", "Moby-Dick", "Novelists from Massachusetts", "Novelists from New York (state)", "People from Lansingburgh, New York", "Poets from New York (state)", "Schoolteachers from New York (state)", "The Albany Academy alumni", "United States Navy sailors", "Van Rensselaer family|Herman Melville", "Writers about activism and social change", "Writers from Albany, New York", "Writers from New York City", "Writers from Pittsfield, Massachusetts", "Writers of Gothic fiction"]}
25
+ {"byte_start": 3756618179, "source_revision": "1199696217", "id": "13624", "title": "High fidelity", "byte_end": 3774984588, "categories": ["Sound", "Consumer electronics", "Sound recording", "Audio engineering"]}
26
+ {"byte_start": 3774984588, "source_revision": "1201798772", "id": "13625", "title": "Holden", "byte_end": 4026422718, "categories": ["Holden| ", "Car manufacturers of Australia", "Vehicle manufacturing companies established in 1856", "General Motors marques", "Former General Motors subsidiaries", "Australian brands", "Saddle manufacturers", "Australian companies established in 1856", "Australian companies disestablished in 2020", "Manufacturing plants in Australia", "Defunct manufacturing companies of Australia", "Vehicle manufacturing companies disestablished in 2020"]}
27
+ {"byte_start": 4026422718, "source_revision": "570842819", "id": "13626", "title": "Talk:History of computers", "byte_end": 4026425584, "categories": []}
28
+ {"byte_start": 4026425584, "source_revision": "1197494098", "id": "13627", "title": "Hank Greenberg", "byte_end": 4074767647, "categories": ["1911 births", "1986 deaths", "20th-century American Jews", "American League All-Stars", "American League home run champions", "American League Most Valuable Player Award winners", "American League RBI champions", "American people of Romanian-Jewish descent", "Baseball players from the Bronx", "Beaumont Exporters players", "Burials at Hillside Memorial Park Cemetery", "Chicago White Sox executives", "Cleveland Indians executives", "Deaths from cancer in California", "Deaths from kidney cancer", "Detroit Tigers players", "Evansville Hubs players", "Hartford Senators players", "International Jewish Sports Hall of Fame inductees", "Gimbel family", "James Monroe High School (New York City) alumni", "Jewish American baseball players", "Jews from New York (state)", "Major League Baseball first basemen", "Major League Baseball general managers", "Major League Baseball players with retired numbers", "Military personnel from New York City", "National Baseball Hall of Fame inductees", "New York University alumni", "People from Greenwich Village", "Pittsburgh Pirates players", "Raleigh Capitals players", "Sportspeople from Beverly Hills, California", "United States Army Air Forces officers", "United States Army Air Forces personnel of World War II", "United States Army soldiers", "Jewish American sports executives and administrators", "National Jewish Sports Hall of Fame inductees"]}
29
+ {"byte_start": 4074767647, "source_revision": "1201118620", "id": "13628", "title": "Heinrich Schliemann", "byte_end": 4119138828, "categories": ["1822 births", "1890 deaths", "People from Rostock (district)", "People from the Grand Duchy of Mecklenburg-Schwerin", "19th-century German non-fiction writers", "19th-century German male writers", "19th-century German archaeologists", "Archaeologists from Mecklenburg-Western Pomerania", "German philhellenes", "Troy", "Mycenaean archaeologists", "Recipients of the Royal Gold Medal", "University of Rostock alumni", "Immigrants to the Netherlands", "People of the California Gold Rush", "Expatriates in the Russian Empire", "Expatriates in the United States", "Expatriates in Greece", "Expatriates in the Ottoman Empire", "Burials at the First Cemetery of Athens", "Members of the American Antiquarian Society"]}
30
+ {"byte_start": 4119138828, "source_revision": "1194969915", "id": "13629", "title": "Hypnos", "byte_end": 4126235257, "categories": ["Greek sleep deities", "Sleep gods", "Chthonic beings", "Greek gods", "Personifications in Greek mythology", "LGBT themes in Greek mythology", "Divine twins", "Deities in the Iliad", "Children of Nyx", "Homosexuality and bisexuality deities", "Greek underworld", "Dreams in religion", "Avian humanoids", "Deeds of Zeus", "Deeds of Hera"]}
31
+ {"byte_start": 4126235257, "source_revision": "1193096394", "id": "13631", "title": "Holy orders", "byte_end": 4167986498, "categories": ["Organisation of Catholic religious orders| ", "Anglican sacraments|Orders", "Anglican ecclesiastical offices", "Lutheran sacraments and rites", "Major orders in the Catholic Church", "Eastern Christian ecclesiastical offices", "Sacraments|Orders", "Christian terminology", "Christian ordination"]}
32
+ {"byte_start": 4167986498, "source_revision": "972793264", "id": "13632", "title": "H.M.S. Titanic", "byte_end": 4167991493, "categories": []}
33
+ {"byte_start": 4167991493, "source_revision": "1201255834", "id": "13633", "title": "Homer", "byte_end": 4453905507, "categories": ["Homer| ", "8th-century BC Greek poets", "Ancient Chians", "Ancient Greek epic poets", "Ancient Smyrnaeans", "Bards", "Blind poets", "Greek blind people", "Greek speculative fiction writers", "Legendary Greek people", "Oral epic poets", "Mycenaean Greece", "Mythography", "Mythological blind people", "People whose existence is disputed", "Storytellers"]}
34
+ {"byte_start": 4453905507, "source_revision": "1199849341", "id": "13635", "title": "Hugo Gernsback", "byte_end": 4465987324, "categories": ["Hugo Gernsback| ", "1884 births", "1967 deaths", "20th-century American male writers", "20th-century American novelists", "People from Luxembourg City", "Amateur radio people", "American male novelists", "American people of Luxembourgian-Jewish descent", "American pulp magazine publishers (people)", "American radio company founders", "American science fiction writers", "American speculative fiction editors", "American speculative fiction publishers (people)", "Luxembourgian emigrants to the United States", "Jewish American writers", "Luxembourgian inventors", "Luxembourgian Jews", "Luxembourgian science fiction writers", "Science fiction editors", "Science Fiction Hall of Fame inductees", "Amazing Stories"]}
35
+ {"byte_start": 4465987324, "source_revision": "1198212623", "id": "13636", "title": "History of computing hardware", "byte_end": 4905830758, "categories": ["History of computing hardware| ", "Early computers| ", "One-of-a-kind computers|*01", "History of computing|Hardware"]}
36
+ {"byte_start": 4905830758, "source_revision": "1201686646", "id": "13637", "title": "Hausdorff space", "byte_end": 4909834892, "categories": ["Separation axioms", "Properties of topological spaces"]}
37
+ {"byte_start": 4909834892, "source_revision": "1193888281", "id": "13639", "title": "Talk:History of computing hardware", "byte_end": 4949027002, "categories": []}
38
+ {"byte_start": 4949027002, "source_revision": "1195556758", "id": "13644", "title": "Hawkwind", "byte_end": 5006096446, "categories": ["Hawkwind| ", "Acid rock music groups", "Atco Records artists", "English psychedelic rock music groups", "Charisma Records artists", "English hard rock musical groups", "English progressive rock groups", "Musical groups established in 1969", "Musical groups from London", "English protopunk groups", "RCA Records artists", "EMI Records artists", "English space rock musical groups", "United Artists Records artists", "Cherry Red Records artists", "Freak scene musicians", "Bronze Records artists", "Voiceprint Records artists"]}
39
+ {"byte_start": 5006096446, "source_revision": "1199971332", "id": "13645", "title": "Horse", "byte_end": 5451211593, "categories": ["Horses| ", "Animal-powered transport", "Mammals described in 1758", "Taxa named by Carl Linnaeus", "Equus (genus)", "Herbivorous mammals", "Horse subspecies", "Livestock", "National symbols of Burkina Faso", "National symbols of Lesotho", "National symbols of Mongolia", "National symbols of Nigeria", "National symbols of Turkmenistan", "Pack animals", "Symbols of New Jersey"]}
40
+ {"byte_start": 5451211593, "source_revision": "1191334872", "id": "13646", "title": "Hobbes", "byte_end": 5451214087, "categories": []}
41
+ {"byte_start": 5451214087, "source_revision": "1199182727", "id": "13647", "title": "Hermann Ebbinghaus", "byte_end": 5459082180, "categories": ["1850 births", "1909 deaths", "Scientists from Wuppertal", "People from the Rhine Province", "German Protestants", "German educational theorists", "German psychologists", "19th-century psychologists", "20th-century psychologists", "Prussian Army personnel", "German military personnel of the Franco-Prussian War", "University of Bonn alumni", "Deaths from pneumonia in Germany"]}
42
+ {"byte_start": 5459082180, "source_revision": "990729658", "id": "13648", "title": "Hilbert (disambiguation)", "byte_end": 5459101241, "categories": []}
43
+ {"byte_start": 5459101241, "source_revision": "1193888284", "id": "13649", "title": "Talk:Haiku", "byte_end": 5482884057, "categories": []}
44
+ {"byte_start": 5482884057, "source_revision": "475007383", "id": "13651", "title": "Talk:Halting Problem", "byte_end": 5483193194, "categories": []}
45
+ {"byte_start": 5483193194, "source_revision": "1198237536", "id": "13652", "title": "Hindi", "byte_end": 5821873334, "categories": ["Hindi| ", "Central Indo-Aryan languages| ", "Hindustani language", "Fusional languages", "Indo-Aryan languages", "Official languages of India", "Standard languages", "Languages of Uttar Pradesh", "Languages officially written in Indic scripts", "Lingua francas", "Subject\u2013object\u2013verb languages", "Sahitya Akademi recognised languages", "Articles containing video clips", "Languages written in Devanagari"]}
46
+ {"byte_start": 5821873334, "source_revision": "1199166367", "id": "13653", "title": "Huginn and Muninn", "byte_end": 5826077780, "categories": ["Birds in Norse mythology", "Mythological duos", "Odin", "Fictional ravens"]}
47
+ {"byte_start": 5826077780, "source_revision": "1198212584", "id": "13654", "title": "Heat engine", "byte_end": 5845695157, "categories": ["Energy conversion", "Engine technology", "Engines", "Heating, ventilation, and air conditioning", "Thermodynamics"]}
48
+ {"byte_start": 5845695157, "source_revision": "1201561654", "id": "13655", "title": "Heimdall", "byte_end": 5858533498, "categories": ["\u00c6sir", "Killed deities", "Norse gods", "Sons of Odin"]}
49
+ {"byte_start": 5858533498, "source_revision": "1197201641", "id": "13658", "title": "House of Lords", "byte_end": 6146365524, "categories": ["House of Lords| ", "National upper houses|United Kingdom", "Parliament of the United Kingdom| "]}
50
+ {"byte_start": 6146365524, "source_revision": "1185280979", "id": "13660", "title": "Homeomorphism", "byte_end": 6150528679, "categories": ["Theory of continuous functions", "Functions and mappings", "Homeomorphisms| "]}
51
+ {"byte_start": 6150528679, "source_revision": "1158806600", "id": "13661", "title": "Hvergelmir", "byte_end": 6150702254, "categories": ["Locations in Norse mythology", "Sacred springs", "Yggdrasil"]}
52
+ {"byte_start": 6150702254, "source_revision": "59860675", "id": "13664", "title": "Housdorff maximality theorem", "byte_end": 6150704022, "categories": []}
53
+ {"byte_start": 6150704022, "source_revision": "1127631155", "id": "13665", "title": "Hausdorff maximal principle", "byte_end": 6150886690, "categories": ["Axiom of choice", "Mathematical principles", "Order theory"]}
54
+ {"byte_start": 6150886690, "source_revision": "1201563410", "id": "13666", "title": "Hel (mythological being)", "byte_end": 6167578266, "categories": ["Norse underworld", "Death goddesses", "Underworld goddesses", "Norse goddesses", "G\u00fdgjar", "Loki", "Chthonic beings"]}
55
+ {"byte_start": 6167578266, "source_revision": "1198217456", "id": "13667", "title": "Hawar Islands", "byte_end": 6171769831, "categories": ["Populated places in Bahrain", "Islands of Bahrain", "Islands of Qatar", "Former municipalities (regions) of Bahrain", "Foreign relations of Bahrain", "Disputed territories in the Persian Gulf", "Disputed islands of Asia", "Archipelagoes of Asia", "Archipelagoes of the Indian Ocean", "Territorial disputes of Bahrain", "Territorial disputes of Qatar", "Bahrain\u2013Qatar border", "Ramsar sites in Bahrain", "Islands of the Persian Gulf"]}
56
+ {"byte_start": 6171769831, "source_revision": "1198212619", "id": "13669", "title": "Hans-Dietrich Genscher", "byte_end": 6190817876, "categories": ["1927 births", "2016 deaths", "People from Halle (Saale)", "Federal government ministers of Germany", "Foreign ministers of Germany", "Interior ministers of Germany", "Members of the Bundestag for North Rhine-Westphalia", "Members of the Bundestag 1994\u20131998", "Members of the Bundestag 1990\u20131994", "Members of the Bundestag 1987\u20131990", "Members of the Bundestag 1983\u20131987", "Members of the Bundestag 1980\u20131983", "Members of the Bundestag 1976\u20131980", "Members of the Bundestag 1972\u20131976", "Members of the Bundestag 1969\u20131972", "Members of the Bundestag 1965\u20131969", "Grand Crosses 1st class of the Order of Merit of the Federal Republic of Germany", "Members of the Order of Merit of North Rhine-Westphalia", "Politicians from the Province of Saxony", "Vice-Chancellors of Germany", "German prisoners of war in World War II held by the United Kingdom", "German prisoners of war in World War II held by the United States", "Recipients of the Order of the Cross of Terra Mariana, 1st Class", "Helmut Kohl", "Nazi Party members", "German Protestants", "Leipzig University alumni", "Leaders of political parties in Germany", "Members of the Bundestag for the Free Democratic Party (Germany)", "Luftwaffenhelfer", "German Army personnel of World War II", "Recipients of the Order of Prince Yaroslav the Wise, 2nd class"]}
57
+ {"byte_start": 6190817876, "source_revision": "15911265", "id": "13670", "title": "Holy Trinity", "byte_end": 6190820618, "categories": []}
58
+ {"byte_start": 6190820618, "source_revision": "1040823815", "id": "13671", "title": "Talk:GNU Hurd", "byte_end": 6192038537, "categories": []}
59
+ {"byte_start": 6192038537, "source_revision": "556675541", "id": "13673", "title": "Herod Agrippa I", "byte_end": 6192061116, "categories": []}
60
+ {"byte_start": 6192061116, "source_revision": "1194235222", "id": "13675", "title": "Henry Ainsworth", "byte_end": 6193004059, "categories": ["1571 births", "1622 deaths", "Alumni of St John's College, Cambridge", "People from Swanton Morley", "English Christian religious leaders", "British biblical scholars", "English separatists", "17th-century English clergy", "Alumni of Gonville and Caius College, Cambridge", "16th-century English clergy", "English biblical scholars"]}
61
+ {"byte_start": 6193004059, "source_revision": "783863798", "id": "13676", "title": "Hilberts tenth problem", "byte_end": 6193006248, "categories": []}
62
+ {"byte_start": 6193006248, "source_revision": "1198417288", "id": "13677", "title": "Hindus", "byte_end": 6400364103, "categories": ["Hindus| ", "Religious identity", "Ethnoreligious groups", "Hinduism"]}
63
+ {"byte_start": 6400364103, "source_revision": "1192459258", "id": "13678", "title": "Hernando de Alarc\u00f3n", "byte_end": 6400869285, "categories": ["16th-century Spanish people", "Spanish navigators", "Explorers of Mexico", "Explorers of the United States", "Spanish explorers of North America", "History of Baja California"]}
64
+ {"byte_start": 6400869285, "source_revision": "1198675709", "id": "13679", "title": "Hakka cuisine", "byte_end": 6403071285, "categories": ["Hakka cuisine| ", "Hakka", "Regional cuisines of China"]}
65
+ {"byte_start": 6403071285, "source_revision": "1132967202", "id": "13680", "title": "Hunan cuisine", "byte_end": 6404358629, "categories": ["Hunan cuisine| ", "Chinese cuisine| ", "Regional cuisines of China"]}
66
+ {"byte_start": 6404358629, "source_revision": "1199708840", "id": "13681", "title": "Hyperinflation", "byte_end": 6655262960, "categories": ["Economic collapses", "Financial crises", "Inflation"]}
67
+ {"byte_start": 6655262960, "source_revision": "1200639592", "id": "13682", "title": "Herbert Hoover", "byte_end": 7488963980, "categories": ["Herbert Hoover| ", "1874 births", "1964 deaths", "19th-century American people", "19th-century Quakers", "20th-century presidents of the United States", "20th-century Quakers", "American expatriates in Australia", "American expatriates in China", "American geologists", "American male non-fiction writers", "American memoirists", "American mining engineers", "American non-fiction outdoors writers", "American people of Canadian descent", "American people of English descent", "American people of German descent", "American anti\u2013World War II activists", "American people of Irish descent", "American people of Swiss descent", "American political writers", "American Quakers", "Articles containing video clips", "Belgian relief in World War I", "Burials in Iowa", "California Republicans", "Candidates in the 1920 United States presidential election", "Candidates in the 1928 United States presidential election", "Candidates in the 1932 United States presidential election", "Candidates in the 1936 United States presidential election", "Candidates in the 1940 United States presidential election", "Coolidge administration cabinet members", "Deaths from bleeding", "Engineers from California", "Engineers from Iowa", "Engineers from New York (state)", "George Fox University alumni", "Harding administration cabinet members", "Hoover family", "John Fritz Medal recipients", "Members of the United States National Academy of Sciences", "People from Newberg, Oregon", "People from Stanford, California", "People from West Branch, Iowa", "Presidents of the United States", "Republican Party presidents of the United States", "Members of the Sons of the American Revolution", "Old Right (United States)", "Stanford University alumni", "Stanford University trustees", "United States Secretaries of Commerce", "Writers from California", "Writers from Iowa", "Writers from New York City", "American anti-communists", "American expatriates in the United Kingdom", "Members of the American Philosophical Society"]}
68
+ {"byte_start": 7488963980, "source_revision": "1198145446", "id": "13684", "title": "Hildegard of Bingen", "byte_end": 7636306970, "categories": ["Hildegard of Bingen| ", "1098 births", "1179 deaths", "12th-century Christian mystics", "12th-century German abbesses", "12th-century Christian abbesses", "German Christian abbesses", "12th-century Christian saints", "12th-century German artists", "12th-century German women writers", "12th-century German philosophers", "12th-century German Catholic theologians", "12th-century scientists", "12th-century German poets", "12th-century German physicians", "12th-century writers in Latin", "12th-century women artists", "12th-century women composers", "12th-century German composers", "Angelic visionaries", "Benedictine abbesses", "Benedictine mystics", "Benedictine philosophers", "Benedictine saints", "Canonizations by Pope Benedict XVI", "Creators of writing systems", "Doctors of the Church", "Female saints of medieval Germany", "German women classical composers", "German Christian mystics", "German Roman Catholic saints", "German spiritual writers", "German women artists", "German women philosophers", "Herbalists", "Hymnographers", "Manuscript illuminators", "Medieval drama", "Medieval German theologians", "Medieval German women artists", "Medieval German women musicians", "Medieval Latin-language poets", "Medieval women physicians", "Mystic poets", "People from Alzey-Worms", "Pre-Reformation Anglican saints", "Pre-Reformation saints of the Lutheran liturgical calendar", "Rhineland mystics", "Roman Catholic mystics", "Catholic philosophers", "Romanesque artists", "Women hymnwriters", "Women mystics", "Women religious writers", "German classical composers", "Physicians from Rhineland-Palatinate", "Anglican saints", "Consecrated virgins", "People from the Rheingau"]}
69
+ {"byte_start": 7636306970, "source_revision": "750496185", "id": "13685", "title": "Halting probability", "byte_end": 7636308587, "categories": []}
70
+ {"byte_start": 7636308587, "source_revision": "1195124674", "id": "13686", "title": "Hilversum", "byte_end": 7647901928, "categories": ["Hilversum| ", "Cities in the Netherlands", "Municipalities of North Holland", "Populated places in North Holland", "Venues of the 1928 Summer Olympics", "Olympic equestrian venues", "Olympic modern pentathlon venues", "Articles containing video clips"]}
71
+ {"byte_start": 7647901928, "source_revision": "1194032107", "id": "13687", "title": "Talk:History of Egypt", "byte_end": 7654390723, "categories": []}
72
+ {"byte_start": 7654390723, "source_revision": "1194877272", "id": "13688", "title": "The Hound of Heaven", "byte_end": 7656227219, "categories": ["1893 poems", "Christian poetry", "English poems"]}
73
+ {"byte_start": 7656227219, "source_revision": "901369943", "id": "13689", "title": "User:HelgeStenstrom", "byte_end": 7656246602, "categories": []}
74
+ {"byte_start": 7656246602, "source_revision": "1201399130", "id": "13690", "title": "Talk:Java applet", "byte_end": 7658669688, "categories": []}
75
+ {"byte_start": 7658669688, "source_revision": "528758926", "id": "13691", "title": "Hilberts first problem", "byte_end": 7658670489, "categories": []}
76
+ {"byte_start": 7658670489, "source_revision": "1198217004", "id": "14170", "title": "HIV", "byte_end": 8056325741, "categories": ["HIV/AIDS|*", "Causes of death", "Discovery and invention controversies", "IARC Group 2B carcinogens", "Lentiviruses", "Sexually transmitted diseases and infections", "1983 in biology"]}
77
+ {"byte_start": 8056325741, "source_revision": "381655664", "id": "14171", "title": "Heterodimer", "byte_end": 8056328449, "categories": []}
78
+ {"byte_start": 8056328449, "source_revision": "381656482", "id": "14172", "title": "Homodimer", "byte_end": 8056329905, "categories": []}
79
+ {"byte_start": 8056329905, "source_revision": "1194383444", "id": "14173", "title": "HOL", "byte_end": 8056470012, "categories": []}
80
+ {"byte_start": 8056470012, "source_revision": "1140638704", "id": "14174", "title": "Hostile witness", "byte_end": 8056768254, "categories": ["Evidence law", "Eyewitness"]}
81
+ {"byte_start": 8056768254, "source_revision": "1142154408", "id": "14178", "title": "Talk:Hamitic languages", "byte_end": 8056774135, "categories": []}
82
+ {"byte_start": 8056774135, "source_revision": "1201579104", "id": "14179", "title": "Henry I of England", "byte_end": 8235718996, "categories": ["Henry I of England| ", "1060s births", "1135 deaths", "11th-century monarchs of England", "12th-century English monarchs", "12th-century dukes of Normandy", "English people of French descent", "House of Normandy", "English Roman Catholics", "French Roman Catholics", "People from Selby", "Deaths from food poisoning", "Burials at Reading Abbey", "Children of William the Conqueror", "Norman warriors", "Anglo-Normans", "Year of birth uncertain"]}
83
+ {"byte_start": 8235718996, "source_revision": "1198158395", "id": "14181", "title": "Talk:Henry II of England", "byte_end": 8249429942, "categories": []}
84
+ {"byte_start": 8249429942, "source_revision": "1201423405", "id": "14183", "title": "Hentai", "byte_end": 8322634460, "categories": ["Hentai| ", "Hentai anime and manga| ", "Anime and manga genres", "Anime and manga terminology", "Japanese pornography", "Japanese sex terms", "Pornographic animation", "Pornography by genre", "Anime and manga about sexuality", "Sexuality in Japan"]}
85
+ {"byte_start": 8322634460, "source_revision": "1200046326", "id": "14184", "title": "Talk:Hentai", "byte_end": 8373817010, "categories": []}
86
+ {"byte_start": 8373817010, "source_revision": "1194919126", "id": "14186", "title": "Henry VII of England", "byte_end": 8499594073, "categories": ["Henry VII of England| ", "1457 births", "1509 deaths", "15th-century Welsh people", "16th-century Welsh people", "15th-century English monarchs", "16th-century English monarchs", "Burials at Westminster Abbey", "16th-century deaths from tuberculosis", "Earls of Richmond (1452 creation)", "English pretenders to the French throne", "House of Tudor", "Knights of the Golden Fleece", "People from Pembroke, Pembrokeshire", "People of the Wars of the Roses", "Tuberculosis deaths in England", "Lords of Glamorgan"]}
87
+ {"byte_start": 8499594073, "source_revision": "1200947081", "id": "14187", "title": "Henry VIII", "byte_end": 9182980391, "categories": ["Henry VIII| ", "1491 births", "1547 deaths", "15th-century English people", "15th-century Roman Catholics", "16th-century English nobility", "16th-century English monarchs", "16th-century Irish monarchs", "16th-century English writers", "16th-century male writers", "16th-century Roman Catholics", "16th-century Anglicans", "Annulment", "Burials at St George's Chapel, Windsor Castle", "Children of Henry VII of England", "Composers of the Tudor period", "Converts to Anglicanism from Roman Catholicism", "Dukes of Cornwall", "Dukes of York", "Earls Marshal", "English Anglicans", "English classical composers", "English people of Welsh descent", "English pretenders to the French throne", "English real tennis players", "Founders of colleges of the University of Cambridge", "Founders of colleges of the University of Oxford", "House of Tudor", "Husbands of Catherine Parr", "Knights of the Bath", "Knights of the Garter", "Knights of the Golden Fleece", "Lords Lieutenant of Ireland", "Lords of Glamorgan", "Lords Warden of the Cinque Ports", "Male Shakespearean characters", "Military leaders of the Italian Wars", "Musicians from Kent", "People associated with the Dissolution of the Monasteries", "People excommunicated by the Catholic Church", "People from Greenwich", "People with endocrine, nutritional and metabolic diseases", "British royalty and nobility with disabilities", "People with mood disorders", "People with traumatic brain injuries", "Princes of Wales", "Sons of kings", "English people with disabilities"]}
88
+ {"byte_start": 9182980391, "source_revision": "1195334998", "id": "14189", "title": "Haryana", "byte_end": 9609578775, "categories": ["Haryana| ", "North India|*", "1966 establishments in India", "Countries and territories where Hindi is an official language", "Punjabi-speaking countries and territories", "States and territories established in 1966", "States and union territories of India"]}
89
+ {"byte_start": 9609578775, "source_revision": "1201341282", "id": "14190", "title": "Himachal Pradesh", "byte_end": 9968878010, "categories": ["Himachal Pradesh| ", "North India|*", "States and territories established in 1971", "1971 establishments in India", "States and union territories of India"]}
90
+ {"byte_start": 9968878010, "source_revision": "573901336", "id": "14191", "title": "Hakra River", "byte_end": 9968902854, "categories": []}
91
+ {"byte_start": 9968902854, "source_revision": "1077668467", "id": "14192", "title": "Helene", "byte_end": 9969255018, "categories": []}
92
+ {"byte_start": 9969255018, "source_revision": "1175393251", "id": "14193", "title": "Hyperion", "byte_end": 9971192368, "categories": []}
93
+ {"byte_start": 9971192368, "source_revision": "1198217550", "id": "14194", "title": "History of medicine", "byte_end": 10252058541, "categories": ["History of medicine| ", "History of science by discipline|Medicine"]}
94
+ {"byte_start": 10252058541, "source_revision": "1193888683", "id": "14195", "title": "Talk:Hallucinogen", "byte_end": 10266948718, "categories": []}
95
+ {"byte_start": 10266948718, "source_revision": "1183439975", "id": "14196", "title": "Hamoaze", "byte_end": 10267146997, "categories": ["Geography of Plymouth, Devon", "Estuaries of England", "Transport in Plymouth, Devon", "Rivers of Cornwall", "River Tamar"]}
96
+ {"byte_start": 10267146997, "source_revision": "1199203279", "id": "14197", "title": "Hanover", "byte_end": 10368747602, "categories": ["Hanover| ", "Cities in Lower Saxony", "German state capitals", "Hanover Region", "Members of the Hanseatic League", "Holocaust locations in Germany"]}
97
+ {"byte_start": 10368747602, "source_revision": "1195828898", "id": "14199", "title": "Handheld game console", "byte_end": 10468455094, "categories": ["Video game terminology", "Handheld game consoles|Handheld game consoles"]}
98
+ {"byte_start": 10468455094, "source_revision": "1197648315", "id": "14200", "title": "Heinrich Abeken", "byte_end": 10468926741, "categories": ["1809 births", "1872 deaths", "Writers from Osnabr\u00fcck", "19th-century German Protestant theologians", "People from the Kingdom of Hanover", "Prussian diplomats", "19th-century German male writers", "19th-century German writers", "German male non-fiction writers"]}
99
+ {"byte_start": 10468926741, "source_revision": "1172681587", "id": "14201", "title": "Henry Bruce, 1st Baron Aberdare", "byte_end": 10473922289, "categories": ["Secretaries of State for the Home Department|Aberdare, Henry Austin Bruce, 1st Baron", "Lord Presidents of the Council|Aberdare, Henry Austin Bruce, 1st Baron", "Liberal Party (UK) MPs for Welsh constituencies|Bruce, Henry Austin", "Scottish Liberal Party MPs|Bruce, Henry Austin", "People from Aberdare|Bruce, Henry Austin", "UK MPs 1852\u20131857|Bruce, Henry Austin", "UK MPs 1857\u20131859|Bruce, Henry Austin", "UK MPs 1859\u20131865|Bruce, Henry Austin", "UK MPs 1865\u20131868|Bruce, Henry Austin", "UK MPs 1868\u20131874|Bruce, Henry Austin", "UK MPs who were granted peerages|Aberdare", "Fellows of the Royal Society", "Deputy Lieutenants of Glamorgan", "Knights Grand Cross of the Order of the Bath|Aberdare, Henry Austin Bruce, 1st Baron", "Members of the Privy Council of the United Kingdom|Aberdare, Henry Austin Bruce, 1st Baron", "1815 births|Aberdare, Henry Austin Bruce, 1st Baron", "1895 deaths|Aberdare, Henry Austin Bruce, 1st Baron", "Presidents of the Royal Historical Society|Aberdare, Henry Austin Bruce, 1st Baron", "Presidents of the Royal Geographical Society|Aberdare, Henry Austin Bruce, 1st Baron", "Fellows of the Royal Historical Society|Aberdare, Henry Austin Bruce, 1st Baron", "Presidents of the Girls' Day School Trust|Aberdare, Henry Austin Bruce, 1st Baron (1881-1895)", "People associated with Aberystwyth University|Aberdare, Henry Austin Bruce, 1st Baron", "People educated at Bishop Gore School", "Peers of the United Kingdom created by Queen Victoria", "Barons Aberdare|Henry 1", "Church Estates Commissioners"]}
100
+ {"byte_start": 10473922289, "source_revision": "1045155678", "id": "14203", "title": "Harpers Ferry (disambiguation)", "byte_end": 10473975831, "categories": []}
101
+ {"byte_start": 10473975831, "source_revision": "1186859225", "id": "14204", "title": "Halophile", "byte_end": 10480720032, "categories": ["Halophiles|*"]}
102
+ {"byte_start": 10480720032, "source_revision": "1198216743", "id": "14205", "title": "Herbert A. Simon", "byte_end": 10518180397, "categories": ["1916 births", "2001 deaths", "Nobel laureates in Economics", "American Nobel laureates", "Jewish American atheists", "American business theorists", "American people of German-Jewish descent", "20th-century American psychologists", "American sociologists", "Carnegie Mellon University faculty", "American cognitive psychologists", "Econometricians", "American educational psychologists", "Computational psychologists", "Fellows of the American Academy of Arts and Sciences", "Fellows of the Association for the Advancement of Artificial Intelligence", "Fellows of the Association for Computing Machinery", "Illinois Institute of Technology faculty", "Jewish American scientists", "John von Neumann Theory Prize winners", "Mathematical cognition researchers", "Mathematics educators", "Design researchers", "Members of the United States National Academy of Sciences", "Foreign members of the Chinese Academy of Sciences", "Microeconomists", "National Medal of Science laureates", "Scientists from Milwaukee", "Public administration scholars", "Turing Award laureates", "University of Chicago alumni", "20th-century American writers", "20th-century American economists", "Fellows of the Econometric Society", "Distinguished Fellows of the American Economic Association", "Economists from Wisconsin", "American people of Czech descent", "Deaths from cancer in Pennsylvania", "Members of the American Philosophical Society"]}
103
+ {"byte_start": 10518180397, "source_revision": "829460056", "id": "14206", "title": "History of Ceuta", "byte_end": 10518238456, "categories": ["National histories|Ceuta"]}
104
+ {"byte_start": 10518238456, "source_revision": "1198216797", "id": "14207", "title": "Hematite", "byte_end": 10532820703, "categories": ["Oxide minerals", "Iron(III) minerals", "Iron oxide pigments", "Hematite group", "Trigonal minerals", "Minerals in space group 167", "Iron ores", "Magnetic minerals", "Jewellery components", "Symbols of Alabama"]}
105
+ {"byte_start": 10532820703, "source_revision": "1200278401", "id": "14208", "title": "Holocene extinction", "byte_end": 10787726499, "categories": ["Holocene extinctions| ", "Species made extinct by human activities|Species made extinct by human activities", "Extinction", "Holocene|Extinction", "Holocene life|Extinction", "Environmental impact by effect", "Human ecology", "Human impact on the environment", "Anthropocene", "Extinction events"]}
106
+ {"byte_start": 10787726499, "source_revision": "1166220175", "id": "14209", "title": "Hollywood-style Lindy Hop", "byte_end": 10787845311, "categories": []}
107
+ {"byte_start": 10787845311, "source_revision": "1191922553", "id": "14210", "title": "Harrison Narcotics Tax Act", "byte_end": 10792593050, "categories": ["1914 in American law", "History of drug control in the United States", "United States federal controlled substances legislation", "United States federal taxation legislation"]}
108
+ {"byte_start": 10792593050, "source_revision": "1079648378", "id": "14211", "title": "Heisenbug (bug)", "byte_end": 10792621217, "categories": []}
109
+ {"byte_start": 10792621217, "source_revision": "1193888696", "id": "14213", "title": "Talk:Holocene extinction", "byte_end": 10810290191, "categories": []}
110
+ {"byte_start": 10810290191, "source_revision": "1190706375", "id": "14214", "title": "Talk:Hobby", "byte_end": 10811119590, "categories": []}
111
+ {"byte_start": 10811119590, "source_revision": "1184328185", "id": "14215", "title": "Horse tack", "byte_end": 10823181186, "categories": ["Horse tack| ", "Horse protective equipment", "Horse ornamentation"]}
112
+ {"byte_start": 10823181186, "source_revision": "1200075397", "id": "14216", "title": "Hausa language", "byte_end": 10856254838, "categories": ["Hausa language| ", "Fusional languages", "Subject\u2013verb\u2013object languages", "Languages of Benin", "Languages of Burkina Faso", "Languages of Cameroon", "Languages of Ghana", "Languages of Niger", "Languages of Nigeria", "Languages of Sudan", "Languages of Togo", "Languages of Ivory Coast"]}
113
+ {"byte_start": 10856254838, "source_revision": "108140109", "id": "14217", "title": "Talk:Homosexual", "byte_end": 10856308229, "categories": []}
114
+ {"byte_start": 10856308229, "source_revision": "523460867", "id": "14218", "title": "Talk:Homophobia/Archive 6", "byte_end": 11099169588, "categories": []}
115
+ {"byte_start": 11099169588, "source_revision": "783863964", "id": "14219", "title": "Homophobic", "byte_end": 11099172094, "categories": []}
116
+ {"byte_start": 11099172094, "source_revision": "1200244006", "id": "14220", "title": "History of mathematics", "byte_end": 11462594002, "categories": ["History of mathematics| ", "History of science by discipline|Mathematics"]}
117
+ {"byte_start": 11462594002, "source_revision": "223386862", "id": "14221", "title": "Herrenvolk", "byte_end": 11462620188, "categories": []}
118
+ {"byte_start": 11462620188, "source_revision": "966424644", "id": "14222", "title": "Horrendous Space Kablooie", "byte_end": 11462734360, "categories": ["Big Bang", "Humour in science"]}
119
+ {"byte_start": 11462734360, "source_revision": "1168590798", "id": "14223", "title": "HSK", "byte_end": 11462798079, "categories": []}
120
+ {"byte_start": 11462798079, "source_revision": "1198217103", "id": "14225", "title": "Hydrogen atom", "byte_end": 11488072944, "categories": ["Atoms", "Quantum models", "Hydrogen", "Hydrogen physics", "Isotopes of hydrogen", "Exactly solvable models"]}
121
+ {"byte_start": 11488072944, "source_revision": "1197554993", "id": "14227", "title": "Elagabalus", "byte_end": 11619214715, "categories": ["Elagabalus| ", "204 births", "222 deaths", "3rd-century murdered monarchs", "3rd-century Roman emperors", "People of Arab descent", "Ancient child monarchs", "Assassinated religious leaders", "Bisexual men", "Italian bisexual people", "3rd-century Roman consuls", "People from Homs", "Roman emperors murdered by the Praetorian Guard", "Roman emperors to suffer posthumous denigration or damnatio memoriae", "Emesene dynasty", "Severan dynasty", "Aurelii", "People from Roman Syria", "220s in the Roman Empire", "Historical figures with ambiguous or disputed gender identity", "Assassinated heads of state in Europe", "Damnatio memoriae", "Varii", "LGBT Roman emperors"]}
122
+ {"byte_start": 11619214715, "source_revision": "1193888715", "id": "14228", "title": "Talk:Humphrey Bogart", "byte_end": 11622376606, "categories": []}
123
+ {"byte_start": 11622376606, "source_revision": "1198217795", "id": "14229", "title": "Homeopathy", "byte_end": 12925649940, "categories": ["Homeopathy| ", "Pseudoscience", "Obsolete medical theories", "1796 introductions", "Health fraud"]}
124
+ {"byte_start": 12925649940, "source_revision": "1164077967", "id": "14230", "title": "Hurricane", "byte_end": 12925931264, "categories": []}
125
+ {"byte_start": 12925931264, "source_revision": "1158252255", "id": "11195", "title": "Fingerspelling", "byte_end": 12932583416, "categories": ["Deaf culture", "Manual alphabet", "Education for the deaf", "Deaf education"]}
126
+ {"byte_start": 12932583416, "source_revision": "1177644465", "id": "11201", "title": "Wikipedia:Press coverage 2004", "byte_end": 12961170462, "categories": ["Wikipedia press coverage"]}
127
+ {"byte_start": 12961170462, "source_revision": "1193740045", "id": "11223", "title": "Four Weddings and a Funeral", "byte_end": 12991156167, "categories": ["1994 films", "1994 comedy-drama films", "1994 LGBT-related films", "1994 romantic comedy films", "1994 romantic drama films", "1990s romantic comedy-drama films", "BAFTA winners (films)", "Best Film BAFTA Award winners", "Best Foreign Film C\u00e9sar Award winners", "British LGBT-related films", "British romantic comedy-drama films", "British Sign Language films", "Film4 Productions films", "Films about funerals", "Films about weddings in the United Kingdom", "Films directed by Mike Newell", "1994 independent films", "1990s British films", "Gramercy Pictures films", "Working Title Films films", "Films featuring a Best Musical or Comedy Actor Golden Globe winning performance", "1990s English-language films", "Films scored by Richard Rodney Bennett", "Films adapted into television shows", "Films set in London", "Films set in Scotland", "Films set in Somerset", "Films shot at Shepperton Studios", "Films shot in Bedfordshire", "Films shot in Buckinghamshire", "Films shot in Essex", "Films shot in Hampshire", "Films shot in London", "Films whose director won the Best Direction BAFTA Award", "Films with screenplays by Richard Curtis", "Gay-related films", "LGBT-related romantic comedy-drama films", "PolyGram Filmed Entertainment films"]}
128
+ {"byte_start": 12991156167, "source_revision": "312385102", "id": "11224", "title": "Feminist spirituality", "byte_end": 12991213581, "categories": []}
129
+ {"byte_start": 12991213581, "source_revision": "1198388728", "id": "11225", "title": "Ferrari", "byte_end": 13413475742, "categories": ["Ferrari| ", "Italian companies established in 1947", "2015 initial public offerings", "Automotive companies established in 1947", "Car manufacturers of Italy", "Companies listed on the Borsa Italiana", "Companies listed on the New York Stock Exchange", "Companies in the Euro Stoxx 50", "Italian brands", "Luxury motor vehicle manufacturers", "Sports car manufacturers", "Vehicle manufacturing companies established in 1947", "Car brands", "Corporate spin-offs", "Enzo Ferrari"]}
130
+ {"byte_start": 13413475742, "source_revision": "423315615", "id": "11226", "title": "Finno Ugric", "byte_end": 13413477788, "categories": []}
131
+ {"byte_start": 13413477788, "source_revision": "1199937673", "id": "11227", "title": "Freemasonry", "byte_end": 14150192891, "categories": ["Freemasonry| "]}
132
+ {"byte_start": 14150192891, "source_revision": "1201499191", "id": "11228", "title": "Fulham F.C.", "byte_end": 14896693703, "categories": ["Fulham F.C.| ", "1879 establishments in England", "Association football clubs established in 1879", "History of the London Borough of Hammersmith and Fulham", "Sport in the London Borough of Hammersmith and Fulham", "Football clubs in London", "Football clubs in England", "Southern Football League clubs", "Premier League clubs", "English Football League clubs", "UEFA Intertoto Cup winning clubs|Fulham"]}
133
+ {"byte_start": 14896693703, "source_revision": "1201475032", "id": "11229", "title": "Frankie Goes to Hollywood", "byte_end": 14942620329, "categories": ["Brit Award winners", "English pop music groups", "British hi-NRG groups", "British disco groups", "English musical quintets", "Dance-rock musical groups", "LGBT-themed musical groups", "Musical groups established in 1980", "Musical groups disestablished in 1987", "Musical groups reestablished in 2000", "Musical groups disestablished in 2007", "Musical groups reestablished in 2023", "Musical groups from Liverpool", "Scouse culture of the early 1980s", "ZTT Records artists", "English synth-pop groups", "Dance-pop groups", "1980 establishments in England", "Second British Invasion artists"]}
134
+ {"byte_start": 14942620329, "source_revision": "49803016", "id": "11230", "title": "Fulham Football Club", "byte_end": 14942621485, "categories": []}
135
+ {"byte_start": 14942621485, "source_revision": "1200593587", "id": "11231", "title": "Factors of production", "byte_end": 14963803728, "categories": ["Factors of production| ", "Labour economics", "Capital (economics)", "Management cybernetics"]}
136
+ {"byte_start": 14963803728, "source_revision": "1196562049", "id": "11232", "title": "Fort Wayne, Indiana", "byte_end": 15325597726, "categories": ["Fort Wayne, Indiana| ", "1794 establishments in the Northwest Territory", "Cities in Allen County, Indiana", "Cities in Indiana", "County seats in Indiana", "Fort Wayne, IN Metropolitan Statistical Area", "Populated places established in 1794"]}
137
+ {"byte_start": 15325597726, "source_revision": "1050036933", "id": "11233", "title": "Talk:Fort Wayne, Indiana/Archive 2", "byte_end": 15325960740, "categories": []}
138
+ {"byte_start": 15325960740, "source_revision": "1154059508", "id": "11234", "title": "Talk:Free", "byte_end": 15326031193, "categories": []}
139
+ {"byte_start": 15326031193, "source_revision": "1193887346", "id": "11235", "title": "Talk:Political freedom", "byte_end": 15327574788, "categories": []}
140
+ {"byte_start": 15327574788, "source_revision": "1199504149", "id": "11236", "title": "Fart (word)", "byte_end": 15348611345, "categories": ["Flatulence", "Digestive system", "English words"]}
141
+ {"byte_start": 15348611345, "source_revision": "1200538750", "id": "11237", "title": "FA Cup", "byte_end": 15670244708, "categories": ["FA Cup| ", "Recurring sporting events established in 1871", "Football cup competitions in England|1", "National association football cups", "1871 establishments in England", "Professional sports leagues in the United Kingdom"]}
142
+ {"byte_start": 15670244708, "source_revision": "1200740579", "id": "11238", "title": "Fenway Park", "byte_end": 15904187430, "categories": ["Fenway Sports Group| ", "1912 establishments in Massachusetts", "American Football League (1926) venues", "American Football League (1936) venues", "American Football League (1940) venues", "American Football League venues", "American football venues in Boston", "Baseball venues in Boston", "Boston Braves stadiums", "Boston College Eagles football venues", "Boston Patriots (AFL) stadiums", "Boston Red Sox stadiums", "Boston Redskins stadiums", "Boston University Terriers football", "Boston University Terriers baseball", "College football venues", "College baseball venues in the United States", "Fenway\u2013Kenmore", "Ice hockey venues in Massachusetts", "Jewel Box parks", "Landmarks in Fenway\u2013Kenmore", "Major League Baseball venues", "National Register of Historic Places in Boston", "North American Soccer League (1968\u20131984) stadiums", "Soccer venues in Massachusetts", "Sports venues on the National Register of Historic Places in Massachusetts", "Sports venues completed in 1912"]}
143
+ {"byte_start": 15904187430, "source_revision": "1199593438", "id": "11240", "title": "Flatulence", "byte_end": 16037422084, "categories": ["Flatulence| ", "Digestive system", "Medical signs", "Methane", "Reflexes", "Symptoms and signs: Digestive system and abdomen"]}
warehouse_00003.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310edac09f84d4607b4c86a4a409d5cf2328663b0676a8003fbd6ba08572d475
3
+ size 160990626
warehouse_00003.metadata ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1201321267", "id": "11638", "title": "Francis of Assisi", "byte_end": 325224842, "categories": ["1180s births", "1226 deaths", "12th-century Christian mystics", "12th-century Christian saints", "13th-century Christian mystics", "13th-century Christian saints", "Angelic visionaries", "Anglican saints", "Animals in Christianity", "Ascetics", "Beggars", "Catholic pacifists", "Christians of the Fifth Crusade", "Founders of Catholic religious communities", "Franciscan mystics", "Franciscan saints", "Franciscan spirituality", "Italian Christian pacifists", "Italian Friars Minor", "Italian people of French descent", "Italian Roman Catholic hymnwriters", "Italian Roman Catholic saints", "Medieval Italian saints", "People from Assisi", "Pre-Reformation Anglican saints", "Roman Catholic deacons", "Simple living advocates", "Stigmatics"]}
2
+ {"byte_start": 325224842, "source_revision": "528586782", "id": "11640", "title": "Francois Marie Arouet", "byte_end": 325225604, "categories": []}
3
+ {"byte_start": 325225604, "source_revision": "1201723989", "id": "11642", "title": "General Dynamics F-16 Fighting Falcon", "byte_end": 1291653168, "categories": ["Mid-wing aircraft", "General Dynamics aircraft|F-016", "Lockheed Martin aircraft|F-016", "1970s United States fighter aircraft", "Single-engined jet aircraft", "Relaxed-stability aircraft", "General Dynamics F-16 Fighting Falcon| ", "Aircraft first flown in 1974", "Fourth-generation jet fighter"]}
4
+ {"byte_start": 1291653168, "source_revision": "1201416816", "id": "11643", "title": "First Council of Constantinople", "byte_end": 1304432051, "categories": ["380s in the Byzantine Empire", "4th-century church councils|Constantinople", "Church councils in Constantinople", "Theodosian dynasty", "First seven ecumenical councils|Constantinople 1", "Trinitarianism", "381", "Theodosius I"]}
5
+ {"byte_start": 1304432051, "source_revision": "1189727689", "id": "11644", "title": "Fourth Council of Constantinople (Eastern Orthodox)", "byte_end": 1307328431, "categories": ["Ecumenical councils|Constantinople 4", "Church councils in Constantinople|4", "9th-century church councils|Constantinople 4", "Bulgarian Orthodox Church", "Schisms in Christianity", "Filioque", "870s in the Byzantine Empire", "880s in the Byzantine Empire", "879", "880"]}
6
+ {"byte_start": 1307328431, "source_revision": "783862908", "id": "11645", "title": "F. A. Hayek", "byte_end": 1307332552, "categories": []}
7
+ {"byte_start": 1307332552, "source_revision": "1199416939", "id": "11646", "title": "Friedrich Hayek", "byte_end": 1578276517, "categories": ["Friedrich Hayek| ", "1899 births", "1992 deaths", "20th-century Austrian economists", "20th-century Austrian philosophers", "20th-century Austrian writers", "20th-century British economists", "20th-century British writers", "20th-century male writers", "20th-century Roman Catholics", "Academics of the London School of Economics", "Academic staff of the Graduate Institute of International and Development Studies", "Academic staff of the University of Freiburg", "Austrian academics", "Austrian agnostics", "Austrian anti-communists", "Austrian conservative liberals", "Austrian emigrants to the United Kingdom", "Austrian expatriates in Germany", "Austrian expatriates in the United States", "Austrian libertarians", "Austrian male writers", "Austrian Nobel laureates", "Nobel laureates from Austria-Hungary", "Austrian people of Moravian-German descent", "Austrian philosophers", "Austrian Roman Catholics", "Austrian School economists", "Austro-Hungarian military personnel of World War I", "Habsburg Bohemian nobility", "British anti-communists", "British classical liberal economists", "British expatriate academics in the United States", "British expatriates in Germany", "British libertarians", "British Nobel laureates", "British philosophers", "Cato Institute people", "Earhart Foundation Fellows", "English Roman Catholics", "Fellows of the British Academy", "Fellows of the Econometric Society", "Libertarian economists", "Libertarian theorists", "Nobel laureates in Economics", "Members of the Order of the Companions of Honour", "Microeconomists", "Mises Institute people", "Member of the Mont Pelerin Society", "Naturalised citizens of the United Kingdom", "New York University faculty", "People associated with the London School of Economics", "Philosophers of law", "Philosophers of social science", "Presidential Medal of Freedom recipients", "Recipients of the Austrian Decoration for Science and Art", "Recipients of the Grand Decoration with Star for Services to the Republic of Austria", "Recipients of the Order of Merit of Baden-W\u00fcrttemberg", "Recipients of the Pour le M\u00e9rite (civil class)", "University of Chicago faculty", "University of Vienna alumni", "Writers from Vienna"]}
8
+ {"byte_start": 1578276517, "source_revision": "1193949330", "id": "11647", "title": "Talk:Friedrich Hayek", "byte_end": 1595227702, "categories": []}
9
+ {"byte_start": 1595227702, "source_revision": "1190117701", "id": "11652", "title": "Fred Brooks", "byte_end": 1600172952, "categories": ["1931 births", "2022 deaths", "American computer scientists", "American software engineers", "American technology writers", "Virtual reality pioneers", "Fellows of the Association for Computing Machinery", "Fellows of the British Computer Society", "IBM employees", "IBM Research computer scientists", "Members of the United States National Academy of Engineering", "Members of the United States National Academy of Sciences", "Members of the Royal Netherlands Academy of Arts and Sciences", "National Medal of Technology recipients", "Turing Award laureates", "University of North Carolina at Chapel Hill faculty", "Duke University Trinity College of Arts and Sciences alumni", "Harvard John A. Paulson School of Engineering and Applied Sciences alumni", "Writers from Durham, North Carolina", "20th-century American engineers", "21st-century American engineers", "20th-century American mathematicians", "21st-century American mathematicians", "20th-century American scientists", "21st-century American scientists", "Software engineering researchers", "American evangelicals"]}
10
+ {"byte_start": 1600172952, "source_revision": "573729557", "id": "11653", "title": "Talk:Four Cardinal Virtues", "byte_end": 1600176027, "categories": []}
11
+ {"byte_start": 1600176027, "source_revision": "1191840737", "id": "11655", "title": "Factoid", "byte_end": 1604140649, "categories": ["Communication", "Doubt", "Traditional stories"]}
12
+ {"byte_start": 1604140649, "source_revision": "1185865575", "id": "11656", "title": "Figured bass", "byte_end": 1612633086, "categories": ["Accompaniment", "Bass (sound)", "Musical notation", "Musical terminology", "Tonality"]}
13
+ {"byte_start": 1612633086, "source_revision": "1198199176", "id": "11657", "title": "Fashion", "byte_end": 1869907791, "categories": ["Fashion| ", "Aesthetics", "Fashion aesthetics", "Concepts in aesthetics", "Cultural trends", "History of clothing"]}
14
+ {"byte_start": 1869907791, "source_revision": "1189020888", "id": "11659", "title": "Fourier analysis", "byte_end": 1893320317, "categories": ["Fourier analysis| ", "Integral transforms", "Digital signal processing", "Mathematical physics", "Mathematics of computing", "Time series", "Joseph Fourier", "Acoustics"]}
15
+ {"byte_start": 1893320317, "source_revision": "1193788932", "id": "11660", "title": "Fat Man", "byte_end": 1978122879, "categories": ["Atomic bombings of Hiroshima and Nagasaki", "Code names", "Cold War aerial bombs of the United States", "History of the Manhattan Project", "Nuclear bombs of the United States", "World War II weapons of the United States", "World War II aerial bombs of the United States", "Weapons and ammunition introduced in 1945"]}
16
+ {"byte_start": 1978122879, "source_revision": "1195861104", "id": "11661", "title": "False Claims Act", "byte_end": 1994620679, "categories": ["37th United States Congress", "1863 in American law", "United States federal government administration legislation", "Fraud legislation", "Fraud in the United States", "Whistleblower reward programs", "United States federal legislation articles without infoboxes", "Whistleblowing in the United States"]}
17
+ {"byte_start": 1994620679, "source_revision": "1199724645", "id": "11662", "title": "Talk:False Claims Act", "byte_end": 1994669221, "categories": []}
18
+ {"byte_start": 1994669221, "source_revision": "1188341245", "id": "11664", "title": "Fantastic Four", "byte_end": 2287032642, "categories": ["Fantastic Four| ", "Avengers (comics) characters| ", "Characters created by Jack Kirby", "Characters created by Stan Lee", "Comics adapted into television series", "Comics characters introduced in 1961", "Fictional explorers", "Fictional families", "Fictional quartets", "Fiction about invisibility", "Marvel Comics adapted into films", "Marvel Comics American superheroes", "Marvel Comics adapted into video games", "Marvel Comics superhero teams"]}
19
+ {"byte_start": 2287032642, "source_revision": "1193230146", "id": "11665", "title": "Filtration", "byte_end": 2301491184, "categories": ["Filtration| ", "Analytical chemistry", "Laboratory techniques", "Alchemical processes", "Industrial water treatment"]}
20
+ {"byte_start": 2301491184, "source_revision": "1193359232", "id": "11668", "title": "Follies", "byte_end": 2360537915, "categories": ["1971 musicals", "Broadway musicals", "Laurence Olivier Award-winning musicals", "Original musicals", "Musicals by James Goldman", "Musicals by Stephen Sondheim", "West End musicals", "Musicals set in New York City", "Tony Award-winning musicals", "Backstage musicals"]}
21
+ {"byte_start": 2360537915, "source_revision": "1198199248", "id": "11669", "title": "Functional linguistics", "byte_end": 2363837026, "categories": ["Grammar frameworks", "Theories of language", "Systems theory", "Cybernetics"]}
22
+ {"byte_start": 2363837026, "source_revision": "1182949056", "id": "11670", "title": "Talk:Fat Man", "byte_end": 2370305440, "categories": []}
23
+ {"byte_start": 2370305440, "source_revision": "1195548091", "id": "11671", "title": "Fick's laws of diffusion", "byte_end": 2390285960, "categories": ["Diffusion", "Eponymous laws of physics", "Mathematics in medicine", "Physical chemistry", "Statistical mechanics"]}
24
+ {"byte_start": 2390285960, "source_revision": "1201415736", "id": "11672", "title": "Far East", "byte_end": 2413592145, "categories": ["Regions of Asia", "Geographical regions", "North Asia", "Southeast Asia", "East Asia", "Asia-Pacific", "Eurocentrism"]}
25
+ {"byte_start": 2413592145, "source_revision": "1195461032", "id": "11673", "title": "Fawlty Towers", "byte_end": 2561088199, "categories": ["Fawlty Towers| ", "1975 British television series debuts", "1979 British television series endings", "1970s British sitcoms", "1970s British workplace comedy television series", "BAFTA winners (television series)", "BBC television sitcoms", "English-language television shows", "Fictional hotels", "Television series by BBC Studios", "Television series about marriage", "Television series set in hotels", "Television shows set in Devon", "Works by John Cleese"]}
26
+ {"byte_start": 2561088199, "source_revision": "1201556069", "id": "11675", "title": "False friend", "byte_end": 2587066919, "categories": ["False friends", "Error"]}
27
+ {"byte_start": 2587066919, "source_revision": "1170798528", "id": "11676", "title": "False cognate", "byte_end": 2608114529, "categories": ["Historical linguistics", "Comparative linguistics", "Etymology"]}
28
+ {"byte_start": 2608114529, "source_revision": "1183401899", "id": "11677", "title": "Talk:Fan fiction", "byte_end": 2631173333, "categories": []}
29
+ {"byte_start": 2631173333, "source_revision": "19127958", "id": "11678", "title": "False claims law", "byte_end": 2631174531, "categories": []}
30
+ {"byte_start": 2631174531, "source_revision": "1193887551", "id": "11679", "title": "Talk:Felidae", "byte_end": 2634707666, "categories": []}
31
+ {"byte_start": 2634707666, "source_revision": "563015453", "id": "11681", "title": "Feudal society", "byte_end": 2635807240, "categories": []}
32
+ {"byte_start": 2635807240, "source_revision": "783862911", "id": "11682", "title": "Fermions", "byte_end": 2635809832, "categories": []}
33
+ {"byte_start": 2635809832, "source_revision": "1130983858", "id": "11683", "title": "Fergus McDuck", "byte_end": 2635984924, "categories": ["Fictional ducks"]}
34
+ {"byte_start": 2635984924, "source_revision": "1179748100", "id": "11684", "title": "Fundamental analysis", "byte_end": 2640451464, "categories": ["Fundamental analysis| ", "Commodity markets", "Derivatives (finance)", "Foreign exchange market", "Stock market"]}
35
+ {"byte_start": 2640451464, "source_revision": "1201737879", "id": "11685", "title": "Frasier", "byte_end": 2790454154, "categories": ["Frasier| ", "1993 American television series debuts", "2004 American television series endings", "American sequel television series", "American television spin-offs", "Articles containing video clips", "Best Musical or Comedy Series Golden Globe winners", "Cheers", "English-language television shows", "Fictional portrayals of the Seattle Police Department", "Outstanding Performance by an Ensemble in a Comedy Series Screen Actors Guild Award winners", "Peabody Award-winning television programs", "Primetime Emmy Award for Outstanding Comedy Series winners", "Primetime Emmy Award-winning television series", "Television series about brothers", "Television series about radio", "Television series by CBS Studios", "Television shows set in Seattle", "Television shows filmed in Los Angeles", "Works about psychoanalysis", "NBC sitcoms", "1990s American multi-camera sitcoms", "2000s American multi-camera sitcoms"]}
36
+ {"byte_start": 2790454154, "source_revision": "1184356429", "id": "11686", "title": "Fethry Duck", "byte_end": 2790730160, "categories": ["Animal superheroes", "Anthropomorphic ducks", "Comics characters introduced in 1964", "Disney comics characters", "Disney core universe characters", "Fictional ducks", "Fictional reporters and correspondents", "Fictional spies in comics", "New Age in popular culture", "Male characters in comics"]}
37
+ {"byte_start": 2790730160, "source_revision": "783862920", "id": "11687", "title": "Fuel-air explosive", "byte_end": 2790751570, "categories": []}
38
+ {"byte_start": 2790751570, "source_revision": "1068490833", "id": "11688", "title": "Fascist", "byte_end": 2790764073, "categories": []}
39
+ {"byte_start": 2790764073, "source_revision": "913163220", "id": "11689", "title": "Francais", "byte_end": 2790768944, "categories": []}
40
+ {"byte_start": 2790768944, "source_revision": "1136784140", "id": "11690", "title": "Fantasy Games Unlimited", "byte_end": 2791598147, "categories": ["Publishing companies established in 1975", "Role-playing game publishing companies", "Companies based in Arizona", "1975 establishments in New York (state)"]}
41
+ {"byte_start": 2791598147, "source_revision": "1190580690", "id": "11691", "title": "Functional decomposition", "byte_end": 2795891713, "categories": ["Functions and mappings", "Philosophy of mathematics", "Philosophy of physics"]}
42
+ {"byte_start": 2795891713, "source_revision": "929195333", "id": "11693", "title": "First International Bah\u00e1'\u00ed Council", "byte_end": 2795926771, "categories": []}
43
+ {"byte_start": 2795926771, "source_revision": "1136876842", "id": "11695", "title": "Five Good Emperors", "byte_end": 2797854566, "categories": ["Roman emperors"]}
44
+ {"byte_start": 2797854566, "source_revision": "529140417", "id": "11696", "title": "Fossile", "byte_end": 2797856053, "categories": []}
45
+ {"byte_start": 2797856053, "source_revision": "54827552", "id": "11697", "title": "Fossils and the geological timescale", "byte_end": 2797901886, "categories": []}
46
+ {"byte_start": 2797901886, "source_revision": "1189340643", "id": "11698", "title": "Franz Boas", "byte_end": 2961380753, "categories": ["1858 births", "1942 deaths", "19th-century Prussian people", "20th-century American academics", "20th-century Prussian people", "American anthropologists", "American anti-fascists", "20th-century linguists", "American folklorists", "Clark University faculty", "Columbia University faculty", "19th-century German anthropologists", "German anti-fascists", "German ethnologists", "Emigrants from the German Empire to the United States", "German folklorists", "German people of Jewish descent", "Heidelberg University alumni", "Linguistic Society of America presidents", "Linguists from the United States", "Linguists of Na-Dene languages", "Linguists of Salishan languages", "Linguists of Uto-Aztecan languages", "Members of the American Antiquarian Society", "Anthropological linguists", "Members of the United States National Academy of Sciences", "People associated with the American Museum of Natural History", "People from Minden", "People from the Province of Westphalia", "Phonologists", "Smithsonian Institution people", "String figures", "University of Bonn alumni", "Jewish anthropologists", "Jewish anti-fascists", "Presidents of the American Folklore Society", "20th-century American Jews", "20th-century German anthropologists", "Linguistics journal editors"]}
47
+ {"byte_start": 2961380753, "source_revision": "1193311158", "id": "11699", "title": "Franz Bopp", "byte_end": 2964218101, "categories": ["Balticists", "1791 births", "1867 deaths", "Linguists from Germany", "Linguists from the Kingdom of Prussia", "Linguists of Indo-European languages", "Writers from Mainz", "People from Aschaffenburg", "Recipients of the Pour le M\u00e9rite (civil class)", "Fellows of the American Academy of Arts and Sciences", "Academic staff of the Humboldt University of Berlin", "Corresponding members of the Saint Petersburg Academy of Sciences", "German philologists", "Albanologists", "Members of the G\u00f6ttingen Academy of Sciences and Humanities"]}
48
+ {"byte_start": 2964218101, "source_revision": "1198788885", "id": "11701", "title": "Full Metal Jacket", "byte_end": 3161022467, "categories": ["1987 films", "1987 drama films", "1980s war drama films", "American war drama films", "Anti-war films about the Vietnam War", "British war drama films", "1980s English-language films", "Films about the United States Marine Corps", "Films based on American novels", "Films directed by Stanley Kubrick", "Films produced by Stanley Kubrick", "Films set in the 1960s", "Films set in Hu\u1ebf", "Films set in Da Nang", "Films set in South Carolina", "Films shot in England", "Films shot at Pinewood Studios", "Films with screenplays by Stanley Kubrick", "Murder\u2013suicide in films", "Vietnam War films", "Vietnam War films based on actual events", "Warner Bros. films", "1980s American films", "1980s British films", "Films about child soldiers", "Films with screenplays by Michael Herr", "Films with screenplays by Gustav Hasford"]}
49
+ {"byte_start": 3161022467, "source_revision": "1201531819", "id": "11702", "title": "Flirting", "byte_end": 3184909800, "categories": ["Sexual attraction", "Philosophy of love"]}
50
+ {"byte_start": 3184909800, "source_revision": "1193887560", "id": "11703", "title": "Talk:Friedrich Nietzsche", "byte_end": 3504669545, "categories": []}
51
+ {"byte_start": 3504669545, "source_revision": "1199148606", "id": "11705", "title": "Franklin J. Schaffner", "byte_end": 3508112168, "categories": ["1920 births", "1989 deaths", "American expatriates in Japan", "American film directors", "Best Directing Academy Award winners", "Burials at Westwood Village Memorial Park Cemetery", "Columbia Law School alumni", "Directors Guild of America Award winners", "English-language film directors", "Franklin & Marshall College alumni", "Mass media people from Tokyo", "Military personnel from Pennsylvania", "People from Lancaster, Pennsylvania", "People of the Office of Strategic Services", "Presidents of the Directors Guild of America", "Primetime Emmy Award winners", "Science fiction film directors", "United States Navy officers", "United States Navy personnel of World War II", "Directors of Best Picture Academy Award winners"]}
52
+ {"byte_start": 3508112168, "source_revision": "614417139", "id": "11707", "title": "Freeway", "byte_end": 3550763789, "categories": []}
53
+ {"byte_start": 3550763789, "source_revision": "1136741087", "id": "11708", "title": "Talk:Freeway", "byte_end": 3593961387, "categories": []}
54
+ {"byte_start": 3593961387, "source_revision": "1200702227", "id": "11709", "title": "False etymology", "byte_end": 3597298666, "categories": ["Etymology", "Error", "Folklore", "Urban legends", "Misconceptions", "Pseudolinguistics", "Semantic relations"]}
55
+ {"byte_start": 3597298666, "source_revision": "1199425362", "id": "11711", "title": "Finch", "byte_end": 3616424557, "categories": ["Finches| ", "Fringillidae| ", "Miocene birds", "Quaternary birds", "Extant Miocene first appearances", "Taxa named by William Elford Leach"]}
56
+ {"byte_start": 3616424557, "source_revision": "1198199318", "id": "11712", "title": "Facilitated diffusion", "byte_end": 3619908664, "categories": ["Diffusion", "Transport proteins"]}
57
+ {"byte_start": 3619908664, "source_revision": "769624860", "id": "11714", "title": "F-18", "byte_end": 3619911678, "categories": []}
58
+ {"byte_start": 3619911678, "source_revision": "1199029293", "id": "11715", "title": "McDonnell Douglas F-15 Eagle", "byte_end": 3965563998, "categories": ["1970s United States fighter aircraft", "Aircraft first flown in 1972", "Boeing military aircraft|F-15 Eagle", "McDonnell Douglas aircraft|F-015 Eagle", "Twinjets", "Fourth-generation jet fighter", "Twin-tail aircraft"]}
59
+ {"byte_start": 3965563998, "source_revision": "1199981129", "id": "11716", "title": "Talk:McDonnell Douglas F-15 Eagle", "byte_end": 3993177095, "categories": []}
60
+ {"byte_start": 3993177095, "source_revision": "1201644455", "id": "11719", "title": "Grumman F-14 Tomcat", "byte_end": 4419084275, "categories": ["Grumman aircraft|F-014 Tomcat", "1970s United States fighter aircraft", "Twinjets", "High-wing aircraft", "Variable-sweep-wing aircraft", "Carrier-based aircraft", "Articles containing video clips", "Aircraft first flown in 1970", "Fourth-generation jet fighter", "Twin-tail aircraft"]}
61
+ {"byte_start": 4419084275, "source_revision": "1200577792", "id": "11720", "title": "Lockheed F-117 Nighthawk", "byte_end": 4583395456, "categories": ["Lockheed aircraft|F-117", "Aircraft first flown in 1981", "Articles containing video clips", "Low-wing aircraft", "Relaxed-stability aircraft", "Stealth aircraft", "Twinjets", "1980s United States attack aircraft", "V-tail aircraft"]}
62
+ {"byte_start": 4583395456, "source_revision": "1197919061", "id": "11721", "title": "Vought F4U Corsair", "byte_end": 4785997251, "categories": ["Vought aircraft|F04U", "Goodyear aircraft|F0G", "Brewster aircraft|F03A", "1940s United States fighter aircraft", "Single-engined tractor aircraft", "Low-wing aircraft", "Carrier-based aircraft", "Inverted gull-wing aircraft", "Racing aircraft", "Aircraft first flown in 1940", "Retractable conventional landing gear", "World War II fighter aircraft of the United States"]}
63
+ {"byte_start": 4785997251, "source_revision": "1193996505", "id": "11722", "title": "Talk:Lockheed F-117 Nighthawk", "byte_end": 4796893206, "categories": []}
64
+ {"byte_start": 4796893206, "source_revision": "1193286237", "id": "11723", "title": "Freddy Heineken", "byte_end": 4798713101, "categories": ["1923 births", "2002 deaths", "20th-century Dutch businesspeople", "Dutch corporate directors", "Dutch investors", "Dutch stock traders", "Dutch billionaires", "Dutch public relations people", "Dutch chief executives in the food industry", "Chief marketing officers", "Chairmen of Heineken International", "Stockbrokers", "Heineken people", "Dutch expatriates in the United States", "Kidnapped businesspeople", "Marketing theorists", "Market researchers", "Dutch marketing people", "Members of the People's Party for Freedom and Democracy", "Dutch brewers", "Businesspeople from Amsterdam", "Kidnapped Dutch people", "People from Noordwijk"]}
65
+ {"byte_start": 4798713101, "source_revision": "1198938244", "id": "11724", "title": "International Formula 3000", "byte_end": 4803623671, "categories": ["International Formula 3000| ", "Organizations established in 1985", "Organizations disestablished in 2004", "Defunct auto racing series"]}
66
+ {"byte_start": 4803623671, "source_revision": "1194664454", "id": "11725", "title": "Flunitrazepam", "byte_end": 4869435836, "categories": ["GABAA receptor positive allosteric modulators", "Glycine receptor antagonists", "Drugs developed by Hoffmann-La Roche", "Lactams", "Nitrobenzodiazepines", "Fluoroarenes", "Drug culture", "Drug-facilitated sexual assault"]}
67
+ {"byte_start": 4869435836, "source_revision": "1201816587", "id": "11729", "title": "Fuel cell", "byte_end": 5202733090, "categories": ["Fuel cells", "Energy storage", "1838 introductions", "Bright green environmentalism", "Energy conversion", "Hydrogen economy", "Hydrogen technologies"]}
68
+ {"byte_start": 5202733090, "source_revision": "277222014", "id": "11730", "title": "Talk:Fuel cells", "byte_end": 5202734806, "categories": []}
69
+ {"byte_start": 5202734806, "source_revision": "1195420739", "id": "11109", "title": "F\u00e9lix Guattari", "byte_end": 5210278146, "categories": ["F\u00e9lix Guattari| ", "1930 births", "1992 deaths", "20th-century French philosophers", "Academic staff of the University of Paris", "Analysands of Jacques Lacan", "Anti-psychiatry", "Autonomism", "Burials at P\u00e8re Lachaise Cemetery", "Critical theorists", "French communists", "French political philosophers", "French psychoanalysts", "People from Oise", "Postmodern theory", "University of Paris alumni"]}
70
+ {"byte_start": 5210278146, "source_revision": "1198196915", "id": "11110", "title": "Filioque", "byte_end": 5748610444, "categories": ["Filioque| ", "Christian terminology", "Western Christianity", "Nicene Creed"]}
71
+ {"byte_start": 5748610444, "source_revision": "1147727135", "id": "11111", "title": "Talk:Filioque", "byte_end": 5866139910, "categories": []}
72
+ {"byte_start": 5866139910, "source_revision": "1080190371", "id": "11112", "title": "FIPS", "byte_end": 5866187623, "categories": []}
73
+ {"byte_start": 5866187623, "source_revision": "1192995027", "id": "11113", "title": "Federal Information Processing Standards", "byte_end": 5867779448, "categories": ["National Institute of Standards and Technology", "Security compliance", "Standards of the United States", "Statistical data coding"]}
74
+ {"byte_start": 5867779448, "source_revision": "1198670169", "id": "11114", "title": "Fiqh", "byte_end": 5902259061, "categories": ["Islamic jurisprudence|*", "Arabic words and phrases in Sharia", "Law schools"]}
75
+ {"byte_start": 5902259061, "source_revision": "1167217100", "id": "11115", "title": "Flank", "byte_end": 5902432155, "categories": []}
76
+ {"byte_start": 5902432155, "source_revision": "493310396", "id": "11116", "title": "Talk:Flank", "byte_end": 5902436483, "categories": []}
77
+ {"byte_start": 5902436483, "source_revision": "528867375", "id": "11117", "title": "Fimbrium", "byte_end": 5902438574, "categories": []}
78
+ {"byte_start": 5902438574, "source_revision": "1201416637", "id": "11118", "title": "First Council of Nicaea", "byte_end": 6079927666, "categories": ["4th-century church councils|Nicaea 1", "320s in the Roman Empire", "First seven ecumenical councils|Nicaea 1", "Trinitarianism", "Arianism", "Constantine the Great and Christianity", "Roman Bithynia", "Nicaea", "325", "Date of Easter", "Nature of Jesus Christ"]}
79
+ {"byte_start": 6079927666, "source_revision": "1198196904", "id": "11119", "title": "February 5", "byte_end": 6166896836, "categories": ["Days of the year", "February"]}
80
+ {"byte_start": 6166896836, "source_revision": "1171278250", "id": "11120", "title": "Fayez Ahmed", "byte_end": 6166907331, "categories": []}
81
+ {"byte_start": 6166907331, "source_revision": "1198197113", "id": "11121", "title": "Fox News", "byte_end": 7001965486, "categories": ["Fox News| ", "24-hour television news channels in the United States", "1996 establishments in New York (state)", "Conservative television in the United States", "Climate change denial", "English-language television stations in the United States", "Foreign television channels broadcasting in the United Kingdom", "Fox Corporation subsidiaries", "Sirius Satellite Radio channels", "Sirius XM Radio channels", "Television channels and stations established in 1996", "Television networks in the United States", "XM Satellite Radio channels"]}
82
+ {"byte_start": 7001965486, "source_revision": "1198622277", "id": "11122", "title": "Freeciv", "byte_end": 7014675781, "categories": ["1996 video games", "4X video games", "Acorn Archimedes games", "Amiga games", "AmigaOS 4 games", "AROS software", "Articles containing video clips", "Browser games", "Cooperative video games", "Cross-platform software", "Free and open-source Android software", "Free software that uses SDL", "Linux games", "Lua (programming language)-scripted video games", "Maemo games", "MorphOS games", "Multiplayer hotseat games", "Open-source video games", "Strategy video games", "MacOS games", "Panhistorical video games", "Turn-based strategy video games", "Video games developed in Denmark", "Video games with isometric graphics", "Windows games"]}
83
+ {"byte_start": 7014675781, "source_revision": "1197156920", "id": "11123", "title": "Fornax", "byte_end": 7020638205, "categories": ["Fornax| ", "Southern constellations", "Constellations listed by Lacaille"]}
84
+ {"byte_start": 7020638205, "source_revision": "1198196925", "id": "11125", "title": "Francesco Borromini", "byte_end": 7028003222, "categories": ["1599 births", "1667 deaths", "Italian Baroque architects", "17th-century Italian architects", "Italian interior designers", "Italian Roman Catholics", "Architects from Ticino"]}
85
+ {"byte_start": 7028003222, "source_revision": "829459529", "id": "11126", "title": "Freedom fighter", "byte_end": 7030769440, "categories": ["Euphemisms"]}
86
+ {"byte_start": 7030769440, "source_revision": "1200158630", "id": "11127", "title": "Federal Bureau of Investigation", "byte_end": 7362879987, "categories": ["Federal Bureau of Investigation| ", "United States Department of Justice agencies", "United States intelligence agencies", "Government agencies established in 1908", "1908 establishments in Washington, D.C.", "1908 establishments in the United States", "Anti-communist organizations in the United States"]}
87
+ {"byte_start": 7362879987, "source_revision": "1200703668", "id": "11128", "title": "Talk:Freedom fighter", "byte_end": 7363819479, "categories": []}
88
+ {"byte_start": 7363819479, "source_revision": "1173681974", "id": "11129", "title": "Flamsteed designation", "byte_end": 7364646259, "categories": ["Astronomical catalogues", "Flamsteed objects| "]}
89
+ {"byte_start": 7364646259, "source_revision": "382873817", "id": "11130", "title": "Wikipedia:Phase II feature requests/Top priorities", "byte_end": 7364759804, "categories": []}
90
+ {"byte_start": 7364759804, "source_revision": "482776569", "id": "11131", "title": "Wikipedia:Phase II feature requests/Report features", "byte_end": 7364797204, "categories": []}
91
+ {"byte_start": 7364797204, "source_revision": "382874818", "id": "11132", "title": "Wikipedia:Phase II feature requests/Naming conventions", "byte_end": 7364835111, "categories": []}
92
+ {"byte_start": 7364835111, "source_revision": "1101782320", "id": "11133", "title": "Wikipedia:Phase II feature requests/Cookies, logins, and privacy", "byte_end": 7364904500, "categories": []}
93
+ {"byte_start": 7364904500, "source_revision": "382875286", "id": "11134", "title": "Wikipedia:Phase II feature requests/Other feature requests", "byte_end": 7364976484, "categories": []}
94
+ {"byte_start": 7364976484, "source_revision": "382876946", "id": "11135", "title": "Wikipedia:Phase II feature requests/Completed feature requests", "byte_end": 7364985148, "categories": []}
95
+ {"byte_start": 7364985148, "source_revision": "446314936", "id": "11136", "title": "Wikipedia:Phase II feature requests/Really ambitious and fanciful feature requests", "byte_end": 7365185992, "categories": []}
96
+ {"byte_start": 7365185992, "source_revision": "482776606", "id": "11137", "title": "Wikipedia:Phase II feature requests/Report features and automation", "byte_end": 7365320097, "categories": []}
97
+ {"byte_start": 7365320097, "source_revision": "382877911", "id": "11138", "title": "Wikipedia:Phase II feature requests/Interface", "byte_end": 7365354243, "categories": []}
98
+ {"byte_start": 7365354243, "source_revision": "446314164", "id": "11139", "title": "Wikipedia:Phase II feature requests/Interface and user preferences", "byte_end": 7365536387, "categories": []}
99
+ {"byte_start": 7365536387, "source_revision": "1192486708", "id": "11141", "title": "February 26", "byte_end": 7438588744, "categories": ["Days of the year", "February"]}
100
+ {"byte_start": 7438588744, "source_revision": "1198892220", "id": "11142", "title": "Northrop F-5", "byte_end": 7719637810, "categories": ["Aircraft first flown in 1959", "1950s United States fighter aircraft|Northrop F-1005 Freedom Fighter", "Northrop aircraft|F-005", "Twinjets", "Low-wing aircraft", "Second-generation jet fighters"]}
101
+ {"byte_start": 7719637810, "source_revision": "1164485279", "id": "11143", "title": "FDR (disambiguation)", "byte_end": 7719963022, "categories": []}
102
+ {"byte_start": 7719963022, "source_revision": "1199676517", "id": "11795", "title": "Felsic", "byte_end": 7721190994, "categories": ["Igneous petrology", "Mineralogy concepts", "Petrology"]}
103
+ {"byte_start": 7721190994, "source_revision": "1193887613", "id": "11796", "title": "Talk:Frederick William I of Prussia", "byte_end": 7721512803, "categories": []}
104
+ {"byte_start": 7721512803, "source_revision": "1197769807", "id": "11797", "title": "Frisians", "byte_end": 7741001606, "categories": ["Frisians| ", "Geographic history of Denmark", "German tribes", "Ethnic groups divided by international borders"]}
105
+ {"byte_start": 7741001606, "source_revision": "1092097631", "id": "11798", "title": "Faeroe Islands", "byte_end": 7741003381, "categories": []}
106
+ {"byte_start": 7741003381, "source_revision": "783862991", "id": "11799", "title": "Falsify", "byte_end": 7741004677, "categories": []}
107
+ {"byte_start": 7741004677, "source_revision": "1177941453", "id": "11800", "title": "Futurism (disambiguation)", "byte_end": 7741385830, "categories": []}
108
+ {"byte_start": 7741385830, "source_revision": "1199459748", "id": "11801", "title": "Filippo Tommaso Marinetti", "byte_end": 7753050036, "categories": ["Italian male classical composers", "Italian classical composers", "Italian male poets", "Italian anti-communists", "Italian Futurism", "Italian military personnel of World War I", "Italian military personnel of the Second Italo-Ethiopian War", "Italian military personnel of World War II", "Italian Roman Catholics", "Converts to Roman Catholicism from atheism or agnosticism", "1876 births", "1944 deaths", "Futurism", "Futurist composers", "Futurist writers", "Italian writers in French", "Italian magazine editors", "Italian art critics", "Members of the Royal Academy of Italy", "Italian magazine founders", "Modernist writers", "Writers from Alexandria", "People of the Italian Social Republic", "War correspondents of the Balkan Wars", "Burials at the Cimitero Monumentale di Milano", "19th-century classical composers", "20th-century classical composers", "19th-century Italian composers", "20th-century Italian composers", "19th-century Italian poets", "20th-century Italian poets", "19th-century Italian writers", "20th-century Italian male writers", "19th-century Italian male writers", "Anti-Masonry", "Italian male non-fiction writers", "20th-century Italian male musicians", "19th-century Italian male musicians", "Italian fascists"]}
109
+ {"byte_start": 7753050036, "source_revision": "1193887625", "id": "11802", "title": "Talk:Fermi paradox", "byte_end": 7827324570, "categories": []}
110
+ {"byte_start": 7827324570, "source_revision": "1195034629", "id": "11803", "title": "Franz Mesmer", "byte_end": 7838426284, "categories": ["1734 births", "1815 deaths", "18th-century German physicians", "18th-century German writers", "18th-century German male writers", "19th-century German writers", "19th-century German male writers", "German astrologers", "German hypnotists", "Animal magnetism", "Rosicrucians", "People from Konstanz (district)", "18th-century occultists", "19th-century occultists", "Articles containing video clips"]}
111
+ {"byte_start": 7838426284, "source_revision": "646970997", "id": "11804", "title": "Futurism/Manifesto", "byte_end": 7838437501, "categories": []}
112
+ {"byte_start": 7838437501, "source_revision": "1195829282", "id": "11806", "title": "Foix\u2013Alajouanine syndrome", "byte_end": 7838634014, "categories": ["Spinal cord disorders", "Syndromes affecting the nervous system"]}
113
+ {"byte_start": 7838634014, "source_revision": "1200720346", "id": "11807", "title": "Ferromagnetism", "byte_end": 7861918254, "categories": ["Quantum phases", "Magnetic hysteresis", "Physical phenomena", "Ferromagnetism"]}
114
+ {"byte_start": 7861918254, "source_revision": "869301449", "id": "11808", "title": "Ferromagnetic", "byte_end": 7861919449, "categories": []}
115
+ {"byte_start": 7861919449, "source_revision": "1179591502", "id": "11809", "title": "Francesco Cossiga", "byte_end": 7882840959, "categories": ["1928 births", "2010 deaths", "People from Sassari", "Italian Roman Catholics", "Christian Democracy (Italy) politicians", "Italian People's Party (1994) politicians", "Democratic Union for the Republic politicians", "Union of the Centre (2002) politicians", "Presidents of Italy", "Prime Ministers of Italy", "Italian Ministers of the Interior", "Presidents of the Italian Senate", "Deputies of Legislature III of Italy", "Deputies of Legislature IV of Italy", "Deputies of Legislature V of Italy", "Deputies of Legislature VI of Italy", "Deputies of Legislature VII of Italy", "Deputies of Legislature VIII of Italy", "Senators of Legislature IX of Italy", "Senators of Legislature XVI of Italy", "Italian life senators", "Politicians of Sardinia", "European amateur radio operators", "University of Sassari alumni", "Academic staff of the University of Sassari", "Knights Grand Cross with Collar of the Order of Merit of the Italian Republic", "Recipients of the Military Order of Italy", "Recipients of the Order of Merit for Labour", "Grand Collars of the Order of Prince Henry", "Honorary Knights Grand Cross of the Order of St Michael and St George", "Honorary Knights Grand Cross of the Order of the Bath", "Knights Grand Cross of the Order of Orange-Nassau", "Bailiffs Grand Cross of the Order of St John", "Grand Crosses of the Order of the Dannebrog", "Grand Crosses of the Order of Christ (Portugal)", "Grand Cordons of the Order of Merit of the Republic of Poland", "Grand Cross of the Legion of Honour", "Commanders with Star of the Order of Polonia Restituta", "Recipients of the Order of the Sun of Peru", "Recipients of the Order of the Liberator General San Martin", "Grand Crosses Special Class of the Order of Merit of the Federal Republic of Germany", "9/11 conspiracy theorists", "Italian anti-communists", "Italian conspiracy theorists", "Acting presidents of Italy"]}
116
+ {"byte_start": 7882840959, "source_revision": "1190308340", "id": "11810", "title": "Talk:Frederick William, Elector of Brandenburg", "byte_end": 7882980764, "categories": []}
117
+ {"byte_start": 7882980764, "source_revision": "1201354737", "id": "11812", "title": "Lockheed Martin F-35 Lightning II", "byte_end": 10385995460, "categories": ["Lockheed Martin F-35 Lightning II| ", "Lockheed Martin aircraft|F-035 Lightning II", "2000s United States fighter aircraft", "Single-engined jet aircraft", "Lift fan", "Carrier-based aircraft", "Stealth aircraft", "Mid-wing aircraft", "Aircraft first flown in 2006", "Articles containing video clips"]}
118
+ {"byte_start": 10385995460, "source_revision": "809560779", "id": "11814", "title": "Food additives", "byte_end": 10385999854, "categories": []}
119
+ {"byte_start": 10385999854, "source_revision": "1192947218", "id": "11815", "title": "Food additive", "byte_end": 10401603581, "categories": ["Food additives| ", "European Union food law", "Food science"]}
120
+ {"byte_start": 10401603581, "source_revision": "1201572437", "id": "11820", "title": "Fridtjof Nansen", "byte_end": 10533967735, "categories": ["1861 births", "1930 deaths", "People from B\u00e6rum", "Explorers from Oslo", "Fridtjof Nansen| ", "19th-century Norwegian zoologists", "20th-century Norwegian zoologists", "Ambassadors of Norway to the United Kingdom", "Commanders of the Legion of Honour", "Explorers of the Arctic", "Explorers of Siberia", "Explorers of Svalbard", "Fatherland League (Norway)", "Honorary Fellows of the Royal Society of Edinburgh", "Honorary members of the Saint Petersburg Academy of Sciences", "League of Nations people", "Honorary Knights Grand Cross of the Royal Victorian Order", "Nobel Peace Prize laureates", "Norwegian atheists", "Norwegian geomorphologists", "Norwegian Nobel laureates", "Norwegian people of Danish descent", "Norwegian polar explorers", "19th-century Norwegian politicians", "Recipients of the Cullum Geographical Medal", "Recipients of the Medal of Merit (Denmark)", "Rectors of the University of St Andrews", "Academic staff of the University of Oslo", "Rectors of universities and colleges in Norway", "Royal Norwegian Society of Sciences and Letters", "Grand Crosses of the Order of Franz Joseph", "Grand Officers of the Order of Saints Maurice and Lazarus", "Recipients of the Order of the Crown (Italy)", "Knights of the Order of the Dannebrog", "Scientists from Oslo", "Diplomats from Oslo"]}
121
+ {"byte_start": 10533967735, "source_revision": "1197893199", "id": "11824", "title": "Frederick Augustus II of Saxony", "byte_end": 10535484237, "categories": ["1797 births", "1854 deaths", "Nobility from Dresden", "German Roman Catholics", "Crown Princes of Saxony", "House of Wettin", "Kings of Saxony", "Albertine branch", "Extra Knights Companion of the Garter", "Knights of the Golden Fleece of Austria", "People of the Revolutions of 1848", "Burials at Dresden Cathedral", "German military personnel of the Napoleonic Wars", "Deaths by horse-riding accident in Austria"]}
122
+ {"byte_start": 10535484237, "source_revision": "15909542", "id": "11825", "title": "Frederick Augustus I King of Saxony", "byte_end": 10535486673, "categories": []}
123
+ {"byte_start": 10535486673, "source_revision": "1196291966", "id": "11826", "title": "Free market", "byte_end": 10636149352, "categories": ["Free market| ", "Anarchism", "Capitalism", "Classical liberalism", "Economic ideologies", "Economic liberalism", "Economic systems", "Georgism", "Libertarianism", "Libertarian theory", "Market (economics)", "Market socialism"]}
124
+ {"byte_start": 10636149352, "source_revision": "1193887636", "id": "11828", "title": "Talk:Fire ant", "byte_end": 10638615907, "categories": []}
125
+ {"byte_start": 10638615907, "source_revision": "1195272715", "id": "11830", "title": "Ford GT40", "byte_end": 10685320207, "categories": ["Ford racing cars|GT40", "Ford vehicles|GT40", "Rear mid-engine, rear-wheel-drive vehicles", "Sports cars", "Group 4 (racing) cars", "Group 6 (racing) cars", "Cars introduced in 1965", "Retro-style automobiles", "24 Hours of Le Mans race cars", "Le Mans winning cars", "Cars of England", "Cars discontinued in 1969"]}
126
+ {"byte_start": 10685320207, "source_revision": "783862997", "id": "11833", "title": "GerMany", "byte_end": 10685329104, "categories": []}
127
+ {"byte_start": 10685329104, "source_revision": "783863003", "id": "11834", "title": "GNUFreeDocumentationLicense", "byte_end": 10685332729, "categories": []}
128
+ {"byte_start": 10685332729, "source_revision": "1200249218", "id": "11835", "title": "Glycine", "byte_end": 10704250210, "categories": ["Flavor enhancers", "Glucogenic amino acids", "Inhibitory amino acids", "Proteinogenic amino acids", "Glycine receptor agonists", "NMDA receptor agonists", "E-number additives", "Pages including recorded pronunciations"]}
129
+ {"byte_start": 10704250210, "source_revision": "900683608", "id": "11836", "title": "GermanicLanguages", "byte_end": 10704255059, "categories": []}
130
+ {"byte_start": 10704255059, "source_revision": "252385268", "id": "11839", "title": "Wikipedia:GNUStufF", "byte_end": 10704260884, "categories": []}
131
+ {"byte_start": 10704260884, "source_revision": "1070665587", "id": "11840", "title": "GermanY", "byte_end": 10704273829, "categories": []}
132
+ {"byte_start": 10704273829, "source_revision": "1184209183", "id": "11842", "title": "GeorgeWBush", "byte_end": 10704284492, "categories": []}
133
+ {"byte_start": 10704284492, "source_revision": "1186035560", "id": "11844", "title": "GeekSpeak", "byte_end": 10704509590, "categories": ["American talk radio programs", "Presentation"]}
134
+ {"byte_start": 10704509590, "source_revision": "490825990", "id": "11845", "title": "GottfriedLeibniz", "byte_end": 10704518105, "categories": []}
135
+ {"byte_start": 10704518105, "source_revision": "1198615757", "id": "11846", "title": "Guitar", "byte_end": 11076795111, "categories": ["Guitars", "Necked box lutes", "Articles containing video clips", "String instruments", "C instruments", "Rhythm section", "Folk music instruments", "Blues instruments", "Orchestral instruments"]}
136
+ {"byte_start": 11076795111, "source_revision": "783862973", "id": "11847", "title": "GreekMythology", "byte_end": 11076801639, "categories": []}
137
+ {"byte_start": 11076801639, "source_revision": "783862982", "id": "11848", "title": "GrouP", "byte_end": 11076804049, "categories": []}
138
+ {"byte_start": 11076804049, "source_revision": "783863028", "id": "11850", "title": "GeorgeHamiltonGordonAberdeen", "byte_end": 11076820465, "categories": []}
139
+ {"byte_start": 11076820465, "source_revision": "1066122848", "id": "11853", "title": "GeologicTimescale", "byte_end": 11076824932, "categories": []}
140
+ {"byte_start": 11076824932, "source_revision": "15909567", "id": "11854", "title": "Wikipedia:Give The Author A Chance debate", "byte_end": 11076834843, "categories": []}
141
+ {"byte_start": 11076834843, "source_revision": "1183228297", "id": "11856", "title": "Gnutella", "byte_end": 11100885575, "categories": ["Gnutella| ", "File sharing networks", "Application layer protocols", "Hash-based data structures"]}
142
+ {"byte_start": 11100885575, "source_revision": "1198131681", "id": "11857", "title": "George Lucas", "byte_end": 11285453540, "categories": ["George Lucas| ", "1944 births", "Living people", "20th-century American businesspeople", "20th-century American male writers", "20th-century American screenwriters", "21st-century American businesspeople", "21st-century American male writers", "21st-century American screenwriters", "AFI Life Achievement Award recipients", "American art collectors", "American billionaires", "American Buddhists", "American chief executives in the media industry", "American Cinema Editors", "American cinematographers", "American entertainment industry businesspeople", "American film editors", "American film producers", "American male novelists", "American male screenwriters", "American people of Dutch descent", "American people of English descent", "American people of French descent", "American people of Scottish descent", "American people of Swiss-German descent", "American philanthropists", "American science fiction writers", "American speculative fiction artists", "Businesspeople from the San Francisco Bay Area", "Cinema of the San Francisco Bay Area", "Fellows of the American Academy of Arts and Sciences", "Film directors from California", "Film producers from California", "Hugo Award-winning writers", "Inkpot Award winners", "Kennedy Center honorees", "Lucasfilm people", "Methodists from California", "Modesto Junior College alumni", "Mythopoeic writers", "Nebula Award winners", "People from Marin County, California", "People from Modesto, California", "Science fiction artists", "Science fiction film directors", "Science Fiction Hall of Fame inductees", "Screenwriters from California", "Special effects people", "Television producers from California", "United States National Medal of Arts recipients", "USC School of Cinematic Arts alumni"]}
143
+ {"byte_start": 11285453540, "source_revision": "1095688634", "id": "11858", "title": "Games", "byte_end": 11289305004, "categories": []}
144
+ {"byte_start": 11289305004, "source_revision": "1201195313", "id": "11861", "title": "Gothenburg", "byte_end": 11487220731, "categories": ["Gothenburg| ", "Metropolitan Gothenburg", "County seats in Sweden", "Municipal seats of V\u00e4stra G\u00f6taland County", "Swedish municipal seats", "Populated places in V\u00e4stra G\u00f6taland County", "Populated places in Gothenburg Municipality", "Populated places in H\u00e4rryda Municipality", "Populated places in M\u00f6lndal Municipality", "Populated places in Partille Municipality", "Coastal cities and towns in Sweden", "Cities in V\u00e4stra G\u00f6taland County", "Geats", "Port cities in Sweden", "Port cities and towns of the North Sea", "Populated places established in 1621", "1621 establishments in Sweden", "Planned communities in Sweden", "Skagerrak"]}
145
+ {"byte_start": 11487220731, "source_revision": "783863074", "id": "11862", "title": "G\u00f6teborg", "byte_end": 11487266324, "categories": []}
146
+ {"byte_start": 11487266324, "source_revision": "1192324911", "id": "11863", "title": "Gotland County", "byte_end": 11488286080, "categories": ["Gotland County| ", "Gotland|County", "Counties of Sweden"]}
147
+ {"byte_start": 11488286080, "source_revision": "292962983", "id": "11864", "title": "Games of Chance", "byte_end": 11488290171, "categories": []}
148
+ {"byte_start": 11488290171, "source_revision": "1201652217", "id": "11866", "title": "Global Positioning System", "byte_end": 12510289712, "categories": ["Global Positioning System| ", "20th-century inventions", "Equipment of the United States Space Force", "Programs of the United States Space Force", "Military equipment introduced in the 1970s"]}
149
+ {"byte_start": 12510289712, "source_revision": "1201636853", "id": "11867", "title": "Germany", "byte_end": 14893412060, "categories": ["Germany| ", "1990 establishments in Europe", "G20 members", "Articles containing video clips", "Countries and territories where German is an official language", "Countries in Europe", "Federal republics", "Member states of NATO", "Member states of the Council of Europe", "Member states of the European Union", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "OECD members", "States and territories established in 1871", "States and territories established in 1949", "States and territories established in 1990"]}
150
+ {"byte_start": 14893412060, "source_revision": "1163918663", "id": "11868", "title": "GeoCaching", "byte_end": 14893420374, "categories": []}
151
+ {"byte_start": 14893420374, "source_revision": "769625001", "id": "11870", "title": "Gambler", "byte_end": 14893424795, "categories": []}
152
+ {"byte_start": 14893424795, "source_revision": "462854431", "id": "11871", "title": "Gamblers Fallacy", "byte_end": 14893433784, "categories": []}
153
+ {"byte_start": 14893433784, "source_revision": "1199299260", "id": "11874", "title": "Guatemala City", "byte_end": 14979389930, "categories": ["Municipalities of the Guatemala Department", "Capitals in Central America", "Capitals in North America", "Populated places established in 1773"]}
154
+ {"byte_start": 14979389930, "source_revision": "1196435215", "id": "11875", "title": "GNU", "byte_end": 15025424197, "categories": ["Free software operating systems", "GNU Project", "GNU Project software", "Mach (kernel)", "Microkernel-based operating systems", "Unix variants", "Computing acronyms"]}
155
+ {"byte_start": 15025424197, "source_revision": "1191767581", "id": "11877", "title": "Gradualism", "byte_end": 15027301519, "categories": ["Geology theories", "Rate of evolution", "Liberalism", "Social democracy", "Historical linguistics", "Social theories"]}
156
+ {"byte_start": 15027301519, "source_revision": "770814031", "id": "11878", "title": "Gravity (old version)", "byte_end": 15073319784, "categories": []}
157
+ {"byte_start": 15073319784, "source_revision": "1141920548", "id": "12481", "title": "Giovanni Aldini", "byte_end": 15073995007, "categories": ["1762 births", "1834 deaths", "19th-century Italian physicists", "University of Bologna alumni", "Academic staff of the University of Bologna", "18th-century Italian physicists"]}
158
+ {"byte_start": 15073995007, "source_revision": "1198204054", "id": "12482", "title": "Girolamo Aleandro", "byte_end": 15074755001, "categories": ["1480 births", "1542 deaths", "People from Motta di Livenza", "16th-century Italian cardinals", "Roman Catholic archbishops of Brindisi", "Venetian Renaissance humanists", "16th-century Italian Roman Catholic archbishops", "Apostolic Nuncios to the Holy Roman Empire", "Burials at San Crisogono", "Italian librarians", "16th-century writers in Latin"]}
159
+ {"byte_start": 15074755001, "source_revision": "1166590002", "id": "12483", "title": "Galeazzo Alessi", "byte_end": 15074992638, "categories": ["1512 births", "1572 deaths", "16th-century Italian architects", "People from Perugia"]}
160
+ {"byte_start": 15074992638, "source_revision": "1175291801", "id": "12484", "title": "Giulio Alenio", "byte_end": 15075765440, "categories": ["1582 births", "1649 deaths", "Religious leaders from Brescia", "17th-century Italian historians", "17th-century Italian Roman Catholic theologians", "Jesuit missionaries in China", "17th-century Italian astronomers", "17th-century Italian Jesuits", "Jesuit scientists", "Scientists from Brescia"]}
161
+ {"byte_start": 15075765440, "source_revision": "1201436154", "id": "12485", "title": "German cuisine", "byte_end": 15187886573, "categories": ["German cuisine| "]}
162
+ {"byte_start": 15187886573, "source_revision": "1199833157", "id": "12486", "title": "Greek cuisine", "byte_end": 15256978985, "categories": ["Greek cuisine| "]}
163
+ {"byte_start": 15256978985, "source_revision": "1195024806", "id": "12487", "title": "Gigantopithecus blacki", "byte_end": 15258027792, "categories": ["Pleistocene primates", "Unprintworthy redirects"]}
164
+ {"byte_start": 15258027792, "source_revision": "783863262", "id": "12488", "title": "Gospel of mark", "byte_end": 15258034086, "categories": []}
165
+ {"byte_start": 15258034086, "source_revision": "783863273", "id": "12489", "title": "Gospel of matthew", "byte_end": 15258040878, "categories": []}
166
+ {"byte_start": 15258040878, "source_revision": "1201137455", "id": "12490", "title": "Gospel of Mark", "byte_end": 15524789388, "categories": ["Gospel of Mark| ", "New Testament books", "Works of uncertain authorship", "Texts in Koine Greek", "Synoptic Gospels"]}
167
+ {"byte_start": 15524789388, "source_revision": "1201115448", "id": "12491", "title": "Gospel of Luke", "byte_end": 15671731227, "categories": ["Gospel of Luke| ", "New Testament books|Luke", "Texts in Koine Greek", "Works of uncertain authorship", "Synoptic Gospels"]}
168
+ {"byte_start": 15671731227, "source_revision": "1199759051", "id": "12492", "title": "Gospel of Matthew", "byte_end": 15868046909, "categories": ["Gospel of Matthew| ", "New Testament books|Matthew", "Works of uncertain authorship", "Texts in Koine Greek", "Synoptic Gospels"]}
169
+ {"byte_start": 15868046909, "source_revision": "1200055050", "id": "12493", "title": "Gospel of John", "byte_end": 16194167658, "categories": ["Gospel of John| ", "1st-century Christian texts", "2nd-century Christian texts", "Catharism", "Johannine literature", "New Testament books|John", "Texts in Koine Greek", "Works of uncertain authorship"]}
warehouse_00004.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a939db353fa3c219e1b1d63ff0441b413d4ea508e880067cbcbba1c9413411
3
+ size 161608776
warehouse_00004.metadata ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1201436974", "id": "12212", "title": "Gangsta rap", "byte_end": 158266294, "categories": ["Gangsta rap| ", "Hip hop genres", "Criticism of hip-hop", "Hardcore hip hop", "Music of New York City", "Music of New York (state)", "Music of California", "Compton, California", "African-American culture", "1980s in music", "1990s in music", "2000s in music", "2010s in music", "2020s in music", "Music controversies", "Obscenity controversies in music", "Race-related controversies in music", "1980s fads and trends", "1990s fads and trends", "2000s fads and trends", "2010s fads and trends"]}
2
+ {"byte_start": 158266294, "source_revision": "1199711946", "id": "12213", "title": "Gleichschaltung", "byte_end": 170358430, "categories": ["Society of Nazi Germany", "Nazi terminology", "German words and phrases", "Politics of Nazi Germany"]}
3
+ {"byte_start": 170358430, "source_revision": "759460697", "id": "12214", "title": "Glagolitic", "byte_end": 170360654, "categories": []}
4
+ {"byte_start": 170360654, "source_revision": "1161504286", "id": "12215", "title": "George Cantor", "byte_end": 170363365, "categories": []}
5
+ {"byte_start": 170363365, "source_revision": "1198259146", "id": "12216", "title": "Georg Cantor", "byte_end": 304776060, "categories": ["Georg Cantor| ", "Scientists from Darmstadt", "German logicians", "Set theorists", "19th-century German writers", "19th-century German male writers", "20th-century German writers", "19th-century German mathematicians", "20th-century German mathematicians", "19th-century philosophers", "20th-century German philosophers", "Academic staff of the Martin Luther University of Halle-Wittenberg", "ETH Zurich alumni", "German Lutherans", "People with bipolar disorder", "Baltic-German people from the Russian Empire", "1845 births", "1918 deaths", "Technische Universit\u00e4t Darmstadt alumni", "Members of the G\u00f6ttingen Academy of Sciences and Humanities", "Emigrants from the Russian Empire", "Mathematicians from the German Empire"]}
6
+ {"byte_start": 304776060, "source_revision": "1194394471", "id": "12218", "title": "University of Gothenburg", "byte_end": 311789785, "categories": ["University of Gothenburg| ", "Universities in Sweden|Gothenburg", "Universities and colleges established in 1891", "1891 establishments in Sweden"]}
7
+ {"byte_start": 311789785, "source_revision": "1187865041", "id": "12221", "title": "Film genre", "byte_end": 329190586, "categories": ["Film genres| ", "Cinematography", "Film theory|Genre", "Genres"]}
8
+ {"byte_start": 329190586, "source_revision": "1193887698", "id": "12222", "title": "Talk:Great man theory", "byte_end": 330738965, "categories": []}
9
+ {"byte_start": 330738965, "source_revision": "1194062544", "id": "12223", "title": "Great man theory", "byte_end": 339781292, "categories": ["Whig history", "Thomas Carlyle", "Philosophy of history", "Theories of history", "Heroes", "Men in history"]}
10
+ {"byte_start": 339781292, "source_revision": "1197163347", "id": "12224", "title": "Great Pyramid of Giza", "byte_end": 639783860, "categories": ["Great Pyramid of Giza| ", "Buildings and structures completed in the 26th century BC", "Buildings and structures in Giza", "Former world's tallest buildings", "Giza pyramid complex", "Khufu", "Pyramids of the Fourth Dynasty of Egypt", "Seven Wonders of the Ancient World", "Tourist attractions in Egypt"]}
11
+ {"byte_start": 639783860, "source_revision": "23183931", "id": "12226", "title": "Gota kanal", "byte_end": 639786370, "categories": []}
12
+ {"byte_start": 639786370, "source_revision": "1185237780", "id": "12228", "title": "GURPS", "byte_end": 654745158, "categories": ["GURPS| ", "Steve Jackson (American game designer) games", "Universal role-playing games", "Origins Award winners", "Steve Jackson Games games", "Role-playing games introduced in 1986"]}
13
+ {"byte_start": 654745158, "source_revision": "1198201669", "id": "12229", "title": "Government", "byte_end": 839434189, "categories": ["Government| ", "Political terminology", "Main topic articles"]}
14
+ {"byte_start": 839434189, "source_revision": "1198246624", "id": "12230", "title": "Gary Coleman", "byte_end": 979023655, "categories": ["1968 births", "2010 deaths", "20th-century American comedians", "20th-century American male actors", "21st-century American comedians", "21st-century American male actors", "Accidental deaths from falls", "Accidental deaths in Utah", "Actors with dwarfism", "American actors with disabilities", "African American adoptees", "African-American male actors", "African-American male child actors", "African-American male comedians", "American adoptees", "American male child actors", "American male comedians", "American male film actors", "American male television actors", "American male voice actors", "American people convicted of assault", "Comedians from Illinois", "Comedians from Utah", "Crossroads School alumni", "Deaths from epidural hematoma", "Kidney transplant recipients", "Male actors from Illinois", "Male actors from Utah", "Neurological disease deaths in Utah", "People from Santaquin, Utah", "People from Zion, Illinois", "American male sitcom actors"]}
15
+ {"byte_start": 979023655, "source_revision": "1199304572", "id": "12231", "title": "Garth Brooks", "byte_end": 1248090235, "categories": ["1962 births", "American country guitarists", "American country singer-songwriters", "American male guitarists", "American male javelin throwers", "American people of Irish descent", "Big Machine Records artists", "Capitol Records artists", "Country Music Hall of Fame inductees", "Country musicians from Oklahoma", "Country pop musicians", "Grammy Award winners", "Grand Ole Opry members", "Juno Award for International Entertainer of the Year winners", "American LGBT rights activists", "Liberty Records artists", "Living people", "Members of the Country Music Association", "Musicians from Tulsa, Oklahoma", "Oklahoma State University alumni", "People from Yukon, Oklahoma", "RCA Records Nashville artists", "Singer-songwriters from Oklahoma", "Guitarists from Oklahoma", "20th-century American guitarists", "20th-century American male musicians", "American male singer-songwriters", "Kennedy Center honorees"]}
16
+ {"byte_start": 1248090235, "source_revision": "1199759954", "id": "12232", "title": "Gustave Eiffel", "byte_end": 1319654455, "categories": ["1832 births", "1923 deaths", "Engineers from Dijon", "\u00c9cole Centrale Paris alumni", "French bridge engineers", "French architects", "French civil engineers", "French people of German descent", "Structural engineers", "Statue of Liberty", "Eiffel Tower", "Officers of the Legion of Honour", "Burials at Levallois-Perret Cemetery", "Gustave Eiffel| ", "19th-century French architects| ", "20th-century French architects| ", "Architects from Dijon"]}
17
+ {"byte_start": 1319654455, "source_revision": "1201350132", "id": "12233", "title": "Greenpeace", "byte_end": 1692934582, "categories": ["Greenpeace", "Environmental organizations established in 1971", "Advocacy groups in the United States", "Environmental advocacy groups"]}
18
+ {"byte_start": 1692934582, "source_revision": "1177479312", "id": "12234", "title": "George Whipple", "byte_end": 1697513683, "categories": ["1878 births", "1976 deaths", "Burials at Mount Hope Cemetery (Rochester)", "Johns Hopkins University alumni", "Nobel laureates in Physiology or Medicine", "American Nobel laureates", "People from Ashland, New Hampshire", "Phillips Academy alumni", "American pathologists", "Yale University alumni", "University of California, San Francisco faculty"]}
19
+ {"byte_start": 1697513683, "source_revision": "1194126648", "id": "14597", "title": "Geography of India", "byte_end": 1853623512, "categories": ["Geography of India| ", "Articles containing video clips"]}
20
+ {"byte_start": 1853623512, "source_revision": "1199055431", "id": "14598", "title": "Demographics of India", "byte_end": 2263491453, "categories": ["Demographics of India| ", "Demographic history of India"]}
21
+ {"byte_start": 2263491453, "source_revision": "1200896428", "id": "14599", "title": "Politics of India", "byte_end": 2317972000, "categories": ["Politics of India|Politics of India"]}
22
+ {"byte_start": 2317972000, "source_revision": "541544616", "id": "14600", "title": "User:Pamri/Economy of India old", "byte_end": 2319037575, "categories": []}
23
+ {"byte_start": 2319037575, "source_revision": "1199365265", "id": "14601", "title": "Telecommunications in India", "byte_end": 2425695450, "categories": ["Telecommunications in India| ", "Science and technology in India", "Communications in India", "Ministry of Communications and Information Technology (India)", "Mobile phone industry in India", "Industries in India", "Internet in India"]}
24
+ {"byte_start": 2425695450, "source_revision": "1197799596", "id": "14602", "title": "Transport in India", "byte_end": 2728164737, "categories": ["Transport in India| "]}
25
+ {"byte_start": 2728164737, "source_revision": "1201742911", "id": "14604", "title": "Foreign relations of India", "byte_end": 3625027722, "categories": ["Foreign relations of India| ", "India and the Commonwealth of Nations"]}
26
+ {"byte_start": 3625027722, "source_revision": "1198219977", "id": "14605", "title": "Indian religions", "byte_end": 3749445407, "categories": ["Indian religions| ", "Religion in South Asia"]}
27
+ {"byte_start": 3749445407, "source_revision": "1131804393", "id": "14606", "title": "Infusion (disambiguation)", "byte_end": 3749554941, "categories": []}
28
+ {"byte_start": 3749554941, "source_revision": "1199340014", "id": "14607", "title": "Idaho", "byte_end": 4213075789, "categories": ["Idaho| ", "1890 establishments in the United States", "States and territories established in 1890", "States of the United States", "Western United States", "Contiguous United States"]}
29
+ {"byte_start": 4213075789, "source_revision": "1161088318", "id": "14611", "title": "Italian", "byte_end": 4213659450, "categories": ["Language and nationality disambiguation pages"]}
30
+ {"byte_start": 4213659450, "source_revision": "1137122432", "id": "14612", "title": "Interrogatories", "byte_end": 4214515284, "categories": ["Discovery (law)", "Civil procedure", "Evidence law"]}
31
+ {"byte_start": 4214515284, "source_revision": "1192179015", "id": "14613", "title": "List of infectious diseases", "byte_end": 4228201719, "categories": ["Infectious diseases|+", "Infectious disease-related lists|*"]}
32
+ {"byte_start": 4228201719, "source_revision": "1200800970", "id": "14617", "title": "Intel", "byte_end": 4936183794, "categories": ["Intel| ", "1968 establishments in California", "1970s initial public offerings", "American companies established in 1968", "Companies based in Santa Clara, California", "Companies in the Dow Jones Industrial Average", "Companies listed on the Nasdaq", "Computer companies established in 1968", "Computer companies of the United States", "Computer hardware companies", "Computer memory companies", "Computer storage companies", "Computer systems companies", "Foundry semiconductor companies", "Graphics hardware companies", "Linux companies", "Manufacturing companies based in the San Francisco Bay Area", "Manufacturing companies established in 1968", "Mobile phone manufacturers", "Motherboard companies", "Multinational companies headquartered in the United States", "Semiconductor companies of the United States", "Software companies based in the San Francisco Bay Area", "Software companies established in 1968", "Software companies of the United States", "Superfund sites in California", "Technology companies of the United States", "Technology companies based in the San Francisco Bay Area", "Technology companies established in 1968"]}
33
+ {"byte_start": 4936183794, "source_revision": "1200144597", "id": "14618", "title": "\u0130smet \u0130n\u00f6n\u00fc", "byte_end": 4977818692, "categories": ["\u0130smet \u0130n\u00f6n\u00fc| ", "1884 births", "1973 deaths", "20th-century prime ministers of Turkey", "20th-century presidents of Turkey", "Politicians from \u0130zmir", "People from Aidin vilayet", "Turkish Kurdish politicians", "Bulgarian Turks in Turkey", "Ottoman Imperial School of Military Engineering alumni", "Ottoman Military College alumni", "Ottoman Army officers", "Ottoman military personnel of World War I", "Turkish Army generals", "Turkish military personnel of the Greco-Turkish War (1919\u20131922)", "Republican People's Party (Turkey) politicians", "Chiefs of the Turkish General Staff", "Government ministers of Turkey", "Ministers of Foreign Affairs of Turkey", "Ministers of National Education of Turkey", "Leaders of the Republican People's Party (Turkey)", "World War II political leaders", "Recipients of the Medal of Independence with Red-Green Ribbon (Turkey)", "Leaders of the Opposition (Turkey)", "Deputies of Ankara", "Deputies of Malatya", "People of the Dersim rebellion", "Turkish Sunni Muslims", "Members of the 1st government of Turkey", "Members of the 2nd government of Turkey", "Members of the 4th government of Turkey", "Members of the 5th government of Turkey", "Members of the 6th government of Turkey", "Members of the 7th government of Turkey", "Members of the 8th government of Turkey", "Members of the 26th government of Turkey", "Members of the 27th government of Turkey", "Members of the 28th government of Turkey", "Members of the 2nd Parliament of Turkey", "Turkish nationalists", "20th-century presidents in Asia", "People sentenced to death in absentia"]}
34
+ {"byte_start": 4977818692, "source_revision": "783864253", "id": "14623", "title": "Integers", "byte_end": 4977822547, "categories": []}
35
+ {"byte_start": 4977822547, "source_revision": "1175046812", "id": "14624", "title": "Inorganic chemistry", "byte_end": 4995529809, "categories": ["Inorganic chemistry| "]}
36
+ {"byte_start": 4995529809, "source_revision": "1182581415", "id": "14625", "title": "Insert (filmmaking)", "byte_end": 4995800959, "categories": ["Cinematography", "Cinematic techniques", "Film editing", "Pornography terminology"]}
37
+ {"byte_start": 4995800959, "source_revision": "1193668793", "id": "14626", "title": "Ingmar Bergman", "byte_end": 5095722149, "categories": ["Ingmar Bergman| ", "1918 births", "2007 deaths", "20th-century Swedish writers", "BAFTA fellows", "Best Director Guldbagge Award winners", "Best Screenplay Guldbagge Award winners", "Cannes Film Festival Award for Best Director winners", "C\u00e9sar Award winners", "David di Donatello winners", "Directors of Best Foreign Language Film Academy Award winners", "Directors of Golden Bear winners", "European Film Awards winners (people)", "Fellows of the American Academy of Arts and Sciences", "Former Lutherans", "German-language film directors", "Golden Lion for Lifetime Achievement recipients", "Gotland", "People from Uppsala", "Producers who won the Best Film Guldbagge Award", "Recipients of the Praemium Imperiale", "Sommar (radio program) hosts", "Stockholm University alumni", "Swedish agnostics", "Swedish film directors", "Swedish-language film directors", "Swedish male screenwriters", "Swedish people of Belgian descent", "Swedish people of Walloon descent", "Swedish screenwriters", "Swedish theatre directors"]}
38
+ {"byte_start": 5095722149, "source_revision": "1198220173", "id": "14627", "title": "Isaac Newton", "byte_end": 5673216370, "categories": ["Isaac Newton| ", "1642 births", "1727 deaths", "17th-century alchemists", "17th-century apocalypticists", "17th-century English astronomers", "17th-century English mathematicians", "17th-century English male writers", "17th-century English writers", "17th-century writers in Latin", "18th-century alchemists", "18th-century apocalypticists", "18th-century British astronomers", "18th-century British scientists", "18th-century English mathematicians", "18th-century English male writers", "18th-century English writers", "18th-century writers in Latin", "Alumni of Trinity College, Cambridge", "Antitrinitarians", "Ballistics experts", "British scientific instrument makers", "British writers in Latin", "Burials at Westminster Abbey", "Color scientists", "Copernican Revolution", "Creators of temperature scales", "Critics of atheism", "English alchemists", "English Anglicans", "English Christians", "English inventors", "English justices of the peace", "English knights", "English mathematicians", "English MPs 1689\u20131690", "English MPs 1701\u20131702", "English physicists", "Enlightenment scientists", "Experimental physicists", "Fellows of the Royal Society", "Fellows of Trinity College, Cambridge", "Fluid dynamicists", "British geometers", "Linear algebraists", "Hermeticists", "History of calculus", "Knights Bachelor", "Lucasian Professors of Mathematics", "Masters of the Mint", "Members of the pre-1707 Parliament of England for the University of Cambridge", "Natural philosophers", "Nontrinitarian Christians", "Optical physicists", "People educated at The King's School, Grantham", "People of the Scientific Revolution", "People from South Kesteven District", "Philosophers of science", "Post-Reformation Arian Christians", "Presidents of the Royal Society", "Reputed virgins", "Theoretical physicists", "Writers about religion and science"]}
39
+ {"byte_start": 5673216370, "source_revision": "1007798480", "id": "14629", "title": "Inventor", "byte_end": 5676152318, "categories": []}
40
+ {"byte_start": 5676152318, "source_revision": "783864257", "id": "14630", "title": "Iberian peninsula", "byte_end": 5676161564, "categories": []}
41
+ {"byte_start": 5676161564, "source_revision": "1198469890", "id": "14631", "title": "Immanuel Kant", "byte_end": 6445360411, "categories": ["Immanuel Kant| ", "1724 births", "1804 deaths", "18th-century anthropologists", "18th-century essayists", "18th-century German male writers", "18th-century German philosophers", "18th-century German writers", "18th-century philosophers", "18th-century Prussian people", "19th-century German anthropologists", "19th-century essayists", "19th-century German male writers", "19th-century German non-fiction writers", "19th-century German philosophers", "19th-century German writers", "19th-century Prussian people", "19th-century social scientists", "Academic staff of the University of K\u00f6nigsberg", "Age of Enlightenment", "Enlightenment philosophers", "Epistemologists", "German agnostics", "German anthropologists", "German liberal theorists", "German essayists", "German ethicists", "German idealists", "German logicians", "German Lutherans", "German male non-fiction writers", "German nationalists", "German philosophers", "German political philosophers", "Humor researchers", "Idealists", "Kantianism|*", "Kantian philosophers|*", "Lecturers", "Logicians", "Members of the Prussian Academy of Sciences", "Metaphilosophers", "Natural philosophers", "Ontologists", "People of the Age of Enlightenment", "Philosophers of art", "Philosophers of culture", "Philosophers of education", "Philosophers of history", "Philosophers of law", "Philosophers of literature", "Philosophers of logic", "Philosophers of mind", "Philosophers of religion", "Philosophers of science", "Philosophers of sexuality", "Philosophers of social science", "Philosophers of war", "Philosophy writers", "Political liberals (international relations)", "Rationalists", "Social philosophers", "Theoretical historians", "Theorists on Western civilization", "University of K\u00f6nigsberg alumni", "Writers about activism and social change", "Writers about religion and science"]}
42
+ {"byte_start": 6445360411, "source_revision": "949599768", "id": "14638", "title": "Iceland/Communications", "byte_end": 6445365082, "categories": []}
43
+ {"byte_start": 6445365082, "source_revision": "1193916108", "id": "14643", "title": "History of Indonesia", "byte_end": 6598720004, "categories": ["History of Indonesia| "]}
44
+ {"byte_start": 6598720004, "source_revision": "1196944448", "id": "14644", "title": "Geography of Indonesia", "byte_end": 6610506921, "categories": ["Geography of Indonesia| "]}
45
+ {"byte_start": 6610506921, "source_revision": "1195360005", "id": "14645", "title": "Demographics of Indonesia", "byte_end": 6624044291, "categories": ["Demographics of Indonesia| "]}
46
+ {"byte_start": 6624044291, "source_revision": "1197680308", "id": "14646", "title": "Politics of Indonesia", "byte_end": 6630797001, "categories": ["Politics of Indonesia| ", "Government of Indonesia", "Politics of Southeast Asia|Indonesia"]}
47
+ {"byte_start": 6630797001, "source_revision": "1199810544", "id": "14647", "title": "Economy of Indonesia", "byte_end": 6804257375, "categories": ["Economy of Indonesia| ", "World Trade Organization member economies|Indonesia"]}
48
+ {"byte_start": 6804257375, "source_revision": "1089753005", "id": "14648", "title": "Communications in Indonesia", "byte_end": 6804733282, "categories": ["Communications in Indonesia| ", "Mass media in Indonesia"]}
49
+ {"byte_start": 6804733282, "source_revision": "1200249842", "id": "14649", "title": "Transport in Indonesia", "byte_end": 6813584417, "categories": ["Transport in Indonesia| ", "Infrastructure in Indonesia"]}
50
+ {"byte_start": 6813584417, "source_revision": "1198512664", "id": "14650", "title": "Indonesian National Armed Forces", "byte_end": 6914445326, "categories": ["Military of Indonesia", "Military history of Indonesia", "Military units and formations established in 1945|I", "1945 establishments in Indonesia"]}
51
+ {"byte_start": 6914445326, "source_revision": "1201742145", "id": "14651", "title": "Foreign relations of Indonesia", "byte_end": 7002401528, "categories": ["Foreign relations of Indonesia| "]}
52
+ {"byte_start": 7002401528, "source_revision": "1195923647", "id": "14652", "title": "List of islands of Indonesia", "byte_end": 7011569868, "categories": ["Islands of Indonesia| ", "Lists of islands by country|Indonesia", "Lists of islands of Indonesia| "]}
53
+ {"byte_start": 7011569868, "source_revision": "1201766280", "id": "14653", "title": "Iran", "byte_end": 9821215860, "categories": ["Iran| ", "6th-century BC establishments", "Countries in Asia", "G15 nations", "Iranian Plateau", "Islamic republics", "BRICS nations", "Member states of OPEC", "Member states of the Organisation of Islamic Cooperation", "Member states of the United Nations", "Middle Eastern countries", "Countries and territories where Persian is an official language", "States and territories established in the 6th century BC", "States and territories established in 1979", "West Asian countries", "1979 establishments in Iran", "Former monarchies of West Asia", "Kurdish-speaking countries and territories", "Developing 8 Countries member states", "Theocracies", "Religion and politics"]}
54
+ {"byte_start": 9821215860, "source_revision": "949600092", "id": "14654", "title": "Iran/History", "byte_end": 9821220295, "categories": []}
55
+ {"byte_start": 9821220295, "source_revision": "1199164710", "id": "14664", "title": "History of Iraq", "byte_end": 9916362262, "categories": ["History of Iraq| ", "History of the Levant|Iraq"]}
56
+ {"byte_start": 9916362262, "source_revision": "1187020115", "id": "14665", "title": "Geography of Iraq", "byte_end": 9932073200, "categories": ["Geography of Iraq| "]}
57
+ {"byte_start": 9932073200, "source_revision": "1201136515", "id": "14666", "title": "Demographics of Iraq", "byte_end": 9957194563, "categories": ["Demographics of Iraq| ", "Society of Iraq"]}
58
+ {"byte_start": 9957194563, "source_revision": "1198777234", "id": "14667", "title": "Politics of Iraq", "byte_end": 9976543533, "categories": ["Politics of Iraq| "]}
59
+ {"byte_start": 9976543533, "source_revision": "1200872290", "id": "14668", "title": "Economy of Iraq", "byte_end": 10011021454, "categories": ["Economy of Iraq| ", "Economy of the Arab League", "OPEC", "Economy of the Middle East"]}
60
+ {"byte_start": 10011021454, "source_revision": "1084050707", "id": "14670", "title": "Transport in Iraq", "byte_end": 10011765293, "categories": ["Transport in Iraq| "]}
61
+ {"byte_start": 10011765293, "source_revision": "359002888", "id": "14671", "title": "Military of Iraq", "byte_end": 10012768269, "categories": []}
62
+ {"byte_start": 10012768269, "source_revision": "1199952926", "id": "14672", "title": "Foreign relations of Iraq", "byte_end": 10029730321, "categories": ["Foreign relations of Iraq| "]}
63
+ {"byte_start": 10029730321, "source_revision": "563400908", "id": "14675", "title": "Geography of the Republic of Ireland", "byte_end": 10029942715, "categories": []}
64
+ {"byte_start": 10029942715, "source_revision": "1201379155", "id": "14676", "title": "Demographics of the Republic of Ireland", "byte_end": 10075076134, "categories": ["Demographics of the Republic of Ireland| ", "Society of the Republic of Ireland"]}
65
+ {"byte_start": 10075076134, "source_revision": "1197682668", "id": "14677", "title": "Politics of the Republic of Ireland", "byte_end": 10099117459, "categories": ["Politics of the Republic of Ireland| "]}
66
+ {"byte_start": 10099117459, "source_revision": "1200784188", "id": "14679", "title": "Telecommunications in the Republic of Ireland", "byte_end": 10103011257, "categories": ["Telecommunications in the Republic of Ireland| ", "Communications in the Republic of Ireland| "]}
67
+ {"byte_start": 10103011257, "source_revision": "1194268217", "id": "14680", "title": "Transport in Ireland", "byte_end": 10112590479, "categories": ["Transport in Ireland| "]}
68
+ {"byte_start": 10112590479, "source_revision": "352784706", "id": "14681", "title": "Military of Ireland", "byte_end": 10112596443, "categories": []}
69
+ {"byte_start": 10112596443, "source_revision": "1199370863", "id": "14682", "title": "Foreign relations of Ireland", "byte_end": 10267902207, "categories": ["Foreign relations of Ireland| ", "Ireland and the Commonwealth of Nations"]}
70
+ {"byte_start": 10267902207, "source_revision": "949600181", "id": "14686", "title": "Israel/History", "byte_end": 10267922726, "categories": []}
71
+ {"byte_start": 10267922726, "source_revision": "1201292403", "id": "14687", "title": "Geography of Israel", "byte_end": 10307263315, "categories": ["Geography of Israel| ", "Geography of Palestine (region)|*"]}
72
+ {"byte_start": 10307263315, "source_revision": "1199070709", "id": "14688", "title": "Demographics of Israel", "byte_end": 10460829906, "categories": ["Demographics of Israel| "]}
73
+ {"byte_start": 10460829906, "source_revision": "1199998797", "id": "14690", "title": "Economy of Israel", "byte_end": 10638810372, "categories": ["Economy of Israel| ", "OECD member economies|Israel", "World Trade Organization member economies|Israel"]}
74
+ {"byte_start": 10638810372, "source_revision": "949600209", "id": "14693", "title": "Israel/Military", "byte_end": 10638827099, "categories": []}
75
+ {"byte_start": 10638827099, "source_revision": "1201487657", "id": "14695", "title": "Talk:Israel", "byte_end": 14304535103, "categories": []}
76
+ {"byte_start": 14304535103, "source_revision": "1194261905", "id": "14696", "title": "Israeli Declaration of Independence", "byte_end": 14337077365, "categories": ["Israeli Declaration of Independence| ", "1948 documents", "1948 in international relations", "1948 in Israeli politics|Declaration of Independence", "20th century in Tel Aviv", "David Ben-Gurion", "Declarations of independence", "History of Zionism", "May 1948 events in Asia"]}
77
+ {"byte_start": 14337077365, "source_revision": "1187494480", "id": "14699", "title": "Geography of Italy", "byte_end": 14346147823, "categories": ["Geography of Italy| ", "Geology of Italy"]}
78
+ {"byte_start": 14346147823, "source_revision": "1200418564", "id": "14700", "title": "Demographics of Italy", "byte_end": 14476775752, "categories": ["Demographics of Italy| "]}
79
+ {"byte_start": 14476775752, "source_revision": "1198220308", "id": "14701", "title": "Politics of Italy", "byte_end": 14533034549, "categories": ["Politics of Italy| "]}
80
+ {"byte_start": 14533034549, "source_revision": "1199497359", "id": "14702", "title": "Economy of Italy", "byte_end": 14773502707, "categories": ["Economy of Italy| ", "European Union member economies|Italy", "OECD member economies|Italy", "World Trade Organization member economies", "Economies of Europe by country|Italy"]}
81
+ {"byte_start": 14773502707, "source_revision": "1190881137", "id": "14703", "title": "Telecommunications in Italy", "byte_end": 14773899841, "categories": ["Telecommunications in Italy| "]}
82
+ {"byte_start": 14773899841, "source_revision": "1193003885", "id": "14704", "title": "Transport in Italy", "byte_end": 14784266697, "categories": ["Transport in Italy| "]}
83
+ {"byte_start": 14784266697, "source_revision": "1200934075", "id": "14705", "title": "Italian Armed Forces", "byte_end": 14795429222, "categories": ["Military of Italy| ", "1861 establishments in Italy", "Permanent Structured Cooperation"]}
84
+ {"byte_start": 14795429222, "source_revision": "1199372166", "id": "14706", "title": "Foreign relations of Italy", "byte_end": 14877398934, "categories": ["Foreign relations of Italy| "]}
85
+ {"byte_start": 14877398934, "source_revision": "1193888838", "id": "14707", "title": "Talk:IMDb", "byte_end": 14900904592, "categories": []}
86
+ {"byte_start": 14900904592, "source_revision": "1200078692", "id": "14708", "title": "Italian language", "byte_end": 15384226696, "categories": ["Italian language| ", "Fusional languages", "Languages attested from the 10th century", "Languages of Italy", "Languages of Monaco", "Languages of San Marino", "Languages of Sicily", "Languages of Switzerland", "Languages of Vatican City", "Languages of Slovenia", "Languages of Croatia", "Subject\u2013verb\u2013object languages"]}
87
+ {"byte_start": 15384226696, "source_revision": "1198039529", "id": "14709", "title": "Ice-T", "byte_end": 15637403988, "categories": ["Ice-T| ", "1958 births", "Living people", "20th-century American male actors", "20th-century American rappers", "21st-century American male actors", "21st-century American rappers", "Activists for African-American civil rights", "Activists from California", "Activists from New Jersey", "African-American male actors", "African-American male rappers", "African-American United States Army personnel", "African-American rock singers", "African-American songwriters", "American baritones", "American heavy metal singers", "American male film actors", "American male rappers", "American male songwriters", "American male television actors", "American male video game actors", "American male voice actors", "American pimps", "American podcasters", "American practitioners of Brazilian jiu-jitsu", "American punk rock singers", "American rock songwriters", "Body Count (band) members", "Century Media Records artists", "Charly Records artists", "Crenshaw High School alumni", "Gangsta rappers", "Grammy Award winners for rap music", "Hardcore hip hop artists", "Hip hop activists", "Louisiana Creole people", "Male actors from California", "Male actors from Los Angeles", "Male actors from New Jersey", "Male actors from Newark, New Jersey", "Military personnel from Los Angeles", "Military personnel from New Jersey", "Musicians from Newark, New Jersey", "Musicians from Summit, New Jersey", "Participants in American reality television series", "People from Crenshaw, Los Angeles", "People from Edgewater, New Jersey", "People from North Bergen, New Jersey", "Priority Records artists", "Rappers from Los Angeles", "Rappers from Newark, New Jersey", "Record producers from Los Angeles", "Singers from California", "Sire Records artists", "Songwriters from California", "Songwriters from New Jersey", "Sumerian Records artists", "United States Army soldiers", "Virgin Records artists", "West Coast hip hop musicians"]}
88
+ {"byte_start": 15637403988, "source_revision": "1198220456", "id": "14711", "title": "Iron Age", "byte_end": 15752286171, "categories": ["Iron Age| ", "Articles which contain graphical timelines", "2nd-millennium BC establishments", "Historical eras"]}
89
+ {"byte_start": 15752286171, "source_revision": "1198220369", "id": "14712", "title": "EFnet", "byte_end": 15755326455, "categories": ["Internet Relay Chat networks", "Internet properties established in 1990"]}
90
+ {"byte_start": 15755326455, "source_revision": "1170907512", "id": "14713", "title": "Undernet", "byte_end": 15756872872, "categories": ["Internet Relay Chat networks", "1992 establishments in the United States"]}
91
+ {"byte_start": 15756872872, "source_revision": "1185469100", "id": "14715", "title": "DALnet", "byte_end": 15758326161, "categories": ["Internet Relay Chat networks", "Internet properties established in 1994"]}
92
+ {"byte_start": 15758326161, "source_revision": "1176928046", "id": "14716", "title": "BitchX", "byte_end": 15759590681, "categories": ["Unix Internet Relay Chat clients", "Free Internet Relay Chat clients", "Internet Relay Chat clients", "Free software programmed in C"]}
93
+ {"byte_start": 15759590681, "source_revision": "1192944056", "id": "14717", "title": "MIRC", "byte_end": 15769746037, "categories": ["Windows Internet Relay Chat clients", "1995 software", "Windows-only trialware"]}
94
+ {"byte_start": 15769746037, "source_revision": "1195871267", "id": "14718", "title": "HexChat", "byte_end": 15774120851, "categories": ["Free Internet Relay Chat clients", "Instant messaging clients that use GTK", "Internet Relay Chat clients", "Unix Internet Relay Chat clients", "Windows Internet Relay Chat clients"]}
95
+ {"byte_start": 15774120851, "source_revision": "1167548009", "id": "14720", "title": "IRC takeover", "byte_end": 15774474570, "categories": ["Internet Relay Chat|Takeover, Internet Relay Chat"]}
96
+ {"byte_start": 15774474570, "source_revision": "1178801007", "id": "14722", "title": "Irssi", "byte_end": 15775967353, "categories": ["Internet Relay Chat clients", "Free Internet Relay Chat clients", "MacOS Internet Relay Chat clients", "Unix Internet Relay Chat clients", "Windows Internet Relay Chat clients", "Free software programmed in C", "Cross-platform software", "1999 software", "Free software that uses ncurses", "Console applications", "Software developed in Finland"]}
97
+ {"byte_start": 15775967353, "source_revision": "1002543704", "id": "14723", "title": "Infinitesimal calculus", "byte_end": 15777666485, "categories": []}
98
+ {"byte_start": 15777666485, "source_revision": "1201208485", "id": "14724", "title": "Intellectual property", "byte_end": 15987156733, "categories": ["Intellectual property law|*", "Social information processing", "Economics of the arts and literature", "Intangible assets", "Intellectual capital"]}
99
+ {"byte_start": 15987156733, "source_revision": "1083929504", "id": "14725", "title": "Talk:Intellectual property/Archive 1", "byte_end": 15997648521, "categories": []}
100
+ {"byte_start": 15997648521, "source_revision": "1200372634", "id": "14726", "title": "Great Famine (Ireland)", "byte_end": 16522689581, "categories": ["Great Famine (Ireland)| ", "Famines in Ireland", "1840s disasters in Ireland", "1850s disasters in Ireland", "1845 disasters in Ireland", "1852 disasters in Ireland", "19th-century famines", "1845 in Ireland", "1846 in Ireland", "1847 in Ireland", "1848 in Ireland", "1849 in Ireland", "1850 in Ireland", "1851 in Ireland", "1852 in Ireland"]}
warehouse_00005.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c043b8d81589d4a993c3065a15c5c96c370b1e22834b68265e96da1a4b458f
3
+ size 139776363
warehouse_00005.metadata ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1198196390", "id": "11037", "title": "Freyr", "byte_end": 36826407, "categories": ["Freyr| ", "Abundance gods", "\u00c6sir", "Agricultural gods", "Divine twins", "Fertility gods", "Harvest gods", "Killed deities", "Light gods", "Peace gods", "Sky and weather gods", "Solar gods", "Summer deities", "Norse gods", "Mythological kings of Sweden", "Mythological rapists", "Vanir"]}
2
+ {"byte_start": 36826407, "source_revision": "1199038292", "id": "11038", "title": "Freyja", "byte_end": 145152456, "categories": ["Freyja| ", "\u00c6sir", "\u00c1synjur", "Beauty goddesses", "Cat goddesses", "Death goddesses", "Divine twins", "Falcon deities", "Fertility goddesses", "Fortune goddesses", "Love and lust goddesses", "Magic goddesses", "Norse goddesses", "Norse underworld", "Oracular goddesses", "Vanir", "War goddesses"]}
3
+ {"byte_start": 145152456, "source_revision": "1200093007", "id": "11040", "title": "First-class cricket", "byte_end": 153946795, "categories": ["First-class cricket| ", "Cricket terminology"]}
4
+ {"byte_start": 153946795, "source_revision": "1198212429", "id": "11041", "title": "Ferdinand de Saussure", "byte_end": 178351325, "categories": ["Ferdinand de Saussure| ", "1857 births", "1913 deaths", "19th-century essayists", "19th-century linguists", "19th-century Swiss philosophers", "19th-century Swiss writers", "20th-century essayists", "20th-century linguists", "20th-century Swiss non-fiction writers", "20th-century Swiss philosophers", "Balticists", "De Saussure family|Ferdinand", "Leipzig University alumni", "Linguistic turn", "Linguists from Switzerland", "Linguists of Indo-European languages", "Writers from Geneva", "Philosophers of culture", "Philosophers of language", "Philosophers of linguistics", "Philosophers of psychology", "Semioticians", "Structuralists", "Swiss essayists", "Swiss male writers", "Swiss non-fiction writers", "Swiss philosophers", "University of Geneva alumni"]}
5
+ {"byte_start": 178351325, "source_revision": "1187161981", "id": "11042", "title": "Fat", "byte_end": 258518289, "categories": ["Nutrients", "Macromolecules"]}
6
+ {"byte_start": 258518289, "source_revision": "1193843448", "id": "11043", "title": "Front line", "byte_end": 258959960, "categories": ["Land warfare"]}
7
+ {"byte_start": 258959960, "source_revision": "1200358370", "id": "11049", "title": "FIFA", "byte_end": 677389856, "categories": ["FIFA| ", "1904 establishments in France", "Association football governing bodies|*", "Organisations based in Z\u00fcrich", "International sports organisations based in Switzerland", "Sports organizations established in 1904", "Association of Summer Olympic International Federations|football"]}
8
+ {"byte_start": 677389856, "source_revision": "1191674956", "id": "11052", "title": "List of presidents of FIFA", "byte_end": 680983018, "categories": ["Presidents of FIFA| ", "Lists of presidents of organizations|FIFA", "Association football-related lists|Presidents of FIFA"]}
9
+ {"byte_start": 680983018, "source_revision": "1016025634", "id": "11053", "title": "Frontline tv series", "byte_end": 680991446, "categories": []}
10
+ {"byte_start": 680991446, "source_revision": "1200958225", "id": "11054", "title": "Fascism", "byte_end": 2758910378, "categories": ["Fascism", "Authoritarianism", "Anti-communism", "Corporatism", "Dictatorship", "Economic ideologies", "Far-right politics", "Italian words and phrases", "Political ideologies", "Political science terminology", "Political systems", "Populism", "Right-wing ideologies", "Right-wing populism", "Syncretic political movements", "Totalitarianism", "Totalitarian ideologies"]}
11
+ {"byte_start": 2758910378, "source_revision": "1193887269", "id": "11055", "title": "Talk:Fascism", "byte_end": 4250740039, "categories": []}
12
+ {"byte_start": 4250740039, "source_revision": "1193887276", "id": "11056", "title": "Talk:Freyja", "byte_end": 4259965525, "categories": []}
13
+ {"byte_start": 4259965525, "source_revision": "1197701314", "id": "11057", "title": "Forge", "byte_end": 4268295321, "categories": ["Fireplaces", "Metalworking", "Firing techniques"]}
14
+ {"byte_start": 4268295321, "source_revision": "1195868720", "id": "11059", "title": "Five Pillars of Islam", "byte_end": 4363048822, "categories": ["Five Pillars of Islam| ", "Islam-related lists|5 Five Pillars of Islam", "Commandments", "Islamic terminology"]}
15
+ {"byte_start": 4363048822, "source_revision": "1198290174", "id": "11060", "title": "Talk:Fat", "byte_end": 4375488826, "categories": []}
16
+ {"byte_start": 4375488826, "source_revision": "864234521", "id": "11061", "title": "Finance and investment", "byte_end": 4375510618, "categories": []}
17
+ {"byte_start": 4375510618, "source_revision": "1198196627", "id": "11062", "title": "Friction", "byte_end": 4479551511, "categories": ["Friction| ", "Classical mechanics", "Force", "Tribology"]}
18
+ {"byte_start": 4479551511, "source_revision": "1198852299", "id": "11063", "title": "February 7", "byte_end": 4561494740, "categories": ["Days of the year", "February"]}
19
+ {"byte_start": 4561494740, "source_revision": "1198891053", "id": "11064", "title": "Faith", "byte_end": 4694038462, "categories": ["Faith| ", "Belief", "Religious belief and doctrine", "Seven virtues"]}
20
+ {"byte_start": 4694038462, "source_revision": "1198890110", "id": "11066", "title": "Talk:Faith", "byte_end": 4712448581, "categories": []}
21
+ {"byte_start": 4712448581, "source_revision": "1193887307", "id": "11067", "title": "Talk:Film editing", "byte_end": 4713301701, "categories": []}
22
+ {"byte_start": 4713301701, "source_revision": "1040251160", "id": "11086", "title": "Flavian", "byte_end": 4713346713, "categories": []}
23
+ {"byte_start": 4713346713, "source_revision": "1200370939", "id": "11090", "title": "Forest", "byte_end": 4867884910, "categories": ["Forests| ", "Habitats", "Trees", "Ecosystems"]}
24
+ {"byte_start": 4867884910, "source_revision": "1189451262", "id": "11092", "title": "Finger Lakes", "byte_end": 4887530546, "categories": ["Finger Lakes| ", "New York (state) wine", "Regions of New York (state)", "Glaciology of the United States", "Upstate New York", "Lakes of New York (state)", "Lake groups of the United States"]}
25
+ {"byte_start": 4887530546, "source_revision": "1193887722", "id": "12320", "title": "Talk:Galaxy formation and evolution", "byte_end": 4889718039, "categories": []}
26
+ {"byte_start": 4889718039, "source_revision": "1199841665", "id": "12321", "title": "Talk:Great Depression", "byte_end": 4963828225, "categories": []}
27
+ {"byte_start": 4963828225, "source_revision": "1193887736", "id": "12322", "title": "Talk:Gamma function", "byte_end": 4980081487, "categories": []}
28
+ {"byte_start": 4980081487, "source_revision": "1197706562", "id": "12323", "title": "GNU Compiler Collection", "byte_end": 5026006298, "categories": ["1987 software", "C (programming language) compilers", "C++ compilers", "Compilers", "Cross-platform free software", "Fortran compilers", "Free compilers and interpreters", "GNU Project software|Compiler Collection", "Java development tools", "Pascal (programming language) compilers", "Software that was rewritten in C++", "Free software programmed in C++", "Software using the GPL license", "Unix programming tools"]}
29
+ {"byte_start": 5026006298, "source_revision": "1197844047", "id": "12325", "title": "Talk:Film genre", "byte_end": 5026944836, "categories": []}
30
+ {"byte_start": 5026944836, "source_revision": "1200311457", "id": "12326", "title": "Galen", "byte_end": 5171973345, "categories": ["129 births", "216 deaths", "2nd-century births", "2nd-century Greek physicians", "2nd-century Greek philosophers", "2nd-century Roman physicians", "2nd-century writers", "3rd-century deaths", "3rd-century Greek physicians", "3rd-century Greek writers", "3rd-century Greek philosophers", "3rd-century Roman physicians", "Aelii", "Ancient Greek anatomists", "Ancient Greek logicians", "Ancient Greek philosophers of mind", "Ancient Greek science writers", "Ancient ophthalmologists", "Court physicians", "Herbalists", "Middle Platonists", "People from Pergamon", "Philosophy writers"]}
31
+ {"byte_start": 5171973345, "source_revision": "1199946677", "id": "12327", "title": "Speaking in tongues", "byte_end": 5283163323, "categories": ["Constructed languages", "Language and mysticism", "Spiritual gifts", "Christian terminology", "Acts of the Apostles", "Pneumatology", "Christianity in Appalachia", "Charismatic and Pentecostal worship", "Charismatic and Pentecostal Christianity"]}
32
+ {"byte_start": 5283163323, "source_revision": "1195298488", "id": "12330", "title": "Talk:Speaking in tongues", "byte_end": 5301538747, "categories": []}
33
+ {"byte_start": 5301538747, "source_revision": "1194612598", "id": "12332", "title": "Gustav Kirchhoff", "byte_end": 5308553558, "categories": ["Gustav Kirchhoff| ", "1824 births", "1887 deaths", "Optical physicists", "19th-century German inventors", "Discoverers of chemical elements", "Scientists from K\u00f6nigsberg", "Spectroscopists", "Fluid dynamicists", "University of K\u00f6nigsberg alumni", "Academic staff of the University of Breslau", "Academic staff of Heidelberg University", "Academic staff of the Humboldt University of Berlin", "Honorary Fellows of the Royal Society of Edinburgh", "Foreign Members of the Royal Society", "Foreign associates of the National Academy of Sciences", "Members of the Royal Netherlands Academy of Arts and Sciences", "Recipients of the Pour le M\u00e9rite (civil class)", "19th-century German physicists", "Rare earth scientists", "Fellows of the Royal Society of Edinburgh", "Recipients of the Matteucci Medal", "Members of the G\u00f6ttingen Academy of Sciences and Humanities", "Recipients of the Cothenius Medal"]}
34
+ {"byte_start": 5308553558, "source_revision": "1198829438", "id": "12333", "title": "G. K. Chesterton", "byte_end": 5433059182, "categories": ["G. K. Chesterton| ", "1874 births", "1936 deaths", "19th-century English journalists", "20th-century English journalists", "20th-century English male writers", "20th-century English novelists", "20th-century English poets", "20th-century English dramatists and playwrights", "20th-century English short story writers", "20th-century English essayists", "20th-century English memoirists", "20th-century Roman Catholics", "Alumni of the Slade School of Fine Art", "Alumni of University College London", "Anti-consumerists", "Anti-Masonry", "Antisemitism in the United Kingdom", "Aphorists", "British anti-capitalists", "British anti-communists", "British Christian Zionists", "British detective fiction writers", "British humorous poets", "British male poets", "English Roman Catholics", "English World War I poets", "Burials in Buckinghamshire", "Environmental writers", "Catholic philosophers", "Christian apologists", "Christian novelists", "Christian poets", "Christian humanists", "Christian radicals", "Converts to Roman Catholicism from Anglicanism", "Critics of atheism", "Distributism", "English autobiographers", "English Catholic poets", "English columnists", "English crime fiction writers", "English essayists", "English fantasy writers", "English male journalists", "English male novelists", "English male short story writers", "English mystery writers", "English Roman Catholic theologians", "English Roman Catholic writers", "Knights Commander with Star of the Order of St. Gregory the Great", "Lay theologians", "Male essayists", "Members of the Detection Club", "Members of the Fabian Society", "People educated at St Paul's School, London", "Writers from Kensington", "Simple living advocates", "Contributors to the Encyclop\u00e6dia Britannica"]}
35
+ {"byte_start": 5433059182, "source_revision": "1201096479", "id": "12334", "title": "God Save the King", "byte_end": 5748765412, "categories": ["God Save the King| ", "British anthems| ", "British monarchy", "British patriotic songs", "Compositions by Benjamin Britten", "Canadian anthems", "New Zealand patriotic songs", "English Christian hymns", "Monarchy in Australia", "Monarchy in Canada", "Monarchy in New Zealand", "National symbols of Anguilla", "National symbols of England", "National symbols of New Zealand", "National symbols of Scotland", "National symbols of Wales", "National symbols of the United Kingdom", "Canadian patriotic songs", "Queen (band) songs", "Rangers F.C. songs", "Madness (band) songs", "Royal anthems", "1744 in England", "1744 songs", "Songs about queens", "Songs about kings", "Oceanian anthems", "North American anthems", "Articles containing video clips", "European anthems", "National anthems", "Music controversies", "God in culture", "George II of Great Britain", "England national football team songs", "Hymns in The New English Hymnal"]}
36
+ {"byte_start": 5748765412, "source_revision": "950298529", "id": "12335", "title": "Gwat Pai", "byte_end": 5748779586, "categories": []}
37
+ {"byte_start": 5748779586, "source_revision": "1191399636", "id": "12336", "title": "Gladiator", "byte_end": 6217405082, "categories": ["260s BC establishments", "438 disestablishments", "3rd-century BC establishments in the Roman Republic", "430s disestablishments in the Roman Empire", "Gladiator types| ", "Gladiatorial combat| ", "Roman gladiators| ", "Ancient Roman culture", "Ancient Roman occupations", "Sports occupations and roles", "Violence in sports", "Animal cruelty incidents", "Articles containing video clips"]}
38
+ {"byte_start": 6217405082, "source_revision": "829459833", "id": "12337", "title": "Gnucleus", "byte_end": 6217558334, "categories": []}
39
+ {"byte_start": 6217558334, "source_revision": "1160672126", "id": "12338", "title": "GMO (disambiguation)", "byte_end": 6217621639, "categories": []}
40
+ {"byte_start": 6217621639, "source_revision": "1198205899", "id": "12339", "title": "Genetically modified organism", "byte_end": 6545835048, "categories": ["Genetically modified organisms| ", "Molecular biology", "1973 introductions", "Articles containing video clips"]}
41
+ {"byte_start": 6545835048, "source_revision": "1193689858", "id": "12340", "title": "Talk:Genetically modified organism", "byte_end": 6574994709, "categories": ["Top-importance and Start-Class MCB articles|Genetically modified organism"]}
42
+ {"byte_start": 6574994709, "source_revision": "1200687597", "id": "12341", "title": "Ghent", "byte_end": 6622567455, "categories": ["Municipalities of East Flanders", "Port cities and towns in Belgium", "Provincial capitals of Flanders"]}
43
+ {"byte_start": 6622567455, "source_revision": "1199110952", "id": "12343", "title": "Guadeloupe", "byte_end": 6751372305, "categories": ["Dependent territories in the Caribbean", "Overseas departments of France", "French Caribbean", "Leeward Islands (Caribbean)", "Lesser Antilles", "Regions of France", "Outermost regions of the European Union", "Former British colonies and protectorates in the Americas", "British West Indies", "Former Swedish colonies", "Former colonies in North America", "French Union", "Island countries", "Populated places established in the 4th century", "1674 establishments in the French colonial empire", "1674 establishments in North America", "1759 disestablishments in the French colonial empire", "1759 disestablishments in North America", "1759 establishments in the British Empire", "1759 establishments in North America", "1763 disestablishments in the British Empire", "1763 disestablishments in North America", "1763 establishments in the French colonial empire", "1763 establishments in North America", "1810 establishments in the British Empire", "1810 disestablishments in the French colonial empire", "1810 disestablishments in North America", "1810 establishments in North America", "1816 disestablishments in the British Empire", "1816 disestablishments in North America", "1816 establishments in the French colonial empire", "1816 establishments in North America"]}
44
+ {"byte_start": 6751372305, "source_revision": "1199065006", "id": "12345", "title": "Demographics of Guadeloupe", "byte_end": 6752284943, "categories": ["Demographics of Guadeloupe| ", "Society of Guadeloupe", "Demographics of Overseas France|Guadeloupe"]}
45
+ {"byte_start": 6752284943, "source_revision": "884493899", "id": "12347", "title": "Politics of Guadeloupe", "byte_end": 6752865896, "categories": []}
46
+ {"byte_start": 6752865896, "source_revision": "949633912", "id": "12348", "title": "Economy of Guadeloupe", "byte_end": 6753375877, "categories": []}
47
+ {"byte_start": 6753375877, "source_revision": "1083757007", "id": "12349", "title": "Telecommunications in Guadeloupe", "byte_end": 6753429240, "categories": ["Communications in Guadeloupe| ", "Telecommunications by country|Guadeloupe", "Telecommunications in the Caribbean|Guadeloupe"]}
48
+ {"byte_start": 6753429240, "source_revision": "1194738381", "id": "12350", "title": "Transport in Guadeloupe", "byte_end": 6753563514, "categories": ["Transport in Guadeloupe| "]}
49
+ {"byte_start": 6753563514, "source_revision": "344925957", "id": "12352", "title": "Military of Guadeloupe", "byte_end": 6753569468, "categories": []}
50
+ {"byte_start": 6753569468, "source_revision": "1200544385", "id": "12353", "title": "Glagolitic script", "byte_end": 6835750578, "categories": ["Church Slavonic language", "Glagolitic script| ", "Alphabets", "Medieval scripts", "Slavic culture", "Great Moravia", "Medieval Bulgaria", "Obsolete writing systems", "Western calligraphy", "Old Church Slavonic language", "9th century in Bulgaria", "Cultural history of Croatia", "History of Dalmatia", "History of Macedonia (region)"]}
51
+ {"byte_start": 6835750578, "source_revision": "1195074905", "id": "12354", "title": "Greatest common divisor", "byte_end": 6867213277, "categories": ["Multiplicative functions", "Articles containing video clips"]}
52
+ {"byte_start": 6867213277, "source_revision": "1199059562", "id": "12357", "title": "Gazpacho", "byte_end": 6877461890, "categories": ["Cold soups", "Spanish soups and stews", "Andalusian cuisine", "Portuguese cuisine", "New Mexican cuisine", "Tomato dishes", "Vegan cuisine", "Bread soups", "Vegetable soups", "Garlic dishes"]}
53
+ {"byte_start": 6877461890, "source_revision": "1170751520", "id": "12359", "title": "Gopher (disambiguation)", "byte_end": 6877996711, "categories": []}
54
+ {"byte_start": 6877996711, "source_revision": "19300982", "id": "14165", "title": "Talk:History of Poland/Gathering scientific evidence and bibliography", "byte_end": 6878009489, "categories": []}
55
+ {"byte_start": 6878009489, "source_revision": "1057278502", "id": "14166", "title": "Talk:Timeline of Polish history", "byte_end": 6878118340, "categories": []}
56
+ {"byte_start": 6878118340, "source_revision": "1155064722", "id": "14168", "title": "Himalia", "byte_end": 6878148158, "categories": []}
57
+ {"byte_start": 6878148158, "source_revision": "1177252811", "id": "14169", "title": "Heracleidae", "byte_end": 6879611960, "categories": ["Heracleidae| ", "Dorians", "Iron Age Greece", "Mycenaean Greece", "Patronymics from Greek mythology"]}
58
+ {"byte_start": 6879611960, "source_revision": "1199727302", "id": "13692", "title": "History of the Internet", "byte_end": 7289535940, "categories": ["History of the Internet| ", "American inventions|Internet", "Articles containing video clips", "History of computing", "Internet governance"]}
59
+ {"byte_start": 7289535940, "source_revision": "1195285761", "id": "13693", "title": "Horace", "byte_end": 7356298727, "categories": ["Horace| ", "65 BC births", "8 BC deaths", "1st-century BC Romans", "1st-century BC writers", "Roman Republican soldiers", "Golden Age Latin writers", "People from Venosa", "Ancient Roman poets", "Ancient Roman satirists", "Iambic poets", "Ancient literary critics", "Horatii|Flaccus, Quintus", "Ancient Roman philhellenes", "Simple living advocates"]}
60
+ {"byte_start": 7356298727, "source_revision": "1196155547", "id": "13694", "title": "Microsoft Windows version history", "byte_end": 7564110707, "categories": ["Microsoft Windows|*", "History of Microsoft", "History of software|Microsoft Windows", "Lists of operating systems|Windows", "OS/2", "Software version histories"]}
61
+ {"byte_start": 7564110707, "source_revision": "528508708", "id": "13695", "title": "History of the GUI", "byte_end": 7564116950, "categories": []}
62
+ {"byte_start": 7564116950, "source_revision": "1200388265", "id": "13696", "title": "Helsinki", "byte_end": 7827696916, "categories": ["Helsinki| ", "Greater Helsinki", "Capitals in Europe", "Cities and towns in Finland", "Grand Duchy of Finland", "Port cities and towns in Finland", "Port cities and towns of the Baltic Sea", "Populated coastal places in Finland", "Populated places established in 1550", "1550 establishments in Europe", "16th-century establishments in Finland"]}
63
+ {"byte_start": 7827696916, "source_revision": "1162250699", "id": "13697", "title": "Talk:Microsoft Windows version history", "byte_end": 7835071687, "categories": []}
64
+ {"byte_start": 7835071687, "source_revision": "1198653764", "id": "13699", "title": "Hobart", "byte_end": 7965078668, "categories": ["Hobart| ", "1803 establishments in Australia", "Australian capital cities", "Cities in Tasmania", "Coastal cities in Australia", "Populated places established in 1803"]}
65
+ {"byte_start": 7965078668, "source_revision": "1189726819", "id": "13700", "title": "Hesiod", "byte_end": 7995015350, "categories": ["Hesiod| ", "8th-century BC births", "8th-century BC Greek poets", "Ancient Boeotian poets", "Ancient Greek didactic poets", "Ancient Greek poets", "Year of death unknown", "8th-century BC religious leaders", "7th-century BC religious leaders", "8th-century BC philosophers", "7th-century BC Greek philosophers"]}
66
+ {"byte_start": 7995015350, "source_revision": "1200406638", "id": "13701", "title": "Talk:Hinduism", "byte_end": 8893981140, "categories": []}
67
+ {"byte_start": 8893981140, "source_revision": "1181002474", "id": "13702", "title": "Hebrew numerals", "byte_end": 8901027131, "categories": ["Hebrew alphabet|Numerals", "Hebrew language|Numerals", "Numerals"]}
68
+ {"byte_start": 8901027131, "source_revision": "838786092", "id": "13703", "title": "Hill system", "byte_end": 8901168257, "categories": ["Chemical formulas", "Writing systems"]}
69
+ {"byte_start": 8901168257, "source_revision": "966023083", "id": "13704", "title": "Hydroxy", "byte_end": 8901539260, "categories": []}
70
+ {"byte_start": 8901539260, "source_revision": "260419529", "id": "13705", "title": "Talk:Hydroxy", "byte_end": 8901545579, "categories": []}
71
+ {"byte_start": 8901545579, "source_revision": "1201460104", "id": "13706", "title": "Hero", "byte_end": 9005323327, "categories": ["Heroes| ", "Epic poetry", "Good and evil", "Fantasy tropes", "Jungian archetypes", "Literary archetypes", "Mythological archetypes", "Mythological characters", "Protagonists by role"]}
72
+ {"byte_start": 9005323327, "source_revision": "1198556618", "id": "13707", "title": "Talk:Hero", "byte_end": 9011235493, "categories": []}
73
+ {"byte_start": 9011235493, "source_revision": "528668897", "id": "13708", "title": "Hilberts eighth problem", "byte_end": 9011236290, "categories": []}
74
+ {"byte_start": 9011236290, "source_revision": "783863817", "id": "13709", "title": "Hilberts fifth problem", "byte_end": 9011238058, "categories": []}
75
+ {"byte_start": 9011238058, "source_revision": "1173640935", "id": "13710", "title": "Talk:Hellenic Greece", "byte_end": 9011422615, "categories": []}
76
+ {"byte_start": 9011422615, "source_revision": "1190624023", "id": "13711", "title": "Hydroxide", "byte_end": 9027766566, "categories": ["Hydroxides| ", "Oxyanions", "Water chemistry"]}
77
+ {"byte_start": 9027766566, "source_revision": "1200652251", "id": "10481", "title": "Enki", "byte_end": 9067659705, "categories": ["Mesopotamian gods", "Wisdom gods", "Sea and river gods", "Water gods", "Crafts gods", "Creator gods", "Earth gods", "Fertility gods", "Characters in the En\u016bma Eli\u0161", "Magic gods", "Knowledge gods", "Primordial teachers", "Time and fate gods", "Mercurian deities", "Trickster gods", "Scribes", "Piscine and amphibian humanoids"]}
78
+ {"byte_start": 9067659705, "source_revision": "1200146772", "id": "10482", "title": "Eli Wallach", "byte_end": 9101480892, "categories": ["1915 births", "2014 deaths", "20th-century American male actors", "21st-century American male actors", "21st-century American Jews", "21st-century American non-fiction writers", "Academy Honorary Award recipients", "American autobiographers", "American male film actors", "American male stage actors", "American male television actors", "American male voice actors", "American people of Polish-Jewish descent", "American Ashkenazi Jews", "Method actors", "BAFTA Most Promising Newcomer to Leading Film Roles winners", "City College of New York alumni", "Combat medics", "Donaldson Award winners", "Erasmus Hall High School alumni", "Jewish American male actors", "Jewish American military personnel", "Male actors from New York City", "Male Spaghetti Western actors", "Military personnel from New York City", "Military personnel from New York (state)", "Outstanding Performance by a Supporting Actor in a Drama Series Primetime Emmy Award winners", "People from Red Hook, Brooklyn", "Tony Award winners", "United States Army officers", "United States Army personnel of World War II", "University of Texas at Austin College of Liberal Arts alumni"]}
79
+ {"byte_start": 9101480892, "source_revision": "1196531930", "id": "10484", "title": "Electric Light Orchestra", "byte_end": 9318179209, "categories": ["Electric Light Orchestra| ", "English art rock groups", "English progressive rock groups", "The Move", "Musical groups from Birmingham, West Midlands", "Musical groups established in 1970", "Musical groups disestablished in 1986", "Musical groups reestablished in 2000", "Musical groups disestablished in 2001", "Musical groups reestablished in 2014", "Progressive pop musicians", "English symphonic rock groups", "Harvest Records artists", "Warner Records artists", "United Artists Records artists", "Jet Records artists", "Columbia Records artists", "Epic Records artists", "British soft rock music groups"]}
80
+ {"byte_start": 9318179209, "source_revision": "1125641610", "id": "10486", "title": "Elo", "byte_end": 9318379026, "categories": ["Finnish-language surnames"]}
81
+ {"byte_start": 9318379026, "source_revision": "1188639328", "id": "10487", "title": "Evil Dead II", "byte_end": 9355634675, "categories": ["1987 comedy horror films", "1987 fantasy films", "1987 films", "1980s American films", "1980s dark fantasy films", "1980s English-language films", "1980s parody films", "1980s supernatural horror films", "American comedy horror films", "American dark fantasy films", "American haunted house films", "American parody films", "American sequel films", "American splatter films", "American supernatural horror films", "De Laurentiis Entertainment Group films", "Demons in film", "The Evil Dead (franchise) films", "Films about amputees", "Films about archaeology", "Films about spirit possession", "Films about time travel", "Films about vacationing", "Films directed by Sam Raimi", "Films set in 1982", "Films set in forests", "Films set in the Middle Ages", "Films shot in Detroit", "Films shot in Michigan", "Films shot in North Carolina", "Films using stop-motion animation", "Films with screenplays by Sam Raimi", "Horror film remakes", "Parodies of horror", "Remakes of American films", "Renaissance Pictures productions", "Films with screenplays by Scott Spiegel"]}
82
+ {"byte_start": 9355634675, "source_revision": "1198161494", "id": "10489", "title": "Edwin Hubble", "byte_end": 9457477365, "categories": ["Edwin Hubble| ", "1889 births", "1953 deaths", "20th-century American astronomers", "American agnostics", "American astrophysicists", "American men's basketball players", "American Rhodes Scholars", "American cosmologists", "Discoverers of asteroids", "Alumni of The Queen's College, Oxford", "Chicago Maroons baseball players", "Chicago Maroons men's basketball players", "Recipients of the Gold Medal of the Royal Astronomical Society", "Recipients of the Legion of Merit", "United States Army personnel of World War I", "United States Army personnel of World War II", "Military personnel from Missouri", "United States Army officers", "People from Marshfield, Missouri", "People from San Marino, California", "People from Wheaton, Illinois", "Physicists from Missouri", "Members of the United States National Academy of Sciences", "High school basketball coaches in Indiana", "The Astrophysical Journal editors", "Hubble Space Telescope", "Members of the American Philosophical Society", "Recipients of Franklin Medal"]}
83
+ {"byte_start": 9457477365, "source_revision": "1192431116", "id": "10490", "title": "Emperor Ninmy\u014d", "byte_end": 9460669688, "categories": ["Japanese emperors", "808 births", "850 deaths", "9th-century Japanese monarchs"]}
84
+ {"byte_start": 9460669688, "source_revision": "1192431121", "id": "10491", "title": "Emperor Montoku", "byte_end": 9463377413, "categories": ["Japanese emperors", "827 births", "858 deaths", "9th-century Japanese monarchs", "People from Kyoto"]}
85
+ {"byte_start": 9463377413, "source_revision": "1192431124", "id": "10492", "title": "Emperor Seiwa", "byte_end": 9466767245, "categories": ["Japanese emperors", "850 births", "881 deaths", "People of Heian-period Japan", "9th-century Japanese monarchs", "Heian period Buddhist clergy", "Japanese Buddhist monarchs", "Japanese retired emperors", "People from Kyoto"]}
86
+ {"byte_start": 9466767245, "source_revision": "1197290769", "id": "10493", "title": "Emperor Y\u014dzei", "byte_end": 9469996739, "categories": ["Japanese emperors", "869 births", "949 deaths", "9th-century Japanese monarchs", "10th-century Japanese people", "Hyakunin Isshu poets", "Dethroned monarchs", "Japanese retired emperors", "Child monarchs from Asia", "Monarchs deposed as children", "People from Kyoto"]}
87
+ {"byte_start": 9469996739, "source_revision": "1192431132", "id": "10494", "title": "Emperor K\u014dk\u014d", "byte_end": 9473092619, "categories": ["Japanese emperors", "830 births", "887 deaths", "9th-century Japanese monarchs", "Hyakunin Isshu poets", "People from Kyoto"]}
88
+ {"byte_start": 9473092619, "source_revision": "1192431134", "id": "10495", "title": "Emperor Uda", "byte_end": 9477589349, "categories": ["Japanese emperors", "866 births", "931 deaths", "9th-century Japanese monarchs", "10th-century Japanese people", "Shingon Buddhist monks", "Heian period Buddhist clergy", "Japanese diarists", "Japanese Buddhist monarchs", "Japanese retired emperors", "People from Kyoto"]}
89
+ {"byte_start": 9477589349, "source_revision": "1083868850", "id": "10496", "title": "Daigo", "byte_end": 9477691279, "categories": []}
90
+ {"byte_start": 9477691279, "source_revision": "1196653679", "id": "10497", "title": "Suzaku", "byte_end": 9477933837, "categories": ["Japanese masculine given names", "Masculine given names"]}
91
+ {"byte_start": 9477933837, "source_revision": "1122982983", "id": "10498", "title": "Murakami", "byte_end": 9478283616, "categories": []}
92
+ {"byte_start": 9478283616, "source_revision": "1194935179", "id": "10500", "title": "Earless seal", "byte_end": 9488113748, "categories": ["Extant Miocene first appearances", "Pinnipeds", "Taxa named by John Edward Gray"]}
93
+ {"byte_start": 9488113748, "source_revision": "1199182581", "id": "10501", "title": "Espionage", "byte_end": 9613129287, "categories": ["Espionage| ", "Law enforcement occupations", "Positions of authority", "Security"]}
94
+ {"byte_start": 9613129287, "source_revision": "1184647314", "id": "10503", "title": "Exile (1995 video game series)", "byte_end": 9614969533, "categories": ["Indie games", "Linux games", "Classic Mac OS games", "Role-playing video games", "Spiderweb Software games", "Video game franchises", "Video games with tile-based graphics", "Windows games", "Open-source video games", "1997 video games", "1996 video games", "1995 video games", "Video game franchises introduced in 1995", "Video games developed in the United States"]}
95
+ {"byte_start": 9614969533, "source_revision": "933082693", "id": "10504", "title": "Reizei", "byte_end": 9614980952, "categories": []}
96
+ {"byte_start": 9614980952, "source_revision": "93366842", "id": "10505", "title": "Emperor Enyu of Japan", "byte_end": 9614982161, "categories": []}
97
+ {"byte_start": 9614982161, "source_revision": "1181728867", "id": "10506", "title": "Emperor Kazan", "byte_end": 9617203738, "categories": ["Japanese emperors", "968 births", "1008 deaths", "People of Heian-period Japan", "Heian period Buddhist clergy", "10th-century Japanese monarchs", "11th-century Japanese people", "Japanese Buddhist monarchs", "Japanese retired emperors", "People from Kyoto"]}
98
+ {"byte_start": 9617203738, "source_revision": "1048369743", "id": "10507", "title": "Ichij\u014d", "byte_end": 9617292552, "categories": ["Japanese-language surnames"]}
99
+ {"byte_start": 9617292552, "source_revision": "1078029784", "id": "10508", "title": "Sanj\u014d", "byte_end": 9617366534, "categories": []}
100
+ {"byte_start": 9617366534, "source_revision": "789954112", "id": "10509", "title": "Elements", "byte_end": 9617379836, "categories": []}
101
+ {"byte_start": 9617379836, "source_revision": "1201186203", "id": "10510", "title": "Elvis Costello", "byte_end": 9843404863, "categories": ["Elvis Costello| ", "1954 births", "Living people", "Columbia Records artists", "Deutsche Grammophon artists", "Diana Krall", "Elvis Costello & the Attractions members", "English buskers", "English expatriates in the United States", "English male singer-songwriters", "English singer-songwriters", "English new wave musicians", "English people of Irish descent", "English punk rock guitarists", "English punk rock singers", "English record producers", "English rock guitarists", "English male guitarists", "English rock singers", "Grammy Award winners", "Island Records artists", "Lost Highway Records artists", "Male new wave singers", "Mercury Records artists", "Musicians from Paddington", "Radar Records artists", "Rykodisc artists", "Second British Invasion artists", "Singers from London", "Stiff Records artists", "2 Tone Records artists", "Warner Records artists", "Officers of the Order of the British Empire", "The New Basement Tapes members", "Concord Records artists", "English autobiographers"]}
102
+ {"byte_start": 9843404863, "source_revision": "1200241262", "id": "10511", "title": "Epilepsy", "byte_end": 10253036804, "categories": ["Epilepsy| ", "Articles containing video clips", "Disorders causing seizures", "Neurological disorders in children", "Wikipedia medicine articles ready to translate (full)", "Wikipedia neurology articles ready to translate"]}
103
+ {"byte_start": 10253036804, "source_revision": "1070212579", "id": "10513", "title": "Everquest", "byte_end": 10253040455, "categories": []}
104
+ {"byte_start": 10253040455, "source_revision": "1192971012", "id": "10515", "title": "Extrasensory perception", "byte_end": 10299980677, "categories": ["Parapsychology", "Paranormal terminology", "Pseudoscience", "Psychic powers"]}
105
+ {"byte_start": 10299980677, "source_revision": "1199175672", "id": "10517", "title": "Economies of scale", "byte_end": 10315084817, "categories": ["Production economics"]}
106
+ {"byte_start": 10315084817, "source_revision": "1200945279", "id": "10518", "title": "Elie Wiesel", "byte_end": 10589110265, "categories": ["1928 births", "2016 deaths", "Nobel Peace Prize laureates", "American Nobel laureates", "Romanian Nobel laureates", "Jewish American novelists", "20th-century American novelists", "21st-century American novelists", "20th-century translators", "21st-century translators", "American activists", "American agnostics", "American Federation of Teachers people", "American Jewish theologians", "American male novelists", "American memoirists", "American people of Hungarian-Jewish descent", "American people of Romanian-Jewish descent", "American religious writers", "Auschwitz concentration camp survivors", "American biblical scholars", "Columbia University faculty", "Boston University faculty", "Buchenwald concentration camp survivors", "Congressional Gold Medal recipients", "Hasidic Judaism", "Holocaust historiography", "Honorary Knights Commander of the Order of the British Empire", "Hungarian Jews", "Hungarian writers", "Jewish agnostics", "Jewish concentration camp survivors", "Knights Commander of the Order of Merit of the Federal Republic of Germany", "Madoff investment scandal", "Members of the American Academy of Arts and Letters", "National Humanities Medal recipients", "Nazi-era ghetto inmates", "Novelists from Massachusetts", "People from Sighetu Marma\u021biei", "Presidential Medal of Freedom recipients", "Prix M\u00e9dicis winners", "Prix du Livre Inter winners", "Recipients of the Presidential Medal of Distinction of Israel", "Romanian agnostics", "Romanian emigrants to the United States", "Romanian Jews", "Romanian writers", "The Holocaust in Hungary", "Translators to Yiddish", "United Nations Messengers of Peace", "University of Paris alumni", "Victims of human rights abuses", "Writers on antisemitism", "Yiddish-language writers", "21st-century American non-fiction writers", "American male non-fiction writers", "Burials at Kensico Cemetery", "Grand Officers of the Order of the Star of Romania", "20th-century American male writers", "21st-century American male writers"]}
107
+ {"byte_start": 10589110265, "source_revision": "1199095064", "id": "10520", "title": "Ed Wood", "byte_end": 10676527916, "categories": ["Ed Wood| ", "1924 births", "1978 deaths", "20th-century American dramatists and playwrights", "20th-century American male actors", "20th-century American novelists", "American film editors", "American male dramatists and playwrights", "American male film actors", "American male novelists", "American male screenwriters", "American male stage actors", "United States Marine Corps personnel of World War II", "American television directors", "Film directors from New York (state)", "Horror film directors", "Male actors from New York (state)", "Male-to-female cross-dressers", "Military personnel from New York (state)", "Novelists from New York (state)", "Pulp fiction writers", "Science fiction film directors", "Screenwriters from New York (state)", "United States Marine Corps non-commissioned officers", "Writers from Poughkeepsie, New York", "20th-century American male writers", "20th-century American screenwriters", "20th-century pseudonymous writers", "Bigamists"]}
108
+ {"byte_start": 10676527916, "source_revision": "1193887148", "id": "10521", "title": "Talk:Epimenides paradox", "byte_end": 10679907098, "categories": []}
109
+ {"byte_start": 10679907098, "source_revision": "1158038319", "id": "10522", "title": "EDIF", "byte_end": 10681303384, "categories": ["EDA file formats"]}
110
+ {"byte_start": 10681303384, "source_revision": "1124830438", "id": "10523", "title": "Explosives", "byte_end": 10681305834, "categories": []}
111
+ {"byte_start": 10681305834, "source_revision": "1193887158", "id": "10525", "title": "Talk:Human evolution", "byte_end": 10795066799, "categories": []}
112
+ {"byte_start": 10795066799, "source_revision": "528637319", "id": "10526", "title": "Enea Silvio Piccolomini", "byte_end": 10795068146, "categories": []}
113
+ {"byte_start": 10795068146, "source_revision": "1195819590", "id": "10528", "title": "Essential tremor", "byte_end": 10817573880, "categories": ["Extrapyramidal and movement disorders"]}
114
+ {"byte_start": 10817573880, "source_revision": "1201660804", "id": "10529", "title": "Book of Enos", "byte_end": 10817864043, "categories": ["Books of the Book of Mormon|Enos", "Harold B. Lee Library-related Book of Mormon articles"]}
115
+ {"byte_start": 10817864043, "source_revision": "1198194074", "id": "10530", "title": "Environmental skepticism", "byte_end": 10820105471, "categories": ["Environmental skepticism| "]}
116
+ {"byte_start": 10820105471, "source_revision": "1196780586", "id": "10531", "title": "El Ni\u00f1o", "byte_end": 11047548687, "categories": []}
117
+ {"byte_start": 11047548687, "source_revision": "783862503", "id": "10532", "title": "FootBall", "byte_end": 11047554283, "categories": []}
118
+ {"byte_start": 11047554283, "source_revision": "783862512", "id": "10533", "title": "FidDle", "byte_end": 11047561340, "categories": []}
119
+ {"byte_start": 11047561340, "source_revision": "1088198387", "id": "10534", "title": "FiddleandViolin", "byte_end": 11047566425, "categories": []}
120
+ {"byte_start": 11047566425, "source_revision": "1070894819", "id": "10535", "title": "FiddleStyles", "byte_end": 11047571118, "categories": []}
121
+ {"byte_start": 11047571118, "source_revision": "783862531", "id": "10536", "title": "FinlanD", "byte_end": 11047574842, "categories": []}
122
+ {"byte_start": 11047574842, "source_revision": "1070682425", "id": "10537", "title": "FiLm", "byte_end": 11047580560, "categories": []}
123
+ {"byte_start": 11047580560, "source_revision": "528729900", "id": "10538", "title": "FilmCriticism", "byte_end": 11047582810, "categories": []}
124
+ {"byte_start": 11047582810, "source_revision": "783862549", "id": "10539", "title": "FilmHistory", "byte_end": 11047586181, "categories": []}
125
+ {"byte_start": 11047586181, "source_revision": "783862565", "id": "10541", "title": "FeudalisM", "byte_end": 11047587927, "categories": []}
126
+ {"byte_start": 11047587927, "source_revision": "783862575", "id": "10545", "title": "FrancE", "byte_end": 11047589942, "categories": []}
127
+ {"byte_start": 11047589942, "source_revision": "1072889981", "id": "10546", "title": "FriendsofGlobalProgress", "byte_end": 11047594593, "categories": []}
128
+ {"byte_start": 11047594593, "source_revision": "1174531980", "id": "10548", "title": "FederalisM", "byte_end": 11047598814, "categories": []}
129
+ {"byte_start": 11047598814, "source_revision": "528342053", "id": "10549", "title": "FilmEditing", "byte_end": 11047600456, "categories": []}
130
+ {"byte_start": 11047600456, "source_revision": "528735063", "id": "10550", "title": "FaithAndRationality", "byte_end": 11047612416, "categories": []}
131
+ {"byte_start": 11047612416, "source_revision": "1071289991", "id": "10551", "title": "FreeWillAndDeterminism", "byte_end": 11047650011, "categories": []}
132
+ {"byte_start": 11047650011, "source_revision": "783862597", "id": "10552", "title": "FoundationTrilogy", "byte_end": 11047653045, "categories": []}
133
+ {"byte_start": 11047653045, "source_revision": "1198398919", "id": "10553", "title": "Flute", "byte_end": 11197810748, "categories": ["Flutes| ", "Jazz instruments"]}
134
+ {"byte_start": 11197810748, "source_revision": "1064744930", "id": "10554", "title": "Flageolet (disambiguation)", "byte_end": 11197838390, "categories": []}
135
+ {"byte_start": 11197838390, "source_revision": "772982100", "id": "10555", "title": "Talk:FootBall", "byte_end": 11197865994, "categories": []}
136
+ {"byte_start": 11197865994, "source_revision": "831018755", "id": "10556", "title": "FoxFilmCorporation", "byte_end": 11197869451, "categories": []}
137
+ {"byte_start": 11197869451, "source_revision": "697940905", "id": "10557", "title": "FirstNational", "byte_end": 11197872196, "categories": []}
138
+ {"byte_start": 11197872196, "source_revision": "1070530387", "id": "10558", "title": "FrequencyProbability", "byte_end": 11197875124, "categories": []}
139
+ {"byte_start": 11197875124, "source_revision": "783862604", "id": "10559", "title": "FielD", "byte_end": 11197887653, "categories": []}
140
+ {"byte_start": 11197887653, "source_revision": "783862605", "id": "10560", "title": "FoodAndDrinks", "byte_end": 11197890683, "categories": []}
141
+ {"byte_start": 11197890683, "source_revision": "292961553", "id": "10561", "title": "FriedrichNietzsche", "byte_end": 11197893065, "categories": []}
142
+ {"byte_start": 11197893065, "source_revision": "783862611", "id": "10562", "title": "FrenchLanguage", "byte_end": 11197898070, "categories": []}
143
+ {"byte_start": 11197898070, "source_revision": "783862621", "id": "10564", "title": "FilmDirectors", "byte_end": 11197901829, "categories": []}
144
+ {"byte_start": 11197901829, "source_revision": "528637323", "id": "10566", "title": "FieldsMedal", "byte_end": 11197904978, "categories": []}
145
+ {"byte_start": 11197904978, "source_revision": "1070530340", "id": "10567", "title": "FiniteMathematics", "byte_end": 11197907041, "categories": []}
146
+ {"byte_start": 11197907041, "source_revision": "1201242264", "id": "10568", "title": "Association football", "byte_end": 11682871423, "categories": ["Association football| ", "Association football terminology|\u00a0", "Ball games", "Football codes", "Team sports", "Laws of association football", "Sports originating in England", "Physical education", "Summer Olympic sports|Football", "Articles containing video clips", "19th century in England", "Games and sports introduced in the 19th century", "Turf sports", "English inventions"]}
147
+ {"byte_start": 11682871423, "source_revision": "292961904", "id": "10569", "title": "Food and Drinks", "byte_end": 11682874271, "categories": []}
148
+ {"byte_start": 11682874271, "source_revision": "783862632", "id": "10570", "title": "Film Directors", "byte_end": 11682880151, "categories": []}
149
+ {"byte_start": 11682880151, "source_revision": "783862638", "id": "10572", "title": "Film Criticism", "byte_end": 11682884982, "categories": []}
150
+ {"byte_start": 11682884982, "source_revision": "1195025360", "id": "10573", "title": "Fox Film", "byte_end": 11688757648, "categories": ["Early film in Fort Lee, New Jersey", "Fox Film| ", "1915 establishments in California", "1935 disestablishments in California", "American companies established in 1915", "American companies disestablished in 1935", "Mass media companies established in 1915", "Mass media companies disestablished in 1935", "Companies based in Los Angeles", "Defunct American film studios", "Film production companies of the United States", "Film distributors of the United States", "20th Century Studios", "Articles containing video clips", "Academy Award for Technical Achievement winners"]}
151
+ {"byte_start": 11688757648, "source_revision": "1181426199", "id": "10574", "title": "First National Pictures", "byte_end": 11706583406, "categories": ["Entertainment companies established in 1917", "Mass media companies established in 1917", "Mass media companies disestablished in 1936", "Defunct American film studios", "Film distributors of the United States", "Film production companies of the United States", "Film studios in Southern California", "Defunct organizations based in Hollywood, Los Angeles", "Entertainment companies based in California", "Companies based in Burbank, California", "1917 establishments in California", "1936 disestablishments in California", "Defunct companies based in Greater Los Angeles", "Warner Bros.", "1929 mergers and acquisitions"]}
152
+ {"byte_start": 11706583406, "source_revision": "18973942", "id": "10575", "title": "Film History", "byte_end": 11706588808, "categories": []}
153
+ {"byte_start": 11706588808, "source_revision": "1200577526", "id": "10576", "title": "Francis Ford Coppola", "byte_end": 11939257364, "categories": ["Francis Ford Coppola| ", "1939 births", "Living people", "20th-century American male writers", "20th-century American screenwriters", "21st-century American male writers", "21st-century American screenwriters", "American film directors", "American film producers", "American male screenwriters", "American viticulturists", "American writers of Italian descent", "Best Adapted Screenplay Academy Award winners", "Best Directing Academy Award winners", "Best Director BAFTA Award winners", "Best Director Golden Globe winners", "Best Original Screenplay Academy Award winners", "Best Screenplay Golden Globe winners", "Cinema of the San Francisco Bay Area", "Coppola family|Francis Ford", "David di Donatello winners", "Directors Guild of America Award winners", "Directors of Palme d'Or winners", "Fellows of the American Academy of Arts and Sciences", "Film directors from California", "Film directors from Michigan", "Film directors from New York City", "Film producers from California", "Film producers from Michigan", "Film producers from New York (state)", "Golden Globe Award-winning musicians", "Golden Orange Honorary Award winners", "John L. Miller Great Neck North High School alumni", "Hofstra University alumni", "Horror film directors", "Inkpot Award winners", "Jamaica High School (New York City) alumni", "New York Military Academy alumni", "Officers of the Legion of Honour", "People from the San Francisco Bay Area", "People from Rutherford, California", "People from Woodside, Queens", "People of Campanian descent", "People of Lucanian descent", "Producers who won the Best Picture Academy Award", "Recipients of the Irving G. Thalberg Memorial Award", "Recipients of the Praemium Imperiale", "Screenwriters from California", "Screenwriters from Michigan", "Screenwriters from New York (state)", "UCLA Film School alumni", "Writers from Detroit", "Writers Guild of America Award winners", "Golden Lion for Lifetime Achievement recipients", "Directors of Best Picture Academy Award winners"]}
154
+ {"byte_start": 11939257364, "source_revision": "1200907387", "id": "10577", "title": "Finland", "byte_end": 13922901634, "categories": ["Finland| ", "Members of the Nordic Council", "Member states of the European Union", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "Member states of NATO", "Post\u2013Russian Empire states", "Republics", "States and territories established in 1917", "Countries and territories where Swedish is an official language", "Fennoscandia", "Countries in Europe", "Christian states", "OECD members"]}
155
+ {"byte_start": 13922901634, "source_revision": "783862640", "id": "10578", "title": "Finite Mathematics", "byte_end": 13922908922, "categories": []}
156
+ {"byte_start": 13922908922, "source_revision": "1072891091", "id": "10583", "title": "FrodoBaggins", "byte_end": 13922912333, "categories": ["Middle-earth redirects"]}
157
+ {"byte_start": 13922912333, "source_revision": "1199265271", "id": "10585", "title": "Flagellate", "byte_end": 13925808807, "categories": ["Cell biology", "Flagellates| ", "Microbiology"]}
158
+ {"byte_start": 13925808807, "source_revision": "97074888", "id": "10587", "title": "Film Techniques", "byte_end": 13925810721, "categories": []}
159
+ {"byte_start": 13925810721, "source_revision": "1113933901", "id": "10589", "title": "Function", "byte_end": 13930648434, "categories": []}
160
+ {"byte_start": 13930648434, "source_revision": "1174746211", "id": "10590", "title": "Federal Republic of Germany", "byte_end": 13930667131, "categories": ["States and territories established in 1949"]}
161
+ {"byte_start": 13930667131, "source_revision": "1192087948", "id": "10591", "title": "Flavoring", "byte_end": 13952995383, "categories": ["Flavors| ", "Food science"]}
162
+ {"byte_start": 13952995383, "source_revision": "1145666063", "id": "10592", "title": "Wikipedia talk:Free links", "byte_end": 13953044749, "categories": []}
163
+ {"byte_start": 13953044749, "source_revision": "783862651", "id": "10593", "title": "FielDs", "byte_end": 13953054045, "categories": []}
164
+ {"byte_start": 13953054045, "source_revision": "1066737240", "id": "10594", "title": "FrisianLanguage", "byte_end": 13953058285, "categories": []}
165
+ {"byte_start": 13953058285, "source_revision": "783862657", "id": "10595", "title": "Film Theory", "byte_end": 13953062520, "categories": []}
166
+ {"byte_start": 13953062520, "source_revision": "1198194146", "id": "10596", "title": "Frisian languages", "byte_end": 13973490773, "categories": ["Frisian languages| ", "Languages attested from the 8th century", "Languages of the Netherlands", "Languages of Germany"]}
167
+ {"byte_start": 13973490773, "source_revision": "1201416706", "id": "10597", "title": "French language", "byte_end": 14794879793, "categories": ["French language| ", "Articles containing video clips", "Fusional languages", "Languages attested from the 9th century", "Languages of France", "Languages of Algeria", "Languages of Belgium", "Languages of Benin", "Languages of Burkina Faso", "Languages of Burundi", "Languages of Cambodia", "Languages of Cameroon", "Languages of Canada", "Languages of the Central African Republic", "Languages of Chad", "Languages of the Comoros", "Languages of the Republic of the Congo", "Languages of the Democratic Republic of the Congo", "Languages of Djibouti", "Languages of French Guiana", "Languages of French Polynesia", "Languages of Gabon", "Languages of Guadeloupe", "Languages of Guinea", "Languages of Haiti", "Languages of Ivory Coast", "Languages of Laos", "Languages of Lebanon", "Languages of Luxembourg", "Languages of Madagascar", "Languages of Mali", "Languages of Martinique", "Languages of Mauritania", "Languages of Mauritius", "Languages of Monaco", "Languages of Morocco", "Languages of New Caledonia", "Languages of Niger", "Languages of R\u00e9union", "Languages of Rwanda", "Languages of Saint Martin (island)", "Languages of Senegal", "Languages of Seychelles", "Languages of Switzerland", "Languages of Togo", "Languages of Tunisia", "Languages of the United States", "Languages of Vanuatu", "Languages of Vietnam", "Languages of Wallis and Futuna", "Lingua francas", "Subject\u2013verb\u2013object languages"]}
168
+ {"byte_start": 14794879793, "source_revision": "783862664", "id": "10599", "title": "Formalist Film Theory", "byte_end": 14794882299, "categories": []}
169
+ {"byte_start": 14794882299, "source_revision": "1136850812", "id": "10600", "title": "Formula fiction", "byte_end": 14795253420, "categories": ["Fiction", "Plot (narrative)", "Literary genres", "Narratology"]}
170
+ {"byte_start": 14795253420, "source_revision": "1201020402", "id": "10603", "title": "Field (mathematics)", "byte_end": 14874867612, "categories": ["Field (mathematics)| ", "Algebraic structures", "Abstract algebra"]}
171
+ {"byte_start": 14874867612, "source_revision": "528637334", "id": "10604", "title": "Film Festivals", "byte_end": 14874870608, "categories": []}
172
+ {"byte_start": 14874870608, "source_revision": "1070665248", "id": "10605", "title": "FrenchMaterialism", "byte_end": 14874882154, "categories": []}
173
+ {"byte_start": 14874882154, "source_revision": "1200323379", "id": "10606", "title": "Factorial", "byte_end": 14973236324, "categories": ["Combinatorics", "Gamma and related functions", "Factorial and binomial topics", "Unary operations"]}
174
+ {"byte_start": 14973236324, "source_revision": "603721816", "id": "10609", "title": "Film Genres", "byte_end": 14973242216, "categories": []}
175
+ {"byte_start": 14973242216, "source_revision": "15908410", "id": "10610", "title": "Film History/France", "byte_end": 14973245210, "categories": []}
176
+ {"byte_start": 14973245210, "source_revision": "291324467", "id": "10611", "title": "Film History/Russia", "byte_end": 14973250668, "categories": []}
177
+ {"byte_start": 14973250668, "source_revision": "1200521834", "id": "10612", "title": "Cinema of Germany", "byte_end": 15013430264, "categories": ["Cinema of Germany| "]}
178
+ {"byte_start": 15013430264, "source_revision": "1071283622", "id": "10614", "title": "Film History/Poland", "byte_end": 15013433290, "categories": []}
179
+ {"byte_start": 15013433290, "source_revision": "93128424", "id": "10615", "title": "Film History/Canada", "byte_end": 15013436109, "categories": []}
180
+ {"byte_start": 15013436109, "source_revision": "1195243744", "id": "10616", "title": "Frivolous litigation", "byte_end": 15019092322, "categories": ["Abuse of the legal system", "Civil procedure", "American legal terminology", "Tort law"]}
181
+ {"byte_start": 15019092322, "source_revision": "1070720687", "id": "10617", "title": "Free will and determinism", "byte_end": 15019635184, "categories": []}
182
+ {"byte_start": 15019635184, "source_revision": "1182990416", "id": "10618", "title": "Fiddle", "byte_end": 15044224656, "categories": ["Cajun musical instruments", "Celtic musical instruments", "Czech musical instruments", "English musical instruments", "American musical instruments", "Fiddles", "Irish musical instruments", "Scottish musical instruments", "Welsh musical instruments", "Violins"]}
183
+ {"byte_start": 15044224656, "source_revision": "1197171955", "id": "10619", "title": "French revolution", "byte_end": 15044285245, "categories": []}
184
+ {"byte_start": 15044285245, "source_revision": "1197883580", "id": "10620", "title": "List of female tennis players", "byte_end": 15238377904, "categories": ["Lists of female tennis players| "]}
185
+ {"byte_start": 15238377904, "source_revision": "1191085377", "id": "10622", "title": "Flugelhorn", "byte_end": 15244782884, "categories": ["B-flat instruments", "Brass instruments", "Horns"]}
186
+ {"byte_start": 15244782884, "source_revision": "1198194478", "id": "10623", "title": "Folk music", "byte_end": 15556072587, "categories": ["Articles containing video clips", "Folk music| ", "Music genres"]}
187
+ {"byte_start": 15556072587, "source_revision": "1201426198", "id": "10624", "title": "Frank", "byte_end": 15560149193, "categories": []}
188
+ {"byte_start": 15560149193, "source_revision": "1088198390", "id": "10627", "title": "Fiddle and violin", "byte_end": 15560158785, "categories": []}
189
+ {"byte_start": 15560158785, "source_revision": "1189519569", "id": "10628", "title": "Fullerene", "byte_end": 15659977967, "categories": ["Fullerenes| "]}
190
+ {"byte_start": 15659977967, "source_revision": "1000907864", "id": "10629", "title": "Francis II", "byte_end": 15660028550, "categories": []}
191
+ {"byte_start": 15660028550, "source_revision": "348700940", "id": "10630", "title": "Foundation Trilogy", "byte_end": 15660044161, "categories": []}
192
+ {"byte_start": 15660044161, "source_revision": "1170621993", "id": "10632", "title": "Fallacies of definition", "byte_end": 15661507766, "categories": ["Informal fallacies", "Lexicography"]}
193
+ {"byte_start": 15661507766, "source_revision": "1189250277", "id": "10633", "title": "Fredericton", "byte_end": 15813136646, "categories": ["Fredericton| ", "Cities in New Brunswick", "Former colonial capitals in Canada", "Greater Fredericton", "Populated places established in 1785", "New Brunswick populated places on the Saint John River (Bay of Fundy)"]}
194
+ {"byte_start": 15813136646, "source_revision": "63323505", "id": "10634", "title": "Talk:Famous Scotsmen", "byte_end": 15813141210, "categories": []}
195
+ {"byte_start": 15813141210, "source_revision": "1196006316", "id": "10635", "title": "Free software", "byte_end": 15938742175, "categories": ["Free software| ", "Free and open-source software| ", "Software licenses", "Applied ethics"]}
196
+ {"byte_start": 15938742175, "source_revision": "1199849489", "id": "10636", "title": "Free", "byte_end": 15946987451, "categories": []}
197
+ {"byte_start": 15946987451, "source_revision": "1194698395", "id": "10637", "title": "Talk:Free software", "byte_end": 15984490820, "categories": []}
198
+ {"byte_start": 15984490820, "source_revision": "1197710495", "id": "10638", "title": "Free software movement", "byte_end": 16003714379, "categories": ["Free software movement| ", "Copyleft media", "Free software culture and documents"]}
warehouse_00006.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb8a636169c653eaf133d9d4bf912f4231623a2aeae95d6f50b595329a76557f
3
+ size 153652283
warehouse_00006.metadata ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1198742161", "id": "14056", "title": "Prince-elector", "byte_end": 32158855, "categories": ["1125 establishments in Europe", "1120s establishments in the Holy Roman Empire", "1866 disestablishments in Germany", "Princes of the Holy Roman Empire|*", "German noble titles", "Titles of nobility of the Holy Roman Empire", "Prince-electors of the Holy Roman Empire|*", "Electoral colleges", "Imperial election (Holy Roman Empire)", "Monarchy in Germany"]}
2
+ {"byte_start": 32158855, "source_revision": "1159724103", "id": "14057", "title": "Talk:House of Hohenzollern", "byte_end": 33107389, "categories": []}
3
+ {"byte_start": 33107389, "source_revision": "1193888546", "id": "14058", "title": "Talk:Prince-elector", "byte_end": 34859673, "categories": []}
4
+ {"byte_start": 34859673, "source_revision": "1200928910", "id": "14059", "title": "Howard Hughes", "byte_end": 515623377, "categories": ["Howard Hughes| ", "1905 births", "1976 deaths", "20th-century American businesspeople", "20th-century American engineers", "20th-century American inventors", "20th-century aviation", "20th-century Methodists", "Amateur radio people", "American aerospace businesspeople", "American aerospace designers", "American aerospace engineers", "American airline chief executives", "American anti-communists", "American aviation record holders", "American billionaires", "American businesspeople in the oil industry", "American casino industry businesspeople", "American chairpersons of corporations", "American chief executives of manufacturing companies", "American telecommunications industry businesspeople", "American construction businesspeople", "American consulting businesspeople", "American film studio executives", "American financiers", "American health care businesspeople", "American hoteliers", "American inventors", "American investors", "American mass media owners", "American media executives", "American mining businesspeople", "American nonprofit executives", "American people of English descent", "American people of French descent", "American people of Welsh descent", "American philanthropists", "American political fundraisers", "American real estate businesspeople", "American restaurateurs", "American technology chief executives", "American technology company founders", "American United Methodists", "Articles containing video clips", "Aviation inventors", "Aviation pioneers", "Aviators from Texas", "Burials at Glenwood Cemetery (Houston, Texas)", "Businesspeople from Los Angeles", "Businesspeople from Houston", "California Institute of Technology alumni", "California Republicans", "Collier Trophy recipients", "Congressional Gold Medal recipients", "Deaths from kidney failure", "Engineers from California", "Film directors from Los Angeles", "Film directors from Texas", "Film producers from California", "History of Clark County, Nevada", "History of Houston", "Hypochondriacs", "People from Ventura County, California", "People with obsessive\u2013compulsive disorder", "Rice University alumni", "Survivors of aviation accidents or incidents", "Texas Republicans", "Trans World Airlines people", "Watergate scandal", "Hughes family (United States)"]}
5
+ {"byte_start": 515623377, "source_revision": "1192267218", "id": "14062", "title": "Hook of Holland", "byte_end": 517131250, "categories": ["Rotterdam", "Boroughs of Rotterdam", "Populated coastal places in the Netherlands", "Populated places in South Holland", "Port cities and towns in the Netherlands", "Port cities and towns of the North Sea"]}
6
+ {"byte_start": 517131250, "source_revision": "1194476379", "id": "14063", "title": "Hugh Binning", "byte_end": 524684261, "categories": ["1627 births", "1653 deaths", "Scottish Calvinist and Reformed theologians", "Academics of the University of Glasgow", "Scottish philosophers", "Alumni of the University of Glasgow", "People from Ayr", "17th-century Calvinist and Reformed theologians", "17th-century Scottish people", "17th-century philosophers", "17th-century deaths from tuberculosis", "Tuberculosis deaths in Scotland"]}
7
+ {"byte_start": 524684261, "source_revision": "1177480841", "id": "14064", "title": "Henry Home, Lord Kames", "byte_end": 525848601, "categories": ["1695 births", "1782 deaths", "18th-century philosophers", "18th-century Scottish historians", "People from Berwickshire", "Members of the Faculty of Advocates", "Enlightenment philosophers", "Members of the Philosophical Society of Edinburgh", "Scottish rhetoricians", "People of the Scottish Enlightenment", "Scottish philosophers", "Senators of the College of Justice|Kames", "Scottish legal writers", "Scottish agronomists", "Scottish literary critics", "Scottish anthropologists", "Scottish sociologists", "Alumni of the University of Edinburgh"]}
8
+ {"byte_start": 525848601, "source_revision": "1193513596", "id": "14065", "title": "Harwich", "byte_end": 532455670, "categories": ["Harwich| ", "Port cities and towns in the East of England", "Port cities and towns of the North Sea", "Ports and harbours of Essex", "Towns in Essex", "Populated coastal places in Essex", "Tendring"]}
9
+ {"byte_start": 532455670, "source_revision": "1169509176", "id": "14067", "title": "Hendrick Avercamp", "byte_end": 532923926, "categories": ["1585 births", "1634 deaths", "Dutch Golden Age painters", "Dutch male painters", "Painters from Amsterdam", "People from Kampen, Overijssel", "Mute people", "Dutch deaf people", "Deaf artists"]}
10
+ {"byte_start": 532923926, "source_revision": "1188371053", "id": "14068", "title": "Hans Baldung", "byte_end": 537592305, "categories": ["1480s births", "1545 deaths", "People from Schw\u00e4bisch Gm\u00fcnd", "16th-century German painters", "German male painters", "German Renaissance painters", "Woodcut designers"]}
11
+ {"byte_start": 537592305, "source_revision": "1197358876", "id": "14070", "title": "Hammered dulcimer", "byte_end": 545378870, "categories": ["Hammered box zithers", "Austrian musical instruments", "Early musical instruments", "English musical instruments", "German musical instruments", "Celtic musical instruments", "Hungarian musical instruments", "Polish musical instruments", "Romanian musical instruments", "Arabic musical instruments", "American musical instruments", "Welsh musical instruments", "Ukrainian musical instruments"]}
12
+ {"byte_start": 545378870, "source_revision": "1196583695", "id": "14071", "title": "Humanae vitae", "byte_end": 567481321, "categories": ["Catholic theology of the body", "Papal encyclicals", "Documents of Pope Paul VI", "Natalism", "1968 documents", "1968 in Christianity", "Catholic Church and abortion", "July 1968 events"]}
13
+ {"byte_start": 567481321, "source_revision": "1201048832", "id": "14072", "title": "History of Wikipedia", "byte_end": 1242748468, "categories": ["History of Wikipedia| ", "Articles containing video clips", "Computing timelines|Wikipedia", "Encyclopedism", "Jimmy Wales"]}
14
+ {"byte_start": 1242748468, "source_revision": "1198546108", "id": "14073", "title": "Hydropower", "byte_end": 1323417842, "categories": ["Hydropower| ", "Power station technology", "Energy conversion", "Hydraulic engineering", "Sustainable technologies"]}
15
+ {"byte_start": 1323417842, "source_revision": "783863913", "id": "14074", "title": "Hydroelectric plant", "byte_end": 1323419604, "categories": []}
16
+ {"byte_start": 1323419604, "source_revision": "15911653", "id": "14075", "title": "Horse Breed", "byte_end": 1323420701, "categories": []}
17
+ {"byte_start": 1323420701, "source_revision": "1184847947", "id": "14076", "title": "Horse breed", "byte_end": 1324871838, "categories": ["Horse breeds| "]}
18
+ {"byte_start": 1324871838, "source_revision": "1193525036", "id": "14082", "title": "Horse breeding", "byte_end": 1364586627, "categories": ["Horse breeding and studs| ", "Horse health", "Horse-related professions and professionals"]}
19
+ {"byte_start": 1364586627, "source_revision": "1193888554", "id": "14083", "title": "Talk:Human sexuality", "byte_end": 1397329397, "categories": []}
20
+ {"byte_start": 1397329397, "source_revision": "1200377062", "id": "14084", "title": "Heterosexuality", "byte_end": 1473780098, "categories": ["Heterosexuality| ", "Interpersonal attraction", "Interpersonal relationships", "Love", "Sexual orientation", "1860s neologisms"]}
21
+ {"byte_start": 1473780098, "source_revision": "1201784854", "id": "14086", "title": "Hopewell Centre (Hong Kong)", "byte_end": 1474733953, "categories": ["Office buildings completed in 1980", "Skyscraper office buildings in Hong Kong", "Landmarks in Hong Kong", "Wan Chai", "Buildings and structures with revolving restaurants", "Queen's Road East", "Hopewell Holdings", "Round buildings"]}
22
+ {"byte_start": 1474733953, "source_revision": "873348933", "id": "14087", "title": "Heliopause (astronomy)", "byte_end": 1475028629, "categories": []}
23
+ {"byte_start": 1475028629, "source_revision": "1165944226", "id": "14088", "title": "Talk:List of historical films set in Near Eastern and Western civilization", "byte_end": 1478671154, "categories": []}
24
+ {"byte_start": 1478671154, "source_revision": "1191515988", "id": "14089", "title": "Harwich, Massachusetts", "byte_end": 1485745765, "categories": ["1670 establishments in Plymouth Colony", "Harwich, Massachusetts| ", "Populated coastal places in Massachusetts", "Populated places established in 1670", "Towns in Barnstable County, Massachusetts", "Towns in Massachusetts"]}
25
+ {"byte_start": 1485745765, "source_revision": "1193471485", "id": "14090", "title": "Hull classification symbol", "byte_end": 1520161527, "categories": ["Ships of the United States Navy", "Ship identification numbers", "Lists of ships of the United States|Hull classifications", "Ship naming conventions|United States", "Service vessels of the United States"]}
26
+ {"byte_start": 1520161527, "source_revision": "1199328657", "id": "14091", "title": "Habeas corpus", "byte_end": 1642576732, "categories": ["Habeas corpus| ", "Constitutional law", "Writs", "Prerogative writs", "Emergency laws", "Human rights", "Latin legal terminology", "Liberalism", "Philosophy of law"]}
27
+ {"byte_start": 1642576732, "source_revision": "1201340270", "id": "14092", "title": "Prince Henry the Navigator", "byte_end": 1685386108, "categories": ["1394 births", "1460 deaths", "15th-century explorers of Africa", "Dukes of Viseu", "History of the Atlantic Ocean", "House of Aviz|Henry", "Knights of the Garter", "Order of Christ (Portugal)", "People from Porto", "Portuguese people of English descent", "Portuguese infantes", "Portuguese Roman Catholics", "Maritime history of Portugal", "15th-century Portuguese people", "Donat\u00e1rios of the Azores", "Portuguese exploration in the Age of Discovery", "Sons of kings"]}
28
+ {"byte_start": 1685386108, "source_revision": "1193888561", "id": "14093", "title": "Talk:House of Habsburg", "byte_end": 1696480503, "categories": []}
29
+ {"byte_start": 1696480503, "source_revision": "1199875664", "id": "14094", "title": "Human cloning", "byte_end": 1814150291, "categories": ["Biotechnology", "Cloning|*"]}
30
+ {"byte_start": 1814150291, "source_revision": "1193888572", "id": "14095", "title": "Talk:Hierarchy", "byte_end": 1815571839, "categories": []}
31
+ {"byte_start": 1815571839, "source_revision": "1200889003", "id": "14097", "title": "History of Asia", "byte_end": 1881716529, "categories": ["History of Asia| "]}
32
+ {"byte_start": 1881716529, "source_revision": "1200944096", "id": "14098", "title": "History of the Americas", "byte_end": 1930782526, "categories": ["History of the Americas| ", "World history|Americas the"]}
33
+ {"byte_start": 1930782526, "source_revision": "1200169733", "id": "14099", "title": "History of Africa", "byte_end": 2410576868, "categories": ["History of Africa", "Archaeology in Africa"]}
34
+ {"byte_start": 2410576868, "source_revision": "1193888582", "id": "14100", "title": "Talk:History of the Netherlands", "byte_end": 2422253392, "categories": []}
35
+ {"byte_start": 2422253392, "source_revision": "1157944768", "id": "14102", "title": "Talk:Human cloning", "byte_end": 2439059003, "categories": ["Top-importance and Start-Class MCB articles|Human cloning"]}
36
+ {"byte_start": 2439059003, "source_revision": "1198128843", "id": "14104", "title": "History of Oceania", "byte_end": 2469238847, "categories": ["History of Oceania| "]}
37
+ {"byte_start": 2469238847, "source_revision": "1201750687", "id": "14105", "title": "Hanseatic League", "byte_end": 2634721433, "categories": ["Hanseatic League| ", "Northern Europe", "Former monopolies", "Trade monopolies", "Early Modern Holy Roman Empire", "Former confederations", "Early Modern history of Germany", "Early Modern Netherlands", "Economy of the Holy Roman Empire", "Economic history of the Netherlands", "History of international trade", "Free imperial cities|*Hanseatic League", "International trade organizations", "Baltic Sea", "Brandenburg-Prussia", "Gotland", "Guilds", "Northern Renaissance", "History of Prussia", "History of Scandinavia", "History of the \u00d8resund Region", "History of the Baltic states", "History of Poland", "1862 disestablishments in Europe", "14th century in Europe", "15th century in Europe", "16th century in Europe", "Medieval Germany"]}
38
+ {"byte_start": 2634721433, "source_revision": "1193996720", "id": "14106", "title": "Talk:Hanseatic League", "byte_end": 2649562859, "categories": []}
39
+ {"byte_start": 2649562859, "source_revision": "1133210820", "id": "14107", "title": "Harvard (disambiguation)", "byte_end": 2649841658, "categories": []}
40
+ {"byte_start": 2649841658, "source_revision": "1165103151", "id": "14108", "title": "Historical African place names", "byte_end": 2649959764, "categories": ["Africa-related lists", "History of Africa", "Names of places in Africa"]}
41
+ {"byte_start": 2649959764, "source_revision": "1197222387", "id": "14109", "title": "Horror fiction", "byte_end": 2682256986, "categories": ["Horror fiction| ", "Speculative fiction"]}
42
+ {"byte_start": 2682256986, "source_revision": "1187876003", "id": "14110", "title": "Holomorphic function", "byte_end": 2690930037, "categories": ["Analytic functions"]}
43
+ {"byte_start": 2690930037, "source_revision": "1193888608", "id": "14112", "title": "Talk:Heterosexuality", "byte_end": 2711149472, "categories": []}
44
+ {"byte_start": 2711149472, "source_revision": "1187000501", "id": "14113", "title": "History of Algeria", "byte_end": 2775223780, "categories": ["History of Algeria| ", "Articles containing video clips"]}
45
+ {"byte_start": 2775223780, "source_revision": "1186346199", "id": "14114", "title": "History of Zimbabwe", "byte_end": 2835646205, "categories": ["History of Zimbabwe| ", "History of Southern Africa by country"]}
46
+ {"byte_start": 2835646205, "source_revision": "1201446903", "id": "14115", "title": "History of Russia", "byte_end": 3490834845, "categories": ["History of Russia| "]}
47
+ {"byte_start": 3490834845, "source_revision": "1195187130", "id": "14116", "title": "Talk:History of Africa", "byte_end": 3500427487, "categories": []}
48
+ {"byte_start": 3500427487, "source_revision": "1201771540", "id": "14117", "title": "History of Christianity", "byte_end": 5274391191, "categories": ["History of Christianity| ", "History of religion by religion"]}
49
+ {"byte_start": 5274391191, "source_revision": "109668252", "id": "14119", "title": "Melody dominated homophony", "byte_end": 5274420790, "categories": []}
50
+ {"byte_start": 5274420790, "source_revision": "1193887580", "id": "11731", "title": "Talk:Fuel cell", "byte_end": 5297984769, "categories": []}
51
+ {"byte_start": 5297984769, "source_revision": "1197895167", "id": "11732", "title": "Finlandization", "byte_end": 5303954739, "categories": ["Cold War terminology", "Ethically disputed political practices", "Finland\u2013Russia relations", "Finland\u2013Soviet Union relations", "Foreign relations of the Soviet Union", "Former client states", "Former vassal states", "Metaphors referring to places", "Political history of Finland", "Political terminology", "Politics of Finland", "Power (international relations)", "1960s neologisms", "Film controversies in Finland", "Film censorship in Finland"]}
52
+ {"byte_start": 5303954739, "source_revision": "1199234615", "id": "11734", "title": "Fred Singer", "byte_end": 5400476643, "categories": ["1924 births", "2020 deaths", "American climatologists", "American non-fiction environmental writers", "Environmental scientists", "Ohio State University College of Engineering alumni", "Princeton University alumni", "University of Maryland, College Park faculty", "University of Miami faculty", "University of Virginia faculty", "George Mason University faculty", "National Weather Service people", "Heartland Institute", "Department of Commerce Gold Medal", "United States Navy personnel of World War II", "Scientists from Vienna", "Austrian Jews", "Austrian emigrants to the United States", "Naturalized citizens of the United States", "Jewish American scientists", "Fellows of the American Physical Society", "21st-century American Jews", "Atmospheric physicists"]}
53
+ {"byte_start": 5400476643, "source_revision": "1197855263", "id": "11736", "title": "Frederik Pohl", "byte_end": 5424941084, "categories": ["1919 births", "2013 deaths", "20th-century American male writers", "20th-century American novelists", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century American novelists", "American communists", "American copywriters", "American editors", "American male non-fiction writers", "American male novelists", "American non-fiction environmental writers", "American science fiction writers", "American speculative fiction critics", "American speculative fiction editors", "Brooklyn Technical High School alumni", "Futurians", "Hugo Award-winning fan writers", "Hugo Award-winning writers", "Literary agents", "Military personnel from New York City", "National Book Award winners", "Nebula Award winners", "Novelists from Illinois", "Novelists from New York (state)", "People from Red Bank, New Jersey", "Science fiction editors", "Science Fiction Hall of Fame inductees", "SFWA Grand Masters", "United States Army Air Forces personnel of World War II", "United States Army Air Forces soldiers", "Writers from Brooklyn", "Writers from Chicago", "Presidents of the Science Fiction and Fantasy Writers Association"]}
54
+ {"byte_start": 5424941084, "source_revision": "1193887593", "id": "11737", "title": "Talk:Frederik Pohl", "byte_end": 5425378299, "categories": []}
55
+ {"byte_start": 5425378299, "source_revision": "783862951", "id": "11738", "title": "Fundamental Theorem of Arithmetic", "byte_end": 5425380834, "categories": []}
56
+ {"byte_start": 5425380834, "source_revision": "770813948", "id": "11739", "title": "Fermat", "byte_end": 5425383086, "categories": []}
57
+ {"byte_start": 5425383086, "source_revision": "1195612280", "id": "11740", "title": "Forrest J Ackerman", "byte_end": 5448717757, "categories": ["1916 births", "2008 deaths", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American novelists", "20th-century American short story writers", "United States Army personnel of World War II", "American atheists", "American collectors", "American comics writers", "American editors", "American Esperantists", "American film historians", "American male non-fiction writers", "American male novelists", "American male short story writers", "American science fiction writers", "Bob Clampett Humanitarian Award winners", "Burials at Forest Lawn Memorial Park (Glendale)", "Comics critics", "Cosplayers", "Film memorabilia", "Horror fiction", "Inkpot Award winners", "Literary agents", "Novelists from California", "Writers from Los Angeles", "United States Army non-commissioned officers", "World Fantasy Award-winning writers", "Historians from California", "People from Los Feliz, Los Angeles"]}
58
+ {"byte_start": 5448717757, "source_revision": "1189199808", "id": "11741", "title": "Fantasy film", "byte_end": 5474346462, "categories": ["Fantasy films| ", "Film genres", "History of fiction"]}
59
+ {"byte_start": 5474346462, "source_revision": "1185897495", "id": "11742", "title": "Finite set", "byte_end": 5479564490, "categories": ["Basic concepts in set theory", "Cardinal numbers"]}
60
+ {"byte_start": 5479564490, "source_revision": "1158812905", "id": "11744", "title": "Talk:First transcontinental railroad", "byte_end": 5487689446, "categories": []}
61
+ {"byte_start": 5487689446, "source_revision": "1200485222", "id": "11745", "title": "Farmer Giles of Ham", "byte_end": 5490349740, "categories": ["Fictional farmers|Giles of Ham", "Books by J. R. R. Tolkien", "1949 fantasy novels", "British fantasy novels", "British novellas", "1937 fantasy novels", "Novels set in the Middle Ages", "Allen & Unwin books", "Parody books"]}
62
+ {"byte_start": 5490349740, "source_revision": "1193887604", "id": "11747", "title": "Talk:Forrest J Ackerman", "byte_end": 5492716329, "categories": []}
63
+ {"byte_start": 5492716329, "source_revision": "1194297991", "id": "11748", "title": "List of freshwater aquarium fish species", "byte_end": 5663495701, "categories": ["Lists of fishes|Aquarium,Freshwater", "Lists of aquarium life|Freshwater fish"]}
64
+ {"byte_start": 5663495701, "source_revision": "1198070236", "id": "11749", "title": "List of chess players", "byte_end": 5856751893, "categories": ["Lists of chess players|*Players"]}
65
+ {"byte_start": 5856751893, "source_revision": "1198199477", "id": "11751", "title": "Foresight Institute", "byte_end": 5858397835, "categories": ["Organizations established in 1986", "Nanotechnology institutions", "Non-profit organizations based in California", "1986 establishments in California", "Transhumanist organizations", "Organizations based in Palo Alto, California"]}
66
+ {"byte_start": 5858397835, "source_revision": "1174123504", "id": "11752", "title": "List of freshwater aquarium invertebrate species", "byte_end": 5859498455, "categories": ["Fishkeeping", "Lists of invertebrates", "Lists of animal species|Freshwater aquarium invertebrates", "Lists of aquarium life|freshwater invertebrate"]}
67
+ {"byte_start": 5859498455, "source_revision": "1182139419", "id": "11753", "title": "List of freshwater aquarium plant species", "byte_end": 5864891048, "categories": ["Fishkeeping", "Freshwater plants| Aqaurium", "Lists of plants|Freshwater aquarium plant species", "Lists of aquarium life|freshwater plant"]}
68
+ {"byte_start": 5864891048, "source_revision": "1173468328", "id": "11754", "title": "Fonni", "byte_end": 5865465450, "categories": ["Cities and towns in Sardinia"]}
69
+ {"byte_start": 5865465450, "source_revision": "1198459674", "id": "11755", "title": "Fasces", "byte_end": 5886400086, "categories": ["Political symbols", "Ancient Roman government", "National symbols of France", "Heraldic charges", "Fascist symbols"]}
70
+ {"byte_start": 5886400086, "source_revision": "1194735636", "id": "11757", "title": "Fast combat support ship", "byte_end": 5886957693, "categories": ["Ship types", "Auxiliary ships of the United States Navy"]}
71
+ {"byte_start": 5886957693, "source_revision": "1186061152", "id": "11758", "title": "FASA", "byte_end": 5888311370, "categories": ["Companies based in Chicago", "Companies disestablished in 2001", "Companies established in 1980", "Role-playing game publishing companies"]}
72
+ {"byte_start": 5888311370, "source_revision": "1200457913", "id": "11759", "title": "McDonnell Douglas F-4 Phantom II", "byte_end": 6289352086, "categories": ["McDonnell Douglas F-4 Phantom II| ", "McDonnell aircraft|F-004 Phantom II", "1950s United States fighter aircraft", "Aircraft first flown in 1958", "Carrier-based aircraft", "Low-wing aircraft", "Twinjets", "Articles containing video clips", "Third-generation jet fighter"]}
73
+ {"byte_start": 6289352086, "source_revision": "366923327", "id": "11760", "title": "F-110 Spectre", "byte_end": 6289352941, "categories": []}
74
+ {"byte_start": 6289352941, "source_revision": "1191134366", "id": "11761", "title": "McDonnell FH Phantom", "byte_end": 6296126321, "categories": ["Carrier-based aircraft", "McDonnell aircraft|F1H Phantom", "1940s United States fighter aircraft|McDonnell F1H Phantom", "World War II jet aircraft of the United States", "Cruciform tail aircraft", "Twinjets", "Aircraft first flown in 1945"]}
75
+ {"byte_start": 6296126321, "source_revision": "1199341280", "id": "11762", "title": "Fricative", "byte_end": 6300974146, "categories": ["Manner of articulation", "Fricative consonants| "]}
76
+ {"byte_start": 6300974146, "source_revision": "1192782421", "id": "11763", "title": "Frost", "byte_end": 6318270251, "categories": ["Frost and rime", "Psychrometrics", "Water ice"]}
77
+ {"byte_start": 6318270251, "source_revision": "821898403", "id": "11766", "title": "Free speech", "byte_end": 6318274424, "categories": []}
78
+ {"byte_start": 6318274424, "source_revision": "1190413497", "id": "11768", "title": "Franz Schmidt (composer)", "byte_end": 6325797010, "categories": ["1874 births", "1939 deaths", "20th-century Austrian composers", "20th-century Austrian male musicians", "19th-century classical composers", "19th-century classical pianists", "19th-century male musicians", "20th-century classical composers", "20th-century classical pianists", "Burials at the Vienna Central Cemetery", "Hungarian classical cellists", "Hungarian classical composers", "Hungarian male classical composers", "Hungarian classical pianists", "Hungarian music educators", "Hungarian Roman Catholics", "Male classical pianists", "Male opera composers", "Musicians from Bratislava", "Composers from Vienna", "20th-century cellists"]}
79
+ {"byte_start": 6325797010, "source_revision": "416605901", "id": "11770", "title": "Freedom of beer", "byte_end": 6325798243, "categories": []}
80
+ {"byte_start": 6325798243, "source_revision": "1171400725", "id": "11771", "title": "Fucking", "byte_end": 6326081633, "categories": []}
81
+ {"byte_start": 6326081633, "source_revision": "1201591616", "id": "11772", "title": "Finnish Civil War", "byte_end": 6866116567, "categories": ["Finnish Civil War| ", "1918 in Finland", "Civil wars involving the states and peoples of Europe", "Civil wars of the 20th century", "Conflicts in 1918", "Finland\u2013Russia relations", "Finland\u2013Soviet Union relations", "Proxy wars", "Revolution-based civil wars", "Subsidiary conflicts of World War I", "Wars involving Finland", "Wars involving Germany", "Wars involving the United Kingdom"]}
82
+ {"byte_start": 6866116567, "source_revision": "1201566083", "id": "11773", "title": "Flynn effect", "byte_end": 6923910835, "categories": ["Intelligence quotient", "Race and intelligence controversy"]}
83
+ {"byte_start": 6923910835, "source_revision": "1198199586", "id": "11774", "title": "Field ion microscope", "byte_end": 6924416123, "categories": ["Microscopes", "Scientific techniques"]}
84
+ {"byte_start": 6924416123, "source_revision": "1195036014", "id": "11775", "title": "First Battle of El Alamein", "byte_end": 6994269234, "categories": ["Conflicts in 1942", "1942 in Egypt|First Battle of El Alamein", "July 1942 events|First Battle of El Alamein", "Western Desert campaign", "Battles of World War II involving Australia", "Land battles of World War II involving the United Kingdom|El Alamein", "Battles of World War II involving New Zealand", "Battles and operations of World War II involving India", "Battles and operations of World War II involving South Africa", "Battles of World War II involving Germany", "Battles of World War II involving Italy", "Egypt in World War II", "El Alamein", "Erwin Rommel", "Tank battles involving Germany", "Tank battles involving Italy", "Tank battles involving the United Kingdom", "Tank battles involving South Africa", "Tank battles of World War II"]}
85
+ {"byte_start": 6994269234, "source_revision": "1201462957", "id": "11776", "title": "First Italo-Ethiopian War", "byte_end": 7039767119, "categories": ["First Italo-Ethiopian War| ", "Italian East Africa|Italo-Ethiopian War, First", "Invasions of Ethiopia", "1895 in Ethiopia", "1896 in Ethiopia", "1895 in Italy", "1896 in Italy", "Conflicts in 1895", "Conflicts in 1896", "Wars involving the Ethiopian Empire|Italo-Ethiopian War, First", "Wars involving Italy|Italo-Ethiopian War, First", "Ethiopia\u2013Italy military relations|Italo-Ethiopian War, First", "African resistance to colonialism", "Umberto I of Italy"]}
86
+ {"byte_start": 7039767119, "source_revision": "1195352254", "id": "11778", "title": "Frederick Soddy", "byte_end": 7047817949, "categories": ["1877 births", "1956 deaths", "Academics of the University of Aberdeen", "Alumni of Merton College, Oxford", "Alumni of Aberystwyth University", "British Nobel laureates", "Fellows of the Royal Society", "Corresponding Members of the Russian Academy of Sciences (1917\u20131925)", "Corresponding Members of the USSR Academy of Sciences", "Nobel laureates in Chemistry", "People educated at Eastbourne College", "People from Eastbourne", "English chemists", "English Nobel laureates", "Dr Lee's Professors of Chemistry", "Academic staff of McGill University", "People involved with the periodic table"]}
87
+ {"byte_start": 7047817949, "source_revision": "783862985", "id": "11779", "title": "Firepink", "byte_end": 7047839767, "categories": []}
88
+ {"byte_start": 7047839767, "source_revision": "1200139706", "id": "11780", "title": "Fur seal", "byte_end": 7051716333, "categories": ["Eared seals| Fur seal", "Fur trade", "Pinnipeds", "Arctocephalinae|*", "Paraphyletic groups"]}
89
+ {"byte_start": 7051716333, "source_revision": "1188215071", "id": "11781", "title": "Frisian", "byte_end": 7051873144, "categories": ["Language and nationality disambiguation pages"]}
90
+ {"byte_start": 7051873144, "source_revision": "829459631", "id": "11783", "title": "Fencepost error", "byte_end": 7051988235, "categories": []}
91
+ {"byte_start": 7051988235, "source_revision": "1143899993", "id": "11784", "title": "Fauna (disambiguation)", "byte_end": 7052064286, "categories": []}
92
+ {"byte_start": 7052064286, "source_revision": "1201168808", "id": "11786", "title": "Federico Fellini", "byte_end": 7154966875, "categories": ["Federico Fellini| ", "1920 births", "1993 deaths", "20th-century Italian male actors", "20th-century Italian male writers", "20th-century Italian screenwriters", "Academy Honorary Award recipients", "Alternative cartoonists", "Analysands of Ernst Bernhard", "BAFTA fellows", "Best Production Design BAFTA Award winners", "David di Donatello winners", "Directors of Best Foreign Language Film Academy Award winners", "Directors of Palme d'Or winners", "English-language film directors", "European Film Awards winners (people)", "German-language film directors", "Italian anti-communists", "Italian comics writers", "Italian comics artists", "Italian experimental filmmakers", "Italian film directors", "Italian film producers", "Italian-language film directors", "Italian male film actors", "Italian male screenwriters", "Italian male television actors", "Italian Roman Catholics", "Italian satirists", "Italian screenwriters", "Italian surrealist artists", "Italian television directors", "Magic realism", "Magic realism writers", "Nastro d'Argento winners", "People from Rimini", "Recipients of the Praemium Imperiale", "Surrealist filmmakers", "Surrealist writers", "Television commercial directors", "Underground cartoonists", "Fellini family|Federico", "Golden Lion for Lifetime Achievement recipients"]}
93
+ {"byte_start": 7154966875, "source_revision": "1201414293", "id": "11787", "title": "Fleetwood Mac", "byte_end": 7566749220, "categories": ["Fleetwood Mac| ", "1967 establishments in the United Kingdom", "American blues rock musical groups", "American musical quintets", "American musical sextets", "American pop rock music groups", "American soft rock music groups", "Art pop musicians", "Brit Award winners", "British blues musical groups", "British blues rock musical groups", "British expatriates in the United States", "British musical quintets", "British musical sextets", "British pop rock music groups", "British soft rock music groups", "Female-fronted musical groups", "Grammy Award winners", "Juno Award for International Album of the Year winners", "Lindsey Buckingham", "Musical groups disestablished in 1996", "Musical groups established in 1967", "Musical groups from London", "Musical groups reestablished in 1997", "Reprise Records artists", "Stevie Nicks", "Warner Records artists", "Mixed-gender bands"]}
94
+ {"byte_start": 7566749220, "source_revision": "1194320389", "id": "11788", "title": "Frederick I, Margrave of Brandenburg-Ansbach", "byte_end": 7567568954, "categories": ["1460 births|Brandenburg-Ansbach, Frederick I, Margrave of", "1536 deaths|Brandenburg-Ansbach, Frederick I, Margrave of", "People from Ansbach|Brandenburg-Ansbach, Frederick I, Margrave of", "Margraves of Brandenburg-Ansbach", "Margraves of Bayreuth", "15th-century German people", "16th-century German people"]}
95
+ {"byte_start": 7567568954, "source_revision": "1195339544", "id": "11790", "title": "F-Zero: Maximum Velocity", "byte_end": 7571530046, "categories": ["2001 video games", "F-Zero|Maximum Velocity", "Game Boy Advance games", "Multiplayer and single-player video games", "NDcube games", "Nintendo Switch Online games", "Video games developed in Japan", "Video games set on fictional planets", "Virtual Console games for Nintendo 3DS", "Virtual Console games for Wii U", "Virtual Console games"]}
96
+ {"byte_start": 7571530046, "source_revision": "15909514", "id": "11792", "title": "Fiorentina", "byte_end": 7571530800, "categories": []}
97
+ {"byte_start": 7571530800, "source_revision": "828169311", "id": "11793", "title": "Talk:Frederick I, Margrave of Brandenburg-Ansbach", "byte_end": 7571538599, "categories": []}
98
+ {"byte_start": 7571538599, "source_revision": "1198727045", "id": "11794", "title": "Frederick William I of Prussia", "byte_end": 7582537816, "categories": ["Frederick William I of Prussia| ", "1688 births", "1740 deaths", "18th-century German people", "18th-century kings of Prussia", "Brandenburgian nobility", "Crown Princes of Prussia", "German landowners", "German Calvinist and Reformed Christians", "House of Hohenzollern", "Kings of Prussia", "People from Berlin", "Prince-electors of Brandenburg", "Princes of Neuch\u00e2tel", "Royal reburials", "Sons of kings"]}
99
+ {"byte_start": 7582537816, "source_revision": "1200821794", "id": "11144", "title": "Fresco", "byte_end": 7608091126, "categories": ["Fresco painting|*Fresco", "Painting materials", "Painting techniques", "Plastering", "Wallcoverings"]}
100
+ {"byte_start": 7608091126, "source_revision": "1199325584", "id": "11145", "title": "Fire", "byte_end": 7748352208, "categories": ["Fire| ", "Terrestrial plasmas", "Articles containing video clips", "Cooking techniques"]}
101
+ {"byte_start": 7748352208, "source_revision": "1198197072", "id": "11146", "title": "FIDE", "byte_end": 7781557241, "categories": ["FIDE| ", "Chess in France", "Chess governing bodies", "1924 in chess", "Sports organizations established in 1924", "Association of IOC Recognised International Sports Federations"]}
102
+ {"byte_start": 7781557241, "source_revision": "1197976476", "id": "11147", "title": "Talk:Fire", "byte_end": 7800146636, "categories": []}
103
+ {"byte_start": 7800146636, "source_revision": "35418004", "id": "11148", "title": "Fresnel equatations", "byte_end": 7800152008, "categories": []}
104
+ {"byte_start": 7800152008, "source_revision": "1181353748", "id": "11149", "title": "Fresnel equations", "byte_end": 7825891066, "categories": ["Eponymous equations of physics", "Light", "Geometrical optics", "Physical optics", "Polarization (waves)", "History of physics"]}
105
+ {"byte_start": 7825891066, "source_revision": "1158880147", "id": "11151", "title": "Talk:Surnames by country", "byte_end": 7842610197, "categories": []}
106
+ {"byte_start": 7842610197, "source_revision": "1198793890", "id": "11152", "title": "Figure skating", "byte_end": 8074436623, "categories": ["Figure skating| ", "Ice skating sports", "Athletic sports", "Winter Olympic sports", "Former Summer Olympic sports", "Articles containing video clips"]}
107
+ {"byte_start": 8074436623, "source_revision": "235484378", "id": "11154", "title": "First Arab-Israeli War", "byte_end": 8074437908, "categories": []}
108
+ {"byte_start": 8074437908, "source_revision": "1113631587", "id": "11155", "title": "Talk:Frederick II", "byte_end": 8074450693, "categories": []}
109
+ {"byte_start": 8074450693, "source_revision": "1079048817", "id": "11156", "title": "Farming", "byte_end": 8074482647, "categories": []}
110
+ {"byte_start": 8074482647, "source_revision": "1180707064", "id": "11157", "title": "Fudge (role-playing game system)", "byte_end": 8076459826, "categories": ["Role-playing game systems", "Universal role-playing games", "Open-source tabletop games", "Games and sports introduced in 1992", "FUDGE"]}
111
+ {"byte_start": 8076459826, "source_revision": "1197406317", "id": "11158", "title": "February 12", "byte_end": 8171566519, "categories": ["Days of the year", "February"]}
112
+ {"byte_start": 8171566519, "source_revision": "1173591830", "id": "11161", "title": "Frederick Copleston", "byte_end": 8174609080, "categories": ["1907 births", "1994 deaths", "20th-century English Roman Catholic priests", "20th-century English historians", "20th-century English Jesuits", "20th-century English philosophers", "Alumni of Heythrop College", "Catholic philosophers", "Converts to Roman Catholicism from Anglicanism", "Academics of Heythrop College", "English historians of philosophy", "English male non-fiction writers", "Fellows of the British Academy", "Jesuit philosophers", "People educated at Marlborough College", "People from Taunton", "Philosophers of religion", "Roman Catholic writers", "Thomists", "Writers from London", "Academic staff of the Pontifical Gregorian University"]}
113
+ {"byte_start": 8174609080, "source_revision": "1201427053", "id": "11162", "title": "Finance", "byte_end": 8321635304, "categories": ["Finance| "]}
114
+ {"byte_start": 8321635304, "source_revision": "455851482", "id": "11163", "title": "Fund management", "byte_end": 8321637438, "categories": []}
115
+ {"byte_start": 8321637438, "source_revision": "1201687862", "id": "11164", "title": "February 17", "byte_end": 8407652025, "categories": ["Days of the year", "February"]}
116
+ {"byte_start": 8407652025, "source_revision": "1149210596", "id": "11166", "title": "Feminist", "byte_end": 8407660356, "categories": []}
117
+ {"byte_start": 8407660356, "source_revision": "1198230959", "id": "11167", "title": "The Pinchcliffe Grand Prix", "byte_end": 8410251747, "categories": ["1975 animated films", "1975 films", "1970s Norwegian-language films", "Norwegian animated films", "Norwegian children's films", "1970s stop-motion animated films", "Animated sports films", "Norwegian auto racing films", "Animated films about auto racing", "Animated films about automobiles", "Films directed by Ivo Caprino"]}
118
+ {"byte_start": 8410251747, "source_revision": "1196805556", "id": "11168", "title": "Fortran", "byte_end": 8624360294, "categories": ["Fortran| ", "Fortran programming language family| ", "American inventions", "Array programming languages", "Computer standards", "Numerical programming languages", "Object-oriented programming languages", "Procedural programming languages", "High-level programming languages", "IBM software", "Programming languages created in 1957", "Programming languages with an ISO standard", "Statically typed programming languages", "Unix programming tools", "1957 software"]}
119
+ {"byte_start": 8624360294, "source_revision": "1201056879", "id": "11169", "title": "Fortaleza", "byte_end": 8721520930, "categories": ["Fortaleza| ", "Port cities in Brazil", "Populated places established in 1726", "1726 establishments in the Portuguese Empire", "1726 establishments in South America", "Municipalities in Cear\u00e1", "1726 establishments in Brazil", "State capitals in Brazil"]}
120
+ {"byte_start": 8721520930, "source_revision": "1201595926", "id": "11170", "title": "February 13", "byte_end": 8807237381, "categories": ["Days of the year", "February"]}
121
+ {"byte_start": 8807237381, "source_revision": "1193887338", "id": "11174", "title": "Talk:Fundamental interaction", "byte_end": 8814974272, "categories": []}
122
+ {"byte_start": 8814974272, "source_revision": "1183517951", "id": "11175", "title": "Political freedom", "byte_end": 8824626890, "categories": ["Civil rights and liberties", "Political concepts", "Social concepts"]}
123
+ {"byte_start": 8824626890, "source_revision": "1163058558", "id": "11177", "title": "FUBAR", "byte_end": 8834355001, "categories": ["1940s neologisms", "Quotations from military"]}
124
+ {"byte_start": 8834355001, "source_revision": "1199369402", "id": "11178", "title": "Foobar", "byte_end": 8841913360, "categories": ["Placeholder names", "Computer programming folklore", "Articles with example C code"]}
125
+ {"byte_start": 8841913360, "source_revision": "1192720459", "id": "11180", "title": "Functional analysis", "byte_end": 8848215052, "categories": ["Functional analysis| "]}
126
+ {"byte_start": 8848215052, "source_revision": "1200100014", "id": "11181", "title": "Frank Sinatra", "byte_end": 10413332999, "categories": ["Frank Sinatra| ", "Rat Pack|Frank Sinatra", "1915 births", "1998 deaths", "20th-century American male actors", "20th-century American male singers", "Activists for African-American civil rights", "American baritones", "American crooners", "American film producers", "American jazz singers", "American male film actors", "American male jazz musicians", "American male pop singers", "American male radio actors", "American male songwriters", "American male voice actors", "American people of Italian descent", "American Roman Catholics", "American philanthropists", "Analysands of Ralph Greenson", "Best Musical or Comedy Actor Golden Globe (film) winners", "Best Supporting Actor Academy Award winners", "Best Supporting Actor Golden Globe (film) winners", "Burials at Desert Memorial Park", "California Democrats", "California Republicans", "Capitol Records artists", "Catholics from New Jersey", "Cecil B. DeMille Award Golden Globe winners", "Columbia Records artists", "Congressional Gold Medal recipients", "Converts to Roman Catholicism from atheism or agnosticism", "Film directors from New Jersey", "Film producers from New Jersey", "Grammy Award winners", "Grammy Legend Award winners", "Grammy Lifetime Achievement Award winners", "Grand Officers of the Order of Merit of the Italian Republic", "Hoboken High School alumni", "Jazz musicians from New Jersey", "Jazz-pop singers", "Jean Hersholt Humanitarian Award winners", "Knights of Malta", "Las Vegas shows", "Male actors from New Jersey", "Metro-Goldwyn-Mayer contract players", "Musicians from Hoboken, New Jersey", "New Jersey Democrats", "New Jersey Hall of Fame inductees", "New Jersey Republicans", "Peabody Award winners", "Presidential Medal of Freedom recipients", "Qwest Records artists", "RCA Victor artists", "Recipients of the Austrian Cross of Honour for Science and Art, 1st class", "Reprise Records artists", "Screen Actors Guild Life Achievement Award", "Sinatra family", "Singers from New Jersey", "Songwriters from New Jersey", "Swing singers", "The Pied Pipers members", "Traditional pop music singers", "Warner Records artists", "Kennedy Center honorees"]}
127
+ {"byte_start": 10413332999, "source_revision": "1199473507", "id": "11182", "title": "Funeral", "byte_end": 10579784961, "categories": ["Ceremonies", "Funeral-related industry", "Funerals| "]}
128
+ {"byte_start": 10579784961, "source_revision": "1198197472", "id": "11184", "title": "February 11", "byte_end": 10677383098, "categories": ["Days of the year", "February"]}
129
+ {"byte_start": 10677383098, "source_revision": "1200645156", "id": "11185", "title": "Feminism", "byte_end": 11492945670, "categories": ["Feminism| ", "1830s neologisms", "Social theories", "Feminist terminology| "]}
130
+ {"byte_start": 11492945670, "source_revision": "1201356430", "id": "11186", "title": "Federal Aviation Administration", "byte_end": 11525839028, "categories": ["Federal Aviation Administration| ", "1958 establishments in the United States", "Air navigation service providers", "Aviation safety", "Civil aviation authorities in North America|United States", "Government agencies established in 1958", "Regulatory authorities of the United States|Aviation"]}
131
+ {"byte_start": 11525839028, "source_revision": "1149210715", "id": "11187", "title": "Feminists", "byte_end": 11526043504, "categories": []}
132
+ {"byte_start": 11526043504, "source_revision": "1198511828", "id": "11188", "title": "French Revolution", "byte_end": 12247505092, "categories": ["1789 in France", "1790s in France", "18th-century rebellions", "18th-century revolutions", "Conflicts in 1789", "Conflicts in 1790", "Conflicts in 1791", "Conflicts in 1792", "Modern history of France", "Republicanism in France"]}
133
+ {"byte_start": 12247505092, "source_revision": "770182266", "id": "11189", "title": "Fictional realm", "byte_end": 12247507727, "categories": []}
134
+ {"byte_start": 12247507727, "source_revision": "192339781", "id": "11190", "title": "Feminist Spirituality", "byte_end": 12247509656, "categories": []}
135
+ {"byte_start": 12247509656, "source_revision": "571268899", "id": "11191", "title": "Talk:Feminist Spirituality", "byte_end": 12247515278, "categories": []}
136
+ {"byte_start": 12247515278, "source_revision": "331576271", "id": "11193", "title": "Talk:Feminism/Archive 1", "byte_end": 12248078595, "categories": []}
137
+ {"byte_start": 12248078595, "source_revision": "1201645110", "id": "11194", "title": "Francis Fukuyama", "byte_end": 12283433059, "categories": ["1952 births", "20th-century American economists", "20th-century American historians", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American philosophers", "20th-century political scientists", "21st-century American economists", "21st-century American historians", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century American philosophers", "21st-century political scientists", "21st-century social scientists", "American academics of Japanese descent", "American economists", "American male bloggers", "American male essayists", "American male non-fiction writers", "American non-fiction environmental writers", "American photographers", "American political philosophers", "American political scientists", "American political writers", "American social sciences writers", "American social scientists", "American sociologists", "American technology writers", "American writers of Japanese descent", "Center for Global Development", "Contemporary philosophers", "Cornell University alumni", "Criticism of transhumanism", "Critics of neoconservatism", "Critics of postmodernism", "Economic sociologists", "Economists from California", "George Mason University faculty", "Harvard Graduate School of Arts and Sciences alumni", "American international relations scholars", "Johns Hopkins University faculty", "Literacy and society theorists", "Living people", "Members of the Inter-American Dialogue", "Philosophers of culture", "Philosophers of economics", "Philosophers of history", "Philosophers of social science", "Philosophers of technology", "Philosophers of war", "Political liberals (international relations)", "Political sociologists", "RAND Corporation people", "Social philosophers", "Stanford University faculty", "Theorists on Western civilization", "Writers about activism and social change", "Writers about globalization", "Writers from Chicago"]}
138
+ {"byte_start": 12283433059, "source_revision": "1184962988", "id": "14231", "title": "Hairpin", "byte_end": 12284437004, "categories": ["Fasteners", "Hairdressing", "Types of jewellery"]}
139
+ {"byte_start": 12284437004, "source_revision": "932468995", "id": "14232", "title": "Hz", "byte_end": 12284461149, "categories": []}
140
+ {"byte_start": 12284461149, "source_revision": "1201209926", "id": "14233", "title": "Hate speech", "byte_end": 12409844259, "categories": ["Hate speech| ", "Ableism", "Censorship", "Ethically disputed political practices", "Freedom of speech", "Harassment and bullying", "Harassment law", "Hate crime", "Homophobia", "LGBT and society", "Linguistic controversies", "Political terminology", "Racism", "Sexism", "Transphobia"]}
141
+ {"byte_start": 12409844259, "source_revision": "1201347228", "id": "14234", "title": "Talk:Hate speech", "byte_end": 12427281426, "categories": []}
142
+ {"byte_start": 12427281426, "source_revision": "783863979", "id": "14235", "title": "Hypercard", "byte_end": 12427284353, "categories": []}
143
+ {"byte_start": 12427284353, "source_revision": "1199289812", "id": "14236", "title": "Henrik Ibsen", "byte_end": 12504768516, "categories": ["Henrik Ibsen| ", "1828 births", "1906 deaths", "19th-century Norwegian dramatists and playwrights", "19th-century Norwegian writers", "Burials at the Cemetery of Our Saviour", "The Four Greats", "Ibsen family|Henrik", "Modernist theatre", "Norwegian anarchists", "Norwegian male dramatists and playwrights", "Norwegian people of Danish descent", "Paus family", "People from Skien"]}
144
+ {"byte_start": 12504768516, "source_revision": "934251375", "id": "14238", "title": "Histories of religion", "byte_end": 12504909302, "categories": []}
145
+ {"byte_start": 12504909302, "source_revision": "1198322849", "id": "14240", "title": "Hawaiian language", "byte_end": 12629992123, "categories": ["Hawaiian language| ", "Marquesic languages", "Analytic languages", "Critically endangered languages", "Endangered Austronesian languages", "Endangered languages of Oceania", "Verb\u2013subject\u2013object languages", "Languages attested from the 18th century", "18th-century establishments in North America"]}
146
+ {"byte_start": 12629992123, "source_revision": "62632518", "id": "14244", "title": "Talk:Causes of sexual orientation/Archive 1", "byte_end": 12630049733, "categories": []}
147
+ {"byte_start": 12630049733, "source_revision": "1201061015", "id": "14245", "title": "Second Polish Republic", "byte_end": 12725216154, "categories": ["Second Polish Republic| ", "Modern history of Poland", "Former countries in Europe", "Former republics|Poland, Second Republic", "1918 in Poland", "1919 in Poland", "1920s in Poland", "1930s in Poland", "J\u00f3zef Pi\u0142sudski", "Political history of Poland", "States and territories established in 1918", "States and territories disestablished in 1939", "1918 establishments in Poland", "1939 disestablishments in Poland", "20th century in Poland", "History of Ukraine (1918\u20131991)", "Former countries of the interwar period|Polish Republic, Second", "Post\u2013Russian Empire states|Polish Republic, Second", "States succeeding Austria-Hungary|Polish Republic, Second", "Former countries", "Military dictatorships"]}
148
+ {"byte_start": 12725216154, "source_revision": "1173532118", "id": "14246", "title": "Hedwig", "byte_end": 12725566717, "categories": []}
149
+ {"byte_start": 12725566717, "source_revision": "93528438", "id": "14248", "title": "Hooligans", "byte_end": 12725570372, "categories": []}
150
+ {"byte_start": 12725570372, "source_revision": "1193888729", "id": "14250", "title": "Talk:Holy orders", "byte_end": 12727764978, "categories": []}
151
+ {"byte_start": 12727764978, "source_revision": "1166540788", "id": "14251", "title": "HMS Resolution", "byte_end": 12728100171, "categories": ["Royal Navy ship names"]}
152
+ {"byte_start": 12728100171, "source_revision": "1200165354", "id": "14254", "title": "Helen Keller", "byte_end": 12854078964, "categories": ["Helen Keller| ", "19th-century American non-fiction writers", "19th-century American short story writers", "19th-century American women writers", "20th-century American essayists", "20th-century American short story writers", "20th-century American women writers", "1880 births", "1968 deaths", "Activists from Alabama", "Alabama socialists", "American anti-war activists", "American birth control activists", "American Christian pacifists", "American Christian socialists", "American Civil Liberties Union people", "American eugenicists", "American feminist writers", "20th-century American memoirists", "American people of Swiss descent", "American political activists", "American political writers", "American Swedenborgians", "American women essayists", "American women memoirists", "American women short story writers", "Blind writers", "Blind scholars and academics", "Burials at Washington National Cathedral", "Connecticut socialists", "Deaf writers", "American deafblind people", "Deaf activists", "American activists with disabilities", "American disability rights activists", "Female Christian socialists", "Industrial Workers of the World members", "Members of the Socialist Party of America", "Non-interventionism", "People from Tuscumbia, Alabama", "Presidential Medal of Freedom recipients", "Proponents of Christian feminism", "Radcliffe College alumni", "American socialist feminists", "Swedenborgian socialists", "Women film pioneers", "Workers' rights activists", "Writers from Alabama", "Members of the American Academy of Arts and Letters", "Feminist eugenicists", "Eugenicists with disabilities", "Blind activists", "American writers with disabilities", "Suffragists from Alabama"]}
153
+ {"byte_start": 12854078964, "source_revision": "1193888736", "id": "14255", "title": "Talk:Hydrogen atom", "byte_end": 12855815713, "categories": []}
154
+ {"byte_start": 12855815713, "source_revision": "1063890948", "id": "14256", "title": "History of Poland -- World War II 1939-1945", "byte_end": 12855841403, "categories": []}
155
+ {"byte_start": 12855841403, "source_revision": "1190365403", "id": "14257", "title": "Haddocks' Eyes", "byte_end": 12856865263, "categories": ["British poems", "1871 poems", "Alice's Adventures in Wonderland", "Nonsense poetry", "Parodies of literature"]}
156
+ {"byte_start": 12856865263, "source_revision": "1043963862", "id": "14258", "title": "Hannukah", "byte_end": 12856869009, "categories": []}
157
+ {"byte_start": 12856869009, "source_revision": "770815154", "id": "14259", "title": "Chanukah", "byte_end": 12856882982, "categories": []}
158
+ {"byte_start": 12856882982, "source_revision": "1177954571", "id": "14260", "title": "Hoosier", "byte_end": 12872551933, "categories": ["American regional nicknames", "Pejorative demonyms", "Indiana culture", "Symbols of Indiana"]}
159
+ {"byte_start": 12872551933, "source_revision": "1122185905", "id": "14261", "title": "Hilberts second problem", "byte_end": 12872558324, "categories": []}
160
+ {"byte_start": 12872558324, "source_revision": "341280265", "id": "14262", "title": "History of M.O.S. Technologies", "byte_end": 12872563065, "categories": []}
161
+ {"byte_start": 12872563065, "source_revision": "1198217556", "id": "14263", "title": "Horner's method", "byte_end": 12891982793, "categories": ["Algebra", "Polynomials", "Numerical analysis"]}
162
+ {"byte_start": 12891982793, "source_revision": "1179052089", "id": "14268", "title": "Hapworth 16, 1924", "byte_end": 12892599893, "categories": ["Short stories by J. D. Salinger", "1965 short stories", "Cancelled books", "Works originally published in The New Yorker"]}
163
+ {"byte_start": 12892599893, "source_revision": "1193973356", "id": "14269", "title": "Hypnotic", "byte_end": 12906778797, "categories": ["Hypnotics| ", "Psychoactive drugs", "Treatment of sleep disorders"]}
164
+ {"byte_start": 12906778797, "source_revision": "1095443654", "id": "14273", "title": "HMS Dunraven", "byte_end": 12906985488, "categories": ["Q-ships of the Royal Navy", "World War I shipwrecks in the Atlantic Ocean", "Maritime incidents in 1917", "Ships sunk by German submarines in World War I", "1909 ships"]}
165
+ {"byte_start": 12906985488, "source_revision": "1198209066", "id": "14274", "title": "Talk:Homeopathy", "byte_end": 16409141464, "categories": []}
warehouse_00007.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34e304b831b4f873b34adf3fa4de57ce2105a939fc934d447fd9c0e91caea2a
3
+ size 166108979
warehouse_00007.metadata ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "292747172", "id": "14592", "title": "International trade/Risks", "byte_end": 3351, "categories": []}
2
+ {"byte_start": 3351, "source_revision": "1200007059", "id": "14594", "title": "Troll (slang)", "byte_end": 227420098, "categories": ["Internet trolling| ", "Culture jamming", "Cyberbullying", "Internet terminology", "Pejorative terms for people", "1990s neologisms"]}
3
+ {"byte_start": 227420098, "source_revision": "1117041165", "id": "14595", "title": "Talk:India/Archive 1", "byte_end": 232032738, "categories": []}
4
+ {"byte_start": 232032738, "source_revision": "949599794", "id": "14596", "title": "India/History", "byte_end": 232044201, "categories": []}
5
+ {"byte_start": 232044201, "source_revision": "1198201713", "id": "12235", "title": "G\u00f6kt\u00fcrks", "byte_end": 283540066, "categories": ["G\u00f6kt\u00fcrks| ", "Turkic peoples of Asia", "Ethnic groups in Chinese history", "Nomadic groups in Eurasia", "6th century in Asia", "7th century in Asia", "8th century in Asia", "Extinct Turkic peoples", "Former confederations"]}
6
+ {"byte_start": 283540066, "source_revision": "1171398812", "id": "12236", "title": "GDP (disambiguation)", "byte_end": 283646867, "categories": []}
7
+ {"byte_start": 283646867, "source_revision": "783863185", "id": "12238", "title": "General Relativity", "byte_end": 283649334, "categories": []}
8
+ {"byte_start": 283649334, "source_revision": "1189401903", "id": "12239", "title": "Guilt (emotion)", "byte_end": 302720514, "categories": ["Emotions", "Guilt| ", "Morality", "Moral psychology", "Philosophy of life"]}
9
+ {"byte_start": 302720514, "source_revision": "1199487033", "id": "12240", "title": "Gold", "byte_end": 727692067, "categories": ["Gold| ", "Chemical elements", "Transition metals", "Noble metals", "Precious metals", "Cubic minerals", "Minerals in space group 225", "Dental materials", "Electrical conductors", "Native element minerals", "E-number additives", "Symbols of Alaska", "Symbols of California", "Chemical elements with face-centered cubic structure", "Coinage metals and alloys", "Symbols of Victoria"]}
10
+ {"byte_start": 727692067, "source_revision": "1200285221", "id": "12241", "title": "Gallium", "byte_end": 824476377, "categories": ["Gallium| ", "Chemical elements predicted by Dmitri Mendeleev", "Chemical elements", "Coolants", "Post-transition metals", "Articles containing video clips", "Materials that expand upon freezing", "Chemical elements with primitive orthorhombic structure"]}
11
+ {"byte_start": 824476377, "source_revision": "1199379059", "id": "12242", "title": "Germanium", "byte_end": 930691321, "categories": ["Germanium| ", "Chemical elements", "Metalloids", "Infrared sensor materials", "Optical materials", "Group IV semiconductors", "Chemical elements predicted by Dmitri Mendeleev", "Materials that expand upon freezing", "Chemical elements with diamond cubic structure"]}
12
+ {"byte_start": 930691321, "source_revision": "1197559179", "id": "12243", "title": "Gadolinium", "byte_end": 957655858, "categories": ["Gadolinium| ", "Chemical elements", "Chemical elements with hexagonal close-packed structure", "Element toxicology", "Ferromagnetic materials", "Lanthanides", "Neutron poisons", "Nuclear materials", "Reducing agents"]}
13
+ {"byte_start": 957655858, "source_revision": "1194149508", "id": "12244", "title": "German Unity Day", "byte_end": 965092434, "categories": ["National days", "Public holidays in Germany|Unity Day", "Unity days|Germany", "October observances", "German reunification", "Autumn events in Germany", "German flag flying days"]}
14
+ {"byte_start": 965092434, "source_revision": "1199857381", "id": "12246", "title": "Alliance 90/The Greens", "byte_end": 1075395577, "categories": ["Alliance 90/The Greens| ", "1980 establishments in West Germany", "1983 in the environment", "Centre-left parties in Europe", "Centrist parties in Germany", "Environmentalism in Germany", "European Green Party", "Global Greens member parties", "Green liberalism", "Green political parties in Germany", "Liberal parties in Germany", "Organisations based in Berlin", "Parties represented in the European Parliament", "Political parties established in 1980", "Progressive parties", "Progressivism in Germany", "Social liberal parties"]}
15
+ {"byte_start": 1075395577, "source_revision": "1187584032", "id": "12248", "title": "Gheorghe Zamfir", "byte_end": 1079808824, "categories": ["1941 births", "Living people", "Folk flautists", "People from G\u0103e\u0219ti", "Romanian flautists", "Mercury Records artists", "Philips Records artists"]}
16
+ {"byte_start": 1079808824, "source_revision": "1195695201", "id": "12250", "title": "Georg Henrik von Wright", "byte_end": 1082636547, "categories": ["1916 births", "2003 deaths", "20th-century essayists", "20th-century Finnish philosophers", "21st-century essayists", "21st-century Finnish philosophers", "20th-century Finnish nobility", "21st-century Finnish nobility", "Bertrand Russell Professors of Philosophy", "Academic staff of the University of Helsinki", "Action theorists", "Analytic philosophers", "Epistemologists", "Fellows of the British Academy", "Finnish essayists", "Finnish humanists", "Finnish people of Scottish descent", "Finnish writers in Swedish", "Logicians", "Modal logicians", "People from Uusimaa Province (Grand Duchy of Finland)", "Philosophers of culture", "Philosophers of language", "Philosophers of logic", "Philosophers of science", "Philosophy writers", "Selma Lagerl\u00f6f Prize winners", "University of Helsinki alumni", "Virtue ethicists", "Writers from Helsinki", "Corresponding Fellows of the British Academy", "Members of the Royal Swedish Academy of Sciences"]}
17
+ {"byte_start": 1082636547, "source_revision": "783863195", "id": "12251", "title": "Goteborg", "byte_end": 1082638264, "categories": []}
18
+ {"byte_start": 1082638264, "source_revision": "1190366001", "id": "12253", "title": "Gaudy Night", "byte_end": 1085640027, "categories": ["1935 British novels", "Campus novels", "Novels by Dorothy L. Sayers", "Novels set in University of Oxford", "British philosophical novels", "Victor Gollancz Ltd books", "British mystery novels", "Novels set in the 1930s", "British novels adapted into television shows"]}
19
+ {"byte_start": 1085640027, "source_revision": "1199762070", "id": "12255", "title": "G", "byte_end": 1130083189, "categories": ["ISO basic Latin letters"]}
20
+ {"byte_start": 1130083189, "source_revision": "783863201", "id": "12256", "title": "Greek Alphabet", "byte_end": 1130085636, "categories": []}
21
+ {"byte_start": 1130085636, "source_revision": "1192746611", "id": "12257", "title": "Gamma", "byte_end": 1133049154, "categories": ["Greek letters", "Phonetic transcription symbols|Gz"]}
22
+ {"byte_start": 1133049154, "source_revision": "1056361106", "id": "12262", "title": "Glaciation", "byte_end": 1133696107, "categories": []}
23
+ {"byte_start": 1133696107, "source_revision": "1193887711", "id": "12264", "title": "Talk:Guglielmo Marconi", "byte_end": 1144635699, "categories": []}
24
+ {"byte_start": 1144635699, "source_revision": "1201816794", "id": "12265", "title": "Goitre", "byte_end": 1161427857, "categories": ["Endocrine diseases", "Thyroid", "Thyroid disease"]}
25
+ {"byte_start": 1161427857, "source_revision": "1191626740", "id": "12266", "title": "Genetics", "byte_end": 1455968828, "categories": ["Genetics|Genetics"]}
26
+ {"byte_start": 1455968828, "source_revision": "949636274", "id": "12269", "title": "Guitar/Classical", "byte_end": 1455971574, "categories": []}
27
+ {"byte_start": 1455971574, "source_revision": "949636270", "id": "12270", "title": "Guitar/Bass", "byte_end": 1455972858, "categories": []}
28
+ {"byte_start": 1455972858, "source_revision": "1159804341", "id": "12272", "title": "George Pappas", "byte_end": 1456867716, "categories": ["1942 births", "21st-century American philosophers", "Epistemologists", "Living people", "Ohio State University faculty", "George Berkeley scholars"]}
29
+ {"byte_start": 1456867716, "source_revision": "15909974", "id": "12273", "title": "Guy de Maupasant", "byte_end": 1456868913, "categories": []}
30
+ {"byte_start": 1456868913, "source_revision": "1197569481", "id": "12274", "title": "Guy de Maupassant", "byte_end": 1489577867, "categories": ["Guy de Maupassant", "1850 births", "1893 deaths", "People from Seine-Maritime", "Lyc\u00e9e Henri-IV alumni", "Lyc\u00e9e Pierre-Corneille alumni", "French untitled nobility|Maupassant", "French military personnel of the Franco-Prussian War", "Writers from Normandy", "19th-century French novelists", "19th-century French short story writers", "French fantasy writers", "French horror writers", "French psychological fiction writers", "French male short story writers", "Legion of Honour refusals", "Weird fiction writers", "Deaths from syphilis", "Burials at Montparnasse Cemetery", "French people of Norman descent"]}
31
+ {"byte_start": 1489577867, "source_revision": "1199951674", "id": "12276", "title": "Gheorghe Hagi", "byte_end": 1580658815, "categories": ["1965 births", "Living people", "Sportspeople from Constan\u021ba County", "Romanian people of Aromanian descent", "Aromanian sportspeople", "Romanian men's footballers", "Romania men's international footballers", "Romanian football managers", "Romanian expatriate football managers", "Men's association football midfielders", "FCV Farul Constan\u021ba players", "FC Sportul Studen\u021besc Bucure\u0219ti players", "FC Steaua Bucure\u0219ti players", "Galatasaray S.K. footballers", "Real Madrid CF players", "FC Barcelona players", "Brescia Calcio players", "La Liga players", "Serie A players", "Serie B players", "Liga I players", "S\u00fcper Lig players", "Expatriate men's footballers in Spain", "Expatriate men's footballers in Italy", "Expatriate men's footballers in Turkey", "Romanian expatriate men's footballers", "Romanian expatriate sportspeople in Italy", "Romanian expatriate sportspeople in Spain", "Romanian expatriate sportspeople in Turkey", "Bursaspor managers", "FC Steaua Bucure\u0219ti managers", "FC Politehnica Timi\u0219oara managers", "Galatasaray S.K. (football) managers", "FC Viitorul Constan\u0163a managers", "FCV Farul Constan\u021ba managers", "S\u00fcper Lig managers", "Expatriate football managers in Turkey", "UEFA Golden Players", "FIFA 100", "UNICEF Goodwill Ambassadors", "1990 FIFA World Cup players", "1994 FIFA World Cup players", "1998 FIFA World Cup players", "UEFA Euro 1984 players", "UEFA Euro 1996 players", "UEFA Euro 2000 players", "FIFA Men's Century Club", "Romania national football team managers", "UEFA Cup winning players", "UEFA Champions League top scorers"]}
32
+ {"byte_start": 1580658815, "source_revision": "1195605809", "id": "12277", "title": "Gordon Banks", "byte_end": 1636992351, "categories": ["1937 births", "2019 deaths", "People from Darnall", "People from Madeley, Staffordshire", "Footballers from Sheffield", "English men's footballers", "England men's international footballers", "England men's under-23 international footballers", "Men's association football goalkeepers", "Rawmarsh Welfare F.C. players", "Chesterfield F.C. players", "Leicester City F.C. players", "Stoke City F.C. players", "Cleveland Stokers players", "Hellenic F.C. players", "Fort Lauderdale Strikers (1977\u20131983) players", "St Patrick's Athletic F.C. players", "English Football League players", "English Football League representative players", "North American Soccer League (1968\u20131984) indoor players", "North American Soccer League (1968\u20131984) players", "League of Ireland players", "United Soccer Association players", "National Football League (South Africa) players", "1962 FIFA World Cup players", "1966 FIFA World Cup players", "UEFA Euro 1968 players", "1970 FIFA World Cup players", "FIFA 100", "English Football Hall of Fame inductees", "English expatriate men's footballers", "English expatriate sportspeople in the United States", "Expatriate men's association footballers in the Republic of Ireland", "Expatriate men's soccer players in the United States", "Expatriate men's soccer players in South Africa", "English football managers", "Telford United F.C. managers", "National League (English football) managers", "Association football coaches", "Port Vale F.C. non-playing staff", "20th-century British Army personnel", "Royal Corps of Signals soldiers", "English autobiographers", "Officers of the Order of the British Empire"]}
33
+ {"byte_start": 1636992351, "source_revision": "1190932994", "id": "12278", "title": "Ganglion", "byte_end": 1638432087, "categories": ["Neurohistology"]}
34
+ {"byte_start": 1638432087, "source_revision": "1123867966", "id": "12279", "title": "Guessing game", "byte_end": 1638568723, "categories": []}
35
+ {"byte_start": 1638568723, "source_revision": "1197581910", "id": "12281", "title": "Gottfried Wilhelm Leibniz", "byte_end": 2147618547, "categories": ["Gottfried Wilhelm Leibniz| ", "1646 births", "1716 deaths", "17th-century German mathematicians", "17th-century German philosophers", "17th-century German scientists", "17th-century German writers", "17th-century German male writers", "17th-century writers in Latin", "17th-century German inventors", "18th-century German mathematicians", "18th-century German philosophers", "18th-century German physicists", "18th-century German scientists", "18th-century German writers", "18th-century German male writers", "18th-century writers in Latin", "18th-century German inventors", "Constructed language creators", "Determinists", "Enlightenment philosophers", "Fellows of the Royal Society", "German librarians", "German logicians", "German Lutherans", "German philologists", "German political philosophers", "German Protestants", "German writers in French", "Leipzig University alumni", "Mathematical analysts", "Mathematics of infinitesimals", "Linear algebraists", "Members of the Prussian Academy of Sciences", "Panpsychism", "People associated with Baruch Spinoza", "People educated at the St. Thomas School, Leipzig", "People from the Electorate of Saxony", "People involved in plagiarism controversies", "People of the Age of Enlightenment", "Philosophers of language", "Philosophers of law", "Philosophers of logic", "Philosophers of mind", "Philosophical theists", "Philosophy writers", "Rationalists", "University of Altdorf alumni", "Writers from Leipzig", "Writers about religion and science"]}
36
+ {"byte_start": 2147618547, "source_revision": "1197790761", "id": "12283", "title": "Gamma World", "byte_end": 2156995285, "categories": ["Gamma World| ", "Alternity", "D20 System", "Post-apocalyptic role-playing games", "Role-playing games introduced in 1978", "Science fantasy role-playing games", "TSR, Inc. games", "Campaign settings"]}
37
+ {"byte_start": 2156995285, "source_revision": "1194009640", "id": "12284", "title": "Grimoire", "byte_end": 2175192540, "categories": ["Grimoires| ", "Fiction about magic", "Magic (supernatural)", "Magic items", "Non-fiction genres", "Religious objects", "Western esotericism"]}
38
+ {"byte_start": 2175192540, "source_revision": "1184376521", "id": "12285", "title": "Grand Guignol", "byte_end": 2182537484, "categories": ["Former theatres in Paris", "Horror fiction", "Theatrical genres", "Buildings and structures in the 9th arrondissement of Paris", "Theatres completed in 1897", "1897 establishments in France", "1962 disestablishments in France"]}
39
+ {"byte_start": 2182537484, "source_revision": "1201808551", "id": "12286", "title": "Great Plague of London", "byte_end": 2223433980, "categories": ["Great Plague of London| ", "1665 disease outbreaks", "1666 disease outbreaks", "1665 in England", "1666 in England", "17th-century deaths from plague (disease)|*", "17th century in London", "17th-century epidemics", "Second plague pandemic", "Health disasters in England", "Disasters in London", "Disease outbreaks in England", "Death in London", "Health in London", "Social history of London"]}
40
+ {"byte_start": 2223433980, "source_revision": "942652688", "id": "12288", "title": "Ga", "byte_end": 2223564973, "categories": []}
41
+ {"byte_start": 2223564973, "source_revision": "403334526", "id": "12289", "title": "User:Gareth Owen/inprogress", "byte_end": 2223601101, "categories": []}
42
+ {"byte_start": 2223601101, "source_revision": "409345356", "id": "12290", "title": "User:Gareth Owen/todo", "byte_end": 2223606162, "categories": []}
43
+ {"byte_start": 2223606162, "source_revision": "975507718", "id": "12292", "title": "User:Gareth Owen/How to destroy Wikipedia", "byte_end": 2223612183, "categories": []}
44
+ {"byte_start": 2223612183, "source_revision": "1201518925", "id": "12293", "title": "Graphical user interface", "byte_end": 2288280371, "categories": ["Graphical user interfaces| ", "Software architecture", "American inventions", "3D GUIs"]}
45
+ {"byte_start": 2288280371, "source_revision": "15909994", "id": "12294", "title": "George Hamilton Gordon Aberdeen", "byte_end": 2288354925, "categories": []}
46
+ {"byte_start": 2288354925, "source_revision": "1198202170", "id": "12295", "title": "Gamete", "byte_end": 2294435740, "categories": ["Classical genetics", "Germ cells", "Reproductive system"]}
47
+ {"byte_start": 2294435740, "source_revision": "1197512370", "id": "12296", "title": "List of German proverbs", "byte_end": 2294715288, "categories": []}
48
+ {"byte_start": 2294715288, "source_revision": "1200087402", "id": "12300", "title": "George R. R. Martin", "byte_end": 2547382743, "categories": ["1948 births", "Living people", "20th-century American novelists", "20th-century American short story writers", "20th-century American male writers", "21st-century American novelists", "21st-century American short story writers", "21st-century American male writers", "American agnostics", "American bloggers", "American conscientious objectors", "American entertainment industry businesspeople", "American fantasy writers", "American former Christians", "American horror writers", "American male bloggers", "American male novelists", "American male television writers", "American male screenwriters", "American male short story writers", "American people of English descent", "American people of French descent", "American people of German descent", "American people of Irish descent", "American people of Jewish descent", "American science fiction writers", "American screenwriters", "American television writers", "Clarke University faculty", "Former Roman Catholics", "Hugo Award-winning writers", "Inkpot Award winners", "Marist High School (New Jersey) alumni", "Medill School of Journalism alumni", "Nebula Award winners", "New Mexico Democrats", "Novelists from New Jersey", "Novelists from New Mexico", "People from Bernalillo County, New Mexico", "Primetime Emmy Award winners", "Screenwriters from New Mexico", "Television producers from New Jersey", "Theatre owners", "Weird fiction writers", "World Fantasy Award-winning writers", "Writers from Bayonne, New Jersey", "Writers from Santa Fe, New Mexico"]}
49
+ {"byte_start": 2547382743, "source_revision": "1197641917", "id": "12301", "title": "A Song of Ice and Fire", "byte_end": 2894646423, "categories": ["A Song of Ice and Fire| ", "American novels adapted into television shows", "Book franchises", "Book series introduced in 1996", "Novels about dragons", "Fantasy novel series", "Fiction about giants", "Novels about magic", "High fantasy novels", "Fiction about incest", "Novels about death", "Novels about religion", "Novels adapted into comics", "Novels adapted into video games", "Fiction about politics", "Fiction about prosthetics", "Undead in popular culture", "Novels about witches and witchcraft", "Fiction about wizards", "Works by George R. R. Martin"]}
50
+ {"byte_start": 2894646423, "source_revision": "1200674954", "id": "12302", "title": "World of A Song of Ice and Fire", "byte_end": 3079082926, "categories": ["A Song of Ice and Fire", "Fictional elements introduced in 1996", "Fantasy worlds|Song of Ice and Fire", "Fictional populated places|Song of Ice and Fire", "Fictional universes|Song of Ice and Fire", "Fictional planets"]}
51
+ {"byte_start": 3079082926, "source_revision": "1200144802", "id": "12304", "title": "Grandmaster (chess)", "byte_end": 3100567394, "categories": ["Chess grandmasters| ", "Chess titles"]}
52
+ {"byte_start": 3100567394, "source_revision": "1186850703", "id": "12305", "title": "Gotthold Ephraim Lessing", "byte_end": 3109221877, "categories": ["Gotthold Ephraim Lessing| ", "1729 births", "1781 deaths", "18th-century German dramatists and playwrights", "18th-century German Protestant theologians", "18th-century German poets", "18th-century philosophers", "Christian poets", "Enlightenment philosophers", "German Christians", "German male non-fiction writers", "Members of the Prussian Academy of Sciences", "People from Kamenz", "People from the Electorate of Saxony", "People of the Age of Enlightenment", "Protestant philosophers", "Leipzig University alumni", "University of Wittenberg alumni", "Wolfenb\u00fcttel", "German Freemasons", "German male poets", "German male dramatists and playwrights", "German-language poets"]}
53
+ {"byte_start": 3109221877, "source_revision": "1200076149", "id": "12306", "title": "Geotechnical engineering", "byte_end": 3137664358, "categories": ["Geotechnical engineering| "]}
54
+ {"byte_start": 3137664358, "source_revision": "1200466374", "id": "12307", "title": "Gustave Flaubert", "byte_end": 3160211435, "categories": ["Gustave Flaubert| ", "1821 births", "1880 deaths", "19th-century French male writers", "19th-century French novelists", "19th-century French short story writers", "Anti-natalists", "French fantasy writers", "French historical novelists", "French male novelists", "French male short story writers", "French LGBT novelists", "French people of Norman descent", "Lyc\u00e9e Pierre-Corneille alumni", "Bisexual novelists", "Writers from Rouen", "Spinozists", "19th-century travelers", "Writers of historical fiction set in antiquity", "French writers with disabilities", "French bisexual writers"]}
55
+ {"byte_start": 3160211435, "source_revision": "1182949387", "id": "12308", "title": "Gregory Chaitin", "byte_end": 3163402590, "categories": ["1947 births", "Living people", "The Bronx High School of Science alumni", "City College of New York alumni", "Argentine mathematicians", "Argentine computer scientists", "20th-century American mathematicians", "21st-century American mathematicians", "American information theorists", "IBM employees", "Philosophers of mathematics", "Epistemologists", "Metaphysics writers", "American logicians", "21st-century American philosophers", "Argentine information theorists", "Mathematicians from New York (state)"]}
56
+ {"byte_start": 3163402590, "source_revision": "1200557508", "id": "12309", "title": "Goran Bregovi\u0107", "byte_end": 3194208219, "categories": ["1950 births", "Living people", "Musicians from Sarajevo", "Yugoslav musicians", "Bosnia and Herzegovina rock musicians", "Bosnia and Herzegovina people of Croatian descent", "Bosnia and Herzegovina people of Serbian descent", "Bosnia and Herzegovina expatriates in France", "Bosnia and Herzegovina guitarists", "Bosnia and Herzegovina male guitarists", "20th-century guitarists", "21st-century guitarists", "Golden Arena winners", "World Music Awards winners", "Indexi Award winners", "20th-century male musicians", "21st-century male musicians", "Bosnia and Herzegovina film score composers", "Yugoslav composers", "Male film score composers", "Yugoslav film score composers"]}
57
+ {"byte_start": 3194208219, "source_revision": "1191266082", "id": "12312", "title": "Gestation", "byte_end": 3197266220, "categories": ["Reproduction in mammals"]}
58
+ {"byte_start": 3197266220, "source_revision": "15910010", "id": "12313", "title": "GNU General Public Licence", "byte_end": 3197302733, "categories": []}
59
+ {"byte_start": 3197302733, "source_revision": "1198842365", "id": "12316", "title": "Gamma function", "byte_end": 3301277231, "categories": ["Gamma and related functions", "Special hypergeometric functions", "Meromorphic functions"]}
60
+ {"byte_start": 3301277231, "source_revision": "1186843950", "id": "12317", "title": "Georges Braque", "byte_end": 3322695630, "categories": ["Georges Braque| ", "1882 births", "1963 deaths", "People from Argenteuil", "20th-century French painters", "French male painters", "Fauvism", "Cubist artists", "Collage artists", "French still life painters", "French military personnel of World War I", "20th-century French sculptors", "20th-century male artists", "French male sculptors", "People of Montmartre"]}
61
+ {"byte_start": 3322695630, "source_revision": "1178919825", "id": "12318", "title": "Gilbert Cesbron", "byte_end": 3322841390, "categories": ["1913 births", "1979 deaths", "Writers from Paris", "Lyc\u00e9e Condorcet alumni", "Sciences Po alumni", "20th-century French novelists", "20th-century French male writers", "French male novelists"]}
62
+ {"byte_start": 3322841390, "source_revision": "1039847359", "id": "11094", "title": "Talk:Fox hunt", "byte_end": 3322849077, "categories": []}
63
+ {"byte_start": 3322849077, "source_revision": "916592851", "id": "11097", "title": "Frisian language/vocabulary", "byte_end": 3322852441, "categories": []}
64
+ {"byte_start": 3322852441, "source_revision": "916592822", "id": "11098", "title": "Frisian language/history", "byte_end": 3322854975, "categories": []}
65
+ {"byte_start": 3322854975, "source_revision": "1193887320", "id": "11099", "title": "Talk:Frisian languages", "byte_end": 3326176285, "categories": []}
66
+ {"byte_start": 3326176285, "source_revision": "1185019807", "id": "11100", "title": "Kite", "byte_end": 3475381293, "categories": ["Kites| ", "Aircraft configurations", "Desi culture", "Physical activity and dexterity toys", "Traditional toys", "Indonesian inventions"]}
67
+ {"byte_start": 3475381293, "source_revision": "1198196655", "id": "11101", "title": "Fanzine", "byte_end": 3503963189, "categories": ["Fanzines|*", "Zines", "Fanspeak", "1940s neologisms"]}
68
+ {"byte_start": 3503963189, "source_revision": "1166959726", "id": "11102", "title": "Forgotten Futures", "byte_end": 3504824989, "categories": ["Historical role-playing games", "Role-playing games introduced in 1993", "Steampunk role-playing games"]}
69
+ {"byte_start": 3504824989, "source_revision": "1142810288", "id": "11103", "title": "Fabritio Caroso", "byte_end": 3504956096, "categories": ["Italian choreographers", "Italian male dancers", "16th-century births", "17th-century deaths", "People from Sermoneta", "16th-century dancers", "16th-century Italian musicians"]}
70
+ {"byte_start": 3504956096, "source_revision": "1195361216", "id": "11104", "title": "Fatah", "byte_end": 3554723479, "categories": ["Fatah| ", "National liberation movements", "Organizations based in Ramallah", "Organizations formerly designated as terrorist by the United States", "Palestinian political parties", "Resistance movements"]}
71
+ {"byte_start": 3554723479, "source_revision": "1125498518", "id": "11105", "title": "Forteana", "byte_end": 3554742430, "categories": []}
72
+ {"byte_start": 3554742430, "source_revision": "15908871", "id": "11106", "title": "Francesco Boromini", "byte_end": 3554742814, "categories": []}
73
+ {"byte_start": 3554742814, "source_revision": "1197752822", "id": "11107", "title": "Food and Agriculture Organization", "byte_end": 3654352993, "categories": ["Food and Agriculture Organization| ", "United Nations specialized agencies", "Agricultural organisations based in Italy", "Hunger relief organizations", "United Nations Development Group", "United Nations Economic and Social Council", "Agrarian politics", "Environmental agencies", "Fisheries agencies", "Food politics", "Forestry agencies", "International organisations based in Italy", "World forestry", "Environmental organisations based in Italy", "Organizations established in 1945", "Organisations based in Rome", "Food- and drink-related organizations", "Italy and the United Nations", "1940s in food"]}
74
+ {"byte_start": 3654352993, "source_revision": "924934696", "id": "11108", "title": "FAO (disambiguation)", "byte_end": 3654430266, "categories": []}
75
+ {"byte_start": 3654430266, "source_revision": "1200622621", "id": "13098", "title": "Genosha", "byte_end": 3660447305, "categories": ["Genoshans|*", "X-Men", "1988 comics debuts", "Fictional islands", "Marvel Comics countries", "Marvel Comics locations", "Fictional island countries", "Fictional African countries", "Fictional elements introduced in 1988"]}
76
+ {"byte_start": 3660447305, "source_revision": "1198670882", "id": "13104", "title": "Grinnell College", "byte_end": 3747505803, "categories": ["Grinnell College| ", "Buildings and structures in Poweshiek County, Iowa", "Education in Poweshiek County, Iowa", "Educational institutions established in 1846", "Liberal arts colleges in Iowa", "Tourist attractions in Poweshiek County, Iowa", "1846 establishments in Iowa Territory", "Grinnell, Iowa", "Private universities and colleges in Iowa", "Need-blind educational institutions"]}
77
+ {"byte_start": 3747505803, "source_revision": "1127768109", "id": "13107", "title": "Gorbachev", "byte_end": 3747508892, "categories": []}
78
+ {"byte_start": 3747508892, "source_revision": "1122930941", "id": "13108", "title": "Glendower", "byte_end": 3747528948, "categories": []}
79
+ {"byte_start": 3747528948, "source_revision": "1198208694", "id": "13109", "title": "List of climate change controversies", "byte_end": 4671428983, "categories": ["Articles containing video clips", "Climate change assessment and attribution", "Climate change controversies", "Climate change denial|.", "Politics of science", "21st-century controversies in the United States", "21st-century controversies", "Controversies in Australia"]}
80
+ {"byte_start": 4671428983, "source_revision": "1194403853", "id": "13111", "title": "George Dantzig", "byte_end": 4680485735, "categories": ["1914 births", "2005 deaths", "20th-century American mathematicians", "21st-century American mathematicians", "American computer scientists", "American operations researchers", "American people of Baltic German descent", "American people of French-Jewish descent", "American statisticians", "American systems scientists", "Deaths from diabetes", "Fellows of the Econometric Society", "General equilibrium theorists", "Jewish American scientists", "John von Neumann Theory Prize winners", "Mathematical economists", "Mathematicians from Oregon", "Fellows of the Institute for Operations Research and the Management Sciences", "Members of the United States National Academy of Sciences", "National Medal of Science laureates", "Numerical analysts", "People from Stanford, California", "RAND Corporation people", "Stanford University School of Engineering faculty", "United States Air Force civilians", "University of California, Berkeley alumni", "UC Berkeley College of Engineering faculty", "University of Maryland, College Park alumni", "University of Michigan College of Literature, Science, and the Arts alumni", "United States Army Air Forces personnel of World War II", "United States Army civilians", "20th-century American Jews", "21st-century American Jews", "Scientists from Portland, Oregon"]}
81
+ {"byte_start": 4680485735, "source_revision": "1184929996", "id": "13114", "title": "Geoff Ryman", "byte_end": 4682148250, "categories": ["1951 births", "Living people", "British science fiction writers", "Canadian science fiction writers", "Canadian gay writers", "English LGBT writers", "The Magazine of Fantasy & Science Fiction people", "University of California, Los Angeles alumni", "World Fantasy Award-winning writers", "Nebula Award winners", "British male novelists", "20th-century Canadian LGBT people", "21st-century Canadian LGBT people"]}
82
+ {"byte_start": 4682148250, "source_revision": "1198870838", "id": "13115", "title": "Gametophyte", "byte_end": 4686405105, "categories": ["Plant morphology", "Plant anatomy", "Plant reproduction"]}
83
+ {"byte_start": 4686405105, "source_revision": "1065863476", "id": "13116", "title": "Gavoi", "byte_end": 4686678021, "categories": []}
84
+ {"byte_start": 4686678021, "source_revision": "1105755790", "id": "13117", "title": "Gusana", "byte_end": 4686735873, "categories": ["Lakes of Sardinia"]}
85
+ {"byte_start": 4686735873, "source_revision": "1198208719", "id": "13118", "title": "Grazia Deledda", "byte_end": 4691217864, "categories": ["1871 births", "1936 deaths", "People from Nuoro", "19th-century Italian novelists", "20th-century Italian novelists", "Italian women poets", "Italian dramatists and playwrights", "Italian women dramatists and playwrights", "Italian women novelists", "Sardinian literature", "Nobel laureates in Literature", "Italian Nobel laureates", "Women Nobel laureates", "20th-century Italian women writers", "19th-century Italian women writers", "Sardinian women"]}
86
+ {"byte_start": 4691217864, "source_revision": "1188279354", "id": "13120", "title": "Glenn T. Seaborg", "byte_end": 4740065658, "categories": ["Glenn T. Seaborg| ", "1912 births", "1999 deaths", "20th-century American chemists", "American Nobel laureates", "American people of Swedish descent", "American skeptics", "Chairmen of the United States Atomic Energy Commission", "Leaders of the University of California, Berkeley", "Discoverers of chemical elements", "Enrico Fermi Award recipients", "Fellows of the American Association for the Advancement of Science", "Fellows of the American Physical Society", "Foreign Members of the Royal Society", "Foreign Members of the USSR Academy of Sciences", "Foreign Members of the Russian Academy of Sciences", "Founding members of the World Cultural Council", "Manhattan Project people", "Members of the Royal Swedish Academy of Sciences", "Members of the United States National Academy of Sciences", "Members of the Serbian Academy of Sciences and Arts", "National Medal of Science laureates", "Nobel laureates in Chemistry", "People from Ishpeming, Michigan", "People involved with the periodic table", "South Gate, California", "University of California, Berkeley alumni", "University of California, Berkeley faculty", "University of California, Los Angeles alumni", "Vannevar Bush Award recipients", "Foreign members of the Serbian Academy of Sciences and Arts", "Members of the American Philosophical Society", "Recipients of Franklin Medal"]}
87
+ {"byte_start": 4740065658, "source_revision": "1190431945", "id": "13122", "title": "Province of Grosseto", "byte_end": 4741276123, "categories": ["Province of Grosseto| ", "Provinces of Tuscany|G", "Provinces of Italy|Grosseto"]}
88
+ {"byte_start": 4741276123, "source_revision": "871951497", "id": "13124", "title": "Gama'at Islamiya", "byte_end": 4741297844, "categories": []}
89
+ {"byte_start": 4741297844, "source_revision": "1193882422", "id": "13125", "title": "Gaussian distribution", "byte_end": 4741299479, "categories": []}
90
+ {"byte_start": 4741299479, "source_revision": "1172515761", "id": "13126", "title": "Gaspard-Gustave de Coriolis", "byte_end": 4743301223, "categories": ["French civil engineers", "\u00c9cole Polytechnique alumni", "\u00c9cole des Ponts ParisTech alumni", "Corps des ponts", "1792 births", "1843 deaths", "Scientists from Paris", "19th-century French mathematicians", "French physicists", "French mechanical engineers", "Members of the French Academy of Sciences", "Burials at Montparnasse Cemetery"]}
91
+ {"byte_start": 4743301223, "source_revision": "1193689916", "id": "13128", "title": "Talk:Glass", "byte_end": 4787305184, "categories": []}
92
+ {"byte_start": 4787305184, "source_revision": "1188655772", "id": "13131", "title": "G\u00e9za, Grand Prince of the Hungarians", "byte_end": 4790969725, "categories": ["940s births", "997 deaths", "House of \u00c1rp\u00e1d", "Hungarian monarchs", "10th-century monarchs in Europe", "10th-century Hungarian people", "Converts to Roman Catholicism from pagan religions"]}
93
+ {"byte_start": 4790969725, "source_revision": "1035228035", "id": "13132", "title": "Talk:G\u00e9za, Grand Prince of the Hungarians", "byte_end": 4791219999, "categories": []}
94
+ {"byte_start": 4791219999, "source_revision": "783863508", "id": "13133", "title": "Geza", "byte_end": 4791224056, "categories": []}
95
+ {"byte_start": 4791224056, "source_revision": "1200721501", "id": "13134", "title": "Gecko", "byte_end": 4857699025, "categories": ["Geckos| ", "Lizards of Asia", "Articles containing video clips", "Extant Albian first appearances", "Taxa named by Georges Cuvier", "Vertebrate infraorders"]}
96
+ {"byte_start": 4857699025, "source_revision": "1199150541", "id": "13135", "title": "Game show", "byte_end": 4893270084, "categories": ["Game shows| ", "Television genres"]}
97
+ {"byte_start": 4893270084, "source_revision": "15910768", "id": "13136", "title": "Game of sprouts", "byte_end": 4893270889, "categories": []}
98
+ {"byte_start": 4893270889, "source_revision": "1198351080", "id": "13137", "title": "Grindcore", "byte_end": 5005026943, "categories": ["Grindcore| ", "Hardcore punk genres", "Heavy metal genres", "Anarcho-punk", "Extreme metal", "English styles of music"]}
99
+ {"byte_start": 5005026943, "source_revision": "1045263529", "id": "13138", "title": "Talk:G\u00f6del's ontological proof", "byte_end": 5026536475, "categories": []}
100
+ {"byte_start": 5026536475, "source_revision": "992460370", "id": "13139", "title": "Game of Life", "byte_end": 5026578961, "categories": []}
101
+ {"byte_start": 5026578961, "source_revision": "1141154629", "id": "13140", "title": "George Frederick, Margrave of Brandenburg-Ansbach", "byte_end": 5026962131, "categories": ["1539 births", "1603 deaths", "People from Ansbach", "Margraves of Brandenburg-Ansbach", "Margraves of Bayreuth", "House of Hohenzollern", "Regents of Prussia", "Burials at Heilsbronn Abbey"]}
102
+ {"byte_start": 5026962131, "source_revision": "1140261291", "id": "13141", "title": "George, Margrave of Brandenburg-Ansbach", "byte_end": 5028669475, "categories": ["1484 births", "1543 deaths", "People from Ansbach", "House of Hohenzollern", "Margraves of Brandenburg-Ansbach", "German Lutherans", "Burials at Heilsbronn Abbey"]}
103
+ {"byte_start": 5028669475, "source_revision": "1109549882", "id": "13142", "title": "God Save The Queen", "byte_end": 5028673853, "categories": []}
104
+ {"byte_start": 5028673853, "source_revision": "1198208764", "id": "13143", "title": "Generalized mean", "byte_end": 5032289234, "categories": ["Means", "Inequalities", "Articles with example Haskell code"]}
105
+ {"byte_start": 5032289234, "source_revision": "964798705", "id": "13144", "title": "G.I. (military)", "byte_end": 5032400101, "categories": []}
106
+ {"byte_start": 5032400101, "source_revision": "1197581275", "id": "13145", "title": "Gerolamo Cardano", "byte_end": 5054634183, "categories": ["1501 births", "1576 deaths", "16th-century writers in Latin", "16th-century Italian mathematicians", "16th-century Italian physicians", "Italian astrologers", "16th-century astrologers", "16th-century Italian inventors", "Physicians from Pavia", "University of Pavia alumni", "Scientists from Pavia"]}
107
+ {"byte_start": 5054634183, "source_revision": "1198208875", "id": "13146", "title": "Gabbro", "byte_end": 5059680552, "categories": ["Mafic rocks", "Plutonic rocks", "Phaneritic rocks"]}
108
+ {"byte_start": 5059680552, "source_revision": "1196310650", "id": "13148", "title": "Gene Roddenberry", "byte_end": 5186628526, "categories": ["Gene Roddenberry| ", "1921 births", "1991 deaths", "20th-century American businesspeople", "20th-century American novelists", "American science fiction writers", "Film producers from California", "Critics of religions", "American humanists", "American male novelists", "American male screenwriters", "Television producers from California", "American television writers", "Former Baptists", "Los Angeles City College alumni", "Los Angeles Police Department officers", "American male television writers", "Military personnel from Texas", "Mass media people from El Paso, Texas", "People from River Edge, New Jersey", "Recipients of the Air Medal", "Recipients of the Distinguished Flying Cross (United States)", "Science Fiction Hall of Fame inductees", "Showrunners", "Space burials", "United States Army Air Forces officers", "United States Army Air Forces bomber pilots of World War II", "Screenwriters from Los Angeles", "Writers Guild of America Award winners", "Commercial aviators", "Screenwriters from New Jersey", "Screenwriters from California", "20th-century American male writers", "Novelists from New Jersey", "Screenwriters from Texas", "Television producers from Texas", "Hugo Award-winning writers", "Film producers from Texas", "Film producers from New Jersey", "20th-century American screenwriters", "20th-century pseudonymous writers", "Television producers from New Jersey"]}
109
+ {"byte_start": 5186628526, "source_revision": "1201071848", "id": "13149", "title": "Galaxy Quest", "byte_end": 5280213995, "categories": ["1999 films", "1999 comedy films", "1990s adventure films", "1990s parody films", "1990s science fiction comedy films", "American adventure comedy films", "American science fiction comedy films", "American space adventure films", "American parody films", "DreamWorks Pictures films", "Fictional-language films", "Films adapted into comics", "Films about extraterrestrial life", "Self-reflexive films", "Films about actors", "Films about fandom", "Films about television", "Films directed by Dean Parisot", "Films scored by David Newman", "Films set in Los Angeles", "Films set on fictional planets", "Films set on spacecraft", "Films shot in Los Angeles", "Films shot in Utah", "Films with screenplays by Robert Gordon", "Hugo Award for Best Dramatic Presentation winning works", "Nebula Award for Best Script-winning works", "Metafictional works", "Parody films based on Star Trek", "1990s English-language films", "1990s American films"]}
110
+ {"byte_start": 5280213995, "source_revision": "944517068", "id": "13150", "title": "GhIlghameS", "byte_end": 5280228515, "categories": []}
111
+ {"byte_start": 5280228515, "source_revision": "1201435839", "id": "13151", "title": "Gilgamesh", "byte_end": 5351856205, "categories": ["Gilgamesh| ", "29th-century BC Sumerian kings", "28th-century BC Sumerian kings", "27th-century BC Sumerian kings", "Kings of Uruk", "Demigods", "Epic of Gilgamesh|-", "Heroes in mythology and legend", "Mesopotamian gods", "Nimrod", "Characters in the Epic of Gilgamesh", "Deified men", "Deified monarchs"]}
112
+ {"byte_start": 5351856205, "source_revision": "1198686190", "id": "13152", "title": "Gluten", "byte_end": 5413387641, "categories": ["Gluten| ", "Nutrition", "Seed storage proteins"]}
113
+ {"byte_start": 5413387641, "source_revision": "1194455851", "id": "13154", "title": "Glen or Glenda", "byte_end": 5421252917, "categories": ["1953 films", "1953 drama films", "1950s LGBT-related films", "1950s teen films", "American docudrama films", "Films directed by Ed Wood", "Transgender-related films", "Cross-dressing in American films", "Films about dreams", "American sexploitation films", "1950s English-language films", "Films shot in Los Angeles", "American black-and-white films", "Films with screenplays by Ed Wood", "Articles containing video clips", "Films scored by William Lava", "1953 directorial debut films", "Films about trans women", "1950s exploitation films", "Films originally rejected by the British Board of Film Classification", "1950s American films", "American LGBT-related documentary films", "American independent films", "1950s independent films", "American exploitation films"]}
114
+ {"byte_start": 5421252917, "source_revision": "1198208836", "id": "13155", "title": "The Golden Turkey Awards", "byte_end": 5422999423, "categories": ["American film awards", "1980 non-fiction books", "Books about film", "Lists of worsts", "Books by Michael Medved", "Books of film criticism", "Collaborative non-fiction books"]}
115
+ {"byte_start": 5422999423, "source_revision": "1193959837", "id": "13156", "title": "George Fox", "byte_end": 5505476792, "categories": ["1624 births", "1691 deaths", "17th-century Christian clergy", "17th-century English writers", "17th-century English male writers", "17th-century Christian mystics", "Burials at Bunhill Fields", "English Dissenters", "English evangelicals", "English Christian pacifists", "English Christian religious leaders", "English Christian theologians", "English religious leaders", "English religious writers", "English Quakers", "Quaker writers", "Lay theologians", "People convicted of blasphemy", "People from Hinckley and Bosworth (district)", "Protestant mystics", "Quaker ministers", "Quaker theologians", "17th-century English theologians", "17th-century Quakers", "Christian radicals", "Shoemakers", "Founders of religions", "Anglican saints"]}
116
+ {"byte_start": 5505476792, "source_revision": "1197741054", "id": "13157", "title": "Talk:Giordano Bruno", "byte_end": 5533305052, "categories": []}
117
+ {"byte_start": 5533305052, "source_revision": "1067730594", "id": "13158", "title": "Gilles Apap", "byte_end": 5533604634, "categories": ["1963 births", "Living people", "20th-century French male classical violinists", "French fiddlers", "People from B\u00e9ja\u00efa", "21st-century French male classical violinists"]}
118
+ {"byte_start": 5533604634, "source_revision": "1197289009", "id": "13159", "title": "Gunpowder Plot", "byte_end": 5969379006, "categories": ["Gunpowder Plot| ", "17th century in London", "Anti-Protestantism", "Conspiracies", "1605 in England", "Conflicts in 1605", "Attacks on legislatures", "17th-century coups d'\u00e9tat", "Palace of Westminster", "Military coups in England", "Failed assassination attempts in the United Kingdom", "James VI and I", "Henry Frederick, Prince of Wales", "Charles I of England", "History of Catholicism in England"]}
119
+ {"byte_start": 5969379006, "source_revision": "1197966890", "id": "13160", "title": "Gelatin", "byte_end": 6043445092, "categories": ["Gelatin| ", "Animal products", "Conservation and restoration materials", "Dietary supplements", "Edible thickening agents", "Excipients", "Gels", "Skin care", "Structural proteins"]}
120
+ {"byte_start": 6043445092, "source_revision": "1073418597", "id": "13161", "title": "Guido Fawkes (website)", "byte_end": 6043464947, "categories": []}
121
+ {"byte_start": 6043464947, "source_revision": "1199620097", "id": "13162", "title": "Gelatin dessert", "byte_end": 6054438864, "categories": ["British desserts", "Desserts", "Gelatin", "Jams and jellies"]}
122
+ {"byte_start": 6054438864, "source_revision": "1193888214", "id": "13164", "title": "Talk:Guerrilla warfare", "byte_end": 6066748056, "categories": []}
123
+ {"byte_start": 6066748056, "source_revision": "1193901293", "id": "13165", "title": "Talk:Government", "byte_end": 6080176268, "categories": []}
124
+ {"byte_start": 6080176268, "source_revision": "1198069878", "id": "13168", "title": "George, Duke of Saxony", "byte_end": 6083774499, "categories": ["1471 births|Saxony, George, Duke of", "1539 deaths|Saxony, George, Duke of", "German Roman Catholics", "Dukes of Saxony", "Knights of the Golden Fleece|Saxony, George, Duke of", "Potestaats of Friesland", "Saxon princes", "Albertine branch"]}
125
+ {"byte_start": 6083774499, "source_revision": "1190995970", "id": "13169", "title": "Gneiss", "byte_end": 6090016183, "categories": ["Gneiss| ", "Metamorphic rocks", "Industrial minerals"]}
126
+ {"byte_start": 6090016183, "source_revision": "835889536", "id": "13170", "title": "GT40", "byte_end": 6090025055, "categories": []}
127
+ {"byte_start": 6090025055, "source_revision": "1198959785", "id": "13171", "title": "Gro Harlem Brundtland", "byte_end": 6101239842, "categories": ["1939 births", "20th-century Norwegian politicians", "20th-century Norwegian women politicians", "Fellows of the Academy of Medical Sciences (United Kingdom)", "Norwegian women diplomats", "Harvard T.H. Chan School of Public Health alumni", "Leaders of the Labour Party (Norway)", "Living people", "Members of the Norwegian Academy of Science and Letters", "Members of the Storting", "Ministers of Climate and the Environment of Norway", "Norwegian humanists", "Norwegian people of Swedish descent", "Norwegian women physicians", "Politicians from Oslo", "Norwegian public health doctors", "Prime Ministers of Norway", "University of Oslo alumni", "World Health Organization director-generals", "Women prime ministers in Europe", "Women government ministers of Norway", "Honorary Fellows of the London School of Economics", "Women members of the Storting", "Norwegian officials of the United Nations", "Norwegian Association for Women's Rights people", "United Nations Foundation", "Members of the American Philosophical Society", "Special Envoys of the Secretary-General of the United Nations", "Members of the National Academy of Medicine", "Women public health doctors", "21st-century women prime ministers"]}
128
+ {"byte_start": 6101239842, "source_revision": "1199274777", "id": "13172", "title": "Gregory of Nazianzus", "byte_end": 6136075652, "categories": ["329 births", "390 deaths", "4th-century Archbishops of Constantinople", "4th-century Christian mystics", "4th-century Christian saints", "4th-century Christian theologians", "4th-century Greek philosophers", "4th-century poets", "4th-century Romans", "4th-century writers", "Cappadocian Greeks", "Christianity and Hellenistic philosophy", "Church Fathers", "Doctors of the Church", "Epigrammatists of the Greek Anthology", "Greek Christian mystics", "Opponents of Arianism", "Patristic mystics", "Catholic philosophers", "Roman-era students in Athens", "Saints from Constantinople", "Saints from Roman Anatolia", "People from Aksaray Province", "Anglican saints", "Participant in the First Council of Constantinople"]}
129
+ {"byte_start": 6136075652, "source_revision": "783863522", "id": "13175", "title": "HoldComeWhatMay", "byte_end": 6136077573, "categories": []}
130
+ {"byte_start": 6136077573, "source_revision": "1066125055", "id": "13177", "title": "HisTory", "byte_end": 6136082351, "categories": []}
131
+ {"byte_start": 6136082351, "source_revision": "783863537", "id": "13179", "title": "HelL", "byte_end": 6136084070, "categories": []}
132
+ {"byte_start": 6136084070, "source_revision": "1072616658", "id": "13181", "title": "HiStory", "byte_end": 6136089008, "categories": []}
133
+ {"byte_start": 6136089008, "source_revision": "783863560", "id": "13183", "title": "HomoMorphism", "byte_end": 6136092750, "categories": []}
134
+ {"byte_start": 6136092750, "source_revision": "783863567", "id": "13184", "title": "HistoryOfEurope", "byte_end": 6136100933, "categories": []}
135
+ {"byte_start": 6136100933, "source_revision": "529156247", "id": "13185", "title": "HistoryGermany", "byte_end": 6136102514, "categories": []}
136
+ {"byte_start": 6136102514, "source_revision": "528586811", "id": "13186", "title": "HolyTrinity", "byte_end": 6136109438, "categories": []}
137
+ {"byte_start": 6136109438, "source_revision": "974383996", "id": "13187", "title": "HomoSapiens", "byte_end": 6136112515, "categories": []}
138
+ {"byte_start": 6136112515, "source_revision": "783863576", "id": "13188", "title": "HecTor", "byte_end": 6136114922, "categories": []}
139
+ {"byte_start": 6136114922, "source_revision": "1066122844", "id": "13189", "title": "HistoryOfUnitedStates", "byte_end": 6136117496, "categories": []}
140
+ {"byte_start": 6136117496, "source_revision": "1196190348", "id": "13191", "title": "HTML", "byte_end": 6561680725, "categories": ["HTML| ", "Computer-related introductions in 1990", "Articles with example code", "Markup languages", "Open formats", "Technical communication", "World Wide Web Consortium standards", "SGML"]}
141
+ {"byte_start": 6561680725, "source_revision": "1154291593", "id": "13192", "title": "Hacking", "byte_end": 6562988797, "categories": []}
142
+ {"byte_start": 6562988797, "source_revision": "900684760", "id": "13194", "title": "HistoryOfLevant", "byte_end": 6563005594, "categories": []}
143
+ {"byte_start": 6563005594, "source_revision": "46013624", "id": "13195", "title": "HalleysFifthConcerto", "byte_end": 6563007229, "categories": []}
144
+ {"byte_start": 6563007229, "source_revision": "528867409", "id": "13196", "title": "HaikuPoem", "byte_end": 6563009781, "categories": []}
145
+ {"byte_start": 6563009781, "source_revision": "441613501", "id": "13201", "title": "HelenOfTroy", "byte_end": 6563013473, "categories": []}
146
+ {"byte_start": 6563013473, "source_revision": "1078290719", "id": "13203", "title": "HollywooD", "byte_end": 6563020508, "categories": []}
147
+ {"byte_start": 6563020508, "source_revision": "1070664745", "id": "13204", "title": "HermanMelville", "byte_end": 6563022211, "categories": []}
148
+ {"byte_start": 6563022211, "source_revision": "528668889", "id": "13205", "title": "HungarianLanguage", "byte_end": 6563025513, "categories": []}
149
+ {"byte_start": 6563025513, "source_revision": "1195945196", "id": "13207", "title": "Hector", "byte_end": 6597801547, "categories": ["Trojan Leaders", "Characters in the Aeneid", "Children of Priam", "Princes in Greek mythology"]}
150
+ {"byte_start": 6597801547, "source_revision": "1201398100", "id": "13208", "title": "Hera", "byte_end": 6816937410, "categories": ["Hera| ", "Children of Cronus", "Marriage goddesses", "Queens in Greek mythology", "Metamorphoses characters", "Deities in the Iliad", "Mythological rape victims", "Mythology of Heracles", "Divine women of Zeus", "Characters in the Odyssey", "Deities in the Aeneid", "Greek goddesses", "Queens of Heaven (antiquity)", "Mothers of the twelve Olympians", "Childhood goddesses", "Characters in the Argonautica", "Household deities", "Domestic and hearth deities", "Women of the Trojan war", "Health goddesses", "Twelve Olympians", "Shapeshifters in Greek mythology", "Cattle deities"]}
151
+ {"byte_start": 6816937410, "source_revision": "1197670492", "id": "13210", "title": "History of the ancient Levant", "byte_end": 6855043145, "categories": ["Ancient Levant| ", "History of the Levant"]}
152
+ {"byte_start": 6855043145, "source_revision": "783863591", "id": "13211", "title": "Horror Film", "byte_end": 6855046848, "categories": []}
153
+ {"byte_start": 6855046848, "source_revision": "1201033846", "id": "13212", "title": "History of Europe", "byte_end": 7477390951, "categories": ["History of Europe| "]}
154
+ {"byte_start": 7477390951, "source_revision": "15910838", "id": "13213", "title": "History of UnitedStates", "byte_end": 7477392132, "categories": []}
155
+ {"byte_start": 7477392132, "source_revision": "1087518170", "id": "13216", "title": "Hold come what may", "byte_end": 7477462734, "categories": ["English phrases", "Belief", "Concepts in logic", "Willard Van Orman Quine"]}
156
+ {"byte_start": 7477462734, "source_revision": "1199463060", "id": "13217", "title": "Haiku", "byte_end": 7691203234, "categories": ["Haiku| ", "Japanese literary terminology", "Japanese poetry", "Articles containing Japanese poems", "Stanzaic form"]}
157
+ {"byte_start": 7691203234, "source_revision": "1196420829", "id": "13219", "title": "Howard Hawks", "byte_end": 7744450115, "categories": ["1896 births", "1977 deaths", "20th-century American male writers", "20th-century American screenwriters", "Academy Honorary Award recipients", "Accidental deaths from falls", "American aviators", "American film directors", "American film producers", "American male screenwriters", "American people of English descent", "Cornell University College of Engineering alumni", "Deaths from falls", "Film directors from California", "Film directors from Indiana", "Film directors from Wisconsin", "Film producers from California", "Film producers from Indiana", "Film producers from Wisconsin", "French-language film directors", "German-language film directors", "Harold B. Lee Library-related film articles", "Military personnel from California", "Military personnel from Indiana", "Military personnel from Wisconsin", "Pasadena High School (California) alumni", "People from Goshen, Indiana", "People from Neenah, Wisconsin", "Phillips Exeter Academy alumni", "Racing drivers from Indiana", "Screenwriters from California", "Screenwriters from Indiana", "Screenwriters from Wisconsin", "Silent film directors", "United States Army Air Service pilots of World War I", "United States Army Signal Corps personnel", "Western (genre) film directors", "Writers from Palm Springs, California", "Writers from Pasadena, California"]}
158
+ {"byte_start": 7744450115, "source_revision": "783863598", "id": "13222", "title": "Hobbies", "byte_end": 7744455483, "categories": []}
159
+ {"byte_start": 7744455483, "source_revision": "1195242929", "id": "13223", "title": "Help:Editing", "byte_end": 7990213164, "categories": ["Wikipedia how-to|Editing, Help", "Wikipedia basic information|Editing, Help", "Wikipedia editing| "]}
160
+ {"byte_start": 7990213164, "source_revision": "1199353591", "id": "13224", "title": "History of Germany", "byte_end": 9049148528, "categories": ["History of Germany| ", "Articles containing video clips"]}
161
+ {"byte_start": 9049148528, "source_revision": "1198987095", "id": "13225", "title": "Hades", "byte_end": 9234092710, "categories": ["Hades| ", "Chthonic beings", "Deities in the Iliad", "Greek death gods", "Metamorphoses characters", "Mythological rapists", "Rape of Persephone", "Underworld gods", "Kings in Greek mythology", "Greek underworld", "Eleusinian Mysteries", "Deities in the Aeneid", "Characters in the Odyssey", "Abundance gods", "Earth gods", "Children of Cronus"]}
162
+ {"byte_start": 9234092710, "source_revision": "1194975055", "id": "13231", "title": "Wikipedia:Redirect", "byte_end": 9298336069, "categories": ["Wikipedia editing guidelines", "Wikipedia redirecting| "]}
163
+ {"byte_start": 9298336069, "source_revision": "1081341069", "id": "13235", "title": "Wikipedia:Nupedia and Wikipedia", "byte_end": 9298700655, "categories": ["Wikipedia history"]}
164
+ {"byte_start": 9298700655, "source_revision": "1186910227", "id": "13236", "title": "GNU Hurd", "byte_end": 9316942713, "categories": ["Free software operating systems", "GNU Project software", "Microkernel-based operating systems", "Microkernels", "Operating system distributions bootable from read-only media", "Unix variants"]}
165
+ {"byte_start": 9316942713, "source_revision": "15910856", "id": "13237", "title": "HugoPrize", "byte_end": 9316943872, "categories": []}
166
+ {"byte_start": 9316943872, "source_revision": "783863605", "id": "13238", "title": "Hate Crime", "byte_end": 9316955207, "categories": []}
167
+ {"byte_start": 9316955207, "source_revision": "786087179", "id": "13239", "title": "Hobbits", "byte_end": 9316960568, "categories": []}
168
+ {"byte_start": 9316960568, "source_revision": "1199384625", "id": "13240", "title": "Hollywood cycles", "byte_end": 9317011602, "categories": ["Film production"]}
169
+ {"byte_start": 9317011602, "source_revision": "1035847148", "id": "13243", "title": "HDTV", "byte_end": 9317014251, "categories": []}
170
+ {"byte_start": 9317014251, "source_revision": "529093962", "id": "13247", "title": "HistoricalMaterialism", "byte_end": 9317020817, "categories": []}
171
+ {"byte_start": 9317020817, "source_revision": "1121842391", "id": "13249", "title": "Hylobatidae", "byte_end": 9317035379, "categories": ["Primate families", "Taxa named by John Edward Gray", "Taxa described in 1870"]}
172
+ {"byte_start": 9317035379, "source_revision": "1186916278", "id": "13250", "title": "Health care reform", "byte_end": 9334036020, "categories": ["Health care reform| ", "Health insurance", "Universal health care", "Health education", "Public health"]}
173
+ {"byte_start": 9334036020, "source_revision": "346286503", "id": "13251", "title": "Horse-breaking", "byte_end": 9334083725, "categories": []}
174
+ {"byte_start": 9334083725, "source_revision": "808086262", "id": "13252", "title": "Talk:Health care reform", "byte_end": 9335202733, "categories": []}
175
+ {"byte_start": 9335202733, "source_revision": "1195823919", "id": "13253", "title": "Henry Mayhew", "byte_end": 9338122131, "categories": ["English magazine editors", "English male journalists", "People educated at Westminster School, London", "Oral historians", "1812 births", "1887 deaths", "19th-century British journalists", "English male non-fiction writers", "Social documentary photographers", "19th-century English male writers", "Punch (magazine) people", "Mayhew family", "British magazine founders"]}
176
+ {"byte_start": 9338122131, "source_revision": "1200357640", "id": "13255", "title": "Hydrogen", "byte_end": 9635942400, "categories": ["Hydrogen| ", "Chemical elements", "Reactive nonmetals", "Diatomic nonmetals", "Nuclear fusion fuels", "Airship technology", "Reducing agents", "Refrigerants", "Gaseous signaling molecules", "E-number additives", "Least dense things"]}
177
+ {"byte_start": 9635942400, "source_revision": "1198223551", "id": "13256", "title": "Helium", "byte_end": 9950895088, "categories": ["Helium| ", "Chemical elements", "Noble gases", "Quantum phases", "Airship technology", "Coolants", "Nuclear reactor coolants", "Diving equipment", "E-number additives", "Helios"]}
178
+ {"byte_start": 9950895088, "source_revision": "1200364234", "id": "13257", "title": "Hydrocarbon", "byte_end": 9984278795, "categories": ["Hydrocarbons| "]}
179
+ {"byte_start": 9984278795, "source_revision": "1201548620", "id": "13258", "title": "Halogen", "byte_end": 10041864578, "categories": ["Halogens| ", "Groups (periodic table)"]}
180
+ {"byte_start": 10041864578, "source_revision": "1201634118", "id": "13259", "title": "Home page", "byte_end": 10052251840, "categories": ["Web design"]}
181
+ {"byte_start": 10052251840, "source_revision": "1192846914", "id": "13260", "title": "Hee Haw", "byte_end": 10122525714, "categories": ["1969 American television series debuts", "1997 American television series endings", "1960s American musical comedy television series", "1970s American musical comedy television series", "1980s American musical comedy television series", "1990s American musical comedy television series", "1960s American sketch comedy television series", "1970s American sketch comedy television series", "1980s American sketch comedy television series", "1990s American sketch comedy television series", "1960s American variety television series", "1970s American variety television series", "1980s American variety television series", "1990s American variety television series", "American country music", "Bluegrass music", "CBS original programming", "Country music television series", "English-language television shows", "First-run syndicated television programs in the United States", "Rural society in the United States", "Television shows adapted into plays", "Television shows adapted into comics", "American television series with live action and animation", "Comedy franchises", "Television series by Gaylord Entertainment Company"]}
182
+ {"byte_start": 10122525714, "source_revision": "1195641683", "id": "13263", "title": "Hexadecimal", "byte_end": 10238841270, "categories": ["Binary arithmetic", "Hexadecimal numeral system", "Power-of-two numeral systems", "Positional numeral systems"]}
183
+ {"byte_start": 10238841270, "source_revision": "1198552134", "id": "13264", "title": "Hex", "byte_end": 10240406306, "categories": []}
184
+ {"byte_start": 10240406306, "source_revision": "1148586391", "id": "13265", "title": "Hitler (disambiguation)", "byte_end": 10242302781, "categories": []}
185
+ {"byte_start": 10242302781, "source_revision": "1201173762", "id": "13266", "title": "Histogram", "byte_end": 10266031110, "categories": ["Statistical charts and diagrams", "Quality control tools", "Estimation of densities", "Nonparametric statistics", "Statistics articles needing expert attention", "Frequency distribution"]}
186
+ {"byte_start": 10266031110, "source_revision": "841454452", "id": "13268", "title": "Human anatomy", "byte_end": 10290230881, "categories": []}
187
+ {"byte_start": 10290230881, "source_revision": "1154752174", "id": "13269", "title": "Hilter", "byte_end": 10291081579, "categories": ["Osnabr\u00fcck (district)"]}
188
+ {"byte_start": 10291081579, "source_revision": "1200908390", "id": "13270", "title": "Hawaii", "byte_end": 11168156757, "categories": ["Hawaii| ", "1959 establishments in the United States", "Geography of Polynesia", "States and territories established in 1959", "States of the United States", "Western United States", "Islands of Oceania", "Articles containing video clips"]}
189
+ {"byte_start": 11168156757, "source_revision": "1193621258", "id": "13274", "title": "Hearse", "byte_end": 11179135907, "categories": ["Funeral transport", "Commercial vehicles", "Car body styles", "Hearses| "]}
190
+ {"byte_start": 11179135907, "source_revision": "1199882199", "id": "13275", "title": "Hungary", "byte_end": 13099873330, "categories": ["Hungary| ", "895 establishments", "Countries in Europe", "Countries and territories where Hungarian is an official language", "Landlocked countries", "Member states of NATO", "Member states of the European Union", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "Member states of the Three Seas Initiative", "Republics", "States and territories established in 1000", "States and territories established in 1920", "States and territories established in the 890s", "Christian states", "Observer states of the Organization of Turkic States", "OECD members"]}
191
+ {"byte_start": 13099873330, "source_revision": "1201466987", "id": "13276", "title": "Historiography", "byte_end": 13241522787, "categories": ["Historiography| ", "Philosophy of history"]}
192
+ {"byte_start": 13241522787, "source_revision": "1201380063", "id": "13277", "title": "Holy Roman Empire", "byte_end": 13795686895, "categories": ["Holy Roman Empire", "960s establishments in the Holy Roman Empire", "962 establishments", "1806 disestablishments in Europe", "1806 disestablishments in the Holy Roman Empire|*", "Christendom", "Christian states", "Christian terminology", "Early modern period", "Former confederations", "Former empires", "Former monarchies of Europe", "History of Catholicism in Europe", "History of Central Europe", "Middle Ages", "States and territories disestablished in 1806", "States and territories established in 800", "States and territories established in 962", "Western Christianity|Roman Empire"]}
193
+ {"byte_start": 13795686895, "source_revision": "1190248335", "id": "13278", "title": "Holidays", "byte_end": 13795704312, "categories": []}
194
+ {"byte_start": 13795704312, "source_revision": "1197994046", "id": "13279", "title": "Holiday", "byte_end": 13844540753, "categories": ["Holidays| "]}
195
+ {"byte_start": 13844540753, "source_revision": "339116470", "id": "13280", "title": "Talk:History of science and technology/Archive 1", "byte_end": 13844561744, "categories": []}
196
+ {"byte_start": 13844561744, "source_revision": "293489836", "id": "13281", "title": "History of Science and Technology/Astronomy and Astrophysics", "byte_end": 13844565813, "categories": []}
197
+ {"byte_start": 13844565813, "source_revision": "1194729349", "id": "13287", "title": "Hobby", "byte_end": 13877758538, "categories": ["Hobbies| ", "Recreation", "Personal life"]}
198
+ {"byte_start": 13877758538, "source_revision": "1193044391", "id": "13288", "title": "Holland", "byte_end": 13963798087, "categories": ["Regions of the Netherlands"]}
199
+ {"byte_start": 13963798087, "source_revision": "1201462956", "id": "13289", "title": "History of the Netherlands", "byte_end": 14464661855, "categories": ["History of the Netherlands| ", "Articles which contain graphical timelines"]}
200
+ {"byte_start": 14464661855, "source_revision": "1200371267", "id": "13290", "title": "Harold and Maude", "byte_end": 14489624573, "categories": ["1971 films", "1971 comedy-drama films", "1971 black comedy films", "1970s buddy comedy-drama films", "1970s English-language films", "1970s romantic comedy-drama films", "American black comedy films", "American buddy comedy-drama films", "American romantic comedy-drama films", "Cat Stevens", "Films about couples", "Films about old age", "Films about suicide", "Films directed by Hal Ashby", "Films set in country houses", "Films set in San Francisco", "Films set in the San Francisco Bay Area", "Films shot in San Francisco", "Films with screenplays by Colin Higgins", "Paramount Pictures films", "United States National Film Registry films", "Vinyl Films albums", "Fiction about ageing", "Fiction about ageism", "1970s American films", "Films about funerals"]}
201
+ {"byte_start": 14489624573, "source_revision": "1183352893", "id": "13291", "title": "Habitus (sociology)", "byte_end": 14492858574, "categories": ["Social concepts", "Political concepts", "Post-structuralism", "Sociological terminology", "Social agreement"]}
202
+ {"byte_start": 14492858574, "source_revision": "1198209975", "id": "13292", "title": "Hypoxia (medicine)", "byte_end": 14542937226, "categories": ["Aviation medicine", "Diving medicine", "Mountaineering and health", "Oxygen", "Pulmonology"]}
203
+ {"byte_start": 14542937226, "source_revision": "1200764619", "id": "13293", "title": "Historical revisionism", "byte_end": 14581940186, "categories": ["Historical revisionism| ", "Historiography|Revisionism"]}
204
+ {"byte_start": 14581940186, "source_revision": "1200255109", "id": "13294", "title": "History of the petroleum industry in the United States", "byte_end": 14589748900, "categories": ["History of the petroleum industry in the United States| "]}
205
+ {"byte_start": 14589748900, "source_revision": "1194963874", "id": "13297", "title": "Hudson's Bay Company", "byte_end": 14812819933, "categories": ["Hudson's Bay Company", "1670 establishments in England", "2008 mergers and acquisitions", "2012 initial public offerings", "2020 mergers and acquisitions", "British colonization of the Americas", "Canadian brands", "Canadian folklore", "Chartered companies", "Clothing retailers of Canada", "Companies based in Brampton", "Retail companies established in 1670", "Companies formerly listed on the Toronto Stock Exchange", "Economic history of Canada", "English colonization of the Americas", "Fur trade", "History of the Pacific Northwest", "History of the Rocky Mountains", "Multinational companies headquartered in Canada", "Oregon Country", "Private equity portfolio companies", "Trading companies of England", "Trading companies of Canada", "Trading companies established in the 17th century", "Pemmican War"]}
206
+ {"byte_start": 14812819933, "source_revision": "1196456327", "id": "13298", "title": "Hoplite", "byte_end": 14855764217, "categories": ["Ancient Greek infantry types", "Ancient Greek titles", "Combat occupations", "Obsolete occupations", "Phalanx"]}
207
+ {"byte_start": 14855764217, "source_revision": "1199860307", "id": "13299", "title": "History of Spain", "byte_end": 15279437557, "categories": ["History of Spain| "]}
208
+ {"byte_start": 15279437557, "source_revision": "15910915", "id": "13300", "title": "High-low split poker", "byte_end": 15279438345, "categories": []}
209
+ {"byte_start": 15279438345, "source_revision": "1196882165", "id": "13305", "title": "History of the Republic of Turkey", "byte_end": 15294301234, "categories": ["History of the Republic of Turkey| ", "Articles containing video clips"]}
210
+ {"byte_start": 15294301234, "source_revision": "1200925012", "id": "13306", "title": "History of Islam", "byte_end": 16112808360, "categories": ["History of Islam| ", "Islamic studies", "Articles which contain graphical timelines", "History of religion by religion|Islam"]}
warehouse_00008.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7aa4deb02b6292237c59de3f6ffa6ce28e0474cc40fc785a1620545bd70114d
3
+ size 141630463
warehouse_00008.metadata ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1200497780", "id": "14727", "title": "Isle of Man", "byte_end": 421028170, "categories": ["Isle of Man| ", "Islands of the Isle of Man|*", "British Islands", "British Isles", "Celtic nations|Isle", "Crown Dependencies|Isle", "Dependent territories in Europe|Isle of Man", "English-speaking countries and territories|Isle", "Former Norwegian colonies|Isle", "Island countries|Isle"]}
2
+ {"byte_start": 421028170, "source_revision": "15912264", "id": "14728", "title": "Iberian alphabet", "byte_end": 421037820, "categories": []}
3
+ {"byte_start": 421037820, "source_revision": "1196064621", "id": "14729", "title": "Italic languages", "byte_end": 444926188, "categories": ["Italic languages| ", "Languages of Europe", "Languages of Italy", "Indo-European languages"]}
4
+ {"byte_start": 444926188, "source_revision": "1200398609", "id": "14730", "title": "Internet Relay Chat", "byte_end": 583060305, "categories": ["Internet Relay Chat| ", "1988 software", "Application layer protocols", "Computer-related introductions in 1988", "Finnish inventions", "Internet terminology", "Virtual communities"]}
5
+ {"byte_start": 583060305, "source_revision": "1201735216", "id": "14731", "title": "Ideogram", "byte_end": 587189929, "categories": ["Communication design", "Graphic design", "Pictograms", "Writing systems"]}
6
+ {"byte_start": 587189929, "source_revision": "1197646488", "id": "14732", "title": "Irish Republican Army (1919\u20131922)", "byte_end": 753433898, "categories": ["Irish Republican Army (1919\u20131922)| ", "Institutions of the Irish Republic (1919\u20131922)", "Guerrilla organizations", "Irish republican militant groups", "National liberation armies", "Anti-imperialism in Europe"]}
7
+ {"byte_start": 753433898, "source_revision": "1199337667", "id": "14734", "title": "Iron", "byte_end": 1079641782, "categories": ["Iron| ", "Chemical elements", "Transition metals", "Ferromagnetic materials", "Dietary minerals", "Cubic minerals", "Building materials", "Pyrotechnic fuels", "Chemical elements with body-centered cubic structure", "Native element minerals"]}
8
+ {"byte_start": 1079641782, "source_revision": "1196513734", "id": "14735", "title": "IEEE 802.15", "byte_end": 1083373814, "categories": ["IEEE 802", "Wireless networking standards", "Working groups"]}
9
+ {"byte_start": 1083373814, "source_revision": "1183318294", "id": "14736", "title": "IEEE 802", "byte_end": 1089750412, "categories": ["IEEE 802| ", "Working groups"]}
10
+ {"byte_start": 1089750412, "source_revision": "1148942300", "id": "14737", "title": "IEEE", "byte_end": 1089758396, "categories": []}
11
+ {"byte_start": 1089758396, "source_revision": "397517840", "id": "14738", "title": "IEEE 1003", "byte_end": 1089760498, "categories": ["IEEE standards"]}
12
+ {"byte_start": 1089760498, "source_revision": "1201689004", "id": "14739", "title": "IEEE 802.11", "byte_end": 1258122727, "categories": ["IEEE 802.11| ", "Computer-related introductions in 1997", "Wireless networking standards", "Local area networks"]}
13
+ {"byte_start": 1258122727, "source_revision": "1194549531", "id": "14740", "title": "Initialism", "byte_end": 1258263040, "categories": ["Initialisms| "]}
14
+ {"byte_start": 1258263040, "source_revision": "1200118818", "id": "14741", "title": "Irn-Bru", "byte_end": 1330475746, "categories": ["British soft drink brands", "Scottish drinks", "Spanish drinks", "Danish drinks", "Norwegian drinks", "Finnish drinks", "American drinks", "Canadian drinks", "Jamaican cuisine", "Australian drinks", "Middle Eastern cuisine", "Russian drinks", "Hong Kong drinks", "Scottish brands", "Carbonated drinks", "Products introduced in 1901", "1901 establishments in Scotland", "History of Glasgow", "Parkhead", "Cumbernauld", "Economy of Glasgow", "Soft drinks"]}
15
+ {"byte_start": 1330475746, "source_revision": "1193588199", "id": "14742", "title": "Internet Standard", "byte_end": 1333929458, "categories": ["Internet Standards| "]}
16
+ {"byte_start": 1333929458, "source_revision": "1092230471", "id": "14743", "title": "ISOC", "byte_end": 1333953525, "categories": []}
17
+ {"byte_start": 1333953525, "source_revision": "1199094945", "id": "14744", "title": "ITU-T", "byte_end": 1347211031, "categories": ["Organizations established in 1956", "Organizations established in 1992", "United Nations organizations based in Geneva", "International Telecommunication Union|Standards Sector"]}
18
+ {"byte_start": 1347211031, "source_revision": "1195646117", "id": "14745", "title": "Indian", "byte_end": 1358972054, "categories": ["Language and nationality disambiguation pages"]}
19
+ {"byte_start": 1358972054, "source_revision": "1183582654", "id": "14746", "title": "Internalization (disambiguation)", "byte_end": 1360161687, "categories": []}
20
+ {"byte_start": 1360161687, "source_revision": "1137307907", "id": "14747", "title": "Ionic", "byte_end": 1360485344, "categories": []}
21
+ {"byte_start": 1360485344, "source_revision": "1198221058", "id": "14749", "title": "Indium", "byte_end": 1405305560, "categories": ["Indium| ", "Chemical elements", "Post-transition metals", "Native element minerals", "Chemical elements with body-centered tetragonal structure"]}
22
+ {"byte_start": 1405305560, "source_revision": "1199464343", "id": "14750", "title": "Iodine", "byte_end": 1606436910, "categories": ["Iodine| ", "Chemical elements", "Halogens", "Reactive nonmetals", "Diatomic nonmetals", "Dietary minerals", "Oxidizing agents", "Gases with color", "Chemical elements with primitive orthorhombic structure"]}
23
+ {"byte_start": 1606436910, "source_revision": "1200696590", "id": "14751", "title": "IKEA", "byte_end": 2186898464, "categories": ["IKEA| ", "Furniture retailers", "Mattress retailers of Sweden", "Retail companies of Sweden", "Retail companies of the Netherlands", "Design companies of Sweden", "Food and drink companies of Sweden", "Food and drink companies of the Netherlands", "Furniture retailers of the United States", "Lighting brands", "Superstores", "Supermarkets of the United States", "Superstores in the United States", "Multinational companies headquartered in the Netherlands", "Retail companies established in 1943", "Design companies established in 1943", "Food and drink companies established in 1943", "Manufacturing companies established in 1943", "Swedish companies established in 1943", "Purveyors to the Court of Sweden", "Privately held companies of Sweden", "Jardine Matheson Group", "Swedish brands", "Home appliance brands", "Companies based in South Holland"]}
24
+ {"byte_start": 2186898464, "source_revision": "1200397867", "id": "14752", "title": "Iridium", "byte_end": 2300804763, "categories": ["Iridium| ", "Chemical elements", "Transition metals", "Precious metals", "Noble metals", "Impact event minerals", "Meteorite minerals", "Native element minerals", "Chemical elements with face-centered cubic structure", "Platinum-group metals"]}
25
+ {"byte_start": 2300804763, "source_revision": "1127113316", "id": "14753", "title": "IOC (disambiguation)", "byte_end": 2300965308, "categories": []}
26
+ {"byte_start": 2300965308, "source_revision": "341050174", "id": "14760", "title": "User:IAm", "byte_end": 2300967878, "categories": []}
27
+ {"byte_start": 2300967878, "source_revision": "1199659248", "id": "14761", "title": "International Phonetic Alphabet", "byte_end": 2849139763, "categories": ["International Phonetic Alphabet| ", "Phonetic guides", "Unicode"]}
28
+ {"byte_start": 2849139763, "source_revision": "1190577823", "id": "14762", "title": "Inspector Morse", "byte_end": 2862469853, "categories": ["Inspector Morse| ", "Fictional British police detectives", "Oxford in fiction", "Fictional English people", "Literary characters introduced in 1975", "Characters in British novels of the 20th century"]}
29
+ {"byte_start": 2862469853, "source_revision": "1182939249", "id": "14763", "title": "History of the Isle of Man", "byte_end": 2875454511, "categories": ["History of the Isle of Man| "]}
30
+ {"byte_start": 2875454511, "source_revision": "1190844005", "id": "14764", "title": "Geography of the Isle of Man", "byte_end": 2879099933, "categories": ["Geography of the Isle of Man| "]}
31
+ {"byte_start": 2879099933, "source_revision": "1163039801", "id": "14765", "title": "Demographics of the Isle of Man", "byte_end": 2880728982, "categories": ["Demographics of the Isle of Man| ", "Society of the Isle of Man"]}
32
+ {"byte_start": 2880728982, "source_revision": "1195358653", "id": "14766", "title": "Politics of the Isle of Man", "byte_end": 2882546436, "categories": ["Politics of the Isle of Man| "]}
33
+ {"byte_start": 2882546436, "source_revision": "1190366151", "id": "14767", "title": "Economy of the Isle of Man", "byte_end": 2885248340, "categories": ["Economy of the Isle of Man| ", "Economies of Europe by dependent territory|Isle of Man"]}
34
+ {"byte_start": 2885248340, "source_revision": "1192897197", "id": "14768", "title": "Communications in the Isle of Man", "byte_end": 2888776920, "categories": ["Communications in the Isle of Man| "]}
35
+ {"byte_start": 2888776920, "source_revision": "1198871060", "id": "14769", "title": "Transport in the Isle of Man", "byte_end": 2890028119, "categories": ["Transport in the Isle of Man| ", "Transport in the Crown Dependencies"]}
36
+ {"byte_start": 2890028119, "source_revision": "949636743", "id": "14770", "title": "Military of the Isle of Man", "byte_end": 2890030298, "categories": []}
37
+ {"byte_start": 2890030298, "source_revision": "949636927", "id": "14771", "title": "Isle of Man/Transnational issues", "byte_end": 2890031601, "categories": []}
38
+ {"byte_start": 2890031601, "source_revision": "1196904743", "id": "14772", "title": "Talk:Isle of Man", "byte_end": 2897957289, "categories": []}
39
+ {"byte_start": 2897957289, "source_revision": "1198752366", "id": "14773", "title": "Information theory", "byte_end": 2968626387, "categories": ["Information theory| ", "Claude Shannon", "Computer-related introductions in 1948", "Cybernetics", "Formal sciences", "History of logic", "History of mathematics", "Information Age"]}
40
+ {"byte_start": 2968626387, "source_revision": "1168716951", "id": "14774", "title": "Information explosion", "byte_end": 2969632455, "categories": ["Library science", "Information Age", "Information science"]}
41
+ {"byte_start": 2969632455, "source_revision": "1192205007", "id": "14775", "title": "Inch", "byte_end": 2995267413, "categories": ["Customary units of measurement in the United States", "Imperial units", "Units of length", "Obsolete Scottish units of measurement"]}
42
+ {"byte_start": 2995267413, "source_revision": "1181848271", "id": "14776", "title": "Inn", "byte_end": 2997877961, "categories": ["Hotel types", "Types of drinking establishment"]}
43
+ {"byte_start": 2997877961, "source_revision": "1197350427", "id": "14777", "title": "International Olympiad in Informatics", "byte_end": 3011420373, "categories": ["Programming contests", "Computer science competitions", "Recurring events established in 1989", "International Science Olympiad"]}
44
+ {"byte_start": 3011420373, "source_revision": "1177714888", "id": "14779", "title": "Iota", "byte_end": 3013366029, "categories": ["Greek letters", "Vowel letters"]}
45
+ {"byte_start": 3013366029, "source_revision": "1189275576", "id": "14780", "title": "ISP (disambiguation)", "byte_end": 3014017520, "categories": []}
46
+ {"byte_start": 3014017520, "source_revision": "1193888855", "id": "14781", "title": "Talk:Inuit", "byte_end": 3031049441, "categories": []}
47
+ {"byte_start": 3031049441, "source_revision": "1199689252", "id": "14783", "title": "Erectile dysfunction", "byte_end": 3098823860, "categories": ["Non-sexuality", "Penis disorders", "Sexual dysfunctions", "Penile erection", "Men's health"]}
48
+ {"byte_start": 3098823860, "source_revision": "1198131801", "id": "14787", "title": "Iran\u2013Contra affair", "byte_end": 3287092460, "categories": ["Iran\u2013Contra affair| ", "Military\u2013industrial complex", "1985 in American politics", "1986 in American politics", "20th-century scandals", "Nicaraguan Revolution", "Cover-ups", "CIA activities in Iran", "Covert operations", "Political scandals in the United States", "1986 in the United States", "1987 in the United States", "1987 in American politics", "Reagan administration controversies", "Political scandals"]}
49
+ {"byte_start": 3287092460, "source_revision": "1192397553", "id": "14788", "title": "Infocom", "byte_end": 3309491017, "categories": ["1979 establishments in Massachusetts", "1989 disestablishments in Massachusetts", "Companies based in Cambridge, Massachusetts", "Defunct Activision subsidiaries", "Defunct companies based in Massachusetts", "Defunct video game companies of the United States", "Infocom| ", "Software companies based in Massachusetts", "Video game companies established in 1979", "Video game companies disestablished in 1989", "Defunct software companies of the United States"]}
50
+ {"byte_start": 3309491017, "source_revision": "1199596707", "id": "14789", "title": "Interactive fiction", "byte_end": 3352745063, "categories": ["Interactive fiction| ", "Role-playing game terminology", "Role-playing video games", "Fiction forms"]}
51
+ {"byte_start": 3352745063, "source_revision": "1194285948", "id": "11293", "title": "Felony", "byte_end": 3368115260, "categories": ["Crimes", "Criminal law", "Criminal law legal terminology"]}
52
+ {"byte_start": 3368115260, "source_revision": "1142894610", "id": "11295", "title": "Ferdinand of Habsburg", "byte_end": 3368129488, "categories": []}
53
+ {"byte_start": 3368129488, "source_revision": "1190295878", "id": "11296", "title": "First aid", "byte_end": 3450016682, "categories": ["First aid| ", "Emergency medical services", "Lifesaving", "Scoutcraft", "Self-care"]}
54
+ {"byte_start": 3450016682, "source_revision": "1199621186", "id": "11298", "title": "Feudalism", "byte_end": 3658635364, "categories": ["Feudalism| ", "9th-century establishments in Europe", "1861 disestablishments in Europe", "Economic systems", "Political systems", "Social systems"]}
55
+ {"byte_start": 3658635364, "source_revision": "1198086388", "id": "11299", "title": "Fox", "byte_end": 3735730989, "categories": ["Foxes| ", "Mammal common names", "Paraphyletic groups"]}
56
+ {"byte_start": 3735730989, "source_revision": "1194408185", "id": "11300", "title": "Foundationalism", "byte_end": 3738792127, "categories": ["Foundationalism| ", "Philosophical analogies", "Theories of justification"]}
57
+ {"byte_start": 3738792127, "source_revision": "1158940915", "id": "11301", "title": "Talk:Foundationalism", "byte_end": 3738923529, "categories": []}
58
+ {"byte_start": 3738923529, "source_revision": "1200584546", "id": "11302", "title": "Felidae", "byte_end": 3850633145, "categories": ["Felids|*", "Mammal families", "Extant Chattian first appearances", "Taxa named by Gotthelf Fischer von Waldheim"]}
59
+ {"byte_start": 3850633145, "source_revision": "1199655840", "id": "11303", "title": "Folklore", "byte_end": 3916778357, "categories": ["Folklore| ", "1840s neologisms", "Articles containing video clips"]}
60
+ {"byte_start": 3916778357, "source_revision": "1198197905", "id": "11304", "title": "Fusion cuisine", "byte_end": 3920316971, "categories": ["Fusion cuisine| "]}
61
+ {"byte_start": 3920316971, "source_revision": "1142760977", "id": "11305", "title": "Talk:Feudalism/Archive 1", "byte_end": 3929387838, "categories": []}
62
+ {"byte_start": 3929387838, "source_revision": "1198197958", "id": "11306", "title": "Frame problem", "byte_end": 3934114004, "categories": ["Artificial intelligence", "Knowledge representation", "Concepts in epistemology", "Logic programming", "Philosophical problems", "1969 introductions"]}
63
+ {"byte_start": 3934114004, "source_revision": "1164147925", "id": "11307", "title": "Frans Eemil Sillanp\u00e4\u00e4", "byte_end": 3935324572, "categories": ["1888 births", "1964 deaths", "People from H\u00e4meenkyr\u00f6", "People from Turku and Pori Province (Grand Duchy of Finland)", "Writers from Pirkanmaa", "Finnish Nobel laureates", "Finnish-language writers", "Nobel laureates in Literature", "20th-century Finnish novelists"]}
64
+ {"byte_start": 3935324572, "source_revision": "1191922175", "id": "11310", "title": "February 27", "byte_end": 4018782508, "categories": ["Days of the year", "February"]}
65
+ {"byte_start": 4018782508, "source_revision": "1197764033", "id": "11311", "title": "February 28", "byte_end": 4112600288, "categories": ["Days of the year", "February"]}
66
+ {"byte_start": 4112600288, "source_revision": "1192176799", "id": "11312", "title": "Flambards", "byte_end": 4113419433, "categories": ["British children's novels", "Children's historical novels", "Guardian Children's Fiction Prize-winning works", "Pony books", "Novels set in Essex", "Novels about orphans", "Novels by K. M. Peyton", "1967 British novels", "Series of children's books", "1967 children's books", "Oxford University Press books", "Children's books set in Essex", "Children's books set in the 1910s", "Children's books set in the 1920s", "Children's books set during World War I"]}
67
+ {"byte_start": 4113419433, "source_revision": "1187314173", "id": "11313", "title": "Father Ted", "byte_end": 4194965154, "categories": ["Father Ted| ", "1995 British television series debuts", "1998 British television series endings", "1990s British sitcoms", "Channel 4 sitcoms", "English-language television shows", "Religious comedy television series", "Fiction about Catholicism", "Television series by Hat Trick Productions", "Television series created by Graham Linehan", "Television shows set in the Republic of Ireland", "Television series set on fictional islands", "Television shows filmed in the Republic of Ireland", "Television series about Christian religious leaders", "Television shows shot in London", "Television series created by Arthur Mathews"]}
68
+ {"byte_start": 4194965154, "source_revision": "1195795486", "id": "11314", "title": "Foster's Lager", "byte_end": 4206408874, "categories": ["Asahi brands", "Heineken brands", "Foster's Group", "Carlton & United Breweries", "Australian beer brands", "Beer brands of the United Kingdom", "Products introduced in 1889"]}
69
+ {"byte_start": 4206408874, "source_revision": "1198532960", "id": "11315", "title": "Friends", "byte_end": 5312230756, "categories": ["Friends (1994 TV series)| ", "1990s American romantic comedy television series", "1994 American television series debuts", "2000s American romantic comedy television series", "2004 American television series endings", "BAFTA winners (television series)", "English-language television shows", "Fictional sextets", "Nielsen ratings winners", "Outstanding Performance by an Ensemble in a Comedy Series Screen Actors Guild Award winners", "Primetime Emmy Award for Outstanding Comedy Series winners", "Primetime Emmy Award-winning television series", "Salary controversies in television", "Television series about siblings", "Television series by Warner Bros. Television Studios", "Television series created by David Crane (producer)", "Television series created by Marta Kauffman", "Television shows filmed in Los Angeles", "Television shows set in Manhattan", "NBC sitcoms", "1990s American multi-camera sitcoms", "2000s American multi-camera sitcoms"]}
70
+ {"byte_start": 5312230756, "source_revision": "15909072", "id": "11316", "title": "Fundamental forces", "byte_end": 5312240779, "categories": []}
71
+ {"byte_start": 5312240779, "source_revision": "1154946585", "id": "11317", "title": "Frankish", "byte_end": 5312266351, "categories": ["Language and nationality disambiguation pages"]}
72
+ {"byte_start": 5312266351, "source_revision": "1195357990", "id": "11318", "title": "FBI Most Wanted Terrorists", "byte_end": 5373649266, "categories": ["FBI Most Wanted Terrorists| ", "Hezbollah", "Abu Sayyaf", "Terrorism in Lebanon", "Al-Qaeda", "Counterterrorism in the United States", "War on terror"]}
73
+ {"byte_start": 5373649266, "source_revision": "1201022357", "id": "11319", "title": "Francis Bacon", "byte_end": 5887937385, "categories": ["Francis Bacon| ", "Bacon family|Francis", "1561 births", "1626 deaths", "16th-century English lawyers", "16th-century English novelists", "16th-century English writers", "16th-century writers in Latin", "16th-century male writers", "16th-century English philosophers", "16th-century spies", "17th-century English lawyers", "17th-century English novelists", "17th-century English writers", "17th-century writers in Latin", "17th-century English male writers", "17th-century English philosophers", "17th-century regents", "17th-century spies", "Age of Enlightenment", "Alumni of Trinity College, Cambridge", "Anglican writers", "Atomists", "Attorneys General for England and Wales", "Baconian theory of Shakespeare authorship|Baconian theory of Shakespeare authorship", "British King's Counsel", "British writers in Latin", "Burials at St Albans", "Christian philosophers", "Deaths from pneumonia in England", "Empiricists", "English Anglicans", "English essayists", "English legal writers", "English MPs 1572\u20131583", "English MPs 1584\u20131585", "English MPs 1586\u20131587", "English MPs 1589", "English MPs 1593", "English MPs 1597\u20131598", "English MPs 1601", "English MPs 1604\u20131611", "English MPs 1614", "English rhetoricians", "English spies", "Epistemologists", "Knights Bachelor", "Logicians", "Lord chancellors of England", "Members of Gray's Inn", "Members of the Parliament of England (pre-1707) for Ipswich", "Members of the Parliament of England (pre-1707) for Liverpool", "Members of the pre-1707 Parliament of England for the University of Cambridge", "Members of the Privy Council of England", "Natural philosophers", "Ontologists", "Peers of England created by James I", "People of the Scientific Revolution", "People from St Albans", "People from Westminster", "People of the Elizabethan era", "Philosophers of culture", "Philosophers of history", "Philosophers of law", "Philosophers of logic", "Philosophers of mind", "Philosophers of religion", "Philosophers of science", "Philosophers of technology", "17th-century King's Counsel", "Authors of utopian literature", "Viscounts in the Peerage of England|St Alban, Viscount 01-001", "Writers about religion and science"]}
74
+ {"byte_start": 5887937385, "source_revision": "1193887369", "id": "11320", "title": "Talk:Fritz Lang", "byte_end": 5889606158, "categories": []}
75
+ {"byte_start": 5889606158, "source_revision": "1193887375", "id": "11321", "title": "Talk:First aid", "byte_end": 5893653532, "categories": []}
76
+ {"byte_start": 5893653532, "source_revision": "1201722086", "id": "11322", "title": "February 2", "byte_end": 6005191740, "categories": ["Days of the year", "February"]}
77
+ {"byte_start": 6005191740, "source_revision": "1200735543", "id": "11323", "title": "February 3", "byte_end": 6087423750, "categories": ["Days of the year", "February"]}
78
+ {"byte_start": 6087423750, "source_revision": "1065554754", "id": "11324", "title": "Free On-line Dictionary of Computing", "byte_end": 6087985435, "categories": ["Computer science education in the United Kingdom", "Organisations associated with Imperial College London", "Multilingual websites", "Online dictionaries", "Technical communication"]}
79
+ {"byte_start": 6087985435, "source_revision": "244704335", "id": "11325", "title": "Wikipedia:Status of FOLDOC import", "byte_end": 6088066920, "categories": ["Wikipedia maintenance|{{PAGENAME}}"]}
80
+ {"byte_start": 6088066920, "source_revision": "989101969", "id": "11327", "title": "Wikipedia:Free On-line Dictionary of Computing/symbols - B", "byte_end": 6090328784, "categories": []}
81
+ {"byte_start": 6090328784, "source_revision": "647296820", "id": "11330", "title": "Wikipedia:Free On-line Dictionary of Computing/I - K", "byte_end": 6090910680, "categories": []}
82
+ {"byte_start": 6090910680, "source_revision": "647296834", "id": "11331", "title": "Wikipedia:Free On-line Dictionary of Computing/L - N", "byte_end": 6092690060, "categories": []}
83
+ {"byte_start": 6092690060, "source_revision": "647296847", "id": "11332", "title": "Wikipedia:Free On-line Dictionary of Computing/O - Q", "byte_end": 6094117539, "categories": []}
84
+ {"byte_start": 6094117539, "source_revision": "719038538", "id": "11335", "title": "Wikipedia:Free On-line Dictionary of Computing/X - Z", "byte_end": 6094272380, "categories": []}
85
+ {"byte_start": 6094272380, "source_revision": "647296856", "id": "11336", "title": "Wikipedia:Free On-line Dictionary of Computing/R - S", "byte_end": 6097751824, "categories": []}
86
+ {"byte_start": 6097751824, "source_revision": "647296773", "id": "11337", "title": "Wikipedia:Free On-line Dictionary of Computing/C - D", "byte_end": 6099922523, "categories": []}
87
+ {"byte_start": 6099922523, "source_revision": "1125119553", "id": "11338", "title": "Wikipedia:Free On-line Dictionary of Computing/T - W", "byte_end": 6101205961, "categories": []}
88
+ {"byte_start": 6101205961, "source_revision": "647296781", "id": "11339", "title": "Wikipedia:Free On-line Dictionary of Computing/E - H", "byte_end": 6102819900, "categories": []}
89
+ {"byte_start": 6102819900, "source_revision": "1193912920", "id": "11340", "title": "Talk:Fr\u00e9d\u00e9ric Bastiat", "byte_end": 6103446255, "categories": []}
90
+ {"byte_start": 6103446255, "source_revision": "528819958", "id": "11342", "title": "FOLDOC", "byte_end": 6103447088, "categories": []}
91
+ {"byte_start": 6103447088, "source_revision": "528819964", "id": "11343", "title": "Foldoc", "byte_end": 6103447921, "categories": []}
92
+ {"byte_start": 6103447921, "source_revision": "1044151643", "id": "11344", "title": "First-order predicate", "byte_end": 6103476024, "categories": ["Predicate logic", "Concepts in logic"]}
93
+ {"byte_start": 6103476024, "source_revision": "1192529973", "id": "11345", "title": "Snap (gridiron football)", "byte_end": 6105097212, "categories": ["American football terminology"]}
94
+ {"byte_start": 6105097212, "source_revision": "1059456922", "id": "11346", "title": "Firewire (disambiguation)", "byte_end": 6105119005, "categories": []}
95
+ {"byte_start": 6105119005, "source_revision": "1173470766", "id": "11347", "title": "FIFO (computing and electronics)", "byte_end": 6108504734, "categories": ["Scheduling algorithms", "Queue management", "Inter-process communication"]}
96
+ {"byte_start": 6108504734, "source_revision": "1198093304", "id": "11350", "title": "Firewall (construction)", "byte_end": 6111629961, "categories": ["Firefighting", "Passive fire protection", "Types of wall"]}
97
+ {"byte_start": 6111629961, "source_revision": "492168743", "id": "11351", "title": "Feudal system", "byte_end": 6111631869, "categories": []}
98
+ {"byte_start": 6111631869, "source_revision": "1197027047", "id": "11352", "title": "Fenrir (disambiguation)", "byte_end": 6111984129, "categories": []}
99
+ {"byte_start": 6111984129, "source_revision": "1196533510", "id": "11353", "title": "Frigg", "byte_end": 6129414417, "categories": ["Frigg| ", "\u00c1synjur", "Crafts goddesses", "Domestic and hearth deities", "Germanic goddesses", "Love and lust goddesses", "Oracular goddesses", "Textiles in folklore", "Venusian deities", "Wisdom goddesses", "Marriage goddesses", "Mother goddesses", "Norse goddesses"]}
100
+ {"byte_start": 6129414417, "source_revision": "1180081198", "id": "11355", "title": "Freehold", "byte_end": 6129692075, "categories": []}
101
+ {"byte_start": 6129692075, "source_revision": "783862827", "id": "11356", "title": "Field-effect transistors", "byte_end": 6129694776, "categories": []}
102
+ {"byte_start": 6129694776, "source_revision": "1193042487", "id": "11358", "title": "Felix Wankel", "byte_end": 6133335077, "categories": ["1902 births", "1988 deaths", "People from Lahr", "People from the Grand Duchy of Baden", "Wankel engines", "Engineers from Baden-W\u00fcrttemberg", "20th-century German inventors", "Nazi Party members", "Commanders Crosses of the Order of Merit of the Federal Republic of Germany", "SS-Obersturmbannf\u00fchrer", "German prisoners of war in World War II held by France"]}
103
+ {"byte_start": 6133335077, "source_revision": "1192383656", "id": "11359", "title": "February 4", "byte_end": 6211862124, "categories": ["Days of the year", "February"]}
104
+ {"byte_start": 6211862124, "source_revision": "1199947009", "id": "11360", "title": "February 8", "byte_end": 6312961327, "categories": ["Days of the year", "February"]}
105
+ {"byte_start": 6312961327, "source_revision": "1200853406", "id": "11361", "title": "February 9", "byte_end": 6387103089, "categories": ["Days of the year", "February"]}
106
+ {"byte_start": 6387103089, "source_revision": "1199282175", "id": "11362", "title": "February 16", "byte_end": 6463191981, "categories": ["Days of the year", "February"]}
107
+ {"byte_start": 6463191981, "source_revision": "1201779711", "id": "11363", "title": "February 18", "byte_end": 6550793068, "categories": ["Days of the year", "February"]}
108
+ {"byte_start": 6550793068, "source_revision": "1190423355", "id": "11365", "title": "Floor leader", "byte_end": 6551074480, "categories": []}
109
+ {"byte_start": 6551074480, "source_revision": "1160760055", "id": "11366", "title": "Fabio Taglioni", "byte_end": 6551259830, "categories": ["1920 births", "2001 deaths", "People from the Province of Ravenna", "Ducati designers", "Italian industrial designers"]}
110
+ {"byte_start": 6551259830, "source_revision": "1191348707", "id": "11367", "title": "Fourth-generation programming language", "byte_end": 6564520599, "categories": ["Programming language classification", "Fourth-generation programming languages"]}
111
+ {"byte_start": 6564520599, "source_revision": "532455106", "id": "11368", "title": "Felis catus Domesticus", "byte_end": 6564523264, "categories": []}
112
+ {"byte_start": 6564523264, "source_revision": "1199152467", "id": "11369", "title": "Frank Capra", "byte_end": 6641001150, "categories": ["1897 births", "1991 deaths", "20th-century American engineers", "20th-century American male writers", "20th-century American screenwriters", "AFI Life Achievement Award recipients", "American anti-communists", "American electrical engineers", "American film directors", "American film producers", "American male screenwriters", "American pacifists", "American people of Italian descent", "Best Directing Academy Award winners", "Best Director Golden Globe winners", "Burials at Coachella Valley Public Cemetery", "California Institute of Technology alumni", "California Republicans", "Catholics from California", "Engineers from California", "Film directors from California", "Film producers from California", "First Motion Picture Unit personnel", "Golden Lion for Lifetime Achievement recipients", "Honorary Officers of the Order of the British Empire", "Inkpot Award winners", "Italian emigrants to the United States", "Naturalized citizens of the United States", "Old Right (United States)", "People from La Quinta, California", "People from Lincoln Heights, Los Angeles", "Presidents of the Academy of Motion Picture Arts and Sciences", "Presidents of the Directors Guild of America", "Propaganda film directors", "Recipients of the Distinguished Service Medal (US Army)", "Screenwriters from California", "United States Army colonels", "United States Army officers", "United States Army Signal Corps personnel", "United States Army personnel of World War I", "United States Army personnel of World War II", "United States National Medal of Arts recipients", "Directors of Best Picture Academy Award winners"]}
113
+ {"byte_start": 6641001150, "source_revision": "1200373952", "id": "11370", "title": "FIFA World Cup", "byte_end": 7303713303, "categories": ["FIFA World Cup| ", "World championships in association football| ", "Recurring sporting events established in 1930", "Quadrennial sporting events", "June sporting events", "July sporting events", "FIFA competitions for national teams"]}
114
+ {"byte_start": 7303713303, "source_revision": "1198544117", "id": "11371", "title": "Quintus Fabius Maximus Verrucosus", "byte_end": 7314047935, "categories": ["3rd-century BC births", "203 BC deaths", "3rd-century BC Roman augurs", "3rd-century BC Roman consuls", "Ancient Roman dictators", "Characters in Book VI of the Aeneid", "Fabii Maximi|Verrucosus, Quintus", "Pontifices", "Ancient Roman censors", "Roman commanders of the Second Punic War", "Ancient Roman patricians", "Ancient Roman triumphators", "Ancient Romans who received the grass crown", "Year of birth uncertain", "Fabii"]}
115
+ {"byte_start": 7314047935, "source_revision": "1194345849", "id": "11372", "title": "Talk:Quintus Fabius Maximus Verrucosus", "byte_end": 7314489030, "categories": []}
116
+ {"byte_start": 7314489030, "source_revision": "885789058", "id": "11375", "title": "FAR", "byte_end": 7314493122, "categories": []}
117
+ {"byte_start": 7314493122, "source_revision": "1195817215", "id": "11376", "title": "Floating-point arithmetic", "byte_end": 7486557617, "categories": ["Floating point| ", "Computer arithmetic", "Articles with example C code"]}
118
+ {"byte_start": 7486557617, "source_revision": "1199225168", "id": "11378", "title": "First Epistle to the Corinthians", "byte_end": 7499664884, "categories": ["First Epistle to the Corinthians| ", "1st-century Christian texts", "Canonical epistles|Corinthians 1", "Christianity in Roman Corinth", "New Testament books|Corinthians 1", "Pauline epistles"]}
119
+ {"byte_start": 7499664884, "source_revision": "1190448928", "id": "11379", "title": "List of Scots", "byte_end": 7634401881, "categories": ["Lists of British people", "Lists of Scottish people| ", "Scotland-related lists| "]}
120
+ {"byte_start": 7634401881, "source_revision": "1196917960", "id": "11380", "title": "List of South Africans", "byte_end": 7743368000, "categories": ["Lists of South African people| "]}
121
+ {"byte_start": 7743368000, "source_revision": "1199584550", "id": "11381", "title": "Talk:List of South Africans", "byte_end": 7744320650, "categories": []}
122
+ {"byte_start": 7744320650, "source_revision": "1192075385", "id": "11382", "title": "File manager", "byte_end": 7764011363, "categories": ["File managers|*", "Utility software types"]}
123
+ {"byte_start": 7764011363, "source_revision": "1136261147", "id": "11383", "title": "Talk:List of Scots", "byte_end": 7764378313, "categories": []}
124
+ {"byte_start": 7764378313, "source_revision": "1188864894", "id": "11385", "title": "File viewer", "byte_end": 7764910194, "categories": ["File managers", "Graphical user interfaces"]}
125
+ {"byte_start": 7764910194, "source_revision": "78461472", "id": "11386", "title": "1st Timothy", "byte_end": 7764980994, "categories": []}
126
+ {"byte_start": 7764980994, "source_revision": "1196572853", "id": "11387", "title": "First Epistle of Peter", "byte_end": 7771783560, "categories": ["First Epistle of Peter| ", "New Testament books|Peter 1", "Petrine-related books", "Catholic epistles|Peter 1"]}
127
+ {"byte_start": 7771783560, "source_revision": "1184395872", "id": "11388", "title": "First Epistle of John", "byte_end": 7776839630, "categories": ["First Epistle of John| ", "2nd-century Christian texts", "Catholic epistles|First", "Johannine literature", "New Testament books|John 1"]}
128
+ {"byte_start": 7776839630, "source_revision": "1193671446", "id": "11390", "title": "First Vatican Council", "byte_end": 7785723006, "categories": ["First Vatican Council| ", "1870 disestablishments", "19th-century Catholic Church councils|Vatican 1", "Catholic Church ecumenical councils|Vatican I", "Religious organizations established in 1869", "Catholic Church councils held in Italy|Vatican 1", "Pope Pius IX", "1869 conferences", "1870 conferences", "1869 in Christianity", "1870 in Christianity", "1869 establishments in the Papal States"]}
129
+ {"byte_start": 7785723006, "source_revision": "1193605911", "id": "11391", "title": "First Council of the Lateran", "byte_end": 7789276817, "categories": ["1123 in Europe", "Lateran councils|1", "12th-century Catholic Church councils|Lateran 1", "Investiture Controversy", "Catholic Church ecumenical councils|Lateran 1", "12th century in the Papal States", "Henry V, Holy Roman Emperor", "Pope Callixtus II"]}
130
+ {"byte_start": 7789276817, "source_revision": "1193887401", "id": "11392", "title": "Talk:First Council of Nicaea", "byte_end": 7823800422, "categories": []}
131
+ {"byte_start": 7823800422, "source_revision": "1201673799", "id": "11393", "title": "Four Noble Truths", "byte_end": 8121087036, "categories": ["Buddhist philosophical concepts", "Cultural lists|4 Four Noble Truths"]}
132
+ {"byte_start": 8121087036, "source_revision": "899259569", "id": "11394", "title": "Films", "byte_end": 8121127027, "categories": []}
133
+ {"byte_start": 8121127027, "source_revision": "1194698833", "id": "11395", "title": "Talk:Four Noble Truths", "byte_end": 8388760531, "categories": []}
134
+ {"byte_start": 8388760531, "source_revision": "1191446011", "id": "11396", "title": "French Republican calendar", "byte_end": 8447708186, "categories": ["French Republican calendar| ", "Obsolete calendars", "Decimal time", "French First Republic|Calendar", "French Revolution|Calendar", "Republicanism in France|Calendar", "1792 establishments in France", "1790s in France", "1800s in France", "Autumn equinox"]}
135
+ {"byte_start": 8447708186, "source_revision": "1201056949", "id": "11397", "title": "Freeman Dyson", "byte_end": 8562590564, "categories": ["Freeman Dyson| ", "1923 births", "2020 deaths", "20th-century American mathematicians", "21st-century American mathematicians", "20th-century English mathematicians", "21st-century English mathematicians", "20th-century British physicists", "21st-century British physicists", "20th-century American physicists", "21st-century American physicists", "21st-century English memoirists", "21st-century American memoirists", "Writers from Berkshire", "Academics of the University of Birmingham", "Alumni of Trinity College, Cambridge", "American Christians", "American anti\u2013nuclear weapons activists", "American nuclear physicists", "British theoretical physicists", "Cornell University alumni", "Donegall Lecturers of Mathematics at Trinity College Dublin", "English Christians", "English anti\u2013nuclear weapons activists", "English emigrants to the United States", "English nuclear physicists", "English science writers", "Enrico Fermi Award recipients", "Fellows of the Royal Society", "Foreign Members of the Russian Academy of Sciences", "Futurologists", "Institute for Advanced Study faculty", "Lorentz Medal winners", "Members of JASON (advisory group)", "Members of the Bavarian Academy of Sciences", "Members of the French Academy of Sciences", "Members of the United States National Academy of Sciences", "People educated at Winchester College", "Scientists from Winchester", "Philosophy writers", "Quantum physicists", "Space advocates", "Templeton Prize laureates", "Theoretical physicists", "Wolf Prize in Physics laureates", "Recipients of the Matteucci Medal", "Winners of the Max Planck Medal", "Writers about religion and science", "Members of the American Philosophical Society", "Accidental deaths from falls"]}
136
+ {"byte_start": 8562590564, "source_revision": "1195147289", "id": "11399", "title": "Fourth Council of the Lateran", "byte_end": 8569518793, "categories": ["1215 in Europe", "13th century in the Papal States", "Lateran councils|4", "13th-century Catholic Church councils|Lateran 4", "Catholic Church ecumenical councils|Lateran IV", "Catholicism and Judaism", "Christian antisemitism in the Middle Ages", "Pope Innocent III", "Otto IV, Holy Roman Emperor", "John, King of England", "Philip II of France"]}
137
+ {"byte_start": 8569518793, "source_revision": "1153003706", "id": "11400", "title": "Talk:French Republican calendar", "byte_end": 8576757544, "categories": []}
138
+ {"byte_start": 8576757544, "source_revision": "1199981843", "id": "11401", "title": "Franconia", "byte_end": 8616445229, "categories": ["Franconia| ", "Dukes of Franconia", "Frankish people", "Regions of Bavaria", "History of the Palatinate (region)"]}
139
+ {"byte_start": 8616445229, "source_revision": "1083308785", "id": "11402", "title": "FileMan", "byte_end": 8616514564, "categories": ["MUMPS programming language family"]}
140
+ {"byte_start": 8616514564, "source_revision": "1197192974", "id": "11404", "title": "United States Foreign Intelligence Surveillance Court", "byte_end": 8676475464, "categories": ["United States Foreign Intelligence Surveillance Court| ", "1978 establishments in Washington, D.C.", "Courts and tribunals established in 1978"]}
141
+ {"byte_start": 8676475464, "source_revision": "1005779841", "id": "11405", "title": "Talk:Franconia", "byte_end": 8677162715, "categories": []}
142
+ {"byte_start": 8677162715, "source_revision": "958991846", "id": "11406", "title": "First past the post", "byte_end": 8677177390, "categories": []}
143
+ {"byte_start": 8677177390, "source_revision": "1201233982", "id": "11407", "title": "FC Den Bosch", "byte_end": 8706553265, "categories": ["FC Den Bosch| ", "Football clubs in the Netherlands", "Football clubs in 's-Hertogenbosch", "Association football clubs established in 1965", "1965 establishments in the Netherlands"]}
144
+ {"byte_start": 8706553265, "source_revision": "1200917219", "id": "11408", "title": "Female genital mutilation", "byte_end": 9440409735, "categories": ["Female genital mutilation| ", "Female genital modification|Female genital modification", "Violence against women", "Violence against women in Africa", "Violence against women in Asia", "Vulva", "Wikipedia medicine articles ready to translate"]}
145
+ {"byte_start": 9440409735, "source_revision": "766295993", "id": "11409", "title": "Wikipedia:Family and Consumer Science basic topics", "byte_end": 9440413426, "categories": []}
146
+ {"byte_start": 9440413426, "source_revision": "1184648654", "id": "11411", "title": "Fermentation (disambiguation)", "byte_end": 9448050096, "categories": []}
147
+ {"byte_start": 9448050096, "source_revision": "1198198127", "id": "11415", "title": "Forcemeat", "byte_end": 9448546778, "categories": ["Ancient dishes", "Culinary terminology", "Garde manger", "Meat"]}
148
+ {"byte_start": 9448546778, "source_revision": "762533205", "id": "11416", "title": "Four Schools of Madhhab", "byte_end": 9448550451, "categories": []}
149
+ {"byte_start": 9448550451, "source_revision": "1197905401", "id": "11417", "title": "Forseti", "byte_end": 9450058694, "categories": ["\u00c6sir", "Germanic gods", "Justice gods", "Norse gods", "Peace gods", "Baldr"]}
150
+ {"byte_start": 9450058694, "source_revision": "1195639924", "id": "11418", "title": "Fiorello La Guardia", "byte_end": 9521204378, "categories": ["Fiorello La Guardia|*", "1882 births", "1947 deaths", "20th-century American lawyers", "20th-century American politicians", "American Episcopalians", "American people in the Venona papers", "American people of Italian-Jewish descent", "American people of Italian descent", "American social democrats", "Burials at Woodlawn Cemetery (Bronx, New York)", "Deaths from pancreatic cancer in New York (state)", "Lawyers from New York City", "Left-wing populism in the United States", "Mayors of New York City", "Military personnel from New York City", "New York University School of Law alumni", "Peabody Award winners", "People from East Harlem", "People from Greenwich Village", "People from Riverdale, Bronx", "Politicians from Prescott, Arizona", "Presidents of the United States Conference of Mayors", "Republican Party members of the United States House of Representatives from New York (state)", "Socialist Party of America members of the United States House of Representatives from New York (state)", "Progressivism in the United States", "United States Army officers", "United States Army personnel of World War I"]}
151
+ {"byte_start": 9521204378, "source_revision": "1194346046", "id": "11419", "title": "Talk:Ferrari", "byte_end": 9529593150, "categories": []}
152
+ {"byte_start": 9529593150, "source_revision": "1105337504", "id": "11422", "title": "Feet", "byte_end": 9529606474, "categories": []}
153
+ {"byte_start": 9529606474, "source_revision": "1200527308", "id": "11424", "title": "Flag", "byte_end": 9705818291, "categories": ["Flags| ", "Articles containing video clips", "National symbols", "Vexillology"]}
154
+ {"byte_start": 9705818291, "source_revision": "1187254303", "id": "11425", "title": "Father Dougal McGuire", "byte_end": 9708154498, "categories": ["Father Ted characters", "Fictional Irish people", "Television characters introduced in 1995", "Fictional priests and priestesses"]}
155
+ {"byte_start": 9708154498, "source_revision": "1197985506", "id": "11426", "title": "Flores", "byte_end": 9719446878, "categories": ["Lesser Sunda Islands", "Landforms of East Nusa Tenggara", "Komodo National Park", "Portuguese colonialism in Indonesia", "Islands of Indonesia", "Inner Banda Arc", "Populated places in Indonesia"]}
156
+ {"byte_start": 9719446878, "source_revision": "1199279222", "id": "11427", "title": "First Punic War", "byte_end": 9817870787, "categories": ["First Punic War| ", "260s BC conflicts", "250s BC conflicts", "240s BC conflicts", "264 BC", "3rd century BC in the Roman Republic|Punic War 01", "3rd century BC|Punic War 01", "Punic Wars|.01", "Wars involving Carthage", "Wars involving the Roman Republic"]}
157
+ {"byte_start": 9817870787, "source_revision": "15909173", "id": "11428", "title": "Frame tale", "byte_end": 9817950544, "categories": []}
158
+ {"byte_start": 9817950544, "source_revision": "1151256289", "id": "11429", "title": "False document", "byte_end": 9829612889, "categories": ["Narratology", "False documents| "]}
159
+ {"byte_start": 9829612889, "source_revision": "1198912866", "id": "11430", "title": "Talk:False document", "byte_end": 9832577032, "categories": []}
160
+ {"byte_start": 9832577032, "source_revision": "1195989660", "id": "11431", "title": "Fernando Pessoa", "byte_end": 9986826819, "categories": ["Fernando Pessoa| ", "1888 births", "1935 deaths", "Deaths from cirrhosis", "Exophonic writers", "Modernist poets", "Writers from Durban", "People from Lisbon", "Portuguese expatriates in South Africa", "Portuguese male poets", "Portuguese occultists", "Portuguese philosophers", "Portuguese essayists", "Rosicrucians", "University of Lisbon alumni", "20th-century Portuguese poets", "20th-century Portuguese philosophers", "Portuguese modern pagans", "Modern pagan poets", "20th-century essayists", "Alcohol-related deaths in Portugal", "Modern pagan philosophers", "20th-century pseudonymous writers", "Alumni of Durban High School"]}
161
+ {"byte_start": 9986826819, "source_revision": "1200370047", "id": "11432", "title": "Full moon", "byte_end": 10020113551, "categories": ["Full moon| ", "Phases of the Moon", "Observational astronomy"]}
162
+ {"byte_start": 10020113551, "source_revision": "1147472051", "id": "11433", "title": "Film format", "byte_end": 10025294817, "categories": ["Film and video technology", "Film formats| "]}
163
+ {"byte_start": 10025294817, "source_revision": "1155342801", "id": "11434", "title": "Fran\u00e7ais", "byte_end": 10025374523, "categories": []}
164
+ {"byte_start": 10025374523, "source_revision": "59562169", "id": "11436", "title": "Four Cardinal Virtues", "byte_end": 10025378359, "categories": []}
165
+ {"byte_start": 10025378359, "source_revision": "1199094870", "id": "11439", "title": "Faster-than-light", "byte_end": 10194346436, "categories": ["Faster-than-light travel| ", "Interstellar travel", "Fiction about physics", "Science fiction themes", "Theory of relativity", "Warp drive theory", "Tachyons", "Velocity"]}
166
+ {"byte_start": 10194346436, "source_revision": "1059353736", "id": "11440", "title": "FTL", "byte_end": 10194740678, "categories": []}
167
+ {"byte_start": 10194740678, "source_revision": "1197703100", "id": "11441", "title": "Talk:Flag", "byte_end": 10204577020, "categories": []}
168
+ {"byte_start": 10204577020, "source_revision": "1198908748", "id": "11442", "title": "FidoNet", "byte_end": 10229019346, "categories": ["FidoNet| ", "Computer-related introductions in 1984", "Computer-mediated communication", "Pre\u2013World Wide Web online services", "Wikipedia articles with ASCII art", "BBS networks"]}
169
+ {"byte_start": 10229019346, "source_revision": "1062439088", "id": "11444", "title": "Falsification", "byte_end": 10229070218, "categories": []}
170
+ {"byte_start": 10229070218, "source_revision": "1033432331", "id": "11445", "title": "Fatherland", "byte_end": 10232971579, "categories": ["Nationalism", "Cultural geography", "Ethnicity in politics"]}
171
+ {"byte_start": 10232971579, "source_revision": "15909191", "id": "11446", "title": "Friedrich V", "byte_end": 10232974852, "categories": []}
172
+ {"byte_start": 10232974852, "source_revision": "1198272909", "id": "11447", "title": "Flag of the United States", "byte_end": 10764047377, "categories": ["Flags of the United States| ", "1777 establishments in the United States", "Flags introduced in 1777|United States", "National flags|United States", "National symbols of the United States"]}
173
+ {"byte_start": 10764047377, "source_revision": "1197579485", "id": "11448", "title": "Federated States of Micronesia", "byte_end": 10819739537, "categories": ["Federated States of Micronesia| ", "1986 establishments in Oceania", "Associated states of the United States", "Caroline Islands|*Federated States of Micronesia", "Countries in Micronesia|Federated States of Micronesia", "Countries in Oceania", "Countries and territories where English is an official language", "Federal constitutional republics", "Former German colonies", "Former Japanese colonies", "Former Spanish colonies", "Insular areas of the United States", "Island countries", "Member states of the United Nations", "Small Island Developing States", "Spanish East Indies", "States and territories established in 1986|Federated States of Micronesia"]}
174
+ {"byte_start": 10819739537, "source_revision": "1180915938", "id": "11449", "title": "Frederick William, Elector of Brandenburg", "byte_end": 10825488411, "categories": ["17th-century dukes of Prussia", "Dukes of Prussia", "Electoral Princes of Brandenburg", "People from Berlin", "Prince-electors of Brandenburg", "German Calvinist and Reformed Christians", "House of Hohenzollern", "Knights of the Garter", "Protestant monarchs", "17th-century German people", "1620 births", "1688 deaths", "German expatriates in the Dutch Republic", "Brandenburgian nobility", "Burials at Berlin Cathedral"]}
175
+ {"byte_start": 10825488411, "source_revision": "44245365", "id": "11450", "title": "Friedrich II", "byte_end": 10825490086, "categories": []}
176
+ {"byte_start": 10825490086, "source_revision": "1200872296", "id": "11453", "title": "Talk:Flag of the United States", "byte_end": 10880726903, "categories": []}
177
+ {"byte_start": 10880726903, "source_revision": "982513940", "id": "11454", "title": "Frederick V", "byte_end": 10880780904, "categories": []}
178
+ {"byte_start": 10880780904, "source_revision": "42516974", "id": "11455", "title": "Friedrich Wilhelm I", "byte_end": 10880783131, "categories": []}
179
+ {"byte_start": 10880783131, "source_revision": "1197829030", "id": "11456", "title": "French horn", "byte_end": 10997466270, "categories": ["Concert band instruments", "F instruments", "German musical instruments", "Horns", "Orchestral instruments", "Jazz instruments"]}
180
+ {"byte_start": 10997466270, "source_revision": "1181531567", "id": "11457", "title": "Fra Angelico", "byte_end": 11033651424, "categories": ["Italian Renaissance painters|Fra Angelico", "Quattrocento painters|Fra Angelico", "Painters from Tuscany|Fra Angelico", "Painters from Venice|Fra Angelico", "1395 births", "1455 deaths", "Fresco painters|Fra Angelico", "Italian male painters", "Catholic painters", "15th-century people from the Republic of Florence", "15th-century Italian Roman Catholic priests", "Italian beatified people", "Italian Dominicans", "Burials at Santa Maria sopra Minerva", "Dominican beatified people", "Beatifications by Pope John Paul II", "15th-century venerated Christians", "15th-century Italian painters", "Friars of San Marco, Florence"]}
181
+ {"byte_start": 11033651424, "source_revision": "1175385503", "id": "11458", "title": "Fra Bartolomeo", "byte_end": 11035278374, "categories": ["1472 births", "1517 deaths", "People from Prato", "15th-century Italian painters", "Italian male painters", "16th-century Italian painters", "Painters from Tuscany", "Italian Renaissance painters", "Italian Dominicans", "Catholic painters", "Dominican Order in Florence", "Friars of San Marco, Florence"]}
182
+ {"byte_start": 11035278374, "source_revision": "1175827333", "id": "11459", "title": "Fr\u00e9d\u00e9ric Bazille", "byte_end": 11037815871, "categories": ["1841 births", "1870 deaths", "Artists from Montpellier", "19th-century French painters", "French male painters", "French Protestants", "Occitan people", "Orientalist painters", "French military personnel of the Franco-Prussian War", "French military personnel killed in action", "Deaths by firearm in France", "French Impressionist painters", "19th-century French male artists"]}
183
+ {"byte_start": 11037815871, "source_revision": "1199870098", "id": "11460", "title": "Ford Madox Brown", "byte_end": 11042946957, "categories": ["Artists' Rifles soldiers", "British agnostics", "19th-century English painters", "English male painters", "English people of Scottish descent", "Morris & Co.", "Pre-Raphaelite painters", "1821 births", "1893 deaths", "People from Calais", "Burials at St Pancras and Islington Cemetery", "People of Montmartre"]}
184
+ {"byte_start": 11042946957, "source_revision": "1198198466", "id": "11461", "title": "Francis Crick", "byte_end": 11336547825, "categories": ["1916 births", "2004 deaths", "Alumni of the University of London", "Alumni of University College London", "Alumni of Gonville and Caius College, Cambridge", "British consciousness researchers and theorists", "British critics of Christianity", "Critics of creationism", "Deaths from cancer in California", "Deaths from colorectal cancer", "DNA", "Oneirologists", "English agnostics", "English biophysicists", "English geneticists", "English humanists", "English molecular biologists", "English neuroscientists", "English Nobel laureates", "British Nobel laureates", "English sceptics", "Fellows of Churchill College, Cambridge", "Fellows of the Royal Society", "Foreign associates of the National Academy of Sciences", "Materialists", "Members of the European Molecular Biology Organization", "Members of the French Academy of Sciences", "Members of the Order of Merit", "Nobel laureates in Physiology or Medicine", "Panspermia", "People associated with University College London", "People educated at Mill Hill School", "People educated at Northampton School for Boys", "People from Northampton", "Phage workers", "Polytechnic Institute of New York University faculty", "Recipients of the Albert Lasker Award for Basic Medical Research", "Recipients of the Copley Medal", "Royal Medal winners", "Sleep researchers", "Admiralty personnel of World War II", "Burials at sea", "Members of the American Philosophical Society", "New York University Tandon School of Engineering alumni"]}
185
+ {"byte_start": 11336547825, "source_revision": "1193887455", "id": "11462", "title": "Talk:Falsifiability", "byte_end": 11641818979, "categories": []}
186
+ {"byte_start": 11641818979, "source_revision": "1137310798", "id": "11463", "title": "Francis van Aarssens", "byte_end": 11642012207, "categories": ["1572 births", "1641 deaths", "17th-century Dutch diplomats", "Dutch people of the Eighty Years' War (United Provinces)", "Politicians from Brussels", "Landlords"]}
187
+ {"byte_start": 11642012207, "source_revision": "1199184782", "id": "11464", "title": "Frigate", "byte_end": 11714031692, "categories": ["Frigates", "Ship types", "Naval sailing ship types", "Ship designs of the Dutch Republic"]}
188
+ {"byte_start": 11714031692, "source_revision": "835735998", "id": "11465", "title": "Fosters Lager", "byte_end": 11714038820, "categories": []}
189
+ {"byte_start": 11714038820, "source_revision": "1194718484", "id": "11466", "title": "Francisco Franco", "byte_end": 12608380754, "categories": ["Francisco Franco", "1892 births", "1975 deaths", "Burials in the Community of Madrid", "People from Ferrol, Spain", "Spanish anti-communists", "Spanish fascists", "Spanish monarchists", "People from Galicia (Spain)", "Spanish Roman Catholics", "20th-century Roman Catholics", "Christian fascists", "Spanish military personnel of the Spanish Civil War (National faction)", "Spanish nationalists", "Spanish military personnel of the Rif War", "Spanish collaborators with Nazi Germany", "Catholicism and far-right politics", "Anti-Masonry", "Anti-Protestantism", "Antisemitism in Spain", "Antiziganism in Spain", "Generalissimos", "Heads of state of Spain", "Leaders of political parties in Spain", "Leaders who took power by coup", "Regents of Spain", "Francoist Spain", "Anti-Masonry in Spain", "Francoists", "20th-century Spanish military personnel", "World War II political leaders", "People of the Cold War", "FET y de las JONS politicians", "Spanish conspiracy theorists", "People with Parkinson's disease", "Perpetrators of political repression in the Second Spanish Republic", "Perpetrators of political repression in Francoist Spain", "Shooting survivors", "20th-century regents"]}
190
+ {"byte_start": 12608380754, "source_revision": "1114127468", "id": "11467", "title": "Flash Crowd", "byte_end": 12609208707, "categories": ["Short stories by Larry Niven", "1973 short stories"]}
191
+ {"byte_start": 12609208707, "source_revision": "1193036475", "id": "11469", "title": "August Kekul\u00e9", "byte_end": 12617057439, "categories": ["1829 births", "1896 deaths", "19th-century German chemists", "Scientists from Darmstadt", "People from the Grand Duchy of Hesse", "Organic chemists", "German untitled nobility", "University of Giessen alumni", "Academic staff of the University of Bonn", "Recipients of the Copley Medal", "Foreign Members of the Royal Society", "Foreign associates of the National Academy of Sciences", "Corresponding members of the Saint Petersburg Academy of Sciences", "Recipients of the Pour le M\u00e9rite (civil class)"]}
192
+ {"byte_start": 12617057439, "source_revision": "1149059366", "id": "11470", "title": "Fibonacci number", "byte_end": 12617063972, "categories": []}
193
+ {"byte_start": 12617063972, "source_revision": "1193887466", "id": "11471", "title": "Talk:Frigate", "byte_end": 12622276733, "categories": []}
194
+ {"byte_start": 12622276733, "source_revision": "1198638616", "id": "11472", "title": "Frederick III, Holy Roman Emperor", "byte_end": 12634954339, "categories": ["Frederick III, Holy Roman Emperor| ", "1415 births", "1493 deaths", "15th-century Holy Roman Emperors", "15th-century archdukes of Austria", "Dukes of Styria|Frederick 3", "Dukes of Carinthia|Frederick 3", "Knights of the Garter|Frederick 3", "Knights of the Golden Fleece|Frederick 3", "Medieval child monarchs", "Medieval Knights of the Holy Sepulchre", "Pretenders to the Hungarian throne", "People from Innsbruck", "Austrian amputees", "German royalty and nobility with disabilities", "Burials at St. Stephen's Cathedral, Vienna", "Deaths from diarrhea"]}
195
+ {"byte_start": 12634954339, "source_revision": "15909217", "id": "11473", "title": "Famous programmer", "byte_end": 12634955473, "categories": []}
196
+ {"byte_start": 12634955473, "source_revision": "1200492700", "id": "11475", "title": "Fuerteventura", "byte_end": 12668132350, "categories": ["Fuerteventura| ", "Islands of the Canary Islands", "Fissure vents", "Volcanoes of the Canary Islands", "Miocene volcanoes", "Pliocene volcanoes", "Pleistocene volcanoes", "Holocene volcanoes", "Extinct volcanoes of Europe", "Biosphere reserves of Spain", "Protected areas of the Canary Islands"]}
197
+ {"byte_start": 12668132350, "source_revision": "1192583996", "id": "11476", "title": "Fairmount, Indiana", "byte_end": 12670800602, "categories": ["Towns in Grant County, Indiana", "Towns in Indiana"]}
198
+ {"byte_start": 12670800602, "source_revision": "966680070", "id": "11477", "title": "Epistles to the Thessalonians", "byte_end": 12670809884, "categories": []}
199
+ {"byte_start": 12670809884, "source_revision": "1198198472", "id": "11478", "title": "Free verse", "byte_end": 12681216669, "categories": ["Types of verses", "Poetic forms"]}
200
+ {"byte_start": 12681216669, "source_revision": "1198330428", "id": "11479", "title": "F. W. de Klerk", "byte_end": 12775637985, "categories": ["Frederik Willem de Klerk| ", "1936 births", "2021 deaths", "20th-century South African politicians", "Afrikaner people", "Alumni of Monument High School", "Apartheid government", "Children of presidents", "Deaths from cancer in South Africa", "Deaths from mesothelioma", "Deputy presidents of South Africa", "Education ministers of South Africa", "Members of the Dutch Reformed Church in South Africa", "Members of the House of Assembly (South Africa)", "Members of the National Assembly of South Africa", "Ministers of Home Affairs of South Africa", "National Party (South Africa) politicians", "Nobel Peace Prize laureates", "North-West University alumni", "Politicians from Johannesburg", "South African Ministers for Sport and Recreation", "South African Nobel laureates", "20th-century South African lawyers", "South African people of Austrian descent", "South African people of Dutch descent", "South African people of Indian descent", "State Presidents of South Africa", "Members of the American Philosophical Society", "Afrikaner anti-apartheid activists", "Anti\u2013nuclear weapons activists", "20th-century presidents in Africa"]}
201
+ {"byte_start": 12775637985, "source_revision": "1197313874", "id": "11480", "title": "Talk:February 29", "byte_end": 12787202434, "categories": []}
202
+ {"byte_start": 12787202434, "source_revision": "783862878", "id": "11482", "title": "Five pillars of Islam", "byte_end": 12787208208, "categories": []}
203
+ {"byte_start": 12787208208, "source_revision": "1193995407", "id": "11484", "title": "Talk:Five Pillars of Islam", "byte_end": 12796394744, "categories": []}
204
+ {"byte_start": 12796394744, "source_revision": "528945310", "id": "11486", "title": "Dylan Thomas/Fern Hill", "byte_end": 12796395497, "categories": []}
205
+ {"byte_start": 12796395497, "source_revision": "528637342", "id": "11487", "title": "File Formats", "byte_end": 12796396639, "categories": []}
206
+ {"byte_start": 12796396639, "source_revision": "1189309943", "id": "11488", "title": "Furlong", "byte_end": 12801525536, "categories": ["Customary units of measurement in the United States", "Horse racing terminology", "Imperial units", "Road transport in Myanmar", "Surveying", "Units of length"]}
207
+ {"byte_start": 12801525536, "source_revision": "1187607254", "id": "11489", "title": "File", "byte_end": 12801916040, "categories": []}
208
+ {"byte_start": 12801916040, "source_revision": "1183584358", "id": "11490", "title": "Fundamental frequency", "byte_end": 12803992909, "categories": ["Musical tuning", "Acoustics", "Fourier analysis", "Spectrum (physical sciences)"]}
209
+ {"byte_start": 12803992909, "source_revision": "1194618063", "id": "11491", "title": "Fable", "byte_end": 12834338610, "categories": ["Allegory", "Fables", "Folklore", "Narrative techniques", "Persuasion techniques", "Short story types", "Traditional stories"]}
210
+ {"byte_start": 12834338610, "source_revision": "1193334872", "id": "11492", "title": "Foot", "byte_end": 12873339055, "categories": ["Foot| ", "Human body"]}
211
+ {"byte_start": 12873339055, "source_revision": "1196484437", "id": "11493", "title": "Fallout shelter", "byte_end": 12900663816, "categories": ["Air raid shelters", "Cold War sites", "Nuclear warfare", "Radioactivity", "Radiobiology", "Subterranea (geography)", "Survivalism", "Radiation protection", "Nuclear fallout"]}
212
+ {"byte_start": 12900663816, "source_revision": "1198198494", "id": "11494", "title": "History of the Federated States of Micronesia", "byte_end": 12902568428, "categories": ["History of the Federated States of Micronesia| "]}
213
+ {"byte_start": 12902568428, "source_revision": "1182640519", "id": "11495", "title": "Politics of the Federated States of Micronesia", "byte_end": 12903212959, "categories": ["Politics of the Federated States of Micronesia| ", "Politics of Oceania|Micronesia, Federated States Of"]}
214
+ {"byte_start": 12903212959, "source_revision": "1109109566", "id": "11496", "title": "Geography of the Federated States of Micronesia", "byte_end": 12903620663, "categories": ["Geography of the Federated States of Micronesia| ", "Geography of Micronesia by country|Federated States of Micronesia"]}
215
+ {"byte_start": 12903620663, "source_revision": "1198198493", "id": "11497", "title": "Demographics of the Federated States of Micronesia", "byte_end": 12903897117, "categories": ["Demographics of the Federated States of Micronesia| ", "Society of the Federated States of Micronesia"]}
216
+ {"byte_start": 12903897117, "source_revision": "1191213394", "id": "11498", "title": "Economy of the Federated States of Micronesia", "byte_end": 12904563822, "categories": ["Economy of the Federated States of Micronesia| "]}
217
+ {"byte_start": 12904563822, "source_revision": "1114329265", "id": "11499", "title": "Telecommunications in the Federated States of Micronesia", "byte_end": 12904693083, "categories": ["Communications in the Federated States of Micronesia| ", "Telecommunications by country|Micronesia", "Telecommunications in Oceania by country|Micronesia"]}
218
+ {"byte_start": 12904693083, "source_revision": "711151166", "id": "11500", "title": "Federated States of Micronesia/Transport", "byte_end": 12904696818, "categories": []}
219
+ {"byte_start": 12904696818, "source_revision": "1109099117", "id": "11501", "title": "Transportation in the Federated States of Micronesia", "byte_end": 12904759772, "categories": ["Transport in the Federated States of Micronesia| "]}
220
+ {"byte_start": 12904759772, "source_revision": "829459533", "id": "11502", "title": "Military of the Federated States of Micronesia", "byte_end": 12904772131, "categories": []}
221
+ {"byte_start": 12904772131, "source_revision": "1184248170", "id": "11503", "title": "Foreign relations of the Federated States of Micronesia", "byte_end": 12906808184, "categories": ["Foreign relations of the Federated States of Micronesia| ", "Government of the Federated States of Micronesia"]}
222
+ {"byte_start": 12906808184, "source_revision": "1193960796", "id": "11504", "title": "Fandom", "byte_end": 12924851187, "categories": ["Fandom| ", "Hugo Gernsback"]}
223
+ {"byte_start": 12924851187, "source_revision": "528735086", "id": "11506", "title": "Ft. Collins, Colorado", "byte_end": 12924851992, "categories": []}
224
+ {"byte_start": 12924851992, "source_revision": "1199815782", "id": "11507", "title": "Fort Collins, Colorado", "byte_end": 13030300025, "categories": ["Fort Collins, Colorado| ", "Cities in Colorado", "Cities in Larimer County, Colorado", "County seats in Colorado"]}
225
+ {"byte_start": 13030300025, "source_revision": "1201734213", "id": "11508", "title": "Francis Drake", "byte_end": 13335631833, "categories": ["Francis Drake| ", "1540s births", "1596 deaths", "16th-century explorers", "16th-century Royal Navy personnel", "English admirals", "English MPs 1572\u20131583", "English MPs 1584\u20131585", "English MPs 1593", "English people of the Anglo-Spanish War (1585\u20131604)", "Burials at sea", "Circumnavigators of the globe", "English explorers", "English knights", "English explorers of North America", "Explorers of California", "Explorers of Oregon", "Mayors of Plymouth", "Military personnel from Tavistock", "Deaths from dysentery", "People who died at sea", "English privateers", "English male bowls players", "Members of the Parliament of England for Plymouth", "Knights Bachelor", "English explorers of the Pacific", "Massacres in Ireland", "Members of the Inner Temple", "Year of birth uncertain", "Members of the Parliament of England for Bossiney", "Members of the Parliament of England for Camelford"]}
226
+ {"byte_start": 13335631833, "source_revision": "1198007155", "id": "11512", "title": "Fast Fourier transform", "byte_end": 13393434302, "categories": ["FFT algorithms", "Digital signal processing", "Discrete transforms"]}
227
+ {"byte_start": 13393434302, "source_revision": "1191961129", "id": "11513", "title": "Fort William, Scotland", "byte_end": 13410301194, "categories": ["Fort William, Highland| ", "1654 establishments in Scotland", "Populated places established in 1654", "Towns in Highland (council area)", "Populated places in Lochaber", "Forts in Scotland", "William III of England", "New Model Army", "Prince William, Duke of Cumberland"]}
228
+ {"byte_start": 13410301194, "source_revision": "1168626733", "id": "11514", "title": "Talk:Fort William, Scotland", "byte_end": 13411134511, "categories": []}
229
+ {"byte_start": 13411134511, "source_revision": "1199955488", "id": "11515", "title": "Glossary of French words and expressions in English", "byte_end": 13645258154, "categories": ["Lists of phrases|French", "French words and phrases| ", "Lists of English words of French origin| ", "Wikipedia glossaries using description lists"]}
230
+ {"byte_start": 13645258154, "source_revision": "1183999713", "id": "11516", "title": "Financial rand", "byte_end": 13645560799, "categories": ["Currencies of South Africa", "Monetary economics"]}
231
+ {"byte_start": 13645560799, "source_revision": "1182920802", "id": "11517", "title": "List of FIPS country codes", "byte_end": 13649914205, "categories": ["Lists of country codes", "FIPS 10|Country codes", "Location codes"]}
232
+ {"byte_start": 13649914205, "source_revision": "1200537175", "id": "11518", "title": "Talk:List of FIPS country codes", "byte_end": 13650059818, "categories": []}
233
+ {"byte_start": 13650059818, "source_revision": "1200568576", "id": "11519", "title": "Fair Isle", "byte_end": 13664286175, "categories": ["Fair Isle| ", "Sites of Special Scientific Interest in Shetland", "Birdwatching sites in Scotland", "National Trust for Scotland properties", "Shipping Forecast areas", "Bird observatories in Scotland", "Islands of Shetland", "Underwater diving sites in Scotland", "Marine Protected Areas of Scotland", "Special Areas of Conservation in Scotland", "Special Protection Areas in Scotland"]}
234
+ {"byte_start": 13664286175, "source_revision": "1173668110", "id": "11520", "title": "Four Feather Falls", "byte_end": 13675320637, "categories": ["1960 British television series debuts", "1960 British television series endings", "1960s British children's television series", "1960s Western (genre) television series", "AP Films", "Black-and-white British television shows", "British children's action television series", "British children's fantasy television series", "British television shows featuring puppetry", "English-language television shows", "ITV children's television shows", "Marionette films", "Television series set in the 19th century", "Television shows set in Kansas"]}
235
+ {"byte_start": 13675320637, "source_revision": "403316760", "id": "11521", "title": "Talk:Free State Danzig", "byte_end": 13675328859, "categories": []}
236
+ {"byte_start": 13675328859, "source_revision": "1196460385", "id": "11522", "title": "Fly-by-wire", "byte_end": 13692149597, "categories": ["Aircraft controls", "Fault tolerance", "Flight control systems"]}
237
+ {"byte_start": 13692149597, "source_revision": "1201538307", "id": "11523", "title": "Falklands War", "byte_end": 14838845146, "categories": ["Falklands War| ", "1982 in Argentina", "1982 in the Falkland Islands", "1982 in the United Kingdom", "20th-century military history of the United Kingdom", "Argentina\u2013United Kingdom military relations", "Blockades", "Conflicts in 1982", "Invasions by Argentina", "Invasions of the United Kingdom", "Territorial disputes of Argentina", "Territorial disputes of the United Kingdom", "Wars involving Argentina", "Wars involving the United Kingdom"]}
238
+ {"byte_start": 14838845146, "source_revision": "1198657929", "id": "11524", "title": "Fahrenheit", "byte_end": 14895977151, "categories": ["Customary units of measurement in the United States", "Imperial units", "Scales of temperature", "1724 introductions", "Scales in meteorology"]}
239
+ {"byte_start": 14895977151, "source_revision": "1201552342", "id": "11525", "title": "Florence", "byte_end": 15345817331, "categories": ["50s BC establishments", "59 BC", "Capitals of former nations", "Former capitals of Italy", "Populated places established in the 1st century BC"]}
240
+ {"byte_start": 15345817331, "source_revision": "1174975655", "id": "11526", "title": "Quotient group", "byte_end": 15350456688, "categories": ["Group theory", "Quotient objects|Group"]}
241
+ {"byte_start": 15350456688, "source_revision": "1194939911", "id": "11527", "title": "Fundamental theorem on homomorphisms", "byte_end": 15350690214, "categories": ["Theorems in abstract algebra"]}
242
+ {"byte_start": 15350690214, "source_revision": "1104064780", "id": "11528", "title": "FCO", "byte_end": 15350810261, "categories": []}
243
+ {"byte_start": 15350810261, "source_revision": "1184753197", "id": "11529", "title": "Fermion", "byte_end": 15354908442, "categories": ["Fermions| ", "Quantum field theory", "Enrico Fermi"]}
244
+ {"byte_start": 15354908442, "source_revision": "1198823864", "id": "12792", "title": "Gavin MacLeod", "byte_end": 15374270567, "categories": ["1931 births", "2021 deaths", "20th-century American male actors", "20th-century evangelicals", "21st-century American male actors", "21st-century evangelicals", "American evangelicals", "American male film actors", "American male television actors", "American people who self-identify as being of Ojibwe descent", "Burials at Forest Lawn Cemetery (Cathedral City)", "Converts to evangelical Christianity from Roman Catholicism", "Ithaca College alumni", "Male actors from New York City", "People from Mount Kisco, New York", "People from Pleasantville, New York", "Television personalities from New York City", "United States Air Force airmen", "American male sitcom actors"]}
245
+ {"byte_start": 15374270567, "source_revision": "573625705", "id": "12793", "title": "Talk:Game of life", "byte_end": 15374272672, "categories": []}
246
+ {"byte_start": 15374272672, "source_revision": "1200640246", "id": "12794", "title": "Gopher (protocol)", "byte_end": 15415161517, "categories": ["Gopher (protocol)| ", "History of the Internet", "Internet Standards", "University of Minnesota software", "URI schemes"]}
247
+ {"byte_start": 15415161517, "source_revision": "1192735979", "id": "12795", "title": "General election", "byte_end": 15418196446, "categories": ["General elections| ", "Elections"]}
248
+ {"byte_start": 15418196446, "source_revision": "1189911226", "id": "12796", "title": "Genotype", "byte_end": 15428983743, "categories": ["Genetics", "Polymorphism (biology)", "Biology", "DNA sequencing"]}
249
+ {"byte_start": 15428983743, "source_revision": "1198706062", "id": "12797", "title": "Gerard Hengeveld", "byte_end": 15429175862, "categories": ["1910 births", "2001 deaths", "20th-century classical composers", "Dutch male classical composers", "Dutch classical composers", "Dutch classical pianists", "People from Kampen, Overijssel", "20th-century classical pianists", "Male classical pianists", "20th-century Dutch male musicians"]}
250
+ {"byte_start": 15429175862, "source_revision": "1191197193", "id": "12798", "title": "George William, Elector of Brandenburg", "byte_end": 15430423689, "categories": ["1595 births", "1640 deaths", "17th-century dukes of Prussia", "People from Berlin", "German Calvinist and Reformed Christians", "Converts to Calvinism from Lutheranism", "Prince-electors of Brandenburg", "House of Hohenzollern", "17th-century German people", "Dukes of Prussia", "Electoral Princes of Brandenburg", "German people of the Thirty Years' War"]}
251
+ {"byte_start": 15430423689, "source_revision": "1198100311", "id": "12799", "title": "Graphic design", "byte_end": 15582946288, "categories": ["Graphic design| ", "Communication design"]}
252
+ {"byte_start": 15582946288, "source_revision": "1199119471", "id": "12800", "title": "Great Rift Valley", "byte_end": 15599719048, "categories": ["Great Rift Valley| ", "Geography of Rift Valley Province|*", "Rifts and grabens", "Landforms of the Middle East", "Landforms of Israel", "Landforms of Syria", "Landforms of Egypt", "Landforms of Lebanon", "Landforms of Ethiopia", "Landforms of Kenya", "Landforms of Saudi Arabia", "Landforms of Yemen", "Landforms of Tanzania", "Landforms of the Democratic Republic of the Congo", "Landforms of Uganda", "Landforms of Burundi", "Geology of Israel", "Geology of Syria", "Geology of Egypt", "Geology of Lebanon", "Geology of Ethiopia", "Geology of Kenya", "Geology of Saudi Arabia", "Geology of Yemen", "Geology of Tanzania", "Geology of the Democratic Republic of the Congo", "Geology of Uganda", "Geology of Burundi", "Physiographic provinces"]}
253
+ {"byte_start": 15599719048, "source_revision": "1052912020", "id": "12801", "title": "Genitals", "byte_end": 15599725770, "categories": []}
254
+ {"byte_start": 15599725770, "source_revision": "1082379357", "id": "12802", "title": "Genital", "byte_end": 15599729138, "categories": []}
255
+ {"byte_start": 15599729138, "source_revision": "783863399", "id": "12803", "title": "GTIN", "byte_end": 15599731812, "categories": []}
256
+ {"byte_start": 15599731812, "source_revision": "1198910406", "id": "12804", "title": "Grigori Rasputin", "byte_end": 16186666635, "categories": ["1869 births", "1916 deaths", "1916 murders in Europe", "Assassinated Russian people", "Deaths by firearm in Russia", "Eastern Orthodox Christians from Russia", "Eastern Orthodox mystics", "Faith healers", "Folk saints", "Grigori Rasputin| ", "Komi people", "Nicholas II of Russia", "People from Tyumensky Uyezd", "People from Yarkovsky District", "People murdered in Russia", "Rasputin family|Grigori", "Russian murder victims", "Court of Nicholas II of Russia", "Posthumous executions", "19th-century people from the Russian Empire", "20th-century Christian mystics", "20th-century Russian people"]}
warehouse_00009.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a4894ad5c5d58bb76a701ba21cc0cfc0e936eb3f831b29a139a0a8d50cac4e
3
+ size 174515804
warehouse_00009.metadata ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1197319421", "id": "11242", "title": "Final Fantasy: The Spirits Within", "byte_end": 70350880, "categories": ["2000s American animated films", "2001 computer-animated films", "2001 science fiction films", "2001 directorial debut films", "2001 films", "American adult animated films", "American animated science fiction films", "American computer-animated films", "American science fiction action films", "Animated films based on video games", "Anime films based on video games", "Columbia Pictures animated films", "Columbia Pictures films", "English-language Japanese films", "Final Fantasy films|Spirits Within, The", "Films based on role-playing video games", "Films scored by Elliot Goldenthal", "Films set in 2065", "Films about impact events", "Japanese animated science fiction films", "Japanese computer-animated films", "Japanese science fiction action films", "Films using motion capture", "Animated post-apocalyptic films", "Square Pictures films", "2000s English-language films"]}
2
+ {"byte_start": 70350880, "source_revision": "1185890039", "id": "11243", "title": "Filter", "byte_end": 73014796, "categories": []}
3
+ {"byte_start": 73014796, "source_revision": "1194716271", "id": "11244", "title": "Free Methodist Church", "byte_end": 81866448, "categories": ["Free Methodist Church| ", "History of Rochester, New York", "Kosciusko County, Indiana", "Religion in Indianapolis", "Methodism in New York (state)", "Methodism in Indiana", "Religious organizations established in 1860", "Methodism in the United States", "Methodist denominations", "Holiness denominations", "1860 establishments in New York (state)", "Members of the National Association of Evangelicals"]}
4
+ {"byte_start": 81866448, "source_revision": "1165564919", "id": "11245", "title": "Fixed point", "byte_end": 82193986, "categories": []}
5
+ {"byte_start": 82193986, "source_revision": "1186992816", "id": "11246", "title": "John Falstaff", "byte_end": 100310620, "categories": ["John Falstaff| ", "Literary archetypes", "Male Shakespearean characters", "Comedy theatre characters", "Inmates of Fleet Prison", "Fictional knights", "Fictional alcohol abusers", "Characters in The Merry Wives of Windsor", "Characters in the Henriad"]}
6
+ {"byte_start": 100310620, "source_revision": "1200314549", "id": "11247", "title": "Floorball", "byte_end": 139726085, "categories": ["Floorball| ", "Team sports", "Indoor sports", "Ball games", "Variations of hockey", "Sports originating in Sweden", "Mixed-sex sports", "Stick sports"]}
7
+ {"byte_start": 139726085, "source_revision": "1200147177", "id": "11250", "title": "Premier League", "byte_end": 1768968318, "categories": ["Premier League| ", "Football leagues in England|1", "1992 establishments in England", "Professional sports leagues in the United Kingdom", "Sports leagues established in 1992", "Top level football leagues in Europe|England", "Organisations based in London"]}
8
+ {"byte_start": 1768968318, "source_revision": "1193618647", "id": "11252", "title": "Fine Gael", "byte_end": 1942549840, "categories": ["Fine Gael| ", "Christian democratic parties in Europe", "Conservative parties in Ireland", "Member parties of the European People's Party", "Parties represented in the European Parliament", "Political parties established in 1933", "Political parties in the Republic of Ireland", "1933 establishments in Ireland", "Pro-European political parties in Ireland"]}
9
+ {"byte_start": 1942549840, "source_revision": "1198634309", "id": "11253", "title": "Fu Manchu", "byte_end": 1988119606, "categories": ["America's Best Comics characters", "Asian-American issues", "Characters in British novels of the 20th century", "Characters in British novels of the 21st century", "Characters in pulp fiction", "Fictional Chinese people in literature", "Fictional crime bosses", "Fictional cult leaders", "Chinese supervillains", "Fictional murderers", "Fictional physicians", "Fictional warlords", "Film serial characters", "Literary characters introduced in 1912", "Male characters in film", "Male characters in literature", "Male film villains", "Male literary villains", "Novels adapted into comics", "Science fiction film characters", "Stereotypes of East Asian people", "Race-related controversies in literature", "Fu Manchu| "]}
10
+ {"byte_start": 1988119606, "source_revision": "1200020664", "id": "11254", "title": "Friesland", "byte_end": 2016067787, "categories": ["Friesland| ", "NUTS 2 statistical regions of the European Union", "Provinces of the Netherlands", "Regions of Europe with multiple official languages"]}
11
+ {"byte_start": 2016067787, "source_revision": "906277817", "id": "11255", "title": "Freuds", "byte_end": 2016069037, "categories": []}
12
+ {"byte_start": 2016069037, "source_revision": "1190553496", "id": "11257", "title": "Feminist science fiction", "byte_end": 2031848371, "categories": ["Feminist science fiction| ", "Science fiction genres"]}
13
+ {"byte_start": 2031848371, "source_revision": "1199514795", "id": "11258", "title": "Fellatio", "byte_end": 2096355792, "categories": ["Fellatio| ", "Sexual acts", "Penis", "Articles containing video clips", "Oral eroticism"]}
14
+ {"byte_start": 2096355792, "source_revision": "1193035311", "id": "14299", "title": "Ham", "byte_end": 2181144172, "categories": ["Ham| ", "Ancient dishes", "Charcuterie", "Lunch meat", "Garde manger", "Smoked meat", "Thanksgiving food"]}
15
+ {"byte_start": 2181144172, "source_revision": "1195924135", "id": "14300", "title": "Henry Laurens", "byte_end": 2187989420, "categories": ["1724 births", "1792 deaths", "Ambassadors of the United States to the Netherlands", "American Revolutionary War prisoners of war held by Great Britain", "American planters", "18th-century American slave traders", "American slave owners", "Prisoners in the Tower of London", "Colonial American merchants", "Huguenot participants in the American Revolution", "Colonial South Carolina", "Continental Congressmen from South Carolina", "18th-century American politicians", "Businesspeople from Charleston, South Carolina", "People from pre-statehood South Carolina", "People of South Carolina in the American Revolution", "People of South Carolina in the French and Indian War", "Pre-statehood history of South Carolina", "Signers of the Articles of Confederation", "Cremation", "Politicians from Charleston, South Carolina", "18th-century Anglicans", "Founding Fathers of the United States", "Diplomats from South Carolina"]}
16
+ {"byte_start": 2187989420, "source_revision": "1183499857", "id": "14301", "title": "British Aerospace HOTOL", "byte_end": 2191198295, "categories": ["British Aerospace aircraft|HOTOL", "Cancelled spacecraft", "Former proposed space launch system concepts", "Single-stage-to-orbit", "Space programme of the United Kingdom", "Spaceplanes", "Tailless delta-wing aircraft"]}
17
+ {"byte_start": 2191198295, "source_revision": "1166329301", "id": "14303", "title": "Homo sapiens sapiens", "byte_end": 2191333836, "categories": ["Anatomically modern humans"]}
18
+ {"byte_start": 2191333836, "source_revision": "1124706321", "id": "14304", "title": "Talk:Human/Archive 1", "byte_end": 2192433405, "categories": []}
19
+ {"byte_start": 2192433405, "source_revision": "1201411044", "id": "14306", "title": "Hammerhead shark", "byte_end": 2241282843, "categories": ["Sphyrnidae| ", "Extant Miocene first appearances", "Species endangered by use as food", "Taxa named by Theodore Gill", "Vertebrate parthenogenesis"]}
20
+ {"byte_start": 2241282843, "source_revision": "1198218047", "id": "14307", "title": "Hall effect", "byte_end": 2269636868, "categories": ["Hall effect| ", "Condensed matter physics", "Electric and magnetic fields in matter"]}
21
+ {"byte_start": 2269636868, "source_revision": "1201601332", "id": "14308", "title": "Hoover Dam", "byte_end": 2587928933, "categories": ["1936 establishments in Arizona", "1936 establishments in Nevada", "Arch-gravity dams", "Art Deco architecture in Arizona", "Buildings and monuments honoring American presidents in the United States", "Buildings and structures in Clark County, Nevada", "Buildings and structures in Mohave County, Arizona", "Dams completed in 1936", "Dams in Arizona", "Dams in Nevada", "Dams on the Colorado River", "Dams on the National Register of Historic Places in Nevada", "Energy infrastructure completed in 1939", "Energy infrastructure on the National Register of Historic Places", "Engineering projects", "Historic American Engineering Record in Arizona", "Historic American Engineering Record in Nevada", "Historic Civil Engineering Landmarks", "Hydroelectric power plants in Arizona", "Hydroelectric power plants in Nevada", "Industrial buildings and structures on the National Register of Historic Places in Arizona", "Lake Mead National Recreation Area", "Lake Mead", "Naming controversies", "National Historic Landmarks in Arizona", "National Historic Landmarks in Nevada", "National Register of Historic Places in Mohave County, Arizona", "PWA Moderne architecture", "Tourist attractions in Clark County, Nevada", "Tourist attractions in Mohave County, Arizona", "U.S. Route 93", "United States Bureau of Reclamation dams"]}
22
+ {"byte_start": 2587928933, "source_revision": "1199035844", "id": "14309", "title": "Holger Pedersen", "byte_end": 2587951574, "categories": []}
23
+ {"byte_start": 2587951574, "source_revision": "1198218038", "id": "14311", "title": "Adventures of Huckleberry Finn", "byte_end": 2789710000, "categories": ["1884 American novels", "1880s children's books", "American adventure novels", "American bildungsromans", "American children's novels", "American novels adapted into films", "American novels adapted into plays", "American novels adapted into television shows", "American picaresque novels", "Fiction with unreliable narrators", "Novels about American slavery", "Novels about con artists", "Novels about racism", "Novels set in the 19th century", "Novels set in Arkansas", "Novels set in Missouri", "Novels set on rivers", "Race-related controversies in literature", "Censored books", "Novels by Mark Twain", "Chatto & Windus books", "Sequel novels", "Cultural depictions of Louis XVII", "First-person narrative novels", "Children's books set in Arkansas", "Children's books set in Missouri", "Children's books set in the 19th century", "Children's books about racism"]}
24
+ {"byte_start": 2789710000, "source_revision": "1197609120", "id": "14312", "title": "Harpsichord", "byte_end": 2847375060, "categories": ["Harpsichord| ", "Keyboard instruments", "Early musical instruments", "Baroque instruments", "Articles containing video clips", "C instruments", "Renaissance instruments", "Basso continuo instruments"]}
25
+ {"byte_start": 2847375060, "source_revision": "1199283476", "id": "14313", "title": "Hair", "byte_end": 3149802396, "categories": ["Hair| ", "Human hair| "]}
26
+ {"byte_start": 3149802396, "source_revision": "1189390337", "id": "14314", "title": "Hawker Siddeley Harrier", "byte_end": 3255870784, "categories": ["1960s British fighter aircraft", "Hawker Siddeley aircraft|Harrier", "V/STOL aircraft by thrust vectoring", "Single-engined jet aircraft", "High-wing aircraft", "Harrier Jump Jet", "Aircraft first flown in 1967", "Third-generation jet fighter"]}
27
+ {"byte_start": 3255870784, "source_revision": "1165854564", "id": "14315", "title": "Hawker Harrier", "byte_end": 3256372095, "categories": ["1920s British bomber aircraft", "Hawker aircraft|Harrier", "Single-engined tractor aircraft", "Biplanes", "Aircraft first flown in 1927"]}
28
+ {"byte_start": 3256372095, "source_revision": "1197353479", "id": "14317", "title": "Herg\u00e9", "byte_end": 3351216703, "categories": ["Herg\u00e9| ", "Tintin", "1907 births", "1983 deaths", "20th-century Belgian artists", "20th-century Belgian writers", "Belgian agnostics", "Belgian comic strip cartoonists", "Belgian comics artists", "Belgian comics writers", "Belgian illustrators", "Belgian military personnel of World War II", "Belgian satirists", "Belgian Taoists", "Constructed language creators", "Former Roman Catholics", "People associated with Scouting", "People from Etterbeek", "People from Uccle", "Pseudonymous artists", "Scouting and Guiding in Belgium", "Will Eisner Award Hall of Fame inductees", "Belgian Army personnel", "Belgian collaborators with Nazi Germany", "20th-century pseudonymous writers", "World War II refugees"]}
29
+ {"byte_start": 3351216703, "source_revision": "1193494091", "id": "14318", "title": "Horned God", "byte_end": 3374405418, "categories": ["Death gods", "Fantasy tropes", "Horned gods", "Hunting gods", "Modern pagan theology", "Mythological hybrids", "Nature gods", "New religious movement deities", "Pseudohistory", "Solar gods", "Wicca"]}
30
+ {"byte_start": 3374405418, "source_revision": "1060548898", "id": "14319", "title": "Talk:Horned God", "byte_end": 3388856758, "categories": []}
31
+ {"byte_start": 3388856758, "source_revision": "1200132873", "id": "14320", "title": "Haggis", "byte_end": 3441054487, "categories": ["Haggis| ", "British puddings", "Meat dishes", "Scottish cuisine", "Scottish sausages", "Savory puddings", "National dishes", "Meat and grain sausages", "Precooked sausages"]}
32
+ {"byte_start": 3441054487, "source_revision": "1199124300", "id": "14321", "title": "Hank Aaron", "byte_end": 3731467386, "categories": ["1934 births", "2021 deaths", "African-American baseball players", "African-American Catholics", "American League All-Stars", "Atlanta Braves executives", "Atlanta Braves players", "Baseball players from Atlanta", "Baseball players from Mobile, Alabama", "Burials at South-View Cemetery", "Eau Claire Bears players", "Gold Glove Award winners", "Indianapolis Clowns players", "Jacksonville Braves players", "Major League Baseball designated hitters", "Major League Baseball players with retired numbers", "Major League Baseball right fielders", "Milwaukee Braves players", "Milwaukee Brewers players", "National Baseball Hall of Fame inductees", "National League All-Stars", "National League batting champions", "National League home run champions", "National League Most Valuable Player Award winners", "National League RBI champions", "Presidential Citizens Medal recipients", "Presidential Medal of Freedom recipients", "Recipients of the Order of the Rising Sun, 4th class", "Spingarn Medal winners"]}
33
+ {"byte_start": 3731467386, "source_revision": "1201283107", "id": "14322", "title": "Holy Grail", "byte_end": 3855139159, "categories": ["Holy Grail| ", "Fictional elements introduced in the 12th century", "Christian terminology", "Literary motifs", "Cauldrons", "Magic items"]}
34
+ {"byte_start": 3855139159, "source_revision": "1201191465", "id": "14323", "title": "Hunt the Wumpus", "byte_end": 3860867266, "categories": ["1973 video games", "Adventure games", "1970s horror video games", "Mainframe games", "Public-domain software with source code", "TI-99/4A games", "Video games developed in the United States", "Video games with textual graphics", "Single-player video games"]}
35
+ {"byte_start": 3860867266, "source_revision": "1166158444", "id": "14324", "title": "Hash", "byte_end": 3861382862, "categories": []}
36
+ {"byte_start": 3861382862, "source_revision": "1199796880", "id": "14325", "title": "Hearst Communications", "byte_end": 3891487176, "categories": ["Hearst Communications| ", "Hearst family", "Mass media companies established in 1887", "Mass media companies based in New York City", "Magazine publishing companies of the United States", "Newspaper companies of the United States", "Publishing companies based in New York City", "Companies based in Manhattan", "American companies established in 1887", "Publishing companies established in 1887", "1887 establishments in California", "Privately held companies based in New York City", "William Randolph Hearst", "Family-owned companies of the United States"]}
37
+ {"byte_start": 3891487176, "source_revision": "1129819000", "id": "14326", "title": "HMS Hercules", "byte_end": 3891566722, "categories": ["Royal Navy ship names"]}
38
+ {"byte_start": 3891566722, "source_revision": "1160910683", "id": "14327", "title": "HMAS Sydney", "byte_end": 3892112815, "categories": ["Royal Australian Navy ship names"]}
39
+ {"byte_start": 3892112815, "source_revision": "1201509540", "id": "14328", "title": "Hunter S. Thompson", "byte_end": 4250635080, "categories": ["Hunter S. Thompson| ", "1937 births", "2005 suicides", "2005 deaths", "20th-century American journalists", "20th-century American male writers", "20th-century American novelists", "20th-century American essayists", "21st-century American journalists", "21st-century American male writers", "21st-century American novelists", "9/11 conspiracy theorists", "American activist journalists", "American columnists", "American conspiracy theorists", "American male essayists", "American male journalists", "American male novelists", "American Marxists", "American people of Scottish descent", "American political writers", "American tax resisters", "Atherton High School alumni", "Columbia University School of General Studies alumni", "American psychedelic drug advocates", "Florida State University alumni", "Journalists from Colorado", "Journalists from Kentucky", "Louisville Male High School alumni", "Military personnel from Louisville, Kentucky", "Motorcycling writers", "Novelists from Colorado", "Novelists from Kentucky", "People from Glen Ellen, California", "Sportswriters from California", "Suicides by firearm in Colorado", "United States Air Force airmen", "Writers from Louisville, Kentucky"]}
40
+ {"byte_start": 4250635080, "source_revision": "1194096092", "id": "14329", "title": "Historicism", "byte_end": 4261973935, "categories": ["Literary criticism", "Evolution", "Georg Wilhelm Friedrich Hegel", "Social philosophy", "Theories of history", "History", "Philosophy of history"]}
41
+ {"byte_start": 4261973935, "source_revision": "1194075987", "id": "14330", "title": "Hunter College", "byte_end": 4335047978, "categories": ["Hunter College| ", "1870 establishments in New York (state)", "Universities and colleges established in 1870", "Former women's universities and colleges in the United States", "Universities and colleges in Manhattan", "Upper East Side", "Schools of education in New York (state)", "Colleges of the City University of New York", "Universities and colleges in New York City"]}
42
+ {"byte_start": 4335047978, "source_revision": "1195013866", "id": "14331", "title": "Harry Shearer", "byte_end": 4412626530, "categories": ["1943 births", "Living people", "20th-century American comedians", "20th-century American Jews", "20th-century American male actors", "20th-century American male musicians", "20th-century American male writers", "20th-century American screenwriters", "21st-century American comedians", "21st-century American Jews", "21st-century American male actors", "21st-century American male musicians", "21st-century American male writers", "21st-century American screenwriters", "American comedy musicians", "American comedy writers", "American documentary filmmakers", "American impressionists (entertainers)", "American male child actors", "American male film actors", "American male radio actors", "American male screenwriters", "American male television actors", "American male television writers", "American male video game actors", "American male voice actors", "American people of Austrian-Jewish descent", "American people of Polish-Jewish descent", "American radio personalities", "American satirists", "American sketch comedians", "American television writers", "Audiobook narrators", "Comedians from Los Angeles", "Comedy film directors", "Film directors from California", "Film producers from California", "Harvard University alumni", "HuffPost bloggers", "Jewish American comedy writers", "American film directors", "Jewish film people", "American film producers", "Jewish American male actors", "Jewish American comedians", "Jewish American musicians", "Jewish American screenwriters", "Jewish American writers", "Jewish male actors", "Jewish male comedians", "Male actors from Los Angeles", "Musicians from California", "Musicians from Los Angeles", "Primetime Emmy Award winners", "Screenwriters from California", "University of California, Los Angeles alumni", "Jews from California"]}
43
+ {"byte_start": 4412626530, "source_revision": "24745669", "id": "14332", "title": "Haenir", "byte_end": 4412634324, "categories": []}
44
+ {"byte_start": 4412634324, "source_revision": "783863997", "id": "14334", "title": "Hunter S Thompson", "byte_end": 4412636521, "categories": []}
45
+ {"byte_start": 4412636521, "source_revision": "783864003", "id": "14335", "title": "History of Painting", "byte_end": 4412639381, "categories": []}
46
+ {"byte_start": 4412639381, "source_revision": "1196269718", "id": "14336", "title": "High fantasy", "byte_end": 4431432382, "categories": ["High fantasy| ", "1971 neologisms", "Fantasy genres"]}
47
+ {"byte_start": 4431432382, "source_revision": "1199730520", "id": "14337", "title": "Human sexual activity", "byte_end": 4602926403, "categories": ["Sexual acts| Human sexual activity", "Intimate relationships", "Evolutionary psychology"]}
48
+ {"byte_start": 4602926403, "source_revision": "15911900", "id": "14338", "title": "Historical-comparative linguistics", "byte_end": 4602941446, "categories": []}
49
+ {"byte_start": 4602941446, "source_revision": "1191710172", "id": "14340", "title": "Hydraulic ram", "byte_end": 4611154902, "categories": ["Articles containing video clips", "Hydraulic rams|*", "Liquid-piston pumps", "Pumps", "Water", "French inventions"]}
50
+ {"byte_start": 4611154902, "source_revision": "1193888752", "id": "14343", "title": "Talk:Homomorphism", "byte_end": 4613916970, "categories": []}
51
+ {"byte_start": 4613916970, "source_revision": "770815709", "id": "14345", "title": "Human being", "byte_end": 4614018445, "categories": []}
52
+ {"byte_start": 4614018445, "source_revision": "1076963871", "id": "14346", "title": "Huey helicopter", "byte_end": 4614023335, "categories": []}
53
+ {"byte_start": 4614023335, "source_revision": "1200654510", "id": "14347", "title": "Homininae", "byte_end": 4623846249, "categories": ["Homininae| ", "Apes", "Extant Miocene first appearances", "Mammal subfamilies", "Taxa named by John Edward Gray", "Taxa described in 1825"]}
54
+ {"byte_start": 4623846249, "source_revision": "1201786529", "id": "14348", "title": "Homo habilis", "byte_end": 4678062023, "categories": ["1962 archaeological discoveries", "Lower Paleolithic", "Early species of Homo", "Hominini", "Transitional fossils", "Mammals described in 1964", "Fossil taxa described in 1964", "Prehistoric Tanzania", "Pleistocene mammals of Africa", "Prehistoric Kenya", "Pleistocene primates", "Taxa named by Richard Leakey"]}
55
+ {"byte_start": 4678062023, "source_revision": "1193827281", "id": "14349", "title": "Harmonica", "byte_end": 4819476486, "categories": ["Harmonica| ", "German musical instruments", "Blues instruments", "Folk music instruments"]}
56
+ {"byte_start": 4819476486, "source_revision": "1196601068", "id": "14350", "title": "Talk:Harmonica", "byte_end": 4824651366, "categories": []}
57
+ {"byte_start": 4824651366, "source_revision": "1191819242", "id": "14352", "title": "Hops", "byte_end": 4865523220, "categories": ["Brewing ingredients", "Crops originating from Europe", "Medicinal plants", "Medieval agriculture", "Humulus|+"]}
58
+ {"byte_start": 4865523220, "source_revision": "370393001", "id": "14354", "title": "Talk:Historical linguistics/Archive 1", "byte_end": 4865530515, "categories": []}
59
+ {"byte_start": 4865530515, "source_revision": "1193888867", "id": "14820", "title": "Talk:Integer", "byte_end": 4870994360, "categories": []}
60
+ {"byte_start": 4870994360, "source_revision": "1201467371", "id": "14822", "title": "Irreducible fraction", "byte_end": 4871672557, "categories": ["Fractions (mathematics)", "Elementary arithmetic"]}
61
+ {"byte_start": 4871672557, "source_revision": "1201367725", "id": "14823", "title": "Talk:Istanbul", "byte_end": 5005204701, "categories": []}
62
+ {"byte_start": 5005204701, "source_revision": "783864269", "id": "14824", "title": "Information Theory", "byte_end": 5005207168, "categories": []}
63
+ {"byte_start": 5005207168, "source_revision": "1136825138", "id": "14825", "title": "Talk:Irish Republican Army (1919\u20131922)", "byte_end": 5045811354, "categories": []}
64
+ {"byte_start": 5045811354, "source_revision": "1105939799", "id": "14826", "title": "Isomorphism class", "byte_end": 5045892131, "categories": ["Abstract algebra"]}
65
+ {"byte_start": 5045892131, "source_revision": "783865645", "id": "14827", "title": "Isomorphic", "byte_end": 5045894339, "categories": []}
66
+ {"byte_start": 5045894339, "source_revision": "1172038498", "id": "14828", "title": "Isomorphism", "byte_end": 5055596028, "categories": ["Morphisms", "Equivalence (mathematics)"]}
67
+ {"byte_start": 5055596028, "source_revision": "940482537", "id": "14829", "title": "Infinite descending chain", "byte_end": 5055667172, "categories": ["Order theory", "Wellfoundedness"]}
68
+ {"byte_start": 5055667172, "source_revision": "920625129", "id": "14830", "title": "International organizations", "byte_end": 5055671322, "categories": []}
69
+ {"byte_start": 5055671322, "source_revision": "1033584519", "id": "14831", "title": "Public international law", "byte_end": 5081046791, "categories": []}
70
+ {"byte_start": 5081046791, "source_revision": "1137996686", "id": "14832", "title": "Intergovernmental organization", "byte_end": 5095914932, "categories": ["Intergovernmental organizations| ", "Globalization"]}
71
+ {"byte_start": 5095914932, "source_revision": "15912365", "id": "14833", "title": "International Telecomunications Union", "byte_end": 5095916980, "categories": []}
72
+ {"byte_start": 5095916980, "source_revision": "1049363059", "id": "14834", "title": "International Telecommunications Union", "byte_end": 5095919958, "categories": []}
73
+ {"byte_start": 5095919958, "source_revision": "528306813", "id": "14835", "title": "International Telecomunication Union", "byte_end": 5095920801, "categories": []}
74
+ {"byte_start": 5095920801, "source_revision": "1198557299", "id": "14836", "title": "International Telecommunication Union", "byte_end": 5123269114, "categories": ["International Telecommunication Union| ", "Digital divide", "Internet governance organizations", "Organizations established in 1865", "Radio organizations", "Telecommunications for development", "United Nations Development Group", "United Nations organizations based in Geneva", "United Nations specialized agencies"]}
75
+ {"byte_start": 5123269114, "source_revision": "1201573509", "id": "14837", "title": "Internet Message Access Protocol", "byte_end": 5142767126, "categories": ["Internet mail protocols"]}
76
+ {"byte_start": 5142767126, "source_revision": "1201716594", "id": "14838", "title": "Inertial frame of reference", "byte_end": 5179657840, "categories": ["Classical mechanics", "Frames of reference", "Theory of relativity", "Orbits"]}
77
+ {"byte_start": 5179657840, "source_revision": "783865665", "id": "14839", "title": "Irix", "byte_end": 5179669755, "categories": []}
78
+ {"byte_start": 5179669755, "source_revision": "1189999780", "id": "14840", "title": "Illuminati: New World Order", "byte_end": 5182902179, "categories": ["Card games introduced in 1994", "Collectible card games", "Origins Award winners", "Steve Jackson (American game designer) games", "Steve Jackson Games games", "Works about conspiracy theories", "Works about the Illuminati"]}
79
+ {"byte_start": 5182902179, "source_revision": "1175649660", "id": "14841", "title": "Integration", "byte_end": 5184664625, "categories": []}
80
+ {"byte_start": 5184664625, "source_revision": "1197384470", "id": "14843", "title": "Interstellar travel", "byte_end": 5308934222, "categories": ["Interstellar travel| ", "Spaceflight concepts|*"]}
81
+ {"byte_start": 5308934222, "source_revision": "1119302841", "id": "14844", "title": "Interior Gateway Routing Protocol", "byte_end": 5309505515, "categories": ["Cisco protocols", "Routing protocols"]}
82
+ {"byte_start": 5309505515, "source_revision": "1201689043", "id": "14845", "title": "IRS (disambiguation)", "byte_end": 5309787231, "categories": []}
83
+ {"byte_start": 5309787231, "source_revision": "31052927", "id": "14846", "title": "I.R.S.", "byte_end": 5309788835, "categories": []}
84
+ {"byte_start": 5309788835, "source_revision": "1198221506", "id": "14848", "title": "Indo-European languages", "byte_end": 5652216564, "categories": ["Indo-European languages| ", "Language families"]}
85
+ {"byte_start": 5652216564, "source_revision": "1198608334", "id": "14849", "title": "Illinois", "byte_end": 6505463046, "categories": ["Illinois| ", "1818 establishments in the United States", "Former French colonies", "Midwestern United States", "States and territories established in 1818", "States of the United States", "Contiguous United States"]}
86
+ {"byte_start": 6505463046, "source_revision": "1140355273", "id": "14850", "title": "Imaginary numbers", "byte_end": 6505464679, "categories": []}
87
+ {"byte_start": 6505464679, "source_revision": "1170695012", "id": "14851", "title": "Ian Murdock", "byte_end": 6509634582, "categories": ["1973 births", "2015 deaths", "American computer programmers", "Debian Project leaders", "Free software programmers", "Open source people", "People from Indianapolis", "People from Konstanz", "Purdue University alumni", "Suicides by hanging in California", "Sun Microsystems people"]}
88
+ {"byte_start": 6509634582, "source_revision": "659458534", "id": "14852", "title": "Idol worship", "byte_end": 6510202663, "categories": []}
89
+ {"byte_start": 6510202663, "source_revision": "827514455", "id": "14854", "title": "IO", "byte_end": 6510593259, "categories": []}
90
+ {"byte_start": 6510593259, "source_revision": "1193478848", "id": "14856", "title": "Inner product space", "byte_end": 6552760666, "categories": ["Normed spaces", "Bilinear forms"]}
91
+ {"byte_start": 6552760666, "source_revision": "432986147", "id": "14857", "title": "Iain M. Banks", "byte_end": 6552765551, "categories": ["Unprintworthy redirects", "Redirects from alternative names"]}
92
+ {"byte_start": 6552765551, "source_revision": "1200863437", "id": "14858", "title": "Iain Banks", "byte_end": 6591025065, "categories": ["1954 births", "2013 deaths", "20th-century atheists", "20th-century British male writers", "20th-century British writers", "20th-century British non-fiction writers", "20th-century British novelists", "20th-century British short story writers", "20th-century Scottish male writers", "20th-century Scottish novelists", "21st-century atheists", "21st-century British male writers", "21st-century British non-fiction writers", "21st-century British novelists", "21st-century British poets", "21st-century British short story writers", "21st-century Scottish male writers", "21st-century Scottish novelists", "21st-century Scottish poets", "21st-century travel writers", "Alumni of the University of Stirling", "British atheists", "British crime writers", "British horror writers", "British humanists", "British male non-fiction writers", "British male novelists", "British male poets", "British male short story writers", "British mystery writers", "British secularists", "British science fiction writers", "British speculative fiction writers", "British thriller writers", "British travel writers", "Constructed language creators", "Critics of religions", "Deaths from cancer in Scotland", "Deaths from gallbladder cancer", "Freethought writers", "Military science fiction writers", "People from Dunfermline", "British psychological fiction writers", "Scottish atheists", "Scottish crime writers", "Scottish horror writers", "Scottish humanists", "Scottish male novelists", "Scottish male poets", "Scottish mystery writers", "Scottish non-fiction writers", "Scottish science fiction writers", "Scottish short story writers", "Scottish speculative fiction writers", "Scottish thriller writers", "Scottish travel writers", "Secular humanists", "Surrealist poets", "Surrealist writers", "Techno-thriller writers", "Weird fiction writers", "Writers about activism and social change", "Writers about globalization", "Writers about religion and science", "Writers of Gothic fiction", "Writers of historical fiction set in the modern age", "Authors of utopian literature"]}
93
+ {"byte_start": 6591025065, "source_revision": "1193888889", "id": "14861", "title": "Talk:Iain Banks", "byte_end": 6595086752, "categories": []}
94
+ {"byte_start": 6595086752, "source_revision": "1193749995", "id": "14863", "title": "Incunable", "byte_end": 6622079540, "categories": ["Books by type", "Incunabula| ", "Writing"]}
95
+ {"byte_start": 6622079540, "source_revision": "1193888903", "id": "14864", "title": "Talk:Islamic calendar", "byte_end": 6698514524, "categories": []}
96
+ {"byte_start": 6698514524, "source_revision": "1171941865", "id": "14865", "title": "Isotropy", "byte_end": 6700534179, "categories": ["Orientation (geometry)"]}
97
+ {"byte_start": 6700534179, "source_revision": "303524298", "id": "14867", "title": "Talk:Instrument/Archive 1", "byte_end": 6700536626, "categories": []}
98
+ {"byte_start": 6700536626, "source_revision": "1193200223", "id": "14868", "title": "International Mathematical Union", "byte_end": 6703316091, "categories": ["International Mathematical Union| ", "Organizations established in 1920", "Organizations established in 1932", "Organizations established in 1951", "Members of the International Science Council"]}
99
+ {"byte_start": 6703316091, "source_revision": "1191822774", "id": "14869", "title": "International Council for Science", "byte_end": 6705525469, "categories": ["International Council for Science| ", "International organizations based in France", "International scientific organizations", "Organizations based in Paris", "Scientific organizations based in France", "Scientific organizations established in 1931", "Science policy"]}
100
+ {"byte_start": 6705525469, "source_revision": "1198300041", "id": "14870", "title": "International Union of Pure and Applied Chemistry", "byte_end": 6739715376, "categories": ["Chemical nomenclature", "Chemistry organizations", "International scientific organizations", "Members of the International Council for Science", "Organisations based in Z\u00fcrich", "Organizations based in North Carolina", "Scientific organizations based in the United States", "Scientific organisations based in Switzerland", "Scientific organizations established in 1919", "Standards organisations in Switzerland", "Members of the International Science Council"]}
101
+ {"byte_start": 6739715376, "source_revision": "1186780086", "id": "14871", "title": "International Hydrographic Organization", "byte_end": 6743305399, "categories": ["1921 establishments in Monaco", "Intergovernmental organizations", "International organisations based in Monaco", "International standards", "Organizations established in 1921", "Oceanographic organizations", "United Nations General Assembly observers", "Hydrography organizations", "International geographic data and information organizations"]}
102
+ {"byte_start": 6743305399, "source_revision": "1170912857", "id": "14872", "title": "IBM mainframe", "byte_end": 6747298665, "categories": ["IBM mainframe computers| ", "Computer-related introductions in 1952"]}
103
+ {"byte_start": 6747298665, "source_revision": "205995139", "id": "14873", "title": "IBM minicomputer", "byte_end": 6747307113, "categories": []}
104
+ {"byte_start": 6747307113, "source_revision": "1201035635", "id": "14875", "title": "Iowa State University", "byte_end": 6890920391, "categories": ["Iowa State University| ", "1858 establishments in Iowa", "Buildings and structures in Ames, Iowa", "Education in Story County, Iowa", "Universities and colleges established in 1858", "Land-grant universities and colleges", "Public universities and colleges in Iowa", "Tourist attractions in Story County, Iowa", "Technological universities in the United States", "Universities and colleges accredited by the Higher Learning Commission"]}
105
+ {"byte_start": 6890920391, "source_revision": "1162515152", "id": "14877", "title": "Induction", "byte_end": 6892003613, "categories": []}
106
+ {"byte_start": 6892003613, "source_revision": "1198214813", "id": "14878", "title": "International Astronomical Union", "byte_end": 6906134715, "categories": ["Astronomy organizations", "International organizations based in France", "International professional associations", "Members of the International Council for Science", "Organizations based in Paris", "Scientific organizations based in France", "Scientific organizations established in 1919", "1919 establishments in France", "Standards organizations in France", "International scientific organizations", "International scientific organizations based in Europe", "Members of the International Science Council"]}
107
+ {"byte_start": 6906134715, "source_revision": "1085294402", "id": "14879", "title": "Interval", "byte_end": 6906378926, "categories": []}
108
+ {"byte_start": 6906378926, "source_revision": "1201016169", "id": "14880", "title": "International Criminal Court", "byte_end": 7258512629, "categories": ["International Criminal Court| ", "2002 establishments in the Netherlands", "Courts and tribunals established in 2002", "Organisations based in The Hague", "United Nations General Assembly observers", "International courts and tribunals"]}
109
+ {"byte_start": 7258512629, "source_revision": "1179926324", "id": "14881", "title": "ICC", "byte_end": 7261379621, "categories": []}
110
+ {"byte_start": 7261379621, "source_revision": "1130795757", "id": "14882", "title": "Incubus (disambiguation)", "byte_end": 7261669026, "categories": []}
111
+ {"byte_start": 7261669026, "source_revision": "1199165607", "id": "14883", "title": "Iberian Peninsula", "byte_end": 7431895251, "categories": ["Iberian Peninsula| ", "Geography of Andorra", "Geography of Europe", "Geography of France", "Geography of Gibraltar", "Geography of Portugal", "Geography of Spain", "Historic Jewish communities", "Peninsulas of Europe", "Peninsulas of France", "Peninsulas of Portugal", "Peninsulas of Spain", "Regions of Europe", "Southwestern Europe"]}
112
+ {"byte_start": 7431895251, "source_revision": "1198221588", "id": "14884", "title": "Intermediate value theorem", "byte_end": 7438951921, "categories": ["Theory of continuous functions", "Articles containing proofs", "Theorems in calculus", "Theorems in real analysis"]}
113
+ {"byte_start": 7438951921, "source_revision": "1193888912", "id": "14887", "title": "Talk:Interstellar travel", "byte_end": 7465284777, "categories": []}
114
+ {"byte_start": 7465284777, "source_revision": "1193888922", "id": "14888", "title": "Talk:Ingmar Bergman", "byte_end": 7468148813, "categories": []}
115
+ {"byte_start": 7468148813, "source_revision": "1201595401", "id": "14889", "title": "Iran\u2013Iraq War", "byte_end": 9493841503, "categories": ["Iran\u2013Iraq War| ", "1980s in Iran", "1980s in Iraq", "1980s conflicts", "Conflicts involving the People's Mojahedin Organization of Iran", "History of the Islamic Republic of Iran", "Invasions of Iran", "Invasions by Iraq", "Iran\u2013Iraq military relations", "Wars involving Iran", "Wars involving Iraq", "Wars involving the Peshmerga", "History of the Persian Gulf", "Saddam Hussein", "Ruhollah Khomeini", "Iran\u2013Saudi Arabia relations", "Iran\u2013United States relations", "Shia\u2013Sunni sectarian violence", "Articles containing video clips", "Cold War conflicts"]}
116
+ {"byte_start": 9493841503, "source_revision": "1150618192", "id": "14891", "title": "Incremental reading", "byte_end": 9494548884, "categories": ["Learning", "Learning methods", "Reading (process)"]}
117
+ {"byte_start": 9494548884, "source_revision": "1201666636", "id": "14892", "title": "Intelligence quotient", "byte_end": 10340547423, "categories": ["Intelligence quotient| ", "Intelligence", "Intelligence by type", "Psychometrics"]}
118
+ {"byte_start": 10340547423, "source_revision": "1201308213", "id": "14894", "title": "IIT Kanpur", "byte_end": 10410793341, "categories": ["IIT Kanpur| ", "Indian Institutes of Technology|Kanpur", "Engineering colleges in Uttar Pradesh", "Universities and colleges in Kanpur", "Universities and colleges established in 1959", "1959 establishments in Uttar Pradesh"]}
119
+ {"byte_start": 10410793341, "source_revision": "1199770935", "id": "14895", "title": "Insulin", "byte_end": 10653074410, "categories": ["Animal products", "Genes on human chromosome 11", "Hormones of glucose metabolism", "Human hormones", "Insulin receptor agonists", "Insulin-like growth factor receptor agonists", "Pancreatic hormones", "Peptide hormones", "Recombinant proteins", "Tumor markers"]}
120
+ {"byte_start": 10653074410, "source_revision": "1195055767", "id": "14896", "title": "Inductor", "byte_end": 10728746282, "categories": ["Electromagnetic components", "Energy storage", "English inventions"]}
121
+ {"byte_start": 10728746282, "source_revision": "1193888935", "id": "14897", "title": "Talk:Insulin", "byte_end": 10747924504, "categories": []}
122
+ {"byte_start": 10747924504, "source_revision": "1200794093", "id": "14899", "title": "Insulin pump", "byte_end": 10766242178, "categories": ["Medical pumps", "Insulin delivery", "Diabetes-related supplies and medical equipment", "Implants (medicine)"]}
123
+ {"byte_start": 10766242178, "source_revision": "1194915301", "id": "14900", "title": "ISO 3166", "byte_end": 10769087525, "categories": ["ISO 3166| ", "ISO standards|#03166", "1974 introductions", "1974 establishments", "Internationalization and localization"]}
124
+ {"byte_start": 10769087525, "source_revision": "783865685", "id": "14902", "title": "Interactive Fiction", "byte_end": 10769094512, "categories": []}
125
+ {"byte_start": 10769094512, "source_revision": "869247610", "id": "14903", "title": "Ism", "byte_end": 10769175805, "categories": []}
126
+ {"byte_start": 10769175805, "source_revision": "1187754831", "id": "14904", "title": "Intensive insulin therapy", "byte_end": 10770250175, "categories": ["Insulin delivery"]}
127
+ {"byte_start": 10770250175, "source_revision": "1185553067", "id": "14907", "title": "Inverse function", "byte_end": 10799819289, "categories": ["Basic concepts in set theory", "Inverse functions| ", "Unary operations"]}
128
+ {"byte_start": 10799819289, "source_revision": "1201462171", "id": "14909", "title": "Inertia", "byte_end": 10888833455, "categories": ["Classical mechanics", "Gyroscopes", "Mass", "Velocity", "Articles containing video clips"]}
129
+ {"byte_start": 10888833455, "source_revision": "1193489671", "id": "14910", "title": "Ibanez", "byte_end": 10928958632, "categories": ["Audio equipment manufacturers of Japan", "Guitar manufacturing companies", "Guitar amplifier manufacturers", "Guitar effects manufacturing companies", "Japanese brands", "Japanese companies established in 1929", "Mandolin makers", "Manufacturing companies based in Nagoya", "Manufacturing companies established in 1929", "Musical instruments brands", "Musical instrument manufacturing companies of Japan"]}
130
+ {"byte_start": 10928958632, "source_revision": "920263270", "id": "14911", "title": "Isothermal", "byte_end": 10928964064, "categories": []}
131
+ {"byte_start": 10928964064, "source_revision": "1199514655", "id": "14912", "title": "Incest", "byte_end": 11359004030, "categories": ["Incest| ", "Family law"]}
132
+ {"byte_start": 11359004030, "source_revision": "1171387528", "id": "14913", "title": "Talk:Industrial Revolution/Archive 1", "byte_end": 11400347443, "categories": []}
133
+ {"byte_start": 11400347443, "source_revision": "1200601925", "id": "14914", "title": "Industrial Revolution", "byte_end": 12576569448, "categories": ["18th century in technology", "19th century in technology", "Age of Revolution", "Early Modern Britain", "History of technology", "Industrial history", "Late modern Europe", "Modern history of the United Kingdom", "Revolutions by type", "Stages of history"]}
134
+ {"byte_start": 12576569448, "source_revision": "69002177", "id": "14916", "title": "Talk:Induhvidual", "byte_end": 12576571726, "categories": []}
135
+ {"byte_start": 12576571726, "source_revision": "1193888950", "id": "14917", "title": "Talk:Intelligence quotient", "byte_end": 12682947696, "categories": []}
136
+ {"byte_start": 12682947696, "source_revision": "1201015248", "id": "14918", "title": "International Court of Justice", "byte_end": 12768284450, "categories": ["International Court of Justice| ", "Articles containing video clips", "Courts and tribunals established in 1945", "Netherlands and the United Nations", "Organisations based in The Hague", "Peace organizations", "United Nations courts and tribunals", "United Nations organs"]}
137
+ {"byte_start": 12768284450, "source_revision": "1200881878", "id": "14919", "title": "ISBN", "byte_end": 12840862512, "categories": ["Computer-related introductions in 1970", "British inventions", "Irish inventions", "International Standard Book Number| ", "Articles with example C code"]}
138
+ {"byte_start": 12840862512, "source_revision": "1193919963", "id": "14921", "title": "IP address", "byte_end": 12954663860, "categories": ["IP addresses| IP address", "IPv6"]}
139
+ {"byte_start": 12954663860, "source_revision": "1199991497", "id": "14922", "title": "If and only if", "byte_end": 12962265932, "categories": ["Logical connectives", "Mathematical terminology", "Necessity and sufficiency"]}
140
+ {"byte_start": 12962265932, "source_revision": "1180733480", "id": "14923", "title": "IP", "byte_end": 12964223741, "categories": []}
141
+ {"byte_start": 12964223741, "source_revision": "1201610851", "id": "14926", "title": "List of Italian dishes", "byte_end": 13225190359, "categories": ["Italian cuisine-related lists|Dishes", "Italian breads", "Italian cuisine|*", "Lists of foods by nationality"]}
142
+ {"byte_start": 13225190359, "source_revision": "1176279498", "id": "14928", "title": "Isaac Ambrose", "byte_end": 13225549583, "categories": ["1604 births", "1664 deaths", "17th-century English diarists", "Ejected English ministers of 1662", "People from Garstang"]}
143
+ {"byte_start": 13225549583, "source_revision": "1193247363", "id": "12081", "title": "Politics of Gibraltar", "byte_end": 13237926867, "categories": ["Politics of Gibraltar| "]}
144
+ {"byte_start": 13237926867, "source_revision": "1199672145", "id": "12082", "title": "Economy of Gibraltar", "byte_end": 13250726814, "categories": ["Economy of Gibraltar| ", "Economies of Europe by dependent territory|Gilbratar"]}
145
+ {"byte_start": 13250726814, "source_revision": "1192201813", "id": "12083", "title": "Communications in Gibraltar", "byte_end": 13254934835, "categories": ["Communications in Gibraltar| "]}
146
+ {"byte_start": 13254934835, "source_revision": "1191930048", "id": "12084", "title": "Transport in Gibraltar", "byte_end": 13258317250, "categories": ["Transport in Gibraltar| ", "Transport in British Overseas Territories|Gibraltar"]}
147
+ {"byte_start": 13258317250, "source_revision": "829459814", "id": "12085", "title": "Military of Gibraltar", "byte_end": 13258320482, "categories": []}
148
+ {"byte_start": 13258320482, "source_revision": "885020356", "id": "12086", "title": "Foreign relations of Gibraltar", "byte_end": 13258322643, "categories": []}
149
+ {"byte_start": 13258322643, "source_revision": "1192467200", "id": "12087", "title": "Glorioso Islands", "byte_end": 13259675468, "categories": ["Glorioso Islands| ", "Indian Ocean atolls of France", "Atolls of Seychelles", "Atolls of the Comoros", "Atolls of Madagascar", "Disputed islands of Africa", "Archipelagoes of the French Southern and Antarctic Lands", "Territorial disputes of France", "Territorial disputes of Madagascar", "Territorial disputes of Seychelles", "Territorial disputes of the Comoros", "Comoros\u2013France relations", "France\u2013Madagascar relations", "France\u2013Seychelles relations"]}
150
+ {"byte_start": 13259675468, "source_revision": "1055187718", "id": "12088", "title": "History of the Glorioso Islands", "byte_end": 13259678001, "categories": []}
151
+ {"byte_start": 13259678001, "source_revision": "1055187791", "id": "12089", "title": "Geography of the Glorioso Islands", "byte_end": 13259681759, "categories": []}
152
+ {"byte_start": 13259681759, "source_revision": "1055187782", "id": "12091", "title": "Government of the Glorioso Islands", "byte_end": 13259684866, "categories": []}
153
+ {"byte_start": 13259684866, "source_revision": "1055187768", "id": "12092", "title": "Economy of the Glorioso Islands", "byte_end": 13259687474, "categories": []}
154
+ {"byte_start": 13259687474, "source_revision": "1055187741", "id": "12093", "title": "Communications on the Glorioso Islands", "byte_end": 13259690058, "categories": []}
155
+ {"byte_start": 13259690058, "source_revision": "1055187746", "id": "12094", "title": "Transportation on the Glorioso Islands", "byte_end": 13259693993, "categories": []}
156
+ {"byte_start": 13259693993, "source_revision": "1055187761", "id": "12095", "title": "Military of the Glorioso Islands", "byte_end": 13259696570, "categories": []}
157
+ {"byte_start": 13259696570, "source_revision": "1027114293", "id": "12096", "title": "Transnational issues of the Glorioso Islands", "byte_end": 13259703146, "categories": []}
158
+ {"byte_start": 13259703146, "source_revision": "1187892614", "id": "12098", "title": "Gulf of Finland", "byte_end": 13270401145, "categories": ["Gulf of Finland| ", "Baltic Sea|Finland, Gulf of", "Gulfs of the Atlantic Ocean", "Gulfs of Russia", "Gulfs of Finland", "Bodies of water of Estonia", "Estonia\u2013Russia border", "Finland\u2013Russia border", "Karelian Isthmus", "Geography of Europe", "Bodies of water of Saint Petersburg", "Bodies of water of Leningrad Oblast", "Ramsar sites in Russia"]}
159
+ {"byte_start": 13270401145, "source_revision": "1199591305", "id": "12099", "title": "Gda\u0144sk", "byte_end": 13589158544, "categories": ["980s establishments", "10th-century establishments in Poland", "Populated places established in the 10th century", "Members of the Hanseatic League", "City counties of Poland", "Cities and towns in Pomeranian Voivodeship", "Port cities and towns of the Baltic Sea", "Geographical naming disputes", "Holocaust locations in Poland", "Sites of Nazi war crimes during the Invasion of Poland", "Former exclaves"]}
160
+ {"byte_start": 13589158544, "source_revision": "1200702669", "id": "12100", "title": "Graviton", "byte_end": 13604463003, "categories": ["Bosons", "Gauge bosons", "Quantum gravity", "String theory", "Hypothetical elementary particles", "Force carriers"]}
161
+ {"byte_start": 13604463003, "source_revision": "1173726745", "id": "12101", "title": "G\u00f6ta Canal", "byte_end": 13607101055, "categories": ["Canals opened in 1832", "19th century in Sweden", "Canals in Sweden", "Government-owned companies of Sweden", "Tourist attractions in Sweden", "Works of Thomas Telford", "Historic Civil Engineering Landmarks"]}
162
+ {"byte_start": 13607101055, "source_revision": "1200212933", "id": "12102", "title": "General Motors", "byte_end": 14550261696, "categories": ["1908 establishments in Michigan", "1910s initial public offerings", "2010 initial public offerings", "Aircraft engine manufacturers of the United States", "American companies established in 1908", "Automotive transmission makers", "Car manufacturers of the United States", "Companies listed on the New York Stock Exchange", "Companies that filed for Chapter 11 bankruptcy in 2009", "Defense companies of the United States", "Diesel engine manufacturers", "Electric vehicle manufacturers of the United States", "Electrical generation engine manufacturers", "Former components of the Dow Jones Industrial Average", "General Motors| ", "Hybrid electric bus manufacturers", "Holding companies of the United States", "Legacy electric vehicle manufacturers", "Locomotive engine manufacturers", "Marine engine manufacturers", "Motor vehicle engine manufacturers", "Motor vehicle manufacturers based in Michigan", "Multinational companies headquartered in the United States", "Re-established companies", "Vehicle manufacturing companies established in 1908"]}
163
+ {"byte_start": 14550261696, "source_revision": "1200577736", "id": "12103", "title": "Golden Gate Bridge", "byte_end": 14952918165, "categories": ["Golden Gate Bridge| ", "1937 establishments in California", "Art Deco architecture in California", "Articles containing video clips", "Bridges by Joseph Strauss (engineer)", "Bridges completed in 1937", "Bridges in San Francisco", "Bridges in Marin County, California", "Bridges in the San Francisco Bay Area", "Bridges of the United States Numbered Highway System", "California Historical Landmarks", "California State Route 1", "Culture of San Francisco", "Golden Gate Bridge, Highway and Transportation District|Bridge", "Historic American Engineering Record in California", "Historic Civil Engineering Landmarks", "Landmarks in the San Francisco Bay Area", "Landmarks in San Francisco", "Pedestrian bridges in California", "Road bridges in California", "Roads with a reversible lane", "San Francisco Designated Landmarks", "Suspension bridges in California", "Symbols of California", "Toll bridges in California", "U.S. Route 101", "Tourist attractions in Marin County, California", "Works Progress Administration in California", "Open-spandrel deck arch bridges in the United States", "Steel bridges in the United States", "Truss arch bridges in the United States"]}
164
+ {"byte_start": 14952918165, "source_revision": "1200791584", "id": "12104", "title": "Guglielmo Marconi", "byte_end": 15187230186, "categories": ["Guglielmo Marconi| ", "1874 births", "1937 deaths", "19th-century Italian inventors", "20th-century Italian physicists", "Businesspeople from Bologna", "Converts to Roman Catholicism from Anglicanism", "Engineers from Bologna", "Experimental physicists", "Foreign associates of the National Academy of Sciences", "History of radio", "Honorary Knights Grand Cross of the Royal Victorian Order", "IEEE Medal of Honor recipients", "Italian Nobel laureates", "Italian Roman Catholics", "Italian electrical engineers", "Italian emigrants to the United States", "Italian expatriates in England", "Italian fascists", "Italian military personnel of World War I", "Italian people of Irish descent", "Italian people of Scottish descent", "John Fritz Medal recipients", "Members of the Grand Council of Fascism", "Members of the Pontifical Academy of Sciences", "Members of the Royal Academy of Italy", "Members of the Senate of the Kingdom of Italy", "Nobel laureates in Physics", "Nobility from Bologna", "Radio pioneers", "Recipients of the Matteucci Medal", "Recipients of the Order of Merit for Labour", "Recipients of the Order of St. Anna", "Recipients of the Order of the Crown (Italy)", "Rectors of the University of St Andrews", "Recipients of Franklin Medal"]}
165
+ {"byte_start": 15187230186, "source_revision": "1143458180", "id": "12105", "title": "Gulf (disambiguation)", "byte_end": 15188086570, "categories": []}
166
+ {"byte_start": 15188086570, "source_revision": "1153527366", "id": "12106", "title": "G\u00f6ta \u00e4lv", "byte_end": 15188713955, "categories": ["G\u00f6taland", "Gothenburg", "Hisingen", "Bohusl\u00e4n", "Rivers of V\u00e4stra G\u00f6taland County", "Ramsar sites in Sweden"]}
167
+ {"byte_start": 15188713955, "source_revision": "1050412951", "id": "12107", "title": "Gustaf VI Adolf of Sweden", "byte_end": 15188721208, "categories": []}
168
+ {"byte_start": 15188721208, "source_revision": "1201643348", "id": "12108", "title": "Greece", "byte_end": 17731001694, "categories": ["Greece| ", "1821 establishments in Europe", "Balkan countries", "Countries in Europe", "Member states of NATO", "Member states of the European Union", "Member states of the Organisation internationale de la Francophonie", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "New Testament places", "Republics", "Countries and territories where Greek is an official language", "States and territories established in 1821", "Christian states", "OECD members"]}
warehouse_00010.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb05f9a4db86df5ab984cd7545caa8a50588f475eb1829b9f70ce64353846652
3
+ size 149147270
warehouse_00010.metadata ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1196086218", "id": "12495", "title": "Grover Cleveland", "byte_end": 403069151, "categories": ["Grover Cleveland|*", "1837 births", "1908 deaths", "19th-century presidents of the United States", "American executioners", "American lawyers admitted to the practice of law by reading law", "American people of English descent", "American people of German descent", "American people of Guernsey descent", "American people of Scotch-Irish descent", "American Presbyterians", "Burials at Princeton Cemetery", "Candidates in the 1884 United States presidential election", "Candidates in the 1888 United States presidential election", "Candidates in the 1892 United States presidential election", "Democratic Party (United States) presidential nominees", "Democratic Party presidents of the United States", "Democratic Party governors of New York (state)", "Governors of New York (state)", "Grover Cleveland family", "Hall of Fame for Great Americans inductees", "1880s in the United States", "1890s in the United States", "Lawyers from Buffalo, New York", "Mayors of Buffalo, New York", "Mayors of places in New York (state)", "New York (state) Democrats", "New York (state) lawyers", "Non-interventionism", "People from Caldwell, New Jersey", "People from Clinton, Oneida County, New York", "People from Fayetteville, New York", "Presidents of the United States", "Sheriffs of Erie County, New York", "Civil service reform in the United States", "Bourbon Democrats", "Presbyterians from New York (state)", "Syracuse University trustees"]}
2
+ {"byte_start": 403069151, "source_revision": "1159780793", "id": "12497", "title": "Talk:Gregory Chaitin", "byte_end": 403756554, "categories": []}
3
+ {"byte_start": 403756554, "source_revision": "1192403443", "id": "12499", "title": "Gregorio Allegri", "byte_end": 405396937, "categories": ["Classical composers of church music", "Italian male classical composers", "Italian Baroque composers", "17th-century Italian composers", "17th-century Italian Roman Catholic priests", "Pupils of Giovanni Maria Nanino", "Roman school composers", "Renaissance composers", "Composers from Rome", "1582 births", "1652 deaths", "17th-century male musicians"]}
4
+ {"byte_start": 405396937, "source_revision": "1128081056", "id": "12500", "title": "Goodness (band)", "byte_end": 405787350, "categories": ["Musical groups from Seattle"]}
5
+ {"byte_start": 405787350, "source_revision": "1198084380", "id": "12501", "title": "Geoff Hurst", "byte_end": 445173525, "categories": ["1941 births", "Living people", "1966 FIFA World Cup players", "1970 FIFA World Cup players", "Men's association football forwards", "Association football people awarded knighthoods", "Cape Town City F.C. (NFL) players", "Chelsea F.C. managers", "Cork Celtic F.C. players", "England men's international footballers", "England men's under-23 international footballers", "England men's youth international footballers", "English autobiographers", "English cricketers", "English expatriate football managers", "English expatriate men's footballers", "English expatriate sportspeople in Ireland", "English expatriate sportspeople in Kuwait", "English expatriate sportspeople in South Africa", "English expatriate sportspeople in the United States", "English Football Hall of Fame inductees", "English Football League managers", "English Football League players", "English Football League representative players", "English football managers", "English men's footballers", "English people of German descent", "Essex cricketers", "Expatriate men's association footballers in the Republic of Ireland", "Expatriate football managers in Kuwait", "Expatriate men's soccer players in South Africa", "Expatriate men's soccer players in the United States", "Footballers from Ashton-under-Lyne", "Knights Bachelor", "Kuwait Premier League managers", "Kuwait SC managers", "League of Ireland players", "Members of the Order of the British Empire", "National Football League (South Africa) players", "North American Soccer League (1968\u20131984) players", "People associated with the University of East London", "Publicans", "Seattle Sounders (1974\u20131983) players", "Southern Football League managers", "Southern Football League players", "Stoke City F.C. players", "Telford United F.C. managers", "UEFA Euro 1968 players", "West Bromwich Albion F.C. players", "West Ham United F.C. players", "Wicket-keepers", "Association football coaches", "English knights"]}
6
+ {"byte_start": 445173525, "source_revision": "1188983970", "id": "12504", "title": "Giovanni d'Andrea", "byte_end": 445545862, "categories": ["1270s births", "1348 deaths", "People from the Metropolitan City of Florence", "14th-century Italian jurists", "Canon law jurists", "Italian Renaissance humanists", "14th-century deaths from plague (disease)", "13th-century Italian jurists", "14th-century writers in Latin"]}
7
+ {"byte_start": 445545862, "source_revision": "1200781945", "id": "12505", "title": "Galilean moons", "byte_end": 490043459, "categories": ["Galilean moons| ", "Copernican Revolution", "Moons of Jupiter", "Moons with a prograde orbit"]}
8
+ {"byte_start": 490043459, "source_revision": "1195821644", "id": "12506", "title": "Talk:Graph theory", "byte_end": 494635070, "categories": []}
9
+ {"byte_start": 494635070, "source_revision": "1165116161", "id": "12507", "title": "Great Schism", "byte_end": 494993188, "categories": []}
10
+ {"byte_start": 494993188, "source_revision": "1199198329", "id": "12509", "title": "Gloria Gaynor", "byte_end": 515806029, "categories": ["1943 births", "Living people", "20th-century African-American women singers", "20th-century American singers", "21st-century African-American women singers", "African-American Christians", "African-American actresses", "American hi-NRG musicians", "American dance musicians", "American disco musicians", "American disco singers", "American film actresses", "American house musicians", "American mezzo-sopranos", "American soul singers", "American television actresses", "American women in electronic music", "American women pop singers", "Grammy Award winners", "Malcolm X Shabazz High School alumni", "Singers from Newark, New Jersey", "New Jersey Hall of Fame inductees", "People from Cliffside Park, New Jersey", "People from Green Brook Township, New Jersey"]}
11
+ {"byte_start": 515806029, "source_revision": "1195641456", "id": "12511", "title": "Gerald Schroeder", "byte_end": 518837686, "categories": ["American Orthodox Jews", "Jewish physicists", "21st-century American physicists", "Israeli physicists", "American nuclear physicists", "Israeli nuclear physicists", "Judaism and science", "Aish HaTorah", "American emigrants to Israel", "Living people", "Israeli Orthodox Jews", "Jewish creationists", "Old Earth creationism", "Writers about religion and science", "Massachusetts Institute of Technology School of Science alumni", "1938 births"]}
12
+ {"byte_start": 518837686, "source_revision": "1194024966", "id": "12514", "title": "Ghost", "byte_end": 845484610, "categories": ["Ghosts| ", "Afterlife", "Paranormal terminology"]}
13
+ {"byte_start": 845484610, "source_revision": "1193887851", "id": "12515", "title": "Talk:Graffiti", "byte_end": 873210752, "categories": []}
14
+ {"byte_start": 873210752, "source_revision": "783863290", "id": "12516", "title": "Gibbs phase rule", "byte_end": 873262560, "categories": []}
15
+ {"byte_start": 873262560, "source_revision": "41645332", "id": "12520", "title": "Goedels incompleteness theorem", "byte_end": 873264932, "categories": []}
16
+ {"byte_start": 873264932, "source_revision": "1201670264", "id": "12521", "title": "Geneva", "byte_end": 1143034723, "categories": ["Geneva| ", "Cities in Switzerland", "Cantonal capitals of Switzerland", "Populated places established in the 1st millennium BC", "Associates of the Old Swiss Confederacy", "Former theocracies", "Counties of the Holy Roman Empire", "Populated places on the Rh\u00f4ne", "Populated places on Lake Geneva", "Populated riverside places in Switzerland", "Municipalities of the canton of Geneva"]}
17
+ {"byte_start": 1143034723, "source_revision": "1198204308", "id": "12523", "title": "Gerard Manley Hopkins", "byte_end": 1177755070, "categories": ["1844 births", "1889 deaths", "19th-century English Jesuits", "19th-century English poets", "Alumni of Balliol College, Oxford", "Anglo-Welsh poets", "Burials at Glasnevin Cemetery", "Catholic poets", "Converts to Roman Catholicism from Anglicanism", "Deaths from typhoid fever", "English Catholic poets", "English male poets", "Infectious disease deaths in the Republic of Ireland", "People associated with University College Dublin", "People educated at Highgate School", "People from Stratford, London", "Poet priests", "Sonneteers", "Victorian poets"]}
18
+ {"byte_start": 1177755070, "source_revision": "1197320821", "id": "12528", "title": "Cis\u2013trans isomerism", "byte_end": 1183839965, "categories": ["Stereochemistry", "Isomerism", "Orientation (geometry)"]}
19
+ {"byte_start": 1183839965, "source_revision": "1196538019", "id": "12529", "title": "Gr\u00edmnism\u00e1l", "byte_end": 1184458166, "categories": ["Eddic poetry"]}
20
+ {"byte_start": 1184458166, "source_revision": "770814758", "id": "12530", "title": "Gravitational interaction", "byte_end": 1184462407, "categories": []}
21
+ {"byte_start": 1184462407, "source_revision": "1197576984", "id": "12531", "title": "George Peppard", "byte_end": 1215397380, "categories": ["1928 births", "1994 deaths", "20th-century American male actors", "American male film actors", "American male stage actors", "American male television actors", "American people of Irish descent", "American people of Swiss-German descent", "Burials in Michigan", "Carnegie Mellon University College of Fine Arts alumni", "Deaths from lung cancer in California", "Deaths from pneumonia in California", "Male actors from Detroit", "Method actors", "People from Dearborn, Michigan", "Purdue University College of Engineering alumni", "United States Marines", "Metro-Goldwyn-Mayer contract players"]}
22
+ {"byte_start": 1215397380, "source_revision": "1193887869", "id": "12532", "title": "Talk:Global Positioning System", "byte_end": 1325823093, "categories": []}
23
+ {"byte_start": 1325823093, "source_revision": "1199495653", "id": "12533", "title": "Geocaching", "byte_end": 1465955878, "categories": ["Geocaching| ", "Geosocial networking", "Global Positioning System", "Hobbies", "Internet object tracking", "Outdoor locating games", "Scoutcraft"]}
24
+ {"byte_start": 1465955878, "source_revision": "1174136706", "id": "12534", "title": "Geographical mile", "byte_end": 1466383306, "categories": ["Units of length"]}
25
+ {"byte_start": 1466383306, "source_revision": "1183268031", "id": "12535", "title": "Golden Heroes", "byte_end": 1466527503, "categories": ["British role-playing games", "Contemporary role-playing games", "Games Workshop games", "Role-playing games introduced in 1982", "Superhero role-playing games"]}
26
+ {"byte_start": 1466527503, "source_revision": "1067810120", "id": "12536", "title": "Genetive", "byte_end": 1466530872, "categories": []}
27
+ {"byte_start": 1466530872, "source_revision": "1201785450", "id": "12537", "title": "Guangzhou", "byte_end": 1867956788, "categories": ["214 BC", "210s BC establishments", "Populated places established in the 1st century BC", "Provincial capitals in China", "Sub-provincial cities in the People's Republic of China", "National Forest Cities in China", "Articles containing video clips", "Prefectures of the Sui dynasty", "Prefectures of the Tang dynasty", "Prefectures of the Song dynasty", "Prefectures of the Yuan dynasty", "Prefectures of the Ming dynasty", "Prefectures of the Qing dynasty", "Prefecture-level divisions of Guangdong", "Metropolitan areas of China"]}
28
+ {"byte_start": 1867956788, "source_revision": "1194186883", "id": "12539", "title": "Genitive case", "byte_end": 1887708915, "categories": ["Grammatical cases", "Genitive construction|*"]}
29
+ {"byte_start": 1887708915, "source_revision": "1193887360", "id": "11277", "title": "Talk:Fortran", "byte_end": 1899893266, "categories": []}
30
+ {"byte_start": 1899893266, "source_revision": "1199857348", "id": "11278", "title": "Miami Marlins", "byte_end": 2179464821, "categories": ["Miami Marlins| ", "1993 establishments in Florida", "Grapefruit League", "Major League Baseball teams", "Professional baseball teams in Florida", "Baseball teams established in 1993", "Baseball teams in Miami"]}
31
+ {"byte_start": 2179464821, "source_revision": "1174144923", "id": "11281", "title": "Frontline (Australian TV series)", "byte_end": 2188192755, "categories": ["Australian Broadcasting Corporation original programming", "Australian satirical television shows", "Australian mockumentary television series", "News parodies", "1994 Australian television series debuts", "1997 Australian television series endings", "Television news sitcoms", "Australian workplace comedy television series", "Australian television sitcoms", "English-language television shows", "Television shows set in Melbourne"]}
32
+ {"byte_start": 2188192755, "source_revision": "1188700348", "id": "11282", "title": "Fr\u00e9d\u00e9ric Bastiat", "byte_end": 2205773673, "categories": ["1801 births", "1850 deaths", "19th-century deaths from tuberculosis", "19th-century French economists", "19th-century French male writers", "Classical economists", "French classical liberal economists", "French Liberal School", "French political writers", "French Roman Catholics", "Tuberculosis deaths in Italy", "Members of the 1848 Constituent Assembly", "Members of the National Legislative Assembly of the French Second Republic", "Moderate Republicans (France)", "People from Bayonne", "Politicians from Nouvelle-Aquitaine", "French male non-fiction writers", "Infectious disease deaths in Lazio"]}
33
+ {"byte_start": 2205773673, "source_revision": "1193630938", "id": "11283", "title": "Falsifiability", "byte_end": 2609979503, "categories": ["Analytic philosophy", "Epistemology of science", "Epistemological theories", "Karl Popper", "Razors (philosophy)"]}
34
+ {"byte_start": 2609979503, "source_revision": "1197363532", "id": "11284", "title": "Freikorps", "byte_end": 2628541064, "categories": ["Freikorps| ", "Military units and formations established in 1759", "1759 establishments in Prussia", "1918 establishments in Germany", "Military units and formations established in 1918", "Military units and formations disestablished in 1939", "1939 disestablishments in Germany", "Antisemitism in Germany", "Anti-Masonry", "Anti-anarchism", "Anti-communism in Germany", "Military history of Germany", "Political repression in Germany", "Terrorism in Germany", "Conservatism in Germany", "Counter-revolutionaries", "German Revolution of 1918\u20131919", "Right-wing politics in Europe", "Defunct paramilitary organizations"]}
35
+ {"byte_start": 2628541064, "source_revision": "1199780417", "id": "11285", "title": "Francisco I. Madero", "byte_end": 2675228983, "categories": ["1873 births", "1913 deaths", "1913 murders in North America", "Presidents of Mexico", "Mexican democracy activists", "Liberalism in Mexico", "Political philosophers", "Mexican revolutionaries", "Assassinated Mexican politicians", "Executed presidents", "People murdered in Mexico", "People from Parras, Coahuila", "People of the Mexican Revolution", "Candidates in the 1910 Mexican presidential election", "Candidates in the 1911 Mexican presidential election", "Mount St. Mary's University alumni", "Progressive Constitutionalist Party (Mexico) politicians", "Mexican spiritualists", "20th-century Mexican politicians", "Porfiriato", "UC Berkeley College of Natural Resources alumni", "Deaths by firearm in Mexico", "Mexican people of Portuguese-Jewish descent", "1910s assassinated politicians", "Assassinated presidents in North America", "20th-century assassinated national presidents", "Leaders ousted by a coup"]}
36
+ {"byte_start": 2675228983, "source_revision": "1197578736", "id": "11286", "title": "Fruitarianism", "byte_end": 2732488959, "categories": ["Alternative cancer treatments", "Alternative detoxification", "Edible fruits| ", "Fad diets", "Plant-based diets", "Raw foodism"]}
37
+ {"byte_start": 2732488959, "source_revision": "1198197761", "id": "11288", "title": "Foreign relations of Afghanistan", "byte_end": 2770906933, "categories": ["Foreign relations of Afghanistan| "]}
38
+ {"byte_start": 2770906933, "source_revision": "26542128", "id": "11289", "title": "Feudal Polish crown", "byte_end": 2770909874, "categories": []}
39
+ {"byte_start": 2770909874, "source_revision": "949636342", "id": "13356", "title": "Historical anniversaries/January 3", "byte_end": 2770914788, "categories": []}
40
+ {"byte_start": 2770914788, "source_revision": "949636393", "id": "13357", "title": "Historical anniversaries/September 2", "byte_end": 2770918511, "categories": []}
41
+ {"byte_start": 2770918511, "source_revision": "949636332", "id": "13359", "title": "Historical anniversaries/January 2", "byte_end": 2770924429, "categories": []}
42
+ {"byte_start": 2770924429, "source_revision": "949636359", "id": "13361", "title": "Historical anniversaries/March 1", "byte_end": 2770928482, "categories": []}
43
+ {"byte_start": 2770928482, "source_revision": "949636328", "id": "13362", "title": "Historical anniversaries/February 2", "byte_end": 2770931802, "categories": []}
44
+ {"byte_start": 2770931802, "source_revision": "949636346", "id": "13363", "title": "Historical anniversaries/January 31", "byte_end": 2770936112, "categories": []}
45
+ {"byte_start": 2770936112, "source_revision": "949636319", "id": "13364", "title": "Historical anniversaries/December 31", "byte_end": 2770940281, "categories": []}
46
+ {"byte_start": 2770940281, "source_revision": "1194365103", "id": "13365", "title": "Wikipedia:WikiProject Days of the year", "byte_end": 2773590303, "categories": ["WikiProject Days of the year| "]}
47
+ {"byte_start": 2773590303, "source_revision": "949636381", "id": "13366", "title": "Historical anniversaries/November 27", "byte_end": 2773594956, "categories": []}
48
+ {"byte_start": 2773594956, "source_revision": "1186892633", "id": "13367", "title": "Talk:List of days of the year", "byte_end": 2774473474, "categories": []}
49
+ {"byte_start": 2774473474, "source_revision": "848927072", "id": "13368", "title": "HyperReal numbers", "byte_end": 2774478205, "categories": []}
50
+ {"byte_start": 2774478205, "source_revision": "1151383069", "id": "13370", "title": "Helsingborg Municipality", "byte_end": 2775150500, "categories": ["Helsingborg Municipality| ", "Municipalities of Sk\u00e5ne County", "Scania"]}
51
+ {"byte_start": 2775150500, "source_revision": "1201716887", "id": "13371", "title": "Henry Ford", "byte_end": 3165302990, "categories": ["Henry Ford| ", "1863 births", "1947 deaths", "19th-century American businesspeople", "19th-century American Episcopalians", "20th-century American businesspeople", "20th-century American engineers", "20th-century American Episcopalians", "20th-century American politicians", "American anti-war activists", "American anti\u2013World War I activists", "American automotive engineers", "American collaborators with Nazi Germany", "American conspiracy theorists", "American founders of automobile manufacturers", "American Freemasons", "20th-century American inventors", "American pacifists", "American people of Belgian descent", "American people of English descent", "American steel industry businesspeople", "Antisemitism in the United States", "Anti-smoking activists", "American automotive pioneers", "Automotive businesspeople|Automotive", "Businesspeople from Michigan", "Candidates in the 1916 United States presidential election", "Engineers from Michigan", "Ford executives", "Henry Ford family", "Michigan Democrats", "Non-interventionism", "People from Dearborn, Michigan", "People of the American Industrial Revolution", "Philanthropists from Michigan", "Protocols of the Elders of Zion", "America First Committee members"]}
52
+ {"byte_start": 3165302990, "source_revision": "1198210097", "id": "13372", "title": "Human geography", "byte_end": 3193389980, "categories": ["Human geography| ", "Anthropology", "Environmental social science"]}
53
+ {"byte_start": 3193389980, "source_revision": "1200156213", "id": "13373", "title": "Haiti", "byte_end": 4464014542, "categories": ["Haiti| ", "Countries in the Caribbean", "Former Spanish colonies", "Former French colonies", "French Caribbean", "Island countries", "French-speaking countries and territories", "Greater Antilles", "Least developed countries", "Member states of the Caribbean Community", "Member states of the Organisation internationale de la Francophonie", "Member states of the United Nations", "Republics", "States and territories established in 1804", "1492 establishments in the Spanish West Indies", "Small Island Developing States", "1804 establishments in North America", "1625 establishments in New France", "1804 disestablishments in the French colonial empire", "17th-century disestablishments in the Spanish West Indies", "Countries in North America"]}
54
+ {"byte_start": 4464014542, "source_revision": "1201077613", "id": "13374", "title": "History of Haiti", "byte_end": 4630806530, "categories": ["History of Haiti| ", "American colonization movement"]}
55
+ {"byte_start": 4630806530, "source_revision": "1188780531", "id": "13375", "title": "Geography of Haiti", "byte_end": 4633420236, "categories": ["Geography of Haiti| "]}
56
+ {"byte_start": 4633420236, "source_revision": "1186744382", "id": "13376", "title": "Demographics of Haiti", "byte_end": 4644814715, "categories": ["Demographics of Haiti| "]}
57
+ {"byte_start": 4644814715, "source_revision": "1198210166", "id": "13377", "title": "Politics of Haiti", "byte_end": 4650030724, "categories": ["Politics of Haiti| "]}
58
+ {"byte_start": 4650030724, "source_revision": "1195149461", "id": "13378", "title": "Economy of Haiti", "byte_end": 4672146040, "categories": ["Economy of Haiti| ", "Economies of developing countries", "World Trade Organization member economies|Haiti"]}
59
+ {"byte_start": 4672146040, "source_revision": "1136679625", "id": "13379", "title": "Telecommunications in Haiti", "byte_end": 4673896023, "categories": ["Telecommunications by country|Haiti", "Communications in Haiti| ", "Internet censorship by country|Haiti", "Telecommunications in the Caribbean by country|Haiti"]}
60
+ {"byte_start": 4673896023, "source_revision": "1197942907", "id": "13380", "title": "Transport in Haiti", "byte_end": 4676224313, "categories": ["Transport in Haiti| "]}
61
+ {"byte_start": 4676224313, "source_revision": "783863677", "id": "13381", "title": "Military of Haiti", "byte_end": 4676488311, "categories": []}
62
+ {"byte_start": 4676488311, "source_revision": "1199175702", "id": "13383", "title": "Heard Island and McDonald Islands", "byte_end": 4715159653, "categories": ["Heard Island and McDonald Islands| ", "Islands of Australia", "States and territories established in 1947", "Australian National Heritage List", "Seal hunting", "Important Bird Areas of Australian External Territories", "IBRA subregions", "World Heritage Sites in Australia", "Important Bird Areas of Indian Ocean islands", "Important Bird Areas of subantarctic islands|Heard Island"]}
63
+ {"byte_start": 4715159653, "source_revision": "949055056", "id": "13384", "title": "Heard Island and McDonald Islands/History", "byte_end": 4715161086, "categories": []}
64
+ {"byte_start": 4715161086, "source_revision": "949055088", "id": "13385", "title": "Heard Island and McDonald Islands/Geography", "byte_end": 4715163839, "categories": []}
65
+ {"byte_start": 4715163839, "source_revision": "949055317", "id": "13386", "title": "Heard Island and McDonald Islands/People", "byte_end": 4715165218, "categories": []}
66
+ {"byte_start": 4715165218, "source_revision": "949055366", "id": "13387", "title": "Heard Island and McDonald Islands/Government", "byte_end": 4715168231, "categories": []}
67
+ {"byte_start": 4715168231, "source_revision": "15911003", "id": "13388", "title": "Economy of Heard Island and McDonald Islands", "byte_end": 4715169130, "categories": []}
68
+ {"byte_start": 4715169130, "source_revision": "949055421", "id": "13389", "title": "Heard Island and McDonald Islands/Communications", "byte_end": 4715170987, "categories": []}
69
+ {"byte_start": 4715170987, "source_revision": "949055433", "id": "13390", "title": "Heard Island and McDonald Islands/Transportation", "byte_end": 4715172354, "categories": []}
70
+ {"byte_start": 4715172354, "source_revision": "949055438", "id": "13391", "title": "Heard Island and McDonald Islands/Military", "byte_end": 4715173732, "categories": []}
71
+ {"byte_start": 4715173732, "source_revision": "949055441", "id": "13392", "title": "Heard Island and McDonald Islands/Transnational issues", "byte_end": 4715175093, "categories": []}
72
+ {"byte_start": 4715175093, "source_revision": "1200034885", "id": "13393", "title": "Holy See", "byte_end": 4777164619, "categories": ["Holy See| ", "Government of Vatican City", "European governments", "Religion and politics"]}
73
+ {"byte_start": 4777164619, "source_revision": "1199798709", "id": "13394", "title": "Honduras", "byte_end": 5198022996, "categories": ["Countries in Central America", "Former Spanish colonies", "Member states of the United Nations", "Republics", "Spanish-speaking countries and territories", "States and territories established in 1821", "1821 establishments in North America", "Countries in North America", "Northern Triangle of Central America"]}
74
+ {"byte_start": 5198022996, "source_revision": "1190420479", "id": "13395", "title": "History of Honduras", "byte_end": 5255293592, "categories": ["History of Honduras| "]}
75
+ {"byte_start": 5255293592, "source_revision": "1183429779", "id": "13396", "title": "Geography of Honduras", "byte_end": 5263042486, "categories": ["Geography of Honduras| "]}
76
+ {"byte_start": 5263042486, "source_revision": "1194746066", "id": "13397", "title": "Demographics of Honduras", "byte_end": 5271748725, "categories": ["Demographics of Honduras| ", "Ethnic groups in Honduras| ", "Society of Honduras"]}
77
+ {"byte_start": 5271748725, "source_revision": "1178981503", "id": "13398", "title": "Politics of Honduras", "byte_end": 5282845865, "categories": ["Politics of Honduras| "]}
78
+ {"byte_start": 5282845865, "source_revision": "1186546975", "id": "13399", "title": "Economy of Honduras", "byte_end": 5308083682, "categories": ["Economy of Honduras| ", "World Trade Organization member economies|Honduras"]}
79
+ {"byte_start": 5308083682, "source_revision": "1188479058", "id": "13400", "title": "Telecommunications in Honduras", "byte_end": 5308512055, "categories": ["Communications in Honduras| ", "Telecommunications by country|Honduras", "Telecommunications in Central America by country|Honduras", "Internet censorship by country|Honduras"]}
80
+ {"byte_start": 5308512055, "source_revision": "1069865465", "id": "13401", "title": "Transport in Honduras", "byte_end": 5308812141, "categories": ["Transport in Honduras| "]}
81
+ {"byte_start": 5308812141, "source_revision": "1190422187", "id": "13402", "title": "Armed Forces of Honduras", "byte_end": 5324323947, "categories": ["Military of Honduras| "]}
82
+ {"byte_start": 5324323947, "source_revision": "1196473633", "id": "13403", "title": "Foreign relations of Honduras", "byte_end": 5328903230, "categories": ["Foreign relations of Honduras| "]}
83
+ {"byte_start": 5328903230, "source_revision": "1199336783", "id": "13404", "title": "Hong Kong", "byte_end": 6929811884, "categories": ["Hong Kong| ", "People's Republic of China", "1842 establishments in Asia", "Countries and territories where Chinese is an official language", "English-speaking countries and territories", "Metropolitan areas of China", "Pearl River Delta", "Populated coastal places in Hong Kong", "Populated places established in 1842", "Port cities and towns in China", "South China Sea", "Special administrative regions of China", "States and territories established in 1997"]}
84
+ {"byte_start": 6929811884, "source_revision": "1156521904", "id": "13406", "title": "Geography of Hong Kong", "byte_end": 6935383851, "categories": ["Geography of Hong Kong| ", "Geography of South China|Hong Kong", "Geography of China|.Hong Kong", "Geography of East Asia|Hong Kong"]}
85
+ {"byte_start": 6935383851, "source_revision": "1199054361", "id": "13407", "title": "Demographics of Hong Kong", "byte_end": 6957817693, "categories": ["Demographics of Hong Kong| ", "Demographics by city|Hong Kong"]}
86
+ {"byte_start": 6957817693, "source_revision": "1199981925", "id": "13408", "title": "Politics of Hong Kong", "byte_end": 6984943903, "categories": ["Politics of Hong Kong| ", "Politics by city in China|Hong Kong"]}
87
+ {"byte_start": 6984943903, "source_revision": "1201479949", "id": "13409", "title": "Economy of Hong Kong", "byte_end": 7014965857, "categories": ["Economy of Hong Kong| ", "World Trade Organization member economies|Hong Kong", "Asia-Pacific Economic Cooperation"]}
88
+ {"byte_start": 7014965857, "source_revision": "1189175049", "id": "13410", "title": "Communications in Hong Kong", "byte_end": 7016469862, "categories": ["Communications in Hong Kong| "]}
89
+ {"byte_start": 7016469862, "source_revision": "1193965600", "id": "13411", "title": "Transport in Hong Kong", "byte_end": 7051377217, "categories": ["Transport in Hong Kong| "]}
90
+ {"byte_start": 7051377217, "source_revision": "996249490", "id": "13412", "title": "Military of Hong Kong", "byte_end": 7051573542, "categories": []}
91
+ {"byte_start": 7051573542, "source_revision": "1191370806", "id": "13413", "title": "Foreign relations of Hong Kong", "byte_end": 7056249009, "categories": ["Foreign relations of Hong Kong| ", "Hong Kong and the Commonwealth of Nations"]}
92
+ {"byte_start": 7056249009, "source_revision": "1200952259", "id": "13414", "title": "Howland Island", "byte_end": 7077107145, "categories": ["Howland Island| ", "Coral islands", "Uninhabited Pacific islands of the United States", "Amelia Earhart", "Works Progress Administration", "National Wildlife Refuges in the United States insular areas", "Important Bird Areas of United States Minor Outlying Islands", "Important Bird Areas of Oceania", "Seabird colonies", "Unorganized territory of the United States"]}
93
+ {"byte_start": 7077107145, "source_revision": "15911029", "id": "13416", "title": "Geography of Howland Island", "byte_end": 7077115694, "categories": []}
94
+ {"byte_start": 7077115694, "source_revision": "15911030", "id": "13417", "title": "Demographics of Howland Island", "byte_end": 7077118486, "categories": []}
95
+ {"byte_start": 7077118486, "source_revision": "15911031", "id": "13418", "title": "Government of Howland Island", "byte_end": 7077122162, "categories": []}
96
+ {"byte_start": 7077122162, "source_revision": "15911032", "id": "13419", "title": "Economy of Howland Island", "byte_end": 7077123005, "categories": []}
97
+ {"byte_start": 7077123005, "source_revision": "15911033", "id": "13421", "title": "Transportation on Howland Island", "byte_end": 7077126465, "categories": []}
98
+ {"byte_start": 7077126465, "source_revision": "1193792130", "id": "13425", "title": "Geography of Hungary", "byte_end": 7087131495, "categories": ["Geography of Hungary| "]}
99
+ {"byte_start": 7087131495, "source_revision": "1199252012", "id": "13426", "title": "Demographics of Hungary", "byte_end": 7242880225, "categories": ["Demographics of Hungary| ", "Society of Hungary"]}
100
+ {"byte_start": 7242880225, "source_revision": "1171326549", "id": "13427", "title": "Politics of Hungary", "byte_end": 7247720020, "categories": ["Politics of Hungary| "]}
101
+ {"byte_start": 7247720020, "source_revision": "1199585189", "id": "13428", "title": "Economy of Hungary", "byte_end": 7344204984, "categories": ["Economy of Hungary| ", "European Union member economies|Hungary", "OECD member economies|Hungary", "World Trade Organization member economies|Hungary", "Economic history of Hungary", "Economies of Europe by country|Hungary"]}
102
+ {"byte_start": 7344204984, "source_revision": "1178376049", "id": "13430", "title": "Transport in Hungary", "byte_end": 7346406962, "categories": ["Transport in Hungary| "]}
103
+ {"byte_start": 7346406962, "source_revision": "1201464816", "id": "13431", "title": "Hungarian Defence Forces", "byte_end": 7380529993, "categories": ["Military of Hungary| "]}
104
+ {"byte_start": 7380529993, "source_revision": "1200486307", "id": "13432", "title": "Foreign relations of Hungary", "byte_end": 7404122143, "categories": ["Foreign relations of Hungary| "]}
105
+ {"byte_start": 7404122143, "source_revision": "1194557003", "id": "13433", "title": "Henryk Sienkiewicz", "byte_end": 7433626781, "categories": ["Henryk Sienkiewicz| ", "1846 births", "1916 deaths", "People from \u0141uk\u00f3w County", "People from Lublin Governorate", "Polish nobility", "Clan of Oszyk", "People from the Russian Empire of Lipka Tatar descent", "Polish Roman Catholics", "19th-century Polish novelists", "20th-century Polish novelists", "Jauch family", "Polish male novelists", "Polish male short story writers", "Polish historical novelists", "Polish Nobel laureates", "Roman Catholic writers", "Polish conservatives", "Nobel laureates in Literature", "Corresponding members of the Saint Petersburg Academy of Sciences", "Honorary members of the Saint Petersburg Academy of Sciences", "Members of the Serbian Academy of Sciences and Arts", "Knights of the Legion of Honour", "Burials at St. John's Archcathedral, Warsaw", "Christian novelists", "Polish positivists", "Foreign members of the Serbian Academy of Sciences and Arts"]}
106
+ {"byte_start": 7433626781, "source_revision": "1199314332", "id": "13434", "title": "Hg", "byte_end": 7434297423, "categories": []}
107
+ {"byte_start": 7434297423, "source_revision": "1162319075", "id": "13435", "title": "Hydrology", "byte_end": 7462998164, "categories": ["Hydrology| ", "Hydraulic engineering", "Environmental engineering", "Environmental science", "Physical geography"]}
108
+ {"byte_start": 7462998164, "source_revision": "1201090993", "id": "13436", "title": "Heinrich Himmler", "byte_end": 7836195342, "categories": ["Heinrich Himmler| ", "1900 births", "1945 deaths", "1945 suicides", "20th-century Freikorps personnel", "Blood for goods", "German mass murderers", "Former Roman Catholics", "German former Christians", "German anti-communists", "German military leaders of World War II", "German Army personnel of World War I", "German people who died in prison custody", "German police chiefs", "Gestapo personnel", "Himmler family|Heinrich", "Holocaust perpetrators", "Kirchenkampf", "Members of the Academy for German Law", "Members of the Prussian State Council (Nazi Germany)", "Members of the Reichstag of Nazi Germany", "Members of the Reichstag of the Weimar Republic", "Military personnel of Bavaria", "National Socialist Freedom Movement politicians", "Nazi Germany ministers", "Nazi Party officials", "Nazi Party politicians", "Nazis who committed suicide in Germany", "Nazis who died by suicide in prison custody", "Nazis who participated in the Beer Hall Putsch", "Occultism in Nazism", "People from the Kingdom of Bavaria", "Politicians from Munich", "Perpetrators of the Night of the Long Knives", "Prisoners who died in British military detention", "Romani genocide perpetrators", "Reich Security Main Office personnel", "Reichsf\u00fchrer-SS", "Reichsleiters", "Suicides by cyanide poisoning", "Technical University of Munich alumni", "Volkssturm personnel", "World War II political leaders"]}
109
+ {"byte_start": 7836195342, "source_revision": "1090352410", "id": "13437", "title": "Hip Hop", "byte_end": 7836202688, "categories": []}
110
+ {"byte_start": 7836202688, "source_revision": "1090197821", "id": "13439", "title": "Hip hop culture", "byte_end": 7878776619, "categories": []}
111
+ {"byte_start": 7878776619, "source_revision": "1201407046", "id": "13443", "title": "HTTP", "byte_end": 8039249933, "categories": ["Hypertext Transfer Protocol| ", "Application layer protocols", "Computer-related introductions in 1991", "Internet protocols", "Network protocols", "World Wide Web Consortium standards"]}
112
+ {"byte_start": 8039249933, "source_revision": "1197945768", "id": "13445", "title": "Heinrich Hertz", "byte_end": 8084826294, "categories": ["Heinrich Hertz| ", "1857 births", "1894 deaths", "19th-century German inventors", "19th-century German physicists", "Burials at the Ohlsdorf Cemetery", "German Lutherans", "German male writers", "German people of Jewish descent", "German philosophers", "Humboldt University of Berlin alumni", "Academic staff of the Karlsruhe Institute of Technology", "People educated at the Gelehrtenschule des Johanneums", "Radio pioneers", "Recipients of the Matteucci Medal", "Scientists from Hamburg", "Technical University of Munich alumni", "Tribologists", "Academic staff of the University of Bonn", "Academic staff of the University of Kiel"]}
113
+ {"byte_start": 8084826294, "source_revision": "1197660349", "id": "13446", "title": "Hebrew alphabet", "byte_end": 8332851242, "categories": ["Hebrew alphabet| ", "1st-millennium BC introductions", "Alphabets", "Assyrian (Ashuri) script", "Language and mysticism", "Right-to-left writing systems", "Hebrews", "Abjad writing systems"]}
114
+ {"byte_start": 8332851242, "source_revision": "1200107833", "id": "13447", "title": "Horace Walpole", "byte_end": 8355983544, "categories": ["1717 births", "1797 deaths", "18th century in LGBT history", "18th-century antiquarians", "18th-century English historians", "18th-century English LGBT people", "18th-century English memoirists", "18th-century English novelists", "18th-century letter writers", "Alumni of King's College, Cambridge", "Antiquarians from London", "British MPs 1741\u20131747", "British MPs 1747\u20131754", "British MPs 1754\u20131761", "British MPs 1761\u20131768", "Children of prime ministers of Great Britain", "Earls in the Peerage of Great Britain|Orford, Horace Walpole, 4th Earl of", "Earls of Orford", "English art historians", "English gay writers", "English Landscape Garden style", "English LGBT novelists", "English LGBT politicians", "English male novelists", "Fellows of the Royal Society", "LGBT members of the Parliament of Great Britain", "LGBT peers", "Members of the Blue Stockings Society", "Members of the Parliament of Great Britain for constituencies in Cornwall", "Members of the Parliament of Great Britain for English constituencies", "MPs for rotten boroughs", "People educated at Eton College", "People from Houghton, Norfolk", "Politicians from London", "Robert Walpole", "Walpole family|Horace", "Whig (British political party) MPs", "Writers from London", "Writers of Gothic fiction", "Younger sons of earls"]}
115
+ {"byte_start": 8355983544, "source_revision": "1115627925", "id": "13448", "title": "Horace Engdahl", "byte_end": 8356805121, "categories": ["1948 births", "Living people", "People from Karlskrona", "Members of the Swedish Academy", "Stockholm University alumni", "Swedish literary scholars", "Swedish literary critics", "Swedish translators", "Translators to Swedish"]}
116
+ {"byte_start": 8356805121, "source_revision": "1195062205", "id": "13450", "title": "Hebrew language", "byte_end": 8828784706, "categories": ["Hebrew language| ", "Canaanite languages", "Fusional languages", "Jewish languages", "Languages attested from the 10th century BC", "Languages of Israel", "Languages with own distinct writing systems", "Verb\u2013subject\u2013object languages", "Hebrews"]}
117
+ {"byte_start": 8828784706, "source_revision": "1201787716", "id": "13451", "title": "Horror film", "byte_end": 9339609395, "categories": ["Film genres", "Horror films| ", "Horror fiction|*", "Articles containing video clips"]}
118
+ {"byte_start": 9339609395, "source_revision": "725986828", "id": "13452", "title": "Hellenic Greece", "byte_end": 9339847779, "categories": []}
119
+ {"byte_start": 9339847779, "source_revision": "1199174729", "id": "13453", "title": "House of Pain", "byte_end": 9352841068, "categories": ["Musical trios from California", "Tommy Boy Records artists", "Irish-American culture", "Musical groups established in 1990", "Musical groups disestablished in 1996", "Musical groups from Los Angeles", "Hardcore hip hop groups", "1990 establishments in California"]}
120
+ {"byte_start": 9352841068, "source_revision": "1114796787", "id": "13455", "title": "Haakon VII (disambiguation)", "byte_end": 9352853307, "categories": []}
121
+ {"byte_start": 9352853307, "source_revision": "1201631516", "id": "13456", "title": "Head of state", "byte_end": 9695457344, "categories": ["Government institutions", "Heads of state| ", "Monarchy", "Positions of authority", "Air transport of heads of state"]}
122
+ {"byte_start": 9695457344, "source_revision": "1201464481", "id": "13457", "title": "Heredity", "byte_end": 9726084905, "categories": ["Genetics"]}
123
+ {"byte_start": 9726084905, "source_revision": "1198926095", "id": "13458", "title": "List of historical films set in Near Eastern and Western civilization", "byte_end": 10175058682, "categories": ["Lists of historical films|Near Eastern and Western civilization"]}
124
+ {"byte_start": 10175058682, "source_revision": "1200295162", "id": "13459", "title": "H. G. Wells", "byte_end": 10591125774, "categories": ["H. G. Wells| ", "1866 births", "1946 deaths", "19th-century atheists", "19th-century British short story writers", "19th-century educational theorists", "19th-century English essayists", "19th-century English non-fiction writers", "19th-century English novelists", "19th-century social scientists", "20th-century atheists", "20th-century educational theorists", "20th-century English biographers", "20th-century English essayists", "20th-century English historians", "20th-century English novelists", "20th-century English screenwriters", "20th-century English short story writers", "20th-century English memoirists", "20th-century English non-fiction writers", "20th-century social scientists", "20th-century travel writers", "Alumni of Imperial College London", "Alumni of the University of London", "Alumni of University of London Worldwide", "Anthropology writers", "Anti-monarchists", "Atheist philosophers", "British alternative history writers", "British anti-capitalists", "British anti-communists", "British magazine founders", "British male essayists", "British psychological fiction writers", "British social sciences writers", "British social scientists", "British textbook writers", "Civil servants in the Ministry of Information (United Kingdom)", "Critics of religions", "Critics of the Catholic Church", "Cycling writers", "English anti-fascists", "English atheists", "English autobiographers", "English biologists", "English educational theorists", "English essayists", "English fantasy writers", "English horror writers", "English humanists", "English male non-fiction writers", "English male novelists", "English male screenwriters", "English male short story writers", "English philosophers", "English political writers", "English republicans", "English satirists", "English sceptics", "English science fiction writers", "English science writers", "English short story writers", "English socialists", "English sociologists", "English travel writers", "English writers with disabilities", "Futurologists", "Ghost story writers", "History of literature", "Human evolution theorists", "Irony theorists", "Labour Party (UK) parliamentary candidates", "Lecturers", "Literacy and society theorists", "Literary theorists", "London School of Economics", "Magic realism writers", "Mass media theorists", "Members of the Fabian Society", "Metaphor theorists", "Metaphysics writers", "Military science fiction writers", "Pamphleteers", "Presidents of the English Centre of PEN", "People associated with the University of London", "People educated at Midhurst Grammar School", "Writers from Bromley", "People from Sandgate, Kent", "People of the Victorian era", "Philosophers of culture", "Philosophers of education", "Philosophers of history", "Philosophers of literature", "Philosophers of religion", "Philosophers of science", "Philosophers of social science", "Philosophers of technology", "Philosophers of war", "Political philosophers", "Progressivism in the United Kingdom", "Science activists", "Science communicators", "Science fiction critics", "Science Fiction Hall of Fame inductees", "Social philosophers", "Surrealist writers", "Theorists on Western civilization", "Victorian novelists", "Weird fiction writers", "Wells family|H. G.", "Writers about activism and social change", "Writers about communism", "Writers about globalization", "Writers about religion and science", "Writers about the Soviet Union", "Writers of fiction set in prehistoric times", "Writers of Gothic fiction", "Writers of time travel romance", "Writers who illustrated their own writing"]}
125
+ {"byte_start": 10591125774, "source_revision": "1198855610", "id": "13460", "title": "Hypertext", "byte_end": 10622583799, "categories": ["Hypertext| ", "American inventions", "Computer-related introductions in 1945", "Ted Nelson", "1960s neologisms", "Writing"]}
126
+ {"byte_start": 10622583799, "source_revision": "1196108817", "id": "13461", "title": "Harald Tveit Alvestrand", "byte_end": 10623119271, "categories": ["1959 births", "Living people", "Google employees", "People from Namsos", "Scientists from Trondheim", "Norwegian computer scientists", "Norsk Data people", "Chairpersons of non-governmental organizations", "Norwegian Institute of Technology alumni", "Scientists from Bergen", "Cisco people"]}
127
+ {"byte_start": 10623119271, "source_revision": "1190850365", "id": "13462", "title": "Harlan Ellison", "byte_end": 10795640356, "categories": ["Harlan Ellison| ", "1934 births", "2018 deaths", "20th-century American Jews", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American novelists", "20th-century pseudonymous writers", "21st-century American Jews", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century pseudonymous writers", "American atheists", "American comics writers", "American erotica writers", "American fantasy writers", "American horror writers", "American literary critics", "American male non-fiction writers", "American male novelists", "American male television writers", "American science fiction writers", "American speculative fiction critics", "American speculative fiction editors", "American television writers", "EC Comics", "Edgar Award winners", "Hugo Award-winning writers", "Inkpot Award winners", "Jewish American atheists", "Jewish American novelists", "Jewish American writers", "Military personnel from Cleveland", "Nebula Award winners", "Novelists from Ohio", "Ohio State University alumni", "Pacifica Foundation people", "People from Painesville, Ohio", "People with mood disorders", "Pulp fiction writers", "Science fiction editors", "Science Fiction Hall of Fame inductees", "SFWA Grand Masters", "The Magazine of Fantasy & Science Fiction people", "United States Army soldiers", "Weird fiction writers", "World Fantasy Award-winning writers", "Writers from Cleveland", "Writers Guild of America Award winners"]}
128
+ {"byte_start": 10795640356, "source_revision": "1177903959", "id": "13463", "title": "Hez\u00e2rfen Ahmed \u00c7elebi", "byte_end": 10798366121, "categories": ["1609 births", "1640 deaths", "17th-century people from the Ottoman Empire", "Unpowered flight", "Turkish scientists", "Scientists from the Ottoman Empire", "Aviation pioneers", "Glider pilots"]}
129
+ {"byte_start": 10798366121, "source_revision": "1185424455", "id": "13464", "title": "Hans Gerhard Creutzfeldt", "byte_end": 10799083991, "categories": ["1885 births", "1964 deaths", "German neuroscientists", "German pathologists", "F\u00f6rderndes Mitglied der SS", "German neurologists", "History of psychiatry", "Physicians of the Charit\u00e9", "Imperial German Navy personnel of World War I", "University of Jena alumni", "University of Rostock alumni"]}
130
+ {"byte_start": 10799083991, "source_revision": "1197473525", "id": "13465", "title": "Holmium", "byte_end": 10816698489, "categories": ["Holmium| ", "Chemical elements", "Chemical elements with hexagonal close-packed structure", "Ferromagnetic materials", "Lanthanides", "Neutron poisons", "Reducing agents"]}
131
+ {"byte_start": 10816698489, "source_revision": "1198211009", "id": "13466", "title": "Hafnium", "byte_end": 10856359734, "categories": ["Hafnium| ", "Chemical elements", "Transition metals", "Neutron poisons", "1923 in science", "Chemical elements with hexagonal close-packed structure"]}
132
+ {"byte_start": 10856359734, "source_revision": "1198434378", "id": "13467", "title": "Hamburg", "byte_end": 11308105991, "categories": ["City-states", "German state capitals", "Free imperial cities", "Members of the Hanseatic League", "NUTS 1 statistical regions of the European Union", "Port cities and towns in Germany", "Port cities and towns of the North Sea", "Populated places established in the 9th century", "States of the German Confederation", "States of the German Empire", "States of the North German Confederation", "States of the Weimar Republic", "Populated riverside places in Germany", "Populated places on the Elbe", "Hanseatic Cities", "States of Germany"]}
133
+ {"byte_start": 11308105991, "source_revision": "1199016637", "id": "13470", "title": "Hedonism", "byte_end": 11347046950, "categories": ["Hedonism| ", "Consequentialism", "Motivation", "Philosophical schools and traditions", "Philosophy of life", "Social influence", "Utilitarianism", "Axiological theories"]}
134
+ {"byte_start": 11347046950, "source_revision": "1200381563", "id": "13471", "title": "Holocene", "byte_end": 11381169693, "categories": ["Holocene| ", "Geological epochs", "Quaternary geochronology", "Interglacials", "Historical eras"]}
135
+ {"byte_start": 11381169693, "source_revision": "1137585728", "id": "13472", "title": "Homosexual", "byte_end": 11381241384, "categories": []}
136
+ {"byte_start": 11381241384, "source_revision": "901424967", "id": "13473", "title": "Heterosexual", "byte_end": 11381244971, "categories": []}
137
+ {"byte_start": 11381244971, "source_revision": "1195542431", "id": "13475", "title": "Harbor", "byte_end": 11392472202, "categories": ["Ports and harbours| ", "Coastal construction", "Nautical terminology", "Bodies of water", "Infrastructure", "Industrial buildings and structures"]}
138
+ {"byte_start": 11392472202, "source_revision": "1169252408", "id": "13477", "title": "High anxiety", "byte_end": 11392518320, "categories": []}
139
+ {"byte_start": 11392518320, "source_revision": "1199762267", "id": "13478", "title": "H", "byte_end": 11451907059, "categories": ["ISO basic Latin letters"]}
140
+ {"byte_start": 11451907059, "source_revision": "1107240154", "id": "13479", "title": "HCI", "byte_end": 11452151978, "categories": []}
141
+ {"byte_start": 11452151978, "source_revision": "1197333688", "id": "13480", "title": "Horseshoe", "byte_end": 11475205615, "categories": ["Equine hoof", "Horseshoes| ", "Heraldic charges", "Lucky symbols", "Farriery", "Objects believed to protect from evil", "Talismans"]}
142
+ {"byte_start": 11475205615, "source_revision": "1194602511", "id": "13482", "title": "Hymenostomatia", "byte_end": 11475218438, "categories": ["Oligohymenophorea", "Eukaryote subclasses"]}
143
+ {"byte_start": 11475218438, "source_revision": "1200744415", "id": "13483", "title": "Hemoglobin", "byte_end": 11666703748, "categories": ["Hemoglobins", "Equilibrium chemistry", "Respiratory physiology"]}
144
+ {"byte_start": 11666703748, "source_revision": "783863710", "id": "13484", "title": "HighGerman", "byte_end": 11666710043, "categories": []}
145
+ {"byte_start": 11666710043, "source_revision": "1199949155", "id": "13485", "title": "History of England", "byte_end": 12017091408, "categories": ["History of England| ", "History of the United Kingdom by topic"]}
146
+ {"byte_start": 12017091408, "source_revision": "1200502861", "id": "13486", "title": "Hippocrates", "byte_end": 12177080748, "categories": ["460s BC births", "370s BC deaths", "5th-century BC Greek physicians", "4th-century BC Greek physicians", "Ancient Greek science writers", "Ancient Greeks in Thessaly", "Ancient Koans", "Classical humanists", "Ionic Greek writers", "Longevity myths", "Year of birth uncertain", "Year of death uncertain"]}
147
+ {"byte_start": 12177080748, "source_revision": "1201648876", "id": "13487", "title": "Hermann G\u00f6ring", "byte_end": 12615457740, "categories": ["Hermann G\u00f6ring| ", "1893 births", "1946 suicides", "1946 deaths", "20th-century art collectors", "Art crime", "Articles containing video clips", "Commanders Grand Cross of the Order of the Sword", "Economy ministers of Germany", "Forestry in Germany", "German anti-communists", "German Army personnel of World War I", "German art collectors", "German conservationists", "German hunters", "German expatriates in Austria", "German expatriates in Denmark", "German expatriates in Italy", "German expatriates in Sweden", "German mass murderers", "German military leaders of World War II", "German people convicted of crimes against humanity", "German people convicted of the international crime of aggression", "German people who died in prison custody", "German prisoners sentenced to death", "German shooting survivors", "German World War I flying aces", "Gestapo personnel", "Grand Crosses of the Order of Saint Stephen of Hungary", "Grand Crosses of the Order of the Dannebrog", "Grand Crosses of the Order of the Cross of Liberty", "Grand Cordons of the Order of the Rising Sun", "G\u00f6ring family", "Holocaust perpetrators", "Interior ministers of Prussia", "Knights Grand Cross of the Order of Saints Maurice and Lazarus", "Luftstreitkr\u00e4fte personnel", "Luftwaffe personnel convicted of war crimes", "Luftwaffe World War II field marshals", "Members of the Academy for German Law", "Members of the Prussian State Council (Nazi Germany)", "Members of the Reichstag of Nazi Germany", "Members of the Reichstag of the Weimar Republic", "Nazi Germany ministers", "Nazi Party officials", "Nazi Party politicians", "Nazis who committed suicide in Germany", "Nazis who died by suicide in prison custody", "Nazis who participated in the Beer Hall Putsch", "Nuclear program of Nazi Germany", "People convicted by the International Military Tribunal in Nuremberg", "People from Rosenheim", "Prisoners sentenced to death by international courts and tribunals", "Military personnel from the Kingdom of Bavaria", "Politicians from the Kingdom of Bavaria", "Prime Ministers of Prussia", "Recipients of the clasp to the Iron Cross, 1st class", "Recipients of the Grand Cross of the Iron Cross", "Recipients of the Knight's Cross of the Iron Cross", "Recipients of the Order of Michael the Brave, 1st class", "Recipients of the Order of the Rising Sun with Paulownia Flowers", "Recipients of the Pour le M\u00e9rite (military class)", "Romani genocide perpetrators", "Perpetrators of the Night of the Long Knives", "Sturmabteilung officers", "Suicides by cyanide poisoning"]}
148
+ {"byte_start": 12615457740, "source_revision": "1040009773", "id": "13488", "title": "Heidegger", "byte_end": 12615466682, "categories": []}
149
+ {"byte_start": 12615466682, "source_revision": "1139275327", "id": "13489", "title": "Hegel", "byte_end": 12615477110, "categories": []}
150
+ {"byte_start": 12615477110, "source_revision": "1187720597", "id": "13490", "title": "Marrubium vulgare", "byte_end": 12616665709, "categories": ["Marrubium|vulgare", "Flora of North Africa", "Flora of Europe", "Flora of Asia", "Herbs", "Medicinal plants", "Plants described in 1753", "Taxa named by Carl Linnaeus", "Traditional medicine", "Candy"]}
151
+ {"byte_start": 12616665709, "source_revision": "1193888242", "id": "13491", "title": "Talk:History of Spain", "byte_end": 12621404040, "categories": []}
152
+ {"byte_start": 12621404040, "source_revision": "1198167415", "id": "13492", "title": "Hyperthyroidism", "byte_end": 12667517232, "categories": ["Cat diseases", "Dog diseases", "Endocrine-related cutaneous conditions", "Thyroid disease", "Thyroid", "Wikipedia emergency medicine articles ready to translate", "Wikipedia medicine articles ready to translate"]}
153
+ {"byte_start": 12667517232, "source_revision": "293701218", "id": "13495", "title": "History of wiki", "byte_end": 12667521812, "categories": []}
154
+ {"byte_start": 12667521812, "source_revision": "950751003", "id": "13497", "title": "Switzerland/History", "byte_end": 12667525271, "categories": []}
155
+ {"byte_start": 12667525271, "source_revision": "1195953040", "id": "13499", "title": "Transclusion", "byte_end": 12672424031, "categories": ["HTML", "Hypertext", "Metadata", "Ted Nelson"]}
156
+ {"byte_start": 12672424031, "source_revision": "509981437", "id": "13500", "title": "Typed link", "byte_end": 12672688436, "categories": []}
157
+ {"byte_start": 12672688436, "source_revision": "1175379568", "id": "13501", "title": "Source tracking", "byte_end": 12672721846, "categories": ["Hypertext"]}
158
+ {"byte_start": 12672721846, "source_revision": "783863727", "id": "13502", "title": "HHGG", "byte_end": 12672724396, "categories": []}
159
+ {"byte_start": 12672724396, "source_revision": "15911108", "id": "13503", "title": "Hitchhiker's Guide to the Galaxy", "byte_end": 12672725952, "categories": []}
160
+ {"byte_start": 12672725952, "source_revision": "15911109", "id": "13504", "title": "Hitch Hikers Guide to the Galaxy", "byte_end": 12672727546, "categories": []}
161
+ {"byte_start": 12672727546, "source_revision": "1195636351", "id": "13507", "title": "Talk:Human anatomy", "byte_end": 12675558100, "categories": []}
162
+ {"byte_start": 12675558100, "source_revision": "1201306822", "id": "13509", "title": "H. P. Lovecraft", "byte_end": 13358474738, "categories": ["H. P. Lovecraft", "1890 births", "1937 deaths", "20th-century American essayists", "20th-century American journalists", "20th-century American male writers", "20th-century American novelists", "20th-century American poets", "20th-century American short story writers", "American agnostics", "American alternative journalists", "American atheists", "American socialists", "American fantasy writers", "American horror writers", "American letter writers", "American literary critics", "American magazine editors", "American male essayists", "American male journalists", "American male non-fiction writers", "American male novelists", "American male poets", "American monarchists", "American people of English descent", "American science fiction writers", "American speculative fiction critics", "Burials at Swan Point Cemetery", "Critics of religions", "Cthulhu Mythos writers", "Deaths from cancer in Rhode Island", "Deaths from colorectal cancer", "Deaths from small intestine cancer", "Ghostwriters", "Hugo Award-winning writers", "Materialists", "Mythopoeic writers", "People from Brooklyn Heights", "People from Flatbush, Brooklyn", "People from Red Hook, Brooklyn", "Philosophers of pessimism", "Poets from Rhode Island", "Pulp fiction writers", "Re-Animator (film series)", "Rhode Island socialists", "Science Fiction Hall of Fame inductees", "Science fiction critics", "Weird fiction writers", "Writers from Providence, Rhode Island", "Writers of Gothic fiction"]}
163
+ {"byte_start": 13358474738, "source_revision": "1199319954", "id": "13519", "title": "Huns", "byte_end": 13671149457, "categories": ["Huns| ", "469 disestablishments", "Nomadic groups in Eurasia", "Migration Period", "Ancient Hungary", "Invasions of Europe", "States and territories established in the 370s", "States and territories disestablished in the 5th century", "Barbarian kingdoms"]}
164
+ {"byte_start": 13671149457, "source_revision": "1193936631", "id": "13521", "title": "Talk:Huns", "byte_end": 13829842046, "categories": []}
165
+ {"byte_start": 13829842046, "source_revision": "1201083972", "id": "13523", "title": "Home Improvement (TV series)", "byte_end": 13981759221, "categories": ["Home Improvement (TV series)", "1991 American television series debuts", "1999 American television series endings", "American Broadcasting Company original programming", "English-language television shows", "Television shows adapted into video games", "Television series about families", "Television series about television", "Television series by ABC Studios", "Television shows set in Michigan", "Television shows set in Detroit", "American Broadcasting Company sitcoms", "1990s American multi-camera sitcoms"]}
166
+ {"byte_start": 13981759221, "source_revision": "1198211449", "id": "13525", "title": "Roman Britain", "byte_end": 14188965778, "categories": ["Roman Britain| ", "1st century in England", "2nd century in England", "3rd century in England", "4th century in England", "5th century in England", "States and territories established in the 40s", "States and territories disestablished in the 5th century", "40s establishments in the Roman Empire|*", "1st-century establishments in Roman Britain|*", "410 disestablishments", "410s disestablishments in the Roman Empire|Britain", "5th-century disestablishments in Roman Britain| ", "4th century in Wales", "5th century in Wales", "Former countries in the British Isles", "History of England by period"]}
167
+ {"byte_start": 14188965778, "source_revision": "1179174109", "id": "13526", "title": "List of Roman place names in Britain", "byte_end": 14192196373, "categories": ["Alternative names of European places|Roman Britain", "British toponymy|Roman place names", "Lists of Latin place names|Britain", "Lists of cities in Europe|Britain, Roman", "Lists of place names|Britain", "Lists of places in the United Kingdom|Roman", "Roman Britain-related lists|Place names", "Roman towns and cities in England| ", "Lists of cities by toponymy|Britain", "Geography of Great Britain"]}
168
+ {"byte_start": 14192196373, "source_revision": "330802135", "id": "13527", "title": "Talk:The History of Great Britain", "byte_end": 14192258861, "categories": []}
169
+ {"byte_start": 14192258861, "source_revision": "1197145107", "id": "13528", "title": "Hemiparesis", "byte_end": 14201583591, "categories": ["Cerebral palsy and other paralytic syndromes", "Symptoms and signs: Nervous system"]}
170
+ {"byte_start": 14201583591, "source_revision": "783863732", "id": "13530", "title": "Human-Computer Interaction", "byte_end": 14201589988, "categories": []}
171
+ {"byte_start": 14201589988, "source_revision": "1025050193", "id": "14966", "title": "Ica", "byte_end": 14201628073, "categories": []}
172
+ {"byte_start": 14201628073, "source_revision": "1195670984", "id": "14967", "title": "Instrumental", "byte_end": 14209694790, "categories": ["Instrumentals| ", "Music-related lists", "Musical compositions", "Song forms"]}
173
+ {"byte_start": 14209694790, "source_revision": "1192063384", "id": "14968", "title": "Regular icosahedron", "byte_end": 14233880674, "categories": ["Deltahedra", "Planar graphs", "Platonic solids"]}
174
+ {"byte_start": 14233880674, "source_revision": "1083723978", "id": "14971", "title": "Industrial archaeology of Dartmoor", "byte_end": 14234201909, "categories": ["Dartmoor", "Industrial archaeological sites in Devon|Dartmoor", "History of Devon", "History of mining in the United Kingdom", "Mining in Devon"]}
175
+ {"byte_start": 14234201909, "source_revision": "1185723572", "id": "14972", "title": "Idempotence", "byte_end": 14244036121, "categories": ["Properties of binary operations", "Algebraic properties of elements", "Closure operators", "Mathematical relations", "Theoretical computer science"]}
176
+ {"byte_start": 14244036121, "source_revision": "1199379318", "id": "14973", "title": "Ithaca, New York", "byte_end": 14370732276, "categories": ["Ithaca, New York| ", "1790 establishments in New York (state)", "Academic enclaves", "Cities in New York (state)", "Cities in Tompkins County, New York", "County seats in New York (state)", "Populated places established in 1790"]}
177
+ {"byte_start": 14370732276, "source_revision": "1198246691", "id": "14974", "title": "Talk:Ithaca, New York", "byte_end": 14373017417, "categories": []}
178
+ {"byte_start": 14373017417, "source_revision": "1199622797", "id": "14975", "title": "Ivy League", "byte_end": 14766625303, "categories": ["Ivy League| ", "1954 establishments in the United States", "Northeastern United States", "Sports in the Eastern United States", "Sports organizations established in 1954"]}
179
+ {"byte_start": 14766625303, "source_revision": "1181276330", "id": "14976", "title": "Ithaca Hours", "byte_end": 14769116620, "categories": ["Ithaca, New York|Hours", "Local currencies of the United States", "Economics and time", "Currencies introduced in 1991", "1991 establishments in New York (state)"]}
180
+ {"byte_start": 14769116620, "source_revision": "57702333", "id": "14978", "title": "Immortal Seven", "byte_end": 14769150118, "categories": []}
181
+ {"byte_start": 14769150118, "source_revision": "1199797329", "id": "14979", "title": "Interstellar cloud", "byte_end": 14770338928, "categories": ["Intergalactic media|Cloud", "Interstellar media|Cloud", "Nebulae", "Cosmic dust", "Articles containing video clips"]}
182
+ {"byte_start": 14770338928, "source_revision": "1199099584", "id": "14980", "title": "Imhotep", "byte_end": 14797572584, "categories": ["27th-century BC births", "27th-century BC clergy", "Ancient Egyptian architects", "Ancient Egyptian engineers", "Ancient Egyptian physicians", "Deified ancient Egyptian people", "Deified men", "Djoser", "Egyptian civil engineers", "Egyptian gods", "Health gods", "High Priests of Re", "People of the Third Dynasty of Egypt", "Place of birth unknown", "Primordial teachers", "Wisdom gods"]}
183
+ {"byte_start": 14797572584, "source_revision": "1174756767", "id": "14981", "title": "Ictinus", "byte_end": 14797875013, "categories": ["5th-century BC architects", "Ancient Greek architects", "5th-century BC Athenians", "Parthenon", "Year of birth unknown", "Year of death unknown"]}
184
+ {"byte_start": 14797875013, "source_revision": "1198222585", "id": "14982", "title": "Isidore of Miletus", "byte_end": 14799452469, "categories": ["470s births", "Byzantine architects", "6th-century Byzantine scientists", "6th-century mathematicians", "6th-century Byzantine writers", "6th-century architects", "Byzantine Milesians", "Hagia Sophia"]}
185
+ {"byte_start": 14799452469, "source_revision": "1193888954", "id": "14983", "title": "Talk:International Court of Justice", "byte_end": 14801419361, "categories": []}
186
+ {"byte_start": 14801419361, "source_revision": "1191916739", "id": "14984", "title": "International Atomic Energy Agency", "byte_end": 14839421611, "categories": ["International Atomic Energy Agency", "International nuclear energy organizations", "Organizations awarded Nobel Peace Prizes", "Nuclear proliferation", "Atoms for Peace", "International organisations based in Austria", "Organizations established in 1957", "Research institutes established in 1957", "Scientific organizations established in 1957", "1957 establishments in Austria", "1957 in international relations"]}
187
+ {"byte_start": 14839421611, "source_revision": "1195783727", "id": "14985", "title": "International Civil Aviation Organization", "byte_end": 14875039889, "categories": ["International Civil Aviation Organization| ", "Canada and the United Nations", "Civil aviation authorities", "History of air traffic control", "International organizations based in Canada", "Organizations based in Montreal", "Organizations established in 1947", "United Nations specialized agencies"]}
188
+ {"byte_start": 14875039889, "source_revision": "1198222592", "id": "14986", "title": "International Maritime Organization", "byte_end": 14890332770, "categories": ["International Maritime Organization| ", "International organisations based in London", "International water transport", "Organisations based in the London Borough of Lambeth", "Organizations established in 1948", "United Nations specialized agencies", "Water transport organizations", "United Kingdom and the United Nations"]}
189
+ {"byte_start": 14890332770, "source_revision": "1197461929", "id": "14987", "title": "International Labour Organization", "byte_end": 14950964930, "categories": ["International Labour Organization| ", "Global workforce and labor organizations", "Organizations awarded Nobel Peace Prizes", "Organizations established in 1919", "Swiss Nobel laureates", "United Nations Development Group", "United Nations organizations based in Geneva", "United Nations specialized agencies", "Workers' rights organizations"]}
190
+ {"byte_start": 14950964930, "source_revision": "528611444", "id": "14988", "title": "IAEA", "byte_end": 14950965759, "categories": []}
191
+ {"byte_start": 14950965759, "source_revision": "1171104876", "id": "14989", "title": "ICAO", "byte_end": 14950970332, "categories": []}
192
+ {"byte_start": 14950970332, "source_revision": "1160936364", "id": "14990", "title": "IMO", "byte_end": 14951583825, "categories": []}
193
+ {"byte_start": 14951583825, "source_revision": "24442760", "id": "14993", "title": "International Federation of the Red Cross", "byte_end": 14951585915, "categories": []}
194
+ {"byte_start": 14951585915, "source_revision": "1193989470", "id": "14996", "title": "International English", "byte_end": 14975560519, "categories": ["English-language education", "English as a global language"]}
195
+ {"byte_start": 14975560519, "source_revision": "1190765043", "id": "14997", "title": "International African Institute", "byte_end": 14975726010, "categories": ["International organisations based in London", "Languages of Africa", "Organizations established in 1926"]}
196
+ {"byte_start": 14975726010, "source_revision": "833816902", "id": "14998", "title": "IAI", "byte_end": 14975783170, "categories": []}
197
+ {"byte_start": 14975783170, "source_revision": "1193888961", "id": "14999", "title": "Talk:International English", "byte_end": 14983405416, "categories": []}
198
+ {"byte_start": 14983405416, "source_revision": "1188530951", "id": "15000", "title": "Insulin-like growth factor", "byte_end": 14986451004, "categories": ["Endocrinology", "Hormones of the somatotropic axis", "Insulin-like growth factor receptor agonists", "Peptide hormones"]}
199
+ {"byte_start": 14986451004, "source_revision": "1066991127", "id": "15001", "title": "IGF", "byte_end": 14986483026, "categories": []}
200
+ {"byte_start": 14986483026, "source_revision": "783865721", "id": "15002", "title": "IGF-1", "byte_end": 14986484758, "categories": []}
201
+ {"byte_start": 14986484758, "source_revision": "829460182", "id": "15003", "title": "Mental deficiency", "byte_end": 14986673235, "categories": []}
202
+ {"byte_start": 14986673235, "source_revision": "1183391787", "id": "15004", "title": "Idiot", "byte_end": 15019285266, "categories": ["Obsolete medical terms", "Slurs related to low intelligence| ", "Obsolete terms for mental disorders", "Pejorative terms for people with disabilities", "Intellectual disability"]}
203
+ {"byte_start": 15019285266, "source_revision": "15912522", "id": "15005", "title": "Talk:Mental deficiency", "byte_end": 15019289509, "categories": []}
204
+ {"byte_start": 15019289509, "source_revision": "930182857", "id": "15008", "title": "Isma'ilis", "byte_end": 15019296073, "categories": []}
205
+ {"byte_start": 15019296073, "source_revision": "930182867", "id": "15009", "title": "Ismailis", "byte_end": 15019341701, "categories": []}
206
+ {"byte_start": 15019341701, "source_revision": "1198914236", "id": "15012", "title": "Islamism", "byte_end": 15588871403, "categories": ["Islamism| ", "Islam-related controversies", "Political ideologies"]}
207
+ {"byte_start": 15588871403, "source_revision": "1193888975", "id": "15013", "title": "Talk:Islamism", "byte_end": 15753990379, "categories": []}
208
+ {"byte_start": 15753990379, "source_revision": "1087436151", "id": "15014", "title": "Instructional theory", "byte_end": 15755525583, "categories": ["Pedagogy", "Education theory"]}
209
+ {"byte_start": 15755525583, "source_revision": "1045409049", "id": "15016", "title": "Talk:Ira", "byte_end": 15755593538, "categories": []}
210
+ {"byte_start": 15755593538, "source_revision": "1198307307", "id": "15018", "title": "Infusoria", "byte_end": 15755916749, "categories": ["Fishkeeping", "Obsolete eukaryote taxa"]}
211
+ {"byte_start": 15755916749, "source_revision": "1195253594", "id": "15019", "title": "ISO/IEC 8859-1", "byte_end": 15792323260, "categories": ["ISO/IEC 8859", "Computer-related introductions in 1987", "Character sets", "ISO/IEC standards|#8859-1"]}
212
+ {"byte_start": 15792323260, "source_revision": "1198222685", "id": "15020", "title": "ISO/IEC 8859", "byte_end": 15811159510, "categories": ["ISO/IEC 8859| ", "Character sets", "Ecma standards", "ISO/IEC standards|#08859"]}
213
+ {"byte_start": 15811159510, "source_revision": "911189564", "id": "15021", "title": "Imad Mughniyeh (version 2)", "byte_end": 15811183602, "categories": []}
214
+ {"byte_start": 15811183602, "source_revision": "1197448815", "id": "15022", "title": "Infrared", "byte_end": 15984501217, "categories": ["Infrared| ", "Electromagnetic spectrum"]}
215
+ {"byte_start": 15984501217, "source_revision": "1192507594", "id": "15023", "title": "Icosidodecahedron", "byte_end": 15986224707, "categories": ["Archimedean solids", "Quasiregular polyhedra"]}
216
+ {"byte_start": 15986224707, "source_revision": "1198648429", "id": "15024", "title": "ISO 8601", "byte_end": 16070332575, "categories": ["Calendaring standards", "Date and time representation", "ISO standards|#08601", "Specific calendars", "Time measurement systems"]}
warehouse_00011.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b994e0a230215f504de1bb2a017355fdd0d3ad4242cfa38bc81c5f56e42c835
3
+ size 167069177
warehouse_00011.metadata ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "971914707", "id": "13780", "title": "Hard drive", "byte_end": 5383, "categories": []}
2
+ {"byte_start": 5383, "source_revision": "999671668", "id": "13781", "title": "Hebrew Calendar", "byte_end": 9219, "categories": []}
3
+ {"byte_start": 9219, "source_revision": "1200851969", "id": "13782", "title": "Hebrew calendar", "byte_end": 306114384, "categories": ["Hebrew calendar| ", "Lunisolar calendars"]}
4
+ {"byte_start": 306114384, "source_revision": "1193997938", "id": "13783", "title": "Talk:Hebrew calendar", "byte_end": 346083680, "categories": []}
5
+ {"byte_start": 346083680, "source_revision": "1191026191", "id": "13786", "title": "The Holocaust Industry", "byte_end": 356621300, "categories": ["2000 non-fiction books", "American political books", "Books by Norman Finkelstein", "Books critical of Zionism", "English-language books", "Holocaust historiography", "Verso Books books"]}
6
+ {"byte_start": 356621300, "source_revision": "1201028426", "id": "13787", "title": "Hermetic Order of the Golden Dawn", "byte_end": 408719415, "categories": ["Hermetic Order of the Golden Dawn| ", "Esoteric schools of thought", "Secret societies in the United Kingdom", "1887 establishments in the United Kingdom", "1903 disestablishments in the United Kingdom"]}
7
+ {"byte_start": 408719415, "source_revision": "97336014", "id": "13788", "title": "Talk:Hermetic Order of the Golden Dawn/Archive 1", "byte_end": 409479526, "categories": []}
8
+ {"byte_start": 409479526, "source_revision": "528730030", "id": "13789", "title": "Hebrew alephbeth", "byte_end": 409480317, "categories": []}
9
+ {"byte_start": 409480317, "source_revision": "1199061040", "id": "13790", "title": "Hash function", "byte_end": 470760140, "categories": ["Hash functions| ", "Search algorithms"]}
10
+ {"byte_start": 470760140, "source_revision": "1197412919", "id": "13791", "title": "High jump", "byte_end": 677194830, "categories": ["High jump| ", "Events in track and field", "Sports originating in Scotland", "Summer Olympic disciplines in athletics", "Jumping sports"]}
11
+ {"byte_start": 677194830, "source_revision": "1198464743", "id": "13792", "title": "Heraclitus", "byte_end": 912468973, "categories": ["Heraclitus| ", "6th-century BC Greek philosophers", "5th-century BC Greek philosophers", "530s BC births", "470s BC deaths", "Ancient Ephesians", "Ancient Greek cosmologists", "Ancient Greek ethicists", "Ancient Greek metaphysicians", "Ancient Greek physicists", "Ancient Greeks from the Achaemenid Empire", "Deaths from edema", "Ancient Greek epistemologists", "Natural philosophers", "Ontologists", "Philosophers of ancient Ionia", "Ancient Greek philosophers of mind", "Philosophers of religion", "Philosophers of time", "Ancient Greek political philosophers", "Presocratic philosophers"]}
12
+ {"byte_start": 912468973, "source_revision": "1201650171", "id": "13793", "title": "Harrison Schmitt", "byte_end": 932466077, "categories": ["Harrison Schmitt| ", "1935 births", "1972 in spaceflight", "Living people", "American astronaut-politicians", "American geologists", "Apollo program astronauts", "Apollo 17", "Articles containing video clips", "California Institute of Technology alumni", "Harvard University alumni", "Military personnel from New Mexico", "New Mexico Republicans", "Penrose Medal winners", "People from Santa Rita, New Mexico", "People from Silver City, New Mexico", "People who have walked on the Moon", "Recipients of the NASA Distinguished Service Medal", "Republican Party United States senators from New Mexico", "Spacewalkers", "State cabinet secretaries of New Mexico", "United States Astronaut Hall of Fame inductees", "University of Oslo alumni", "University of Wisconsin\u2013Madison faculty"]}
13
+ {"byte_start": 932466077, "source_revision": "1200512872", "id": "13795", "title": "Hilaire Rouelle", "byte_end": 932555362, "categories": ["1718 births", "1779 deaths", "People from Mathieu, Calvados", "18th-century French chemists", "Members of the Royal Spanish Academy"]}
14
+ {"byte_start": 932555362, "source_revision": "1092211144", "id": "13797", "title": "Talk:History of the United States/Archive 0", "byte_end": 932629211, "categories": []}
15
+ {"byte_start": 932629211, "source_revision": "1190070969", "id": "13798", "title": "Halon", "byte_end": 932986310, "categories": []}
16
+ {"byte_start": 932986310, "source_revision": "832772521", "id": "13799", "title": "Talk:Halon", "byte_end": 933046614, "categories": []}
17
+ {"byte_start": 933046614, "source_revision": "932866301", "id": "13800", "title": "Harrisonburg", "byte_end": 933062634, "categories": []}
18
+ {"byte_start": 933062634, "source_revision": "949584675", "id": "13801", "title": "History of the Southern Levant", "byte_end": 998467649, "categories": []}
19
+ {"byte_start": 998467649, "source_revision": "1199384618", "id": "13802", "title": "Hammer", "byte_end": 1031316104, "categories": ["Hammers|*", "Woodworking hand tools", "Metalworking tools"]}
20
+ {"byte_start": 1031316104, "source_revision": "1195829119", "id": "13803", "title": "Talk:Hammer", "byte_end": 1032161980, "categories": []}
21
+ {"byte_start": 1032161980, "source_revision": "1198679331", "id": "13804", "title": "Hiragana", "byte_end": 1099644367, "categories": ["Japanese writing system terms", "Kana", "Japanese writing system", "Syllabary writing systems"]}
22
+ {"byte_start": 1099644367, "source_revision": "1196854651", "id": "13805", "title": "Hohenstaufen", "byte_end": 1111844619, "categories": ["Hohenstaufen| ", "1070s establishments in the Holy Roman Empire", "1079 establishments in Europe", "1260s disestablishments in the Holy Roman Empire", "1268 disestablishments in Europe", "Kings in Germany", "Holy Roman Emperors", "Italian noble families", "Noble families of the Holy Roman Empire", "Salian dynasty", "Sicilian royal houses"]}
23
+ {"byte_start": 1111844619, "source_revision": "1198943036", "id": "13806", "title": "History of Malaysia", "byte_end": 1382462950, "categories": ["History of Malaysia| "]}
24
+ {"byte_start": 1382462950, "source_revision": "1201636250", "id": "13808", "title": "History of Israel", "byte_end": 2398860109, "categories": ["History of Israel| ", "Articles containing video clips|Israel, history of", "Jewish history by country|*"]}
25
+ {"byte_start": 2398860109, "source_revision": "1196352978", "id": "13810", "title": "Harvey Mudd College", "byte_end": 2426362645, "categories": ["Harvey Mudd College| ", "Claremont Colleges", "Claremont, California", "Universities and colleges in Los Angeles County, California", "Liberal arts colleges in California", "San Gabriel Valley", "Schools accredited by the Western Association of Schools and Colleges", "Universities and colleges established in 1955", "1955 establishments in California", "Science and technology in Greater Los Angeles", "Private universities and colleges in California", "Need-blind educational institutions"]}
26
+ {"byte_start": 2426362645, "source_revision": "1198509616", "id": "13811", "title": "Heaven", "byte_end": 2741964595, "categories": ["Heaven| "]}
27
+ {"byte_start": 2741964595, "source_revision": "1198324259", "id": "13812", "title": "History of Libya", "byte_end": 2776595286, "categories": ["History of Libya| "]}
28
+ {"byte_start": 2776595286, "source_revision": "1199200968", "id": "13813", "title": "History of Afghanistan", "byte_end": 3072137718, "categories": ["Articles containing video clips", "History of Afghanistan| ", "History of Central Asia", "Kabul Shahi"]}
29
+ {"byte_start": 3072137718, "source_revision": "1193236659", "id": "13814", "title": "History of modern Greece", "byte_end": 3112916161, "categories": ["History of modern Greece| "]}
30
+ {"byte_start": 3112916161, "source_revision": "1201180041", "id": "13815", "title": "Heracles", "byte_end": 3218584251, "categories": ["Oracular gods", "Sports gods", "Greek mythological heroes", "Argonauts", "Heroes who ventured to Hades", "Perseid dynasty", "Children of Zeus", "Characters in the Argonautica", "Heracles| ", "Deeds of Apollo", "Deeds of Athena", "Theban characters in Greek mythology", "Homosexuality and bisexuality deities", "LGBT themes in Greek mythology", "Mythology of Heracles", "Suicides in Greek mythology", "Mythology of Argos", "Deeds of Artemis", "Helios in mythology", "Divine twins", "Lion gods", "Deeds of Hera", "Shapeshifters in Greek mythology", "Olympian deities", "Filicide in mythology", "Odyssean gods", "Mythological Greek archers"]}
31
+ {"byte_start": 3218584251, "source_revision": "1056479027", "id": "13818", "title": "Hexidecimal", "byte_end": 3218587086, "categories": []}
32
+ {"byte_start": 3218587086, "source_revision": "528342134", "id": "13819", "title": "Hanse Cronje", "byte_end": 3218587881, "categories": []}
33
+ {"byte_start": 3218587881, "source_revision": "1200493331", "id": "13820", "title": "Henry Rollins", "byte_end": 3350445675, "categories": ["1961 births", "21st-century American comedians", "21st-century American non-fiction writers", "Alternative metal musicians", "American activist journalists", "American anti\u2013Iraq War activists", "American anti-war activists", "American bloggers", "American book publishers (people)", "American cannabis activists", "American heavy metal singers", "American human rights activists", "American LGBT rights activists", "American male bloggers", "American male comedians", "American male film actors", "American male non-fiction writers", "American male singers", "American male songwriters", "American male television actors", "American male video game actors", "American male voice actors", "American people of Irish descent", "American people of Jewish descent", "American people of Latvian descent", "American people of Latvian-Jewish descent", "American people of Russian-Jewish descent", "American public radio personalities", "American punk rock singers", "American spoken word artists", "American stand-up comedians", "Anti-corporate activists", "Audiobook narrators", "Black Flag (band) members", "Bullis School alumni", "Childfree", "Comedians from Washington, D.C.", "Critics of creationism", "Critics of religions", "DreamWorks Records artists", "Grammy Award winners", "Hardcore punk musicians", "Jews in punk rock", "Living people", "Male actors from Washington, D.C.", "Musicians from Washington, D.C.", "People from the Washington metropolitan area", "Post-hardcore musicians", "Rolling Stone people", "Rollins Band members", "Singers from Washington, D.C.", "Songwriters from Washington, D.C.", "SST Records artists", "Thirsty Ear Recordings artists"]}
34
+ {"byte_start": 3350445675, "source_revision": "1198050658", "id": "13821", "title": "Hadron", "byte_end": 3357452023, "categories": ["Hadrons| ", "Nuclear physics"]}
35
+ {"byte_start": 3357452023, "source_revision": "1200512685", "id": "13822", "title": "Heisuke Hironaka", "byte_end": 3358679839, "categories": ["1931 births", "20th-century Japanese mathematicians", "21st-century Japanese mathematicians", "Algebraic geometers", "Fields Medalists", "Harvard University alumni", "Harvard University Department of Mathematics faculty", "Brandeis University faculty", "Columbia University faculty", "Kyoto University alumni", "Academic staff of Kyoto University", "Institute for Advanced Study visiting scholars", "Living people", "Members of the French Academy of Sciences", "Foreign Members of the Russian Academy of Sciences", "Spouses of Japanese politicians", "Recipients of the Order of Culture", "Knights of the Legion of Honour", "People from Iwakuni, Yamaguchi"]}
36
+ {"byte_start": 3358679839, "source_revision": "1198913665", "id": "13824", "title": "House of Habsburg", "byte_end": 3588719543, "categories": ["House of Habsburg| ", "1280s establishments in the Holy Roman Empire", "1282 establishments in Europe", "1780 disestablishments in Europe", "Roman Catholic families"]}
37
+ {"byte_start": 3588719543, "source_revision": "295059158", "id": "13825", "title": "Hong Kong, city", "byte_end": 3588723016, "categories": []}
38
+ {"byte_start": 3588723016, "source_revision": "1192300601", "id": "13826", "title": "Hub", "byte_end": 3590623236, "categories": []}
39
+ {"byte_start": 3590623236, "source_revision": "1200103449", "id": "13828", "title": "House of Commons of the United Kingdom", "byte_end": 3833268996, "categories": ["House of Commons of the United Kingdom| ", "1801 establishments in the United Kingdom", "Government of the United Kingdom", "National lower houses|United Kingdom", "Parliament of the United Kingdom| ", "Westminster system"]}
40
+ {"byte_start": 3833268996, "source_revision": "1193195276", "id": "13829", "title": "Hearts (card game)", "byte_end": 3882653314, "categories": ["Card games introduced in the 1880s", "French deck card games", "Year of introduction missing", "Round games", "Reverse games", "American card games"]}
41
+ {"byte_start": 3882653314, "source_revision": "1193678316", "id": "13830", "title": "Hastings", "byte_end": 4003748876, "categories": ["Hastings| ", "Towns in East Sussex", "Cinque ports", "Seaside resorts in England", "Market towns in East Sussex", "Populated coastal places in East Sussex", "Non-metropolitan districts of East Sussex", "Beaches of East Sussex", "Unparished areas in East Sussex", "Boroughs in England", "Former civil parishes in East Sussex"]}
42
+ {"byte_start": 4003748876, "source_revision": "1199291533", "id": "13831", "title": "Human rights", "byte_end": 4556637155, "categories": ["Human rights| ", "Culture", "Egalitarianism", "International relations", "Law and economics", "Legal doctrines and principles", "Philosophy of law", "Politics", "Society", "Theories of law", "Universalism", "Western culture"]}
43
+ {"byte_start": 4556637155, "source_revision": "967289007", "id": "13832", "title": "Hello world", "byte_end": 4556646289, "categories": []}
44
+ {"byte_start": 4556646289, "source_revision": "1200326561", "id": "13833", "title": "Hash table", "byte_end": 4657128926, "categories": ["Articles with example C code", "Hashing|*", "Hash-based data structures", "1953 in computing"]}
45
+ {"byte_start": 4657128926, "source_revision": "1194405575", "id": "13834", "title": "\"Hello, World!\" program", "byte_end": 4748321868, "categories": ["Test items in computer languages", "Computer programming folklore", "Articles with example code", "Articles with quotation marks in the title"]}
46
+ {"byte_start": 4748321868, "source_revision": "1193888436", "id": "13836", "title": "Talk:Hash table", "byte_end": 4784652131, "categories": []}
47
+ {"byte_start": 4784652131, "source_revision": "389177268", "id": "13837", "title": "Talk:Hello world", "byte_end": 4784656722, "categories": []}
48
+ {"byte_start": 4784656722, "source_revision": "1185980312", "id": "13839", "title": "Heavy metal", "byte_end": 4785834470, "categories": []}
49
+ {"byte_start": 4785834470, "source_revision": "1109097534", "id": "13840", "title": "Talk:Habitus (sociology)", "byte_end": 4786055870, "categories": []}
50
+ {"byte_start": 4786055870, "source_revision": "783863861", "id": "13841", "title": "Hudson river", "byte_end": 4786061435, "categories": []}
51
+ {"byte_start": 4786061435, "source_revision": "430504966", "id": "13842", "title": "History of the Hebrew language", "byte_end": 4786385771, "categories": []}
52
+ {"byte_start": 4786385771, "source_revision": "1072509409", "id": "13843", "title": "Hebrew language/Phonetics", "byte_end": 4786389355, "categories": []}
53
+ {"byte_start": 4786389355, "source_revision": "465974623", "id": "13844", "title": "Hebrew morphology", "byte_end": 4786466711, "categories": []}
54
+ {"byte_start": 4786466711, "source_revision": "1198213879", "id": "13845", "title": "History of Hebrew grammar", "byte_end": 4818322072, "categories": ["Hebrew grammar| "]}
55
+ {"byte_start": 4818322072, "source_revision": "1198213884", "id": "13846", "title": "Modern Hebrew phonology", "byte_end": 4842585464, "categories": ["Modern Hebrew|Phonology", "Afroasiatic phonologies"]}
56
+ {"byte_start": 4842585464, "source_revision": "855170367", "id": "13847", "title": "Talk:Modern Hebrew language", "byte_end": 4843295274, "categories": []}
57
+ {"byte_start": 4843295274, "source_revision": "1186149332", "id": "13849", "title": "House of Hohenzollern", "byte_end": 4931555000, "categories": ["House of Hohenzollern| ", "Monarchy in Germany"]}
58
+ {"byte_start": 4931555000, "source_revision": "1200975680", "id": "13850", "title": "Hang gliding", "byte_end": 4977494462, "categories": ["Hang gliding| ", "Glider aircraft", "Aircraft configurations", "Individual sports", "Adventure travel", "Articles containing video clips"]}
59
+ {"byte_start": 4977494462, "source_revision": "1180753659", "id": "13851", "title": "Hole (disambiguation)", "byte_end": 4978613305, "categories": []}
60
+ {"byte_start": 4978613305, "source_revision": "1087724158", "id": "13852", "title": "Talk:\"Hello, World!\" program/Archive 1", "byte_end": 4985695528, "categories": []}
61
+ {"byte_start": 4985695528, "source_revision": "1201683120", "id": "13854", "title": "History of France", "byte_end": 5694051780, "categories": ["History of France| "]}
62
+ {"byte_start": 5694051780, "source_revision": "1199152655", "id": "13855", "title": "Halloween", "byte_end": 6528256699, "categories": ["Halloween| ", "Allhallowtide", "Articles containing video clips", "Autumn festivals", "Christianity and death", "Halloween events| ", "Culture of Ireland", "Irish folklore", "Masquerade ceremonies", "Observances honoring the dead", "October observances", "Scottish culture", "Scottish folklore"]}
63
+ {"byte_start": 6528256699, "source_revision": "783863872", "id": "13856", "title": "Hapsburg", "byte_end": 6528260456, "categories": []}
64
+ {"byte_start": 6528260456, "source_revision": "783863877", "id": "13857", "title": "History of Astronomy", "byte_end": 6528262933, "categories": []}
65
+ {"byte_start": 6528262933, "source_revision": "1197987410", "id": "13859", "title": "Hayling Island", "byte_end": 6541406933, "categories": ["Hayling Island| ", "Islands of Hampshire", "Populated coastal places in Hampshire", "Beaches of Hampshire", "Borough of Havant"]}
66
+ {"byte_start": 6541406933, "source_revision": "1200598474", "id": "13860", "title": "Hahn\u2013Banach theorem", "byte_end": 6576072795, "categories": ["Articles containing proofs", "Linear algebra", "Linear functionals", "Theorems in functional analysis", "Topological vector spaces"]}
67
+ {"byte_start": 6576072795, "source_revision": "1201706224", "id": "13861", "title": "Hampshire", "byte_end": 6828604605, "categories": ["Hampshire| ", "Non-metropolitan counties", "South East England", "Counties of England established in antiquity"]}
68
+ {"byte_start": 6828604605, "source_revision": "1188621326", "id": "13862", "title": "Hard science fiction", "byte_end": 6858014951, "categories": ["Hard science fiction| ", "1950s neologisms", "History of science fiction", "Science fiction genres", "Setting"]}
69
+ {"byte_start": 6858014951, "source_revision": "1195577707", "id": "13863", "title": "Handloading", "byte_end": 6908908491, "categories": ["Handloading| "]}
70
+ {"byte_start": 6908908491, "source_revision": "1201414815", "id": "13864", "title": "Houston Texans", "byte_end": 7086589303, "categories": ["Houston Texans| ", "National Football League teams", "American football teams established in 2002", "2002 establishments in Texas"]}
71
+ {"byte_start": 7086589303, "source_revision": "1192238603", "id": "13865", "title": "Heart of Oak", "byte_end": 7088484273, "categories": ["British military marches", "British patriotic songs", "Royal Navy traditions", "Canadian military marches", "Navy of Canada", "Royal New Zealand Navy", "New Zealand military marches", "18th-century songs", "Compositions by William Boyce"]}
72
+ {"byte_start": 7088484273, "source_revision": "1191803247", "id": "13867", "title": "Harold Holt", "byte_end": 7222169604, "categories": ["1908 births", "1967 deaths", "1960s missing person cases", "20th-century Australian politicians", "Accidental deaths in Victoria (state)", "Articles containing video clips", "Australian Members of the Order of the Companions of Honour", "Australian members of the Privy Council of the United Kingdom", "Australian agnostics", "Australian monarchists", "Former Anglicans", "Deaths by drowning in Australia", "Douglas Wilkie Medal winners", "Leaders of the Australian House of Representatives", "Leaders of the Liberal Party of Australia", "Liberal Party of Australia members of the Parliament of Australia", "Melbourne Law School alumni", "Members of the Australian House of Representatives for Fawkner", "Members of the Australian House of Representatives for Higgins", "Members of the Australian House of Representatives", "Members of the Cabinet of Australia", "Missing person cases in Australia", "People declared dead in absentia", "People educated at Wesley College (Victoria)", "Politicians from Sydney", "People lost at sea", "People of the Vietnam War", "Prime Ministers of Australia", "Treasurers of Australia", "United Australia Party members of the Parliament of Australia", "Australian people of English descent", "Australian people of Irish descent", "Australian people of German descent", "Australian Army personnel of World War II", "Australian Army soldiers"]}
73
+ {"byte_start": 7222169604, "source_revision": "1198301402", "id": "13869", "title": "Heavy metal music", "byte_end": 8648851638, "categories": ["Heavy metal music| ", "American styles of music", "European music genres", "British styles of music", "English styles of music", "Music genres", "Popular music", "1970s fads and trends", "1970s in music", "Rock music genres"]}
74
+ {"byte_start": 8648851638, "source_revision": "1172493318", "id": "13870", "title": "Helvetii", "byte_end": 8661031989, "categories": ["Helvetii| ", "Historical Celtic peoples", "Gauls", "Tribes involved in the Gallic Wars", "Foederati"]}
75
+ {"byte_start": 8661031989, "source_revision": "1171505842", "id": "13871", "title": "Heretics of Dune", "byte_end": 8665716108, "categories": ["1984 American novels", "1984 science fiction novels", "Dune (franchise) novels", "Sequel novels", "G. P. Putnam's Sons books", "Novels by Frank Herbert", "Novels set in deserts", "Works about women in war"]}
76
+ {"byte_start": 8665716108, "source_revision": "428020257", "id": "13872", "title": "Highways of Michigan", "byte_end": 8665722424, "categories": []}
77
+ {"byte_start": 8665722424, "source_revision": "1198214030", "id": "13873", "title": "Halakha", "byte_end": 8769736259, "categories": ["Jewish law and rituals| ", "Legal codes", "Orthodox Judaism", "Religious law", "Rabbinic Judaism"]}
78
+ {"byte_start": 8769736259, "source_revision": "1193888448", "id": "13874", "title": "Talk:Halakha", "byte_end": 8788097203, "categories": []}
79
+ {"byte_start": 8788097203, "source_revision": "1199584498", "id": "13875", "title": "Talk:History of Israel", "byte_end": 8831497126, "categories": []}
80
+ {"byte_start": 8831497126, "source_revision": "1187727405", "id": "13876", "title": "History of ancient Israel and Judah", "byte_end": 9109349568, "categories": ["Ancient Israel and Judah|*", "Ancient Jewish history"]}
81
+ {"byte_start": 9109349568, "source_revision": "1198794895", "id": "13877", "title": "List of monarchs of Persia", "byte_end": 9323502479, "categories": ["Iran history-related lists", "Lists of monarchs|Persia", "Monarchs of Persia|*"]}
82
+ {"byte_start": 9323502479, "source_revision": "1172537351", "id": "13878", "title": "Homology", "byte_end": 9323700356, "categories": []}
83
+ {"byte_start": 9323700356, "source_revision": "1195783556", "id": "13879", "title": "Henry J. Heinz", "byte_end": 9331164113, "categories": ["1844 births", "1919 deaths", "People from Sharpsburg, Pennsylvania", "American inventors", "American food company founders", "Methodists from Pennsylvania", "American people of German descent", "Heinz family", "Heinz people", "Burials at Homewood Cemetery", "Deaths from pneumonia in Pennsylvania", "Trump family"]}
84
+ {"byte_start": 9331164113, "source_revision": "1201256789", "id": "13881", "title": "Heinz", "byte_end": 9381239728, "categories": ["Heinz| ", "Kraft Heinz", "Food manufacturers of the United States", "Brand name condiments", "Brand name soups", "American pasta companies", "Multinational food companies", "Multinational companies headquartered in the United States", "American companies established in 1869", "Food and drink companies established in 1869", "Companies that filed for Chapter 11 bankruptcy in 1875", "1869 establishments in Pennsylvania", "Berkshire Hathaway", "British royal warrant holders", "Companies formerly listed on the New York Stock Exchange", "American brands", "2013 mergers and acquisitions", "2015 mergers and acquisitions", "Defunct manufacturing companies based in Pennsylvania"]}
85
+ {"byte_start": 9381239728, "source_revision": "1147680827", "id": "13882", "title": "Talk:Heinz", "byte_end": 9382270473, "categories": []}
86
+ {"byte_start": 9382270473, "source_revision": "1187972001", "id": "13883", "title": "Huffman coding", "byte_end": 9415208268, "categories": ["1952 in computing", "Lossless compression algorithms", "Binary trees"]}
87
+ {"byte_start": 9415208268, "source_revision": "1193136709", "id": "13885", "title": "High-density lipoprotein", "byte_end": 9444279996, "categories": ["Lipid disorders", "Cardiology", "Lipoproteins"]}
88
+ {"byte_start": 9444279996, "source_revision": "1201497569", "id": "13887", "title": "Honolulu", "byte_end": 9684839858, "categories": ["Honolulu| ", "1907 establishments in Hawaii", "Capitals of former nations", "Census county divisions", "Census-designated places in Honolulu County, Hawaii", "Cities in Hawaii", "County seats in Hawaii", "Populated coastal places in Hawaii", "Populated places established in 1809", "Populated places in Honolulu County, Hawaii", "Populated places on Oahu", "Port cities and towns in Hawaii", "State capitals in the United States"]}
89
+ {"byte_start": 9684839858, "source_revision": "1198391456", "id": "13889", "title": "Percolozoa", "byte_end": 9686018324, "categories": ["Percolozoa| ", "Bikont phyla", "Taxa named by Thomas Cavalier-Smith"]}
90
+ {"byte_start": 9686018324, "source_revision": "1198436938", "id": "13890", "title": "History of India", "byte_end": 11250376695, "categories": ["History of India| ", "History of South Asia by country|India"]}
91
+ {"byte_start": 11250376695, "source_revision": "1197601156", "id": "13891", "title": "Highlander (franchise)", "byte_end": 11283452539, "categories": ["Highlander (franchise)| ", "Action film franchises", "Fantasy film franchises", "Film franchises introduced in 1986", "Films adapted into television shows", "Fiction about immortality", "Films about immortality", "Science fiction film franchises", "Scotland in fiction"]}
92
+ {"byte_start": 11283452539, "source_revision": "1136794796", "id": "13892", "title": "Talk:Highlander (franchise)", "byte_end": 11284907914, "categories": []}
93
+ {"byte_start": 11284907914, "source_revision": "1156872620", "id": "13893", "title": "List of ships called HMS Hood", "byte_end": 11285212721, "categories": ["Royal Navy ship names"]}
94
+ {"byte_start": 11285212721, "source_revision": "1198957219", "id": "13894", "title": "Houston Astros", "byte_end": 11735346572, "categories": ["Houston Astros| ", "Major League Baseball teams", "Grapefruit League", "Baseball teams established in 1962", "Professional baseball teams in Texas", "1962 establishments in Texas"]}
95
+ {"byte_start": 11735346572, "source_revision": "1195662321", "id": "13895", "title": "Hal Clement", "byte_end": 11740166812, "categories": ["1922 births", "2003 deaths", "20th-century American male writers", "20th-century American novelists", "20th-century American short story writers", "21st-century American male writers", "21st-century American novelists", "21st-century American short story writers", "American male novelists", "American male short story writers", "American science fiction writers", "Boston University School of Education alumni", "Deaths from diabetes", "Harvard College alumni", "Hugo Award-winning writers", "Novelists from Massachusetts", "People from Milton, Massachusetts", "Science Fiction Hall of Fame inductees", "SFWA Grand Masters", "Simmons University alumni", "United States Air Force colonels", "United States Air Force reservists", "United States Army Air Forces bomber pilots of World War II", "United States Army Air Forces officers", "Writers from Somerville, Massachusetts"]}
96
+ {"byte_start": 11740166812, "source_revision": "1191444649", "id": "13896", "title": "Halld\u00f3r Laxness", "byte_end": 11761839124, "categories": ["Halld\u00f3r Laxness| ", "1902 births", "1998 deaths", "Icelandic male novelists|Halldor Laxness", "Icelandic essayists", "Icelandic translators|Halldor Laxness", "Roman Catholic writers", "Converts to Roman Catholicism from Lutheranism", "Icelandic Roman Catholics|Halldor Laxness", "Nobel laureates in Literature", "Icelandic Nobel laureates|Halldor Laxness", "Writers from Reykjav\u00edk|Halldor Laxness", "20th-century translators", "Writers about the Soviet Union", "20th-century Icelandic novelists", "20th-century Roman Catholics", "Deaths from dementia in Iceland", "Deaths from Alzheimer's disease", "Icelandic people with family names"]}
97
+ {"byte_start": 11761839124, "source_revision": "49775604", "id": "13897", "title": "Hall and Woodhouse", "byte_end": 11761858919, "categories": []}
98
+ {"byte_start": 11761858919, "source_revision": "1186154186", "id": "13898", "title": "Talk:History of the Republic of Turkey", "byte_end": 11766704723, "categories": []}
99
+ {"byte_start": 11766704723, "source_revision": "1189608473", "id": "13899", "title": "Harmonic oscillator", "byte_end": 11790401827, "categories": ["Mechanical vibrations", "Ordinary differential equations", "Articles containing video clips", "Oscillators", "Acoustics", "Sound"]}
100
+ {"byte_start": 11790401827, "source_revision": "439190256", "id": "13900", "title": "Talk:Holy Roman Empire/Archive 3", "byte_end": 11808793945, "categories": []}
101
+ {"byte_start": 11808793945, "source_revision": "1201347819", "id": "13901", "title": "Heathers", "byte_end": 11871135424, "categories": ["1989 films", "1989 black comedy films", "1989 directorial debut films", "1989 independent films", "1980s American films", "1980s coming-of-age comedy films", "1980s English-language films", "1980s feminist films", "1980s high school films", "1980s satirical films", "1980s teen comedy films", "American black comedy films", "American coming-of-age comedy films", "American high school films", "American films about revenge", "American independent films", "American satirical films", "American teen comedy films", "Edgar Award-winning works", "Films about bullying", "Films about eating disorders", "Films about murderers", "Films about school violence", "Films about suicide", "Films adapted into plays", "Films adapted into television shows", "Films directed by Michael Lehmann", "Films produced by Denise Di Novi", "Films scored by David Newman", "Films set in Ohio", "Films shot in Los Angeles", "Films with screenplays by Daniel Waters (screenwriter)", "New World Pictures films"]}
102
+ {"byte_start": 11871135424, "source_revision": "1199468903", "id": "13902", "title": "Federation of Expellees", "byte_end": 11878928132, "categories": ["Landsmannschaften", "Aftermath of World War II in Germany", "Non-profit organisations based in North Rhine-Westphalia", "Post\u2013World War II forced migrations", "Conservatism in Germany"]}
103
+ {"byte_start": 11878928132, "source_revision": "1197684925", "id": "13904", "title": "History of Albania", "byte_end": 12083003325, "categories": ["History of Albania| "]}
104
+ {"byte_start": 12083003325, "source_revision": "1089887333", "id": "13905", "title": "Talk:Federation of Expellees", "byte_end": 12087548752, "categories": []}
105
+ {"byte_start": 12087548752, "source_revision": "1027210809", "id": "13906", "title": "Heimatvertriebenen", "byte_end": 12087560039, "categories": []}
106
+ {"byte_start": 12087560039, "source_revision": "277556632", "id": "13907", "title": "Talk:Heimatvertriebenen", "byte_end": 12087577602, "categories": []}
107
+ {"byte_start": 12087577602, "source_revision": "1191914654", "id": "13908", "title": "Handfasting", "byte_end": 12091784828, "categories": ["Marriage, unions and partnerships in England", "Modern pagan beliefs and practices", "Social history of the United Kingdom", "Marriage and religion", "Temporary marriages", "Types of marriage", "Wedding traditions"]}
108
+ {"byte_start": 12091784828, "source_revision": "1198777131", "id": "13910", "title": "History of the Pacific Islands", "byte_end": 12107771993, "categories": ["History of the Pacific Ocean", "History of Oceania", "Prehistory of Oceania", "History by region", "History by island|Pacific Islands", "Islands of the Pacific Ocean|*History"]}
109
+ {"byte_start": 12107771993, "source_revision": "1198819715", "id": "13911", "title": "Harp", "byte_end": 12258842975, "categories": ["Harps| ", "String instruments", "Baroque instruments", "Orchestral instruments", "National symbols of Ireland", "Ancient Greek musical instruments", "Persian musical instruments"]}
110
+ {"byte_start": 12258842975, "source_revision": "1199207505", "id": "13912", "title": "Hollow Earth", "byte_end": 12328258025, "categories": ["Hollow Earth| ", "Subterranea (geography)", "Fiction about the Hollow Earth", "UFO-related phenomena", "Adventure fiction"]}
111
+ {"byte_start": 12328258025, "source_revision": "1201745366", "id": "13913", "title": "Hamas", "byte_end": 14224579348, "categories": ["Hamas| ", "1987 establishments in the Palestinian territories", "Anti-Americanism", "Anti-Israeli sentiment", "Anti-Zionism in the Palestinian territories", "Antisemitism in the Middle East", "Holocaust denial", "Islam and antisemitism", "Islamism in Israel", "Islamism in the State of Palestine", "Islamic political parties", "Islamic fundamentalism", "Jihadist groups", "Muslim Brotherhood", "National liberation movements", "Organizations based in Asia designated as terrorist", "Organisations designated as terrorist by Australia", "Organizations designated as terrorist by Canada", "Organizations designated as terrorist by Israel", "Organisations designated as terrorist by Japan", "Organizations designated as terrorist by Jordan", "Organizations designated as terrorist by Paraguay", "Organisations designated as terrorist by the European Union", "Organisations designated as terrorist by the United Kingdom", "Organizations designated as terrorist by the United States", "Palestinian militant groups", "Palestinian nationalist parties", "Palestinian political parties", "Political parties established in 1987", "Rebel groups that actively control territory", "Resistance movements", "Sunni Islamist groups", "Anti-imperialism in Asia", "Anti-imperialist organizations"]}
112
+ {"byte_start": 14224579348, "source_revision": "1198214353", "id": "13914", "title": "History of the graphical user interface", "byte_end": 14275073970, "categories": ["Graphical user interfaces| ", "History of human\u2013computer interaction", "History of computing"]}
113
+ {"byte_start": 14275073970, "source_revision": "789383714", "id": "13915", "title": "Talk:Harry Potter/Archive 1", "byte_end": 14277250316, "categories": []}
114
+ {"byte_start": 14277250316, "source_revision": "49788366", "id": "13916", "title": "Harry Potter/Broom", "byte_end": 14277253187, "categories": []}
115
+ {"byte_start": 14277253187, "source_revision": "1201620521", "id": "13918", "title": "Talk:Hamas", "byte_end": 15158079274, "categories": []}
116
+ {"byte_start": 15158079274, "source_revision": "1197627455", "id": "13919", "title": "Hezbollah", "byte_end": 16267978028, "categories": ["Hezbollah| ", "Factions in the Lebanese Civil War", "Organizations based in Asia designated as terrorist", "Anti-Israeli sentiment", "Antisemitism in the Middle East", "Anti-Zionism in Lebanon", "Holocaust denial", "Iran\u2013Lebanon relations", "Islam and antisemitism", "Jihadist groups", "Khomeinist groups", "Lebanese nationalism", "March 8 Alliance", "Political parties established in 1982", "Political parties in Lebanon", "Pro-government factions of the Syrian civil war", "Anti-Western sentiment", "Axis of Resistance", "Organizations designated as terrorist by Argentina", "Organisations designated as terrorist by Australia", "Organizations designated as terrorist by Canada", "Organizations designated as terrorist by Colombia", "Organisations designated as terrorist by the European Union", "Organizations designated as terrorist by Honduras", "Organizations designated as terrorist by Lithuania", "Organizations designated as terrorist by Paraguay", "Organizations designated as terrorist by Serbia", "Islamic terrorism in Lebanon", "1985 establishments in Lebanon", "Paramilitary organisations based in Lebanon", "Anti-ISIL factions in Syria", "Anti-ISIL factions in Iraq", "Anti-Americanism", "Organizations that oppose LGBT rights in Asia", "Anti-anarchism"]}
warehouse_00012.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4732783a8bc01e57716dd21cb65f23e521e6da8664f4471123aaca1b732c93
3
+ size 168904940
warehouse_00012.metadata ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1200709348", "id": "14275", "title": "Hacker ethic", "byte_end": 8863746, "categories": ["Computing and society", "Hacker culture", "Decentralization"]}
2
+ {"byte_start": 8863746, "source_revision": "1199247164", "id": "14276", "title": "Hotel", "byte_end": 93146301, "categories": ["Hotels| ", "Buildings and structures by type", "Hospitality management| ", "Tourist accommodations"]}
3
+ {"byte_start": 93146301, "source_revision": "1194507607", "id": "14277", "title": "Hebrew mythology", "byte_end": 93163304, "categories": []}
4
+ {"byte_start": 93163304, "source_revision": "783863993", "id": "14278", "title": "Hermitian", "byte_end": 93467639, "categories": []}
5
+ {"byte_start": 93467639, "source_revision": "1200167292", "id": "14279", "title": "Hugh Hefner", "byte_end": 234384050, "categories": ["1926 births", "2017 deaths", "Businesspeople from Chicago", "People from Holmby Hills, Los Angeles", "University of Illinois alumni", "Northwestern University alumni", "University of Illinois Urbana-Champaign alumni", "School of the Art Institute of Chicago alumni", "20th-century American businesspeople", "Adult magazine publishers (people)", "American copy editors", "American magazine editors", "American magazine founders", "American magazine publishers (people)", "American male journalists", "American people of English descent", "American people of German descent", "American people of Swedish descent", "American political activists", "American pornographers", "American publishing chief executives", "American socialites", "California Democrats", "American copywriters", "Free speech activists", "Hefner family", "American LGBT rights activists", "Military personnel from Illinois", "Nightclub owners", "Obscenity controversies in literature", "Participants in American reality television series", "Playboy people", "United States Army personnel of World War II", "United States Army soldiers", "Deaths from sepsis", "Infectious disease deaths in California", "Burials at Westwood Village Memorial Park Cemetery"]}
6
+ {"byte_start": 234384050, "source_revision": "1199674179", "id": "14280", "title": "Hafizullah Amin", "byte_end": 273282552, "categories": ["1929 births", "1979 deaths", "1979 murders in Asia", "20th-century heads of state of Afghanistan", "Presidents of Afghanistan", "Leaders who took power by coup", "Afghan Muslims", "Assassinated Afghan politicians", "Government ministers of Afghanistan", "Foreign ministers of Afghanistan", "Prime Ministers of Afghanistan", "Defence ministers of Afghanistan", "People's Democratic Party of Afghanistan politicians", "People from Kabul Province", "Pashtun people", "Teachers College, Columbia University alumni", "Deaths by firearm in Afghanistan", "People murdered in Afghanistan", "Politicians of the Democratic Republic of Afghanistan", "1970s in Afghanistan", "People killed in KGB operations", "Afghan revolutionaries", "Assassinated heads of state in Asia", "1970s assassinated politicians in Asia", "Afghan communists", "Pashtun nationalists", "Communists by nationality", "Assassinated presidents in Asia", "20th-century assassinated Afghan politicians", "Assassinated politicians in 1979"]}
7
+ {"byte_start": 273282552, "source_revision": "1195139966", "id": "14282", "title": "Hubris", "byte_end": 291856962, "categories": ["Narcissism", "Barriers to critical thinking", "Pride", "Psychological attitude", "Religious terminology", "Seven deadly sins", "Concepts in ancient Greek ethics"]}
8
+ {"byte_start": 291856962, "source_revision": "1200972445", "id": "14283", "title": "Heavy water", "byte_end": 386082684, "categories": ["Deuterated compounds", "Deuterated solvents", "Forms of water", "Neutron moderators", "Nuclear reactor coolants", "Oxygen compounds"]}
9
+ {"byte_start": 386082684, "source_revision": "1005892372", "id": "14284", "title": "Hemochromatosis", "byte_end": 386104854, "categories": []}
10
+ {"byte_start": 386104854, "source_revision": "1198217826", "id": "14285", "title": "History of science and technology", "byte_end": 404490498, "categories": ["History of science and technology| ", "Historiography of science|*", "History of science|*", "History of technology|*", "History of industries|Science and technology", "Technological change", "Technology", "Technology systems"]}
11
+ {"byte_start": 404490498, "source_revision": "1193519784", "id": "14286", "title": "Holographic principle", "byte_end": 422541461, "categories": ["Theoretical physics", "Black holes", "Quantum information science", "Holography"]}
12
+ {"byte_start": 422541461, "source_revision": "1201372747", "id": "14288", "title": "Hamilton, Ontario", "byte_end": 816863600, "categories": ["Hamilton, Ontario| ", "1810s establishments in Canada", "Cities in Ontario", "Niagara Escarpment", "Populated places established in the 1810s", "Populated places on Lake Ontario in Canada", "Port settlements in Ontario", "Single-tier municipalities in Ontario", "Royal Hamilton Light Infantry (Wentworth Regiment)"]}
13
+ {"byte_start": 816863600, "source_revision": "1179822315", "id": "14290", "title": "Talk:Homo (disambiguation)", "byte_end": 817489437, "categories": []}
14
+ {"byte_start": 817489437, "source_revision": "1198217880", "id": "14291", "title": "Hussites", "byte_end": 829231209, "categories": ["Hussites| ", "Protestantism in the Czech Republic", "Jan Hus"]}
15
+ {"byte_start": 829231209, "source_revision": "1038899606", "id": "14292", "title": "HMS Ark Royal", "byte_end": 829733083, "categories": ["Royal Navy ship names"]}
16
+ {"byte_start": 829733083, "source_revision": "1187656321", "id": "14293", "title": "Herman of Alaska", "byte_end": 833828937, "categories": ["1756 births", "1837 deaths", "18th-century Christian monks", "19th-century Christian monks", "19th-century Christian saints", "American saints of the Eastern Orthodox Church", "Anglican saints", "Christian missionaries in Alaska", "Eastern Orthodox missionaries", "Eastern Orthodox monks", "Eastern Orthodoxy in Alaska", "Miracle workers", "People from Russian America", "People from the Republic of Karelia", "Russian saints of the Eastern Orthodox Church", "Starets"]}
17
+ {"byte_start": 833828937, "source_revision": "1195850791", "id": "14294", "title": "Hausdorff dimension", "byte_end": 844755335, "categories": ["Fractals", "Metric geometry", "Dimension theory"]}
18
+ {"byte_start": 844755335, "source_revision": "1200509894", "id": "14296", "title": "Heckler & Koch", "byte_end": 861161155, "categories": ["Heckler & Koch| ", "Companies based in Baden-W\u00fcrttemberg", "Manufacturing companies established in 1949", "Defence companies of Germany", "Firearm manufacturers of Germany", "German brands"]}
19
+ {"byte_start": 861161155, "source_revision": "1201548357", "id": "14297", "title": "Heckler & Koch MP5", "byte_end": 1093624238, "categories": [".40 S&W submachine guns", "9mm Parabellum submachine guns", "10mm Auto submachine guns", "Cold War weapons of Germany", "Heckler & Koch submachine guns|MP5", "Personal defense weapons", "Silenced firearms", "Submachine guns of Germany", "Carbines", "Roller-delayed blowback firearms", "Weapons and ammunition introduced in 1966"]}
20
+ {"byte_start": 1093624238, "source_revision": "1192712291", "id": "14298", "title": "Henry Middleton", "byte_end": 1095271306, "categories": ["1717 births", "1784 deaths", "American people of Barbadian descent", "American people of English descent", "American slave owners", "Continental Congressmen from South Carolina", "18th-century American politicians", "Middleton family", "Politicians from Charleston, South Carolina", "People of South Carolina in the American Revolution", "South Carolina state senators", "People from colonial South Carolina", "Planters from the Thirteen Colonies", "Signers of the Continental Association", "Speakers of the South Carolina Commons House of Assembly"]}
21
+ {"byte_start": 1095271306, "source_revision": "1195868675", "id": "11259", "title": "Fatwa", "byte_end": 1130840721, "categories": ["Sharia", "Islamic jurisprudence", "Arabic words and phrases in Sharia", "Fatwas| ", "Islamic courts and tribunals"]}
22
+ {"byte_start": 1130840721, "source_revision": "1200393978", "id": "11260", "title": "Relax (song)", "byte_end": 1162959768, "categories": ["1983 songs", "1983 debut singles", "1984 singles", "Brit Award for British Single", "Controversies in the United Kingdom", "Frankie Goes to Hollywood songs", "Judge Dread songs", "LGBT-related songs", "Songs banned by the BBC", "Music videos directed by Godley and Creme", "Number-one singles in Finland", "Number-one singles in France", "Number-one singles in Germany", "Number-one singles in Greece", "Number-one singles in Israel", "Number-one singles in Italy", "Number-one singles in Spain", "Number-one singles in Switzerland", "LGBT-related controversies in music", "Obscenity controversies in music", "Songs written by Holly Johnson", "Songs written by Mark O'Toole (musician)", "Songs written by Peter Gill (FGTH drummer)", "UK Singles Chart number-one singles", "Music Week number-one dance singles", "ZTT Records singles", "Music videos directed by David Mallet (director)"]}
23
+ {"byte_start": 1162959768, "source_revision": "1200394986", "id": "11261", "title": "Two Tribes", "byte_end": 1174241567, "categories": ["1984 songs", "1984 singles", "Frankie Goes to Hollywood songs", "UK Singles Chart number-one singles", "European Hot 100 Singles number-one singles", "Number-one singles in Germany", "Number-one singles in New Zealand", "Dutch Top 40 number-one singles", "Anti-war songs", "Songs about nuclear war and weapons", "Songs about Ronald Reagan", "Music videos directed by Godley and Creme", "Song recordings produced by Trevor Horn", "Songs written by Holly Johnson", "ZTT Records singles", "Cultural depictions of Ronald Reagan", "Cultural depictions of Richard Nixon"]}
24
+ {"byte_start": 1174241567, "source_revision": "1035504088", "id": "11262", "title": "The Power of Love", "byte_end": 1174962522, "categories": []}
25
+ {"byte_start": 1174962522, "source_revision": "1178973148", "id": "11263", "title": "Welcome to the Pleasuredome (song)", "byte_end": 1178135407, "categories": ["1985 singles", "Frankie Goes to Hollywood songs", "Songs written by Holly Johnson", "Song recordings produced by Trevor Horn", "ZTT Records singles", "1985 songs"]}
26
+ {"byte_start": 1178135407, "source_revision": "1194896320", "id": "11264", "title": "Rage Hard", "byte_end": 1179819427, "categories": ["Frankie Goes to Hollywood songs", "1986 singles", "Number-one singles in Germany", "1986 songs", "Song recordings produced by Stephen Lipson"]}
27
+ {"byte_start": 1179819427, "source_revision": "1197705026", "id": "11267", "title": "Liverpool (album)", "byte_end": 1181538786, "categories": ["1986 albums", "Frankie Goes to Hollywood albums", "Albums produced by Trevor Horn", "Albums produced by Stephen Lipson", "ZTT Records albums"]}
28
+ {"byte_start": 1181538786, "source_revision": "1189573305", "id": "11269", "title": "Talk:Frankie Goes to Hollywood", "byte_end": 1183751807, "categories": []}
29
+ {"byte_start": 1183751807, "source_revision": "333966924", "id": "11272", "title": "Free State Danzig", "byte_end": 1183771865, "categories": []}
30
+ {"byte_start": 1183771865, "source_revision": "1196677971", "id": "11273", "title": "Faroese language", "byte_end": 1241050187, "categories": ["Faroese language| ", "Languages of Denmark", "West Scandinavian languages", "Subject\u2013verb\u2013object languages", "Verb-second languages", "Faroese culture|Language", "Stress-timed languages", "Vulnerable languages"]}
31
+ {"byte_start": 1241050187, "source_revision": "1199429080", "id": "11274", "title": "Elementary particle", "byte_end": 1269046584, "categories": ["Elementary particles| ", "Quantum mechanics", "Quantum field theory", "Subatomic particles"]}
32
+ {"byte_start": 1269046584, "source_revision": "1137232842", "id": "11276", "title": "Talk:The Fast Show", "byte_end": 1269331962, "categories": []}
33
+ {"byte_start": 1269331962, "source_revision": "1117964230", "id": "12540", "title": "Talk:Genitive case", "byte_end": 1273459620, "categories": []}
34
+ {"byte_start": 1273459620, "source_revision": "1199960374", "id": "12541", "title": "Gematria", "byte_end": 1329160819, "categories": ["Hebrew alphabet", "Jewish mysticism", "Kabbalah", "Kabbalistic words and phrases", "Numerology"]}
35
+ {"byte_start": 1329160819, "source_revision": "1200249760", "id": "12542", "title": "Grateful Dead", "byte_end": 1646664420, "categories": ["Grateful Dead| ", "1965 establishments in California", "1995 disestablishments in the United States", "Acid rock music groups", "American blues rock musical groups", "American country rock groups", "American musical sextets", "American musical septets", "Arista Records artists", "Articles which contain graphical timelines", "Cannabis music", "Folk rock groups from California", "Grammy Lifetime Achievement Award winners", "Haight-Ashbury, San Francisco", "Jam bands", "Jammy Award winners", "Musical groups disestablished in 1995", "Musical groups established in 1965", "Musical groups from San Francisco", "Palo Alto, California", "Proto-prog groups", "Progressive rock musical groups from California", "Psychedelic rock music groups from California", "Rhino Records artists", "United Artists Records artists", "Warner Records artists"]}
36
+ {"byte_start": 1646664420, "source_revision": "1196055941", "id": "12543", "title": "Groupoid", "byte_end": 1656230106, "categories": ["Algebraic structures", "Category theory", "Homotopy theory"]}
37
+ {"byte_start": 1656230106, "source_revision": "1147822751", "id": "12544", "title": "Galliard", "byte_end": 1657067919, "categories": ["Renaissance music", "Baroque dance", "Renaissance dance", "Dance forms in classical music", "Baroque music"]}
38
+ {"byte_start": 1657067919, "source_revision": "1182545285", "id": "12545", "title": "General surgery", "byte_end": 1661252970, "categories": ["General surgery| ", "Surgical specialties"]}
39
+ {"byte_start": 1661252970, "source_revision": "1194981922", "id": "12546", "title": "Gorilla", "byte_end": 1764569362, "categories": ["Gorillas|\u00a0", "Apes", "Herbivorous mammals", "Primates of Africa|\u00a0", "Fauna of Sub-Saharan Africa", "Primate genera", "Taxa named by Isidore Geoffroy Saint-Hilaire", "Taxa described in 1852"]}
40
+ {"byte_start": 1764569362, "source_revision": "606427509", "id": "12547", "title": "Greek Element", "byte_end": 1764571400, "categories": []}
41
+ {"byte_start": 1764571400, "source_revision": "1178481551", "id": "12549", "title": "GURPS Supers", "byte_end": 1765124720, "categories": ["GURPS books|Supers", "Role-playing game supplements introduced in 1989", "Superhero role-playing games"]}
42
+ {"byte_start": 1765124720, "source_revision": "1198204412", "id": "12550", "title": "Gallifrey", "byte_end": 1803117143, "categories": ["Doctor Who locations", "Fictional planets", "Fictional destroyed planets"]}
43
+ {"byte_start": 1803117143, "source_revision": "1200577906", "id": "12551", "title": "Gymnastics", "byte_end": 2016617418, "categories": ["Gymnastics| ", "Summer Olympic sports", "Individual sports", "Sports rules and regulations", "Acrobatic sports"]}
44
+ {"byte_start": 2016617418, "source_revision": "1201522680", "id": "12552", "title": "Great auk", "byte_end": 2093236104, "categories": ["1844 in the environment", "Alcinae", "Articles containing video clips", "Atlantic auks", "Bird extinctions since 1500", "Birds described in 1758", "Birds in the United Kingdom", "Birds of Greenland", "Birds of Iceland", "Birds of Scandinavia", "Extinct animals of Canada", "Extinct animals of the United States", "Extinct birds of Atlantic islands", "Extinct birds of Europe", "Extinct birds of North America", "Extinct flightless birds", "Native birds of Eastern Canada", "Native birds of the Eastern United States", "Pleistocene birds of North America", "Pliocene birds of North America", "Quaternary birds of Europe", "Species made extinct by human activities", "Taxa named by Carl Linnaeus", "Zanclean first appearances", "Fossil taxa described in 1900"]}
45
+ {"byte_start": 2093236104, "source_revision": "1200505481", "id": "12553", "title": "Glorantha", "byte_end": 2097923804, "categories": ["Fantasy campaign settings", "Fantasy worlds", "Greg Stafford games", "RuneQuest"]}
46
+ {"byte_start": 2097923804, "source_revision": "1160387897", "id": "12555", "title": "Gram (disambiguation)", "byte_end": 2098258295, "categories": []}
47
+ {"byte_start": 2098258295, "source_revision": "1191033060", "id": "12556", "title": "Garnet Bailey", "byte_end": 2101405394, "categories": ["1948 births", "2001 deaths", "Boston Bruins draft picks", "Boston Bruins players", "Canadian ice hockey left wingers", "Canadian terrorism victims", "Detroit Red Wings players", "Edmonton Oil Kings (WCHL) players", "Edmonton Oilers (WHA) players", "Edmonton Oilers scouts", "Filmed killings", "Hershey Bears players", "Houston Apollos players", "Ice hockey people from Saskatchewan", "Los Angeles Kings scouts", "Sportspeople from Lloydminster", "People from Lynnfield, Massachusetts", "People murdered in New York City", "Ice hockey people from Essex County, Massachusetts", "St. Louis Blues players", "Stanley Cup champions", "Terrorism deaths in New York (state)", "United Airlines Flight 175 victims", "Victims of aviation accidents or incidents in the United States", "Washington Capitals players", "Wichita Wind players"]}
48
+ {"byte_start": 2101405394, "source_revision": "1193945370", "id": "12557", "title": "Gilles Deleuze", "byte_end": 2189759637, "categories": ["Gilles Deleuze| ", "1925 births", "1995 suicides", "1995 deaths", "20th-century atheists", "20th-century French historians", "20th-century French non-fiction writers", "20th-century French philosophers", "Anti-psychiatry", "Atheist philosophers", "Deaths by defenestration", "Empiricists", "Epistemologists", "Film theorists", "Foucault scholars", "Franz Kafka scholars", "French anti-capitalists", "French anti-fascists", "French atheists", "French essayists", "French ethicists", "French historians of philosophy", "French male non-fiction writers", "French political philosophers", "Hegel scholars", "Hume scholars", "Kant scholars", "Literacy and society theorists", "Literary theorists", "Lyc\u00e9e Carnot alumni", "Lyc\u00e9e Henri-IV alumni", "Mass media theorists", "Materialists", "Metaphilosophers", "Neo-Spinozism", "Nietzsche scholars", "Ontologists", "Philosophers of art", "Philosophers of culture", "Philosophers of economics", "Philosophers of education", "Philosophers of history", "Philosophers of literature", "Philosophers of love", "Philosophers of mind", "Philosophers of psychology", "Philosophers of science", "Philosophers of sexuality", "Philosophy writers", "Political philosophers", "Poststructuralists", "Scholars of Marxism", "Social philosophers", "Spinoza scholars", "Spinozist philosophers", "Suicides by jumping in France", "Suicides in France", "University of Paris alumni", "Academic staff of the University of Paris", "Academic staff of Paris 8 University Vincennes-Saint-Denis", "Writers from Paris"]}
49
+ {"byte_start": 2189759637, "source_revision": "1201431439", "id": "12558", "title": "Galaxy", "byte_end": 2564462366, "categories": ["Galaxies| ", "Concepts in astronomy", "Articles containing video clips"]}
50
+ {"byte_start": 2564462366, "source_revision": "1201251532", "id": "12561", "title": "Gene Hackman", "byte_end": 2637720384, "categories": ["1930 births", "20th-century American male actors", "20th-century American novelists", "21st-century American male actors", "21st-century American novelists", "Male actors from California", "American male film actors", "American male voice actors", "American male novelists", "American male stage actors", "American people of Canadian descent", "American people of English descent", "American people of Pennsylvania Dutch descent", "American people of German descent", "American people of Scottish descent", "Art Students League of New York alumni", "Best Actor Academy Award winners", "Best Actor BAFTA Award winners", "Best Drama Actor Golden Globe (film) winners", "Best Musical or Comedy Actor Golden Globe (film) winners", "Best Supporting Actor Academy Award winners", "Best Supporting Actor BAFTA Award winners", "Best Supporting Actor Golden Globe (film) winners", "Cecil B. DeMille Award Golden Globe winners", "Living people", "Male Western (genre) film actors", "Outstanding Performance by a Cast in a Motion Picture Screen Actors Guild Award winners", "People from Danville, Illinois", "Actors from San Bernardino, California", "Male actors from Santa Fe, New Mexico", "People from Storm Lake, Iowa", "Military personnel from Iowa", "Silver Bear for Best Actor winners", "Writers from Santa Fe, New Mexico", "United States Marines", "University of Illinois Urbana-Champaign College of Media alumni", "20th-century American male writers", "21st-century American male writers", "Novelists from California", "Novelists from New York (state)", "California Democrats", "New Mexico Democrats"]}
51
+ {"byte_start": 2637720384, "source_revision": "1198204769", "id": "12562", "title": "Gregor Mendel", "byte_end": 2714882920, "categories": ["Gregor Mendel| ", "1822 births", "1884 deaths", "People from Nov\u00fd Ji\u010d\u00edn District", "People from Austrian Silesia", "Silesian-German people", "Czech Roman Catholics", "Augustinian friars", "Austrian abbots", "Austrian biologists", "19th-century Austrian botanists", "Austrian geneticists", "Botanists with author abbreviations", "Czech biologists", "Czech botanists", "Catholic clergy scientists", "Catholic philosophers", "19th-century Austrian Roman Catholic priests", "Palack\u00fd University Olomouc alumni", "Deaths from nephritis", "Burials at Brno Central Cemetery"]}
52
+ {"byte_start": 2714882920, "source_revision": "541674338", "id": "12563", "title": "Gregor Johann Mendel", "byte_end": 2714885488, "categories": []}
53
+ {"byte_start": 2714885488, "source_revision": "1200854376", "id": "12564", "title": "Grappling", "byte_end": 2726227936, "categories": ["Grappling| ", "Martial art techniques", "Mixed martial arts styles"]}
54
+ {"byte_start": 2726227936, "source_revision": "1200228578", "id": "12566", "title": "George Mason University", "byte_end": 3072799715, "categories": ["George Mason University| ", "1949 establishments in Virginia", "Education in Arlington County, Virginia", "Education in Fairfax County, Virginia", "Education in Loudoun County, Virginia", "Education in Prince William County, Virginia", "George Mason", "Public universities and colleges in Virginia", "Universities and colleges accredited by the Southern Association of Colleges and Schools", "Universities and colleges established in 1949", "Universities and colleges in South Korea"]}
55
+ {"byte_start": 3072799715, "source_revision": "1194882403", "id": "12569", "title": "Grammar", "byte_end": 3124089035, "categories": ["Grammar| ", "Writing", "Linguistics terminology"]}
56
+ {"byte_start": 3124089035, "source_revision": "1192165308", "id": "12570", "title": "Gigabyte", "byte_end": 3142077100, "categories": ["Units of information"]}
57
+ {"byte_start": 3142077100, "source_revision": "1182539805", "id": "12571", "title": "Galaxy groups and clusters", "byte_end": 3145581863, "categories": ["Galaxy clusters| ", "Large-scale structure of the cosmos"]}
58
+ {"byte_start": 3145581863, "source_revision": "1201012657", "id": "12572", "title": "Grus (constellation)", "byte_end": 3158068184, "categories": ["Grus (constellation)| ", "Southern constellations", "Constellations listed by Petrus Plancius", "Dutch celestial cartography in the Age of Discovery", "Astronomy in the Dutch Republic", "1590s in the Dutch Republic"]}
59
+ {"byte_start": 3158068184, "source_revision": "1134846303", "id": "12573", "title": "Gia (disambiguation)", "byte_end": 3158276480, "categories": []}
60
+ {"byte_start": 3158276480, "source_revision": "1193887877", "id": "12575", "title": "Talk:Galaxy groups and clusters", "byte_end": 3158361483, "categories": []}
61
+ {"byte_start": 3158361483, "source_revision": "1198057896", "id": "12576", "title": "Galba", "byte_end": 3173607644, "categories": ["Galba| ", "3 BC births", "69 deaths", "1st-century BC Romans", "1st-century murdered monarchs", "1st-century Roman emperors", "Ancient Roman adoptees", "Ancient Roman military personnel", "Imperial Roman consuls", "Imperial Roman praetors", "Leaders who took power by coup", "Livii", "Murdered Roman emperors", "People from the Province of Latina", "People of the Year of the Four Emperors", "Roman consuls who died in office", "Roman emperors murdered by the Praetorian Guard", "Roman governors of Hispania Tarraconensis", "Roman legates", "Roman pharaohs", "Sulpicii Galbae"]}
62
+ {"byte_start": 3173607644, "source_revision": "1190221688", "id": "12577", "title": "Giga-", "byte_end": 3176306783, "categories": ["SI prefixes"]}
63
+ {"byte_start": 3176306783, "source_revision": "1191537311", "id": "12578", "title": "George Stephenson", "byte_end": 3252444619, "categories": ["George Stephenson| ", "1781 births", "1848 deaths", "People of the Industrial Revolution", "19th-century British inventors", "Millwrights", "People from Wylam", "Burials in Derbyshire", "19th-century British engineers", "English civil engineers", "English mechanical engineers"]}
64
+ {"byte_start": 3252444619, "source_revision": "1182325790", "id": "12579", "title": "Grapheme", "byte_end": 3254833333, "categories": ["Graphemes| ", "Learning to read", "Typography", "Linguistics terminology"]}
65
+ {"byte_start": 3254833333, "source_revision": "1191550618", "id": "12581", "title": "Glass", "byte_end": 3652872048, "categories": ["Glass| ", "Amorphous solids", "Dielectrics", "Materials", "Packaging materials", "Sculpture materials", "Windows"]}
66
+ {"byte_start": 3652872048, "source_revision": "1200399270", "id": "12582", "title": "Gel electrophoresis", "byte_end": 3680046672, "categories": ["Protein methods", "Molecular biology", "Laboratory techniques", "Electrophoresis", "Polymerase chain reaction", "Gels|electrophoresis"]}
67
+ {"byte_start": 3680046672, "source_revision": "1201354347", "id": "12583", "title": "Gary Lineker", "byte_end": 3827372084, "categories": ["1960 births", "Living people", "1986 FIFA World Cup players", "1990 FIFA World Cup players", "Men's association football forwards", "BBC sports presenters and reporters", "BT Sport presenters and reporters", "England men's B international footballers", "England men's international footballers", "English association football commentators", "English expatriate men's footballers", "English expatriate sportspeople in Japan", "English expatriate sportspeople in Spain", "English Football Hall of Fame inductees", "English Football League players", "English men's footballers", "English television presenters", "Everton F.C. players", "Expatriate men's footballers in Japan", "Expatriate men's footballers in Spain", "FC Barcelona players", "FIFA 100", "First Division/Premier League top scorers", "Footballers from Leicester", "Golf writers and broadcasters", "J1 League players", "La Liga players", "Leicester City F.C. players", "Nagoya Grampus players", "Officers of the Order of the British Empire", "People educated at City of Leicester Boys' Grammar School", "People named in the Paradise Papers", "Television personalities from Leicestershire", "Tottenham Hotspur F.C. players", "UEFA Euro 1988 players", "UEFA Euro 1992 players"]}
68
+ {"byte_start": 3827372084, "source_revision": "1170452098", "id": "12584", "title": "Golgi apparatus", "byte_end": 3871765799, "categories": ["Organelles", "Anatomy named for one who described it"]}
69
+ {"byte_start": 3871765799, "source_revision": "1193887890", "id": "12586", "title": "Talk:Gary Lineker", "byte_end": 3873947185, "categories": []}
70
+ {"byte_start": 3873947185, "source_revision": "1183005141", "id": "12587", "title": "GFDL (disambiguation)", "byte_end": 3873974070, "categories": []}
71
+ {"byte_start": 3873974070, "source_revision": "1193887900", "id": "12588", "title": "Talk:Gottfried Wilhelm Leibniz", "byte_end": 3908414530, "categories": []}
72
+ {"byte_start": 3908414530, "source_revision": "1199169279", "id": "12590", "title": "Grace Hopper", "byte_end": 4029116062, "categories": ["1906 births", "1992 deaths", "American computer programmers", "American computer scientists", "COBOL", "Programming language designers", "American women computer scientists", "American women inventors", "20th-century American inventors", "American women mathematicians", "United States Navy rear admirals (lower half)", "Female admirals of the United States Navy", "Fellows of the American Academy of Arts and Sciences", "Fellows of the British Computer Society", "National Medal of Technology recipients", "Recipients of the Defense Distinguished Service Medal", "Recipients of the Legion of Merit", "Recipients of the Meritorious Service Medal (United States)", "Vassar College faculty", "Military personnel from New York City", "Vassar College alumni", "Yale University alumni", "American people of Dutch descent", "American people of Scottish descent", "Burials at Arlington National Cemetery", "20th-century American engineers", "20th-century American mathematicians", "20th-century American women scientists", "Presidential Medal of Freedom recipients", "Computer science educators", "American software engineers", "20th-century women mathematicians", "Mathematicians from New York (state)", "Wardlaw-Hartridge School alumni", "WAVES personnel", "Harvard University staff"]}
73
+ {"byte_start": 4029116062, "source_revision": "1194660510", "id": "12592", "title": "GNU Manifesto", "byte_end": 4029551010, "categories": ["GNU Project", "Free software culture and documents", "Free Software Foundation", "Copyleft media", "Internet culture", "Political manifestos", "1985 documents", "Works about intellectual property law"]}
74
+ {"byte_start": 4029551010, "source_revision": "1201509413", "id": "12594", "title": "Gross domestic product", "byte_end": 4283173796, "categories": ["Gross domestic product| ", "National accounts"]}
75
+ {"byte_start": 4283173796, "source_revision": "1193887911", "id": "12596", "title": "Talk:Gasoline", "byte_end": 4367957150, "categories": []}
76
+ {"byte_start": 4367957150, "source_revision": "1105682392", "id": "12597", "title": "Gasoline engine", "byte_end": 4368082477, "categories": ["Gasoline engines| "]}
77
+ {"byte_start": 4368082477, "source_revision": "1200169083", "id": "12598", "title": "Georg Wilhelm Friedrich Hegel", "byte_end": 4818550178, "categories": ["Georg Wilhelm Friedrich Hegel| ", "1770 births", "1831 deaths", "18th-century German educators", "18th-century essayists", "18th-century German male writers", "18th-century German philosophers", "18th-century German writers", "18th-century historians", "19th-century German educators", "19th-century essayists", "19th-century German male writers", "19th-century German philosophers", "19th-century German writers", "19th-century historians", "19th-century mystics", "Academic staff of the Humboldt University of Berlin", "Academic staff of the University of Jena", "Burials at the Dorotheenstadt Cemetery", "Death of God theologians", "Deaths from cholera", "Enlightenment philosophers", "German historians of philosophy", "German Lutherans", "German male essayists", "German male non-fiction writers", "German political philosophers", "Hegelian philosophers| ", "Heidelberg University alumni", "German idealists", "Infectious disease deaths in Germany", "Metaphysicians", "Pantheists", "People educated at Eberhard-Ludwigs-Gymnasium", "People from the Duchy of W\u00fcrttemberg", "Philosophers of art", "Philosophers of history", "Philosophers of language", "Philosophers of law", "Philosophers of mind", "Philosophers of religion", "Philosophy academics", "Philosophy writers", "Presidents of the Humboldt University of Berlin", "Theoretical historians", "University of T\u00fcbingen alumni", "Writers about religion and science", "Writers from Stuttgart"]}
78
+ {"byte_start": 4818550178, "source_revision": "1195471606", "id": "12599", "title": "Talk:Georg Wilhelm Friedrich Hegel", "byte_end": 4865997012, "categories": []}
79
+ {"byte_start": 4865997012, "source_revision": "1066529466", "id": "12600", "title": "Grid network", "byte_end": 4866117799, "categories": ["Telecommunications", "Network topology"]}
80
+ {"byte_start": 4866117799, "source_revision": "1199078907", "id": "12601", "title": "Governor-General of Australia", "byte_end": 4971434274, "categories": ["Governors-General of Australia| ", "Westminster system", "Monarchy in Australia", "Parliament of Australia", "1975 Australian constitutional crisis", "1901 establishments in Australia"]}
81
+ {"byte_start": 4971434274, "source_revision": "1197527469", "id": "12602", "title": "Talk:Governor-General of Australia", "byte_end": 5022026701, "categories": []}
82
+ {"byte_start": 5022026701, "source_revision": "1200268521", "id": "12605", "title": "Talk:Go", "byte_end": 5022546073, "categories": []}
83
+ {"byte_start": 5022546073, "source_revision": "1198205038", "id": "12607", "title": "Glasnost", "byte_end": 5034618759, "categories": ["Soviet phraseology", "Soviet internal politics", "Transparency (behavior)", "Dissolution of the Soviet Union", "Mikhail Gorbachev", "1980s in the Soviet Union", "Political catchphrases", "Perestroika", "Reform in the Soviet Union", "Soviet democracy movements", "Russian words and phrases", "Ideology of the Communist Party of the Soviet Union", "1980s in politics"]}
84
+ {"byte_start": 5034618759, "source_revision": "1201611017", "id": "12608", "title": "Geodesy", "byte_end": 5073145182, "categories": ["Geodesy| ", "Earth sciences", "Subfields of geology", "Cartography", "Measurement", "Navigation", "Applied mathematics", "Articles containing video clips"]}
85
+ {"byte_start": 5073145182, "source_revision": "1189730265", "id": "12609", "title": "Eurogame", "byte_end": 5089562166, "categories": ["Board games", "Culture of Germany"]}
86
+ {"byte_start": 5089562166, "source_revision": "1198205074", "id": "12610", "title": "Grand Unified Theory", "byte_end": 5110150396, "categories": ["Grand Unified Theory| ", "Particle physics", "Physical cosmology", "Physics beyond the Standard Model"]}
87
+ {"byte_start": 5110150396, "source_revision": "1192748280", "id": "12611", "title": "GTE", "byte_end": 5111464811, "categories": ["Verizon Communications", "Companies based in Stamford, Connecticut", "Technology companies disestablished in 2000", "Companies formerly listed on the Tokyo Stock Exchange", "Defunct companies based in Connecticut", "Defunct telecommunications companies of the United States", "Telecommunications companies established in 1934", "American companies established in 1934", "2000 disestablishments in Connecticut", "1934 establishments in Wisconsin", "2000 mergers and acquisitions", "American companies disestablished in 2000"]}
88
+ {"byte_start": 5111464811, "source_revision": "1159862870", "id": "12612", "title": "General aviation", "byte_end": 5116705794, "categories": ["General aviation| "]}
89
+ {"byte_start": 5116705794, "source_revision": "1077198767", "id": "12613", "title": "Grue", "byte_end": 5116862645, "categories": []}
90
+ {"byte_start": 5116862645, "source_revision": "1190453349", "id": "12615", "title": "Gracchi brothers", "byte_end": 5128755754, "categories": ["2nd-century BC Romans", "Brother duos", "Populares", "Tribunes of the plebs", "Sempronii"]}
91
+ {"byte_start": 5128755754, "source_revision": "1198713972", "id": "12616", "title": "Gossip", "byte_end": 5153731761, "categories": ["Human communication", "Social status", "Group processes", "Workplace", "Evolutionary psychology", "Moral psychology", "Defamation", "Journalism ethics", "Tabloid journalism"]}
92
+ {"byte_start": 5153731761, "source_revision": "783863304", "id": "12617", "title": "Graphical User Interface", "byte_end": 5153735004, "categories": []}
93
+ {"byte_start": 5153735004, "source_revision": "1195252210", "id": "12618", "title": "G4", "byte_end": 5154444827, "categories": []}
94
+ {"byte_start": 5154444827, "source_revision": "715076942", "id": "12619", "title": "Garbage collection (disambiguation)", "byte_end": 5154475593, "categories": []}
95
+ {"byte_start": 5154475593, "source_revision": "1185500880", "id": "12620", "title": "Guitarist", "byte_end": 5186275642, "categories": ["Guitarists| ", "Occupations in music", "Guitars"]}
96
+ {"byte_start": 5186275642, "source_revision": "1076357187", "id": "12621", "title": "Talk:Garbage collection (disambiguation)", "byte_end": 5186389226, "categories": []}
97
+ {"byte_start": 5186389226, "source_revision": "1199829439", "id": "12622", "title": "Gothic fiction", "byte_end": 5456491548, "categories": ["Gothic fiction| ", "1760s neologisms", "Fantasy genres", "Horror genres", "Literary genres"]}
98
+ {"byte_start": 5456491548, "source_revision": "1201505601", "id": "12623", "title": "Talk:Gothic fiction", "byte_end": 5472960997, "categories": []}
99
+ {"byte_start": 5472960997, "source_revision": "783863313", "id": "12626", "title": "General Aviation", "byte_end": 5472964215, "categories": []}
100
+ {"byte_start": 5472964215, "source_revision": "1183340864", "id": "14390", "title": "Hungarian", "byte_end": 5473126125, "categories": ["Language and nationality disambiguation pages"]}
101
+ {"byte_start": 5473126125, "source_revision": "1192534571", "id": "14392", "title": "Howitzer", "byte_end": 5490020891, "categories": ["Howitzers| ", "Articles containing video clips"]}
102
+ {"byte_start": 5490020891, "source_revision": "783864027", "id": "14393", "title": "HMMWV", "byte_end": 5490023538, "categories": []}
103
+ {"byte_start": 5490023538, "source_revision": "1191439135", "id": "14395", "title": "Hummer", "byte_end": 5542566555, "categories": ["Hummer| ", "Off-road vehicles", "Defunct motor vehicle manufacturers of the United States", "Car brands", "Companies based in Detroit", "General Motors marques", "Cars introduced in 1992", "American brands", "Vehicle manufacturing companies established in 1992", "Vehicle manufacturing companies disestablished in 2010", "1992 establishments in Michigan", "2010 disestablishments in Michigan", "2020 establishments in Michigan"]}
104
+ {"byte_start": 5542566555, "source_revision": "1201412159", "id": "14396", "title": "Humvee", "byte_end": 5714086838, "categories": ["1980s cars", "All-wheel-drive vehicles", "Military vehicles of the United States", "Military trucks of the United States", "Off-road vehicles", "Military vehicles introduced in the 1980s", "Plug-in hybrid vehicles", "Diesel-electric cars", "Military light utility vehicles", "Hummer"]}
105
+ {"byte_start": 5714086838, "source_revision": "783864036", "id": "14397", "title": "Hum-Vee", "byte_end": 5714088208, "categories": []}
106
+ {"byte_start": 5714088208, "source_revision": "528568549", "id": "14398", "title": "Highest common factor", "byte_end": 5714089000, "categories": []}
107
+ {"byte_start": 5714089000, "source_revision": "1197511456", "id": "14400", "title": "History of science", "byte_end": 6126878635, "categories": ["History of science| ", "History", "Science studies"]}
108
+ {"byte_start": 6126878635, "source_revision": "1194237645", "id": "14401", "title": "Talk:History of science", "byte_end": 6168326856, "categories": []}
109
+ {"byte_start": 6168326856, "source_revision": "1193888811", "id": "14402", "title": "Talk:House of Lords", "byte_end": 6177282523, "categories": []}
110
+ {"byte_start": 6177282523, "source_revision": "1198602048", "id": "14403", "title": "Hydrogen peroxide", "byte_end": 6406865854, "categories": ["Hydrogen peroxide| ", "Antiseptics", "Bleaches", "Disinfectants", "1894 introductions", "Household chemicals", "Hydrogen compounds", "Light-sensitive chemicals", "Peroxides", "Otologicals", "Oxidizing agents", "Rocket oxidizers", "Hair coloring", "Reactive oxygen species", "Liquid explosives", "Oxygen compounds"]}
111
+ {"byte_start": 6406865854, "source_revision": "1192640603", "id": "14404", "title": "Hesychasm", "byte_end": 6432540454, "categories": ["Hesychasm| ", "14th-century introductions", "Catholic\u2013Eastern Orthodox ecumenism", "Christian contemplation", "Christian mysticism", "Christian prayer", "Christian terminology", "Medieval Athos", "Nonduality"]}
112
+ {"byte_start": 6432540454, "source_revision": "1097665353", "id": "14405", "title": "Hemlock", "byte_end": 6433143581, "categories": []}
113
+ {"byte_start": 6433143581, "source_revision": "1182631652", "id": "14406", "title": "Harmony Society", "byte_end": 6448026841, "categories": ["Apocalyptic groups", "Christian communities", "Christian communism", "Utopian communities", "Christian pacifism", "Peace churches", "Radical Pietism", "Abolitionism in the United States", "Esoteric Christianity", "Christian mysticism", "German-American culture", "German-American history", "German emigrants to the United States", "1906 disestablishments", "Former Christian denominations", "Protestant denominations established in the 18th century", "New Harmony, Indiana", "Religious organizations established in 1785", "1785 establishments in the Holy Roman Empire", "Intentional communities in the United States", "Former theocracies", "Wikipedia articles containing unlinked shortened footnotes"]}
114
+ {"byte_start": 6448026841, "source_revision": "840328199", "id": "14407", "title": "History of Weights and Measures", "byte_end": 6448132951, "categories": []}
115
+ {"byte_start": 6448132951, "source_revision": "1144811439", "id": "14408", "title": "Huneric", "byte_end": 6448746380, "categories": ["5th-century Arian Christians", "Christian monarchs", "5th-century monarchs in Africa", "484 deaths", "Christian anti-Gnosticism", "Kings of the Vandals", "Year of birth unknown"]}
116
+ {"byte_start": 6448746380, "source_revision": "1176967075", "id": "14409", "title": "Hasdingi", "byte_end": 6448909691, "categories": ["Vandals", "Early Germanic peoples", "Foederati"]}
117
+ {"byte_start": 6448909691, "source_revision": "1201114885", "id": "14410", "title": "Hermes", "byte_end": 6742056553, "categories": ["Hermes| ", "Commerce gods", "Deities in the Iliad", "Greek trickster deities", "Greek underworld", "Liminal gods", "LGBT themes in Greek mythology", "Sports gods", "Underworld gods", "Psychopomps", "Homosexuality and bisexuality deities", "Mercurian deities", "Planetary gods", "Messenger gods", "Children of Zeus", "Pastoral gods", "Rape of Persephone", "Mythological rapists", "Metamorphoses characters", "Deeds of Apollo", "Odyssean gods", "Consorts of Aphrodite", "Chthonic beings", "Greek sleep deities", "Sleep gods", "Trickster gods", "Greek death gods", "Twelve Olympians", "Kourotrophoi"]}
118
+ {"byte_start": 6742056553, "source_revision": "78486619", "id": "14411", "title": "Hepatoscopy", "byte_end": 6742074087, "categories": []}
119
+ {"byte_start": 6742074087, "source_revision": "1200846221", "id": "14412", "title": "Hedge fund", "byte_end": 7122064811, "categories": ["Products introduced in 1949", "Hedge funds", "Alternative investment management companies", "Institutional investors"]}
120
+ {"byte_start": 7122064811, "source_revision": "1199046494", "id": "14413", "title": "Hydrocodone", "byte_end": 7182185843, "categories": ["4,5-Epoxymorphinans", "Euphoriants", "German inventions", "Ketones", "Mu-opioid receptor agonists", "Phenol ethers", "Semisynthetic opioids", "Wikipedia medicine articles ready to translate"]}
121
+ {"byte_start": 7182185843, "source_revision": "1200769639", "id": "14415", "title": "Hashish", "byte_end": 7253441433, "categories": ["Articles containing video clips", "Cannabis culture", "Cannabis smoking", "Entheogens", "Preparations of cannabis"]}
122
+ {"byte_start": 7253441433, "source_revision": "783864045", "id": "14416", "title": "Hash Oil", "byte_end": 7253448305, "categories": []}
123
+ {"byte_start": 7253448305, "source_revision": "1198497884", "id": "14417", "title": "Hypnosis", "byte_end": 7691810107, "categories": ["Hypnosis| ", "Medical treatments", "Mental states", "Paranormal terminology", "Articles containing video clips"]}
124
+ {"byte_start": 7691810107, "source_revision": "1200616838", "id": "14421", "title": "Henry Chadwick (writer)", "byte_end": 7695344529, "categories": ["1824 births", "1908 deaths", "National Baseball Hall of Fame inductees", "Baseball developers", "Baseball writers", "English emigrants to the United States", "Burials at Green-Wood Cemetery", "Baseball statisticians", "Writers from Exeter", "Writers from Brooklyn", "British sportswriters", "Cricket writers"]}
125
+ {"byte_start": 7695344529, "source_revision": "769625560", "id": "14422", "title": "Hippopotomus", "byte_end": 7695347936, "categories": []}
126
+ {"byte_start": 7695347936, "source_revision": "1201547373", "id": "14423", "title": "Higher education", "byte_end": 7728980560, "categories": ["Higher education| ", "Educational stages", "Tertiary education"]}
127
+ {"byte_start": 7728980560, "source_revision": "1101052383", "id": "14426", "title": "Talk:Hydrocodone", "byte_end": 7742860885, "categories": []}
128
+ {"byte_start": 7742860885, "source_revision": "1189032640", "id": "14427", "title": "Talk:Seppuku", "byte_end": 7756955750, "categories": []}
129
+ {"byte_start": 7756955750, "source_revision": "1171101015", "id": "14428", "title": "Heather Fargo", "byte_end": 7758818557, "categories": ["1952 births", "Harvard Kennedy School alumni", "Living people", "Mayors of Sacramento, California", "Politicians from Oakland, California", "University of California, Davis alumni", "Women mayors of places in California", "California Democrats", "Sacramento City Council members", "21st-century American women", "Stagg High School (Stockton, California) alumni"]}
130
+ {"byte_start": 7758818557, "source_revision": "1198186371", "id": "14429", "title": "Henotheism", "byte_end": 7775097823, "categories": ["Monotheism", "Polytheism", "Theism", "Religion in ancient Israel and Judah"]}
131
+ {"byte_start": 7775097823, "source_revision": "1199760582", "id": "14430", "title": "Talk:Hausdorff space", "byte_end": 7775236690, "categories": []}
132
+ {"byte_start": 7775236690, "source_revision": "1197285175", "id": "14431", "title": "Hedwig of Silesia", "byte_end": 7777782117, "categories": ["1174 births", "1243 deaths", "People from Starnberg (district)", "Polish Roman Catholic saints", "German Roman Catholic saints", "House of Andechs", "13th-century Christian saints", "Roman Catholic royal saints", "Duchesses of Greater Poland", "Burials at the Sanctuary of St. Jadwiga, Trzebnica", "12th-century German nobility", "13th-century German nobility", "12th-century Polish nobility", "13th-century Polish nobility", "12th-century German women", "12th-century Polish women", "13th-century Polish women", "Medieval German saints", "Medieval Polish saints", "Female saints of medieval Poland", "Female saints of medieval Germany"]}
133
+ {"byte_start": 7777782117, "source_revision": "15911991", "id": "14433", "title": "History of Prussia", "byte_end": 7777783181, "categories": []}
134
+ {"byte_start": 7777783181, "source_revision": "224045387", "id": "14434", "title": "Hugh of St. Victor", "byte_end": 7777796239, "categories": []}
135
+ {"byte_start": 7777796239, "source_revision": "1199098942", "id": "14436", "title": "Hasidic Judaism", "byte_end": 7991979807, "categories": ["Hasidic Judaism| ", "18th century in Poland", "Jewish religious movements"]}
136
+ {"byte_start": 7991979807, "source_revision": "1092807753", "id": "14437", "title": "Talk:Haskell/Archive 1", "byte_end": 7996084714, "categories": []}
137
+ {"byte_start": 7996084714, "source_revision": "1180874164", "id": "14439", "title": "Harmonic series (music)", "byte_end": 8012430334, "categories": ["Harmonic series (music)| "]}
138
+ {"byte_start": 8012430334, "source_revision": "1136796281", "id": "14440", "title": "Talk:Historical materialism", "byte_end": 8014969090, "categories": []}
139
+ {"byte_start": 8014969090, "source_revision": "1185061398", "id": "14441", "title": "Hasid", "byte_end": 8016176140, "categories": ["Religious honorifics", "Hebrew words and phrases", "Rabbinic literature", "Hebrew words and phrases in the Hebrew Bible", "Jewish culture"]}
140
+ {"byte_start": 8016176140, "source_revision": "1174742238", "id": "14442", "title": "History of post-communist Rusia", "byte_end": 8016178780, "categories": []}
141
+ {"byte_start": 8016178780, "source_revision": "1200505202", "id": "14443", "title": "Hoosier hysteria", "byte_end": 8033312203, "categories": ["High school basketball in Indiana", "History of college basketball in the United States", "Indiana culture"]}
142
+ {"byte_start": 8033312203, "source_revision": "1195213336", "id": "14445", "title": "Hardcore", "byte_end": 8035924472, "categories": []}
143
+ {"byte_start": 8035924472, "source_revision": "1191635276", "id": "14446", "title": "Harold Alexander, 1st Earl Alexander of Tunis", "byte_end": 8133582884, "categories": ["1891 births", "1969 deaths", "Air raid on Bari", "Alexander family (British aristocracy)|Harold", "Graduates of the Royal College of Defence Studies", "British Army personnel of World War I", "British field marshals of World War II", "British military personnel of the Second Mohmand Campaign", "Burials in Hertfordshire", "Chief Commanders of the Legion of Merit", "Chief Scouts of Canada", "Companions of the Distinguished Service Order", "Companions of the Order of the Star of India", "Constables of the Tower of London", "Earls Alexander of Tunis|Harold", "English people of Ulster-Scottish descent", "Foreign recipients of the Distinguished Service Medal (United States)", "Freemasons of the United Grand Lodge of England", "Governors General of Canada", "Graduates of the Royal Military College, Sandhurst", "Graduates of the Staff College, Camberley", "Grand Cross of the Legion of Honour", "Grand Crosses of the Order of George I", "Irish Guards officers", "Knights Grand Cross of the Order of St Michael and St George", "Knights Grand Cross of the Order of the Bath", "Knights of Justice of the Order of St John", "Knights of the Garter", "Lord-Lieutenants of Greater London", "Lord-Lieutenants of the County of London", "Members of the Order of Merit", "Members of the Privy Council of the United Kingdom", "Members of the King's Privy Council for Canada", "Ministers in the third Churchill government, 1951\u20131955", "People educated at Harrow School", "People educated at Hawtreys", "Presidents of the Marylebone Cricket Club", "Recipients of the Distinguished Service Medal (US Army)", "Recipients of the Military Cross", "Recipients of the Order of St. Anna, 2nd class", "Recipients of the Order of Suvorov, 1st class", "Recipients of the Silver Cross of the Virtuti Militari", "Younger sons of earls", "Viscounts created by George VI", "Earls created by Elizabeth II", "Military personnel from London", "British Army personnel of the Russian Civil War", "Baltische Landeswehr personnel"]}
144
+ {"byte_start": 8133582884, "source_revision": "971050509", "id": "14449", "title": "Hubbles constant", "byte_end": 8133584916, "categories": []}
145
+ {"byte_start": 8133584916, "source_revision": "39183263", "id": "14452", "title": "Holy book", "byte_end": 8133585739, "categories": []}
146
+ {"byte_start": 8133585739, "source_revision": "15912008", "id": "14453", "title": "H.R. Morgenstern", "byte_end": 8133587056, "categories": []}
147
+ {"byte_start": 8133587056, "source_revision": "1186575583", "id": "14454", "title": "Henry Moseley", "byte_end": 8161223633, "categories": ["1887 births", "1915 deaths", "English physicists", "Alumni of Trinity College, Oxford", "People associated with the University of Manchester", "People from Weymouth, Dorset", "People educated at Eton College", "Royal Engineers officers", "British Army personnel of World War I", "British military personnel killed in World War I", "People involved with the periodic table", "People educated at Summer Fields School", "Rare earth scientists", "Deaths by firearm in Turkey", "Recipients of the Matteucci Medal", "Manchester Literary and Philosophical Society", "Military personnel from Dorset"]}
148
+ {"byte_start": 8161223633, "source_revision": "1172357821", "id": "14456", "title": "Talk:Hangover", "byte_end": 8170839059, "categories": []}
149
+ {"byte_start": 8170839059, "source_revision": "1201209132", "id": "14457", "title": "Prince Harry, Duke of Sussex", "byte_end": 9160134063, "categories": ["Prince Harry, Duke of Sussex| ", "1984 births", "20th-century Anglicans", "20th-century English people", "21st-century Anglicans", "21st-century English memoirists", "Blues and Royals officers", "British Anglicans", "British Army Air Corps officers", "British Army personnel of the War in Afghanistan (2001\u20132021)", "British princes", "British royal memoirists", "Commanders by Number of the Order of Isabella the Catholic", "Dukes created by Elizabeth II|Sussex, Harry", "Dukes of Sussex", "Earls of Dumbarton", "English expatriates in the United States", "Graduates of the Royal Military Academy Sandhurst", "Helicopter pilots", "Honorary air commodores", "House of Windsor|Harry", "Invictus Games", "Knights Commander of the Royal Victorian Order", "Living people", "Male feminists", "Markle family|Harry", "Military personnel from London", "Mountbatten-Windsor family|Harry", "People educated at Eton College", "People educated at Ludgrove School", "People educated at Wetherby School", "People from Paddington", "Sons of kings", "Writers from London"]}
150
+ {"byte_start": 9160134063, "source_revision": "1190090587", "id": "14458", "title": "Hail", "byte_end": 9222880779, "categories": ["Hail| ", "Articles containing video clips", "Precipitation", "Snow or ice weather phenomena", "Storm", "Weather hazards", "Water ice"]}
151
+ {"byte_start": 9222880779, "source_revision": "1200236896", "id": "14459", "title": "Hypnotherapy", "byte_end": 9275362820, "categories": ["Hypnotherapy| ", "Mind\u2013body interventions", "Medical treatments", "Pseudoscience"]}
152
+ {"byte_start": 9275362820, "source_revision": "1195529531", "id": "14460", "title": "Talk:Hypnotherapy", "byte_end": 9280182945, "categories": []}
153
+ {"byte_start": 9280182945, "source_revision": "1200887607", "id": "14462", "title": "Hangman (game)", "byte_end": 9285974784, "categories": ["Guessing games", "Paper-and-pencil games", "Word games"]}
154
+ {"byte_start": 9285974784, "source_revision": "1198219132", "id": "14463", "title": "Harmonic mean", "byte_end": 9303109543, "categories": ["Means"]}
155
+ {"byte_start": 9303109543, "source_revision": "1186666531", "id": "14465", "title": "Hellbender", "byte_end": 9320698039, "categories": ["Amphibians of the United States", "Endemic amphibians of the United States", "Amphibians described in 1803", "Cryptobranchidae", "Extant Gelasian first appearances", "Natural history of the Great Smoky Mountains", "Taxa named by Fran\u00e7ois Marie Daudin", "Symbols of Pennsylvania"]}
156
+ {"byte_start": 9320698039, "source_revision": "1192421243", "id": "14466", "title": "Doc Edgerton", "byte_end": 9327790233, "categories": ["1903 births", "1990 deaths", "Pioneers of photography", "People from Aurora, Nebraska", "People from Fremont, Nebraska", "University of Nebraska\u2013Lincoln alumni", "MIT School of Engineering faculty", "MIT School of Engineering alumni", "National Medal of Science laureates", "National Medal of Technology recipients", "Fellows of the American Academy of Arts and Sciences", "Burials at Mount Auburn Cemetery", "Howard N. Potts Medal recipients", "20th-century American engineers", "20th-century American photographers", "Engineers from Nebraska", "Photographers from Nebraska", "Members of the American Philosophical Society"]}
157
+ {"byte_start": 9327790233, "source_revision": "1179852087", "id": "14467", "title": "Harry Kroto", "byte_end": 9346932917, "categories": ["1939 births", "2016 deaths", "Nobel laureates in Chemistry", "British Nobel laureates", "English Nobel laureates", "Alumni of the University of Sheffield", "Academics of the University of Sussex", "English people of Polish-Jewish descent", "English atheists", "English chemists", "English humanists", "English Jews", "Jewish atheists", "Jewish chemists", "Fellows of the Royal Society", "Foreign associates of the National Academy of Sciences", "Carbon scientists", "Knights Bachelor", "Florida State University faculty", "British nanotechnologists", "Recipients of the Copley Medal", "People educated at Bolton School", "People from Wisbech", "Scientists at Bell Labs", "Scripps Research", "English sceptics", "Spectroscopists", "Presidents of the Royal Society of Chemistry", "Neurological disease deaths in England", "Deaths from motor neuron disease", "Recipients of the Dalton Medal"]}
158
+ {"byte_start": 9346932917, "source_revision": "1191317657", "id": "14468", "title": "Heimskringla", "byte_end": 9350962506, "categories": ["1230s books", "Kings' sagas", "Works by Snorri Sturluson"]}
159
+ {"byte_start": 9350962506, "source_revision": "18391127", "id": "14469", "title": "HAM", "byte_end": 9350996913, "categories": []}
160
+ {"byte_start": 9350996913, "source_revision": "1182171930", "id": "14470", "title": "Hamar", "byte_end": 9363727813, "categories": ["Hamar| ", "Cities and towns in Norway", "Populated places in Innlandet", "1849 establishments in Norway"]}
161
+ {"byte_start": 9363727813, "source_revision": "1086316427", "id": "14471", "title": "Talk:Hardcore", "byte_end": 9364494633, "categories": []}
162
+ {"byte_start": 9364494633, "source_revision": "1195164828", "id": "14472", "title": "Book of Helaman", "byte_end": 9365287532, "categories": ["Books of the Book of Mormon|Helaman", "Harold B. Lee Library-related Book of Mormon articles"]}
163
+ {"byte_start": 9365287532, "source_revision": "912918452", "id": "14474", "title": "Harry Potter and the Sorcerers Stone", "byte_end": 9365290588, "categories": []}
164
+ {"byte_start": 9365290588, "source_revision": "783864060", "id": "14475", "title": "IrishTraditionalMusic", "byte_end": 9365297678, "categories": []}
165
+ {"byte_start": 9365297678, "source_revision": "783864207", "id": "14478", "title": "IsLam", "byte_end": 9365303091, "categories": []}
166
+ {"byte_start": 9365303091, "source_revision": "1137584663", "id": "14480", "title": "IslandS", "byte_end": 9365306540, "categories": []}
167
+ {"byte_start": 9365306540, "source_revision": "783864220", "id": "14482", "title": "ItalY", "byte_end": 9365309855, "categories": []}
168
+ {"byte_start": 9365309855, "source_revision": "1072615332", "id": "14483", "title": "IntegerNumbers", "byte_end": 9365312025, "categories": []}
169
+ {"byte_start": 9365312025, "source_revision": "290304174", "id": "14485", "title": "IndoIranianLanguages", "byte_end": 9365314236, "categories": []}
170
+ {"byte_start": 9365314236, "source_revision": "442002161", "id": "14491", "title": "Isaac Asimov/TheFoundationSeries", "byte_end": 9365316468, "categories": []}
171
+ {"byte_start": 9365316468, "source_revision": "1193888820", "id": "14496", "title": "Talk:Isaac Asimov", "byte_end": 9417286868, "categories": []}
172
+ {"byte_start": 9417286868, "source_revision": "777481442", "id": "14505", "title": "IsaacAsimov/PreludeToFoundation", "byte_end": 9417291305, "categories": []}
173
+ {"byte_start": 9417291305, "source_revision": "1060118912", "id": "14507", "title": "IsaacAsimov/TrantoR", "byte_end": 9417295684, "categories": []}
174
+ {"byte_start": 9417295684, "source_revision": "62810904", "id": "14513", "title": "IntelliGence", "byte_end": 9417299390, "categories": []}
175
+ {"byte_start": 9417299390, "source_revision": "528668908", "id": "14514", "title": "IndianapolisColts", "byte_end": 9417301311, "categories": []}
176
+ {"byte_start": 9417301311, "source_revision": "783864230", "id": "14515", "title": "IndependentS", "byte_end": 9417304771, "categories": []}
177
+ {"byte_start": 9417304771, "source_revision": "292014055", "id": "14516", "title": "InterpretingStatisticalData", "byte_end": 9417307047, "categories": []}
178
+ {"byte_start": 9417307047, "source_revision": "991301423", "id": "14518", "title": "IndustrY", "byte_end": 9417311591, "categories": []}
179
+ {"byte_start": 9417311591, "source_revision": "777730895", "id": "14519", "title": "IndustrY/TertiarySector", "byte_end": 9417315827, "categories": []}
180
+ {"byte_start": 9417315827, "source_revision": "777730899", "id": "14520", "title": "IndustrY/PrimarySector", "byte_end": 9417320251, "categories": []}
181
+ {"byte_start": 9417320251, "source_revision": "777730902", "id": "14521", "title": "IndustrY/SecondarySector", "byte_end": 9417326765, "categories": []}
182
+ {"byte_start": 9417326765, "source_revision": "28811831", "id": "14523", "title": "Isolated physical system", "byte_end": 9417357697, "categories": []}
183
+ {"byte_start": 9417357697, "source_revision": "280366111", "id": "14524", "title": "Inflation (economics)", "byte_end": 9417358560, "categories": []}
184
+ {"byte_start": 9417358560, "source_revision": "783864244", "id": "14525", "title": "Independents", "byte_end": 9417368212, "categories": []}
185
+ {"byte_start": 9417368212, "source_revision": "1191740859", "id": "14526", "title": "Irina Krush", "byte_end": 9419868979, "categories": ["1983 births", "Living people", "American female chess players", "American chess players", "Chess grandmasters", "Female chess grandmasters", "Chess woman grandmasters", "Chess Olympiad competitors", "Sportspeople from Odesa", "Edward R. Murrow High School alumni", "New York University alumni", "Soviet emigrants to the United States", "21st-century American women"]}
186
+ {"byte_start": 9419868979, "source_revision": "1182988309", "id": "14527", "title": "Institut des Hautes \u00c9tudes Scientifiques", "byte_end": 9420880135, "categories": ["Mathematical institutes", "Research institutes in France", "Buildings and structures in Essonne", "Education in \u00cele-de-France"]}
187
+ {"byte_start": 9420880135, "source_revision": "528735106", "id": "14529", "title": "Interpreting statistical data", "byte_end": 9420881341, "categories": []}
188
+ {"byte_start": 9420881341, "source_revision": "1200938344", "id": "14531", "title": "Iceland", "byte_end": 10534492826, "categories": ["Iceland| ", "Countries in Europe", "Former Norwegian colonies", "Island countries", "Members of the Nordic Council", "Member states of the European Free Trade Association", "Member states of NATO", "Member states of the Council of Europe", "Member states of the United Nations", "Republics", "States and territories established in 1944", "Christian states", "Mid-Atlantic Ridge", "OECD members"]}
189
+ {"byte_start": 10534492826, "source_revision": "1200829078", "id": "14532", "title": "Italy", "byte_end": 13340112459, "categories": ["1861 establishments in Europe", "Countries and territories where Italian is an official language", "Countries in Europe", "G20 members", "Member states of the Council of Europe", "Member states of the European Union", "Member states of NATO", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "OECD members", "Republics", "States and territories established in 1861"]}
190
+ {"byte_start": 13340112459, "source_revision": "1201448181", "id": "14533", "title": "India", "byte_end": 16383010348, "categories": ["India| ", "BRICS nations", "Countries and territories where English is an official language", "Countries and territories where Hindi is an official language", "Countries in Asia", "Federal constitutional republics", "Former British colonies and protectorates in Asia", "E7 nations", "G15 nations", "G20 members", "Member states of the Commonwealth of Nations", "Member states of the South Asian Association for Regional Cooperation", "Member states of the United Nations", "Republics in the Commonwealth of Nations", "Socialist states", "South Asian countries", "States and territories established in 1947", "Articles containing image maps", "Articles containing video clips"]}
warehouse_00013.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f609f92fa5f1337a6385e87979a5377253c4e6028bdb2f1eae621e1794683f2f
3
+ size 134555519
warehouse_00013.metadata ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1144838528", "id": "10639", "title": "Talk:Free software movement", "byte_end": 1825175, "categories": []}
2
+ {"byte_start": 1825175, "source_revision": "783862695", "id": "10642", "title": "First person shooter", "byte_end": 1829614, "categories": []}
3
+ {"byte_start": 1829614, "source_revision": "829459451", "id": "10644", "title": "Fixed 3D", "byte_end": 2103376, "categories": []}
4
+ {"byte_start": 2103376, "source_revision": "15908444", "id": "10645", "title": "Famous Physicists", "byte_end": 2108712, "categories": []}
5
+ {"byte_start": 2108712, "source_revision": "1199268171", "id": "10646", "title": "Food", "byte_end": 184576543, "categories": ["Food and drink|*", "Foods| ", "Food watchlist articles"]}
6
+ {"byte_start": 184576543, "source_revision": "1195101253", "id": "10647", "title": "Talk:Food", "byte_end": 206394390, "categories": []}
7
+ {"byte_start": 206394390, "source_revision": "1153184354", "id": "10651", "title": "Floating Point", "byte_end": 206564666, "categories": ["2008 albums", "John McLaughlin (musician) albums", "Abstract Logix albums"]}
8
+ {"byte_start": 206564666, "source_revision": "783862701", "id": "10652", "title": "Fixed Point", "byte_end": 206569139, "categories": []}
9
+ {"byte_start": 206569139, "source_revision": "1165513902", "id": "10653", "title": "Fantasy sport", "byte_end": 236210049, "categories": ["Fantasy sports| ", "Sports by type"]}
10
+ {"byte_start": 236210049, "source_revision": "1199883581", "id": "10654", "title": "Forward pass", "byte_end": 254668541, "categories": ["American football plays", "Canadian football terminology", "Rugby league terminology", "Rugby union terminology"]}
11
+ {"byte_start": 254668541, "source_revision": "1197129096", "id": "10660", "title": "Telecommunications in Fiji", "byte_end": 255337757, "categories": ["Communications in Fiji| ", "Telecommunications by country|Fiji", "Telecommunications in Oceania by country|Fiji"]}
12
+ {"byte_start": 255337757, "source_revision": "1196535929", "id": "10661", "title": "Transport in Fiji", "byte_end": 255507803, "categories": ["Transport in Fiji| "]}
13
+ {"byte_start": 255507803, "source_revision": "1187511634", "id": "10662", "title": "Republic of Fiji Military Forces", "byte_end": 263733634, "categories": ["Military of Fiji| ", "Armies by country|Fiji", "Military in Oceania|Fiji", "National air wings|Fiji", "Navies by country|Fiji"]}
14
+ {"byte_start": 263733634, "source_revision": "1189137081", "id": "10663", "title": "Foreign relations of Fiji", "byte_end": 281403531, "categories": ["Foreign relations of Fiji| ", "Fiji and the Commonwealth of Nations"]}
15
+ {"byte_start": 281403531, "source_revision": "1142189863", "id": "10664", "title": "Goal line (gridiron football)", "byte_end": 281507928, "categories": ["American football terminology", "Canadian football terminology"]}
16
+ {"byte_start": 281507928, "source_revision": "829459458", "id": "10666", "title": "Dead ball (American football)", "byte_end": 281521906, "categories": []}
17
+ {"byte_start": 281521906, "source_revision": "770814424", "id": "11912", "title": "Games/TradingCard", "byte_end": 281525139, "categories": []}
18
+ {"byte_start": 281525139, "source_revision": "770814570", "id": "11913", "title": "Games/TableTop", "byte_end": 281528271, "categories": []}
19
+ {"byte_start": 281528271, "source_revision": "756985895", "id": "11914", "title": "Games/Computer", "byte_end": 281532944, "categories": []}
20
+ {"byte_start": 281532944, "source_revision": "290303463", "id": "11915", "title": "Games/Tile based", "byte_end": 281535203, "categories": []}
21
+ {"byte_start": 281535203, "source_revision": "654532014", "id": "11916", "title": "Games/Die Siedler von Catan", "byte_end": 281539025, "categories": []}
22
+ {"byte_start": 281539025, "source_revision": "1198200026", "id": "11921", "title": "Gambling", "byte_end": 348953075, "categories": ["Gambling| "]}
23
+ {"byte_start": 348953075, "source_revision": "1200961094", "id": "11924", "title": "Game theory", "byte_end": 605818669, "categories": ["Game theory| ", "Artificial intelligence", "Formal sciences", "Mathematical economics", "John von Neumann"]}
24
+ {"byte_start": 605818669, "source_revision": "1196903174", "id": "11926", "title": "Talk:Greek language", "byte_end": 691729423, "categories": []}
25
+ {"byte_start": 691729423, "source_revision": "409345831", "id": "11927", "title": "Germany/politics", "byte_end": 691740159, "categories": []}
26
+ {"byte_start": 691740159, "source_revision": "1201793325", "id": "11929", "title": "Demographics of Germany", "byte_end": 1036121887, "categories": ["Demographics of Germany| "]}
27
+ {"byte_start": 1036121887, "source_revision": "1200881796", "id": "11930", "title": "Economy of Germany", "byte_end": 1202337382, "categories": ["Economy of Germany| ", "European Union member economies|Germany", "OECD member economies|Germany", "World Trade Organization member economies|Germany", "Economies of Europe by country|Germany", "Economies of Europe"]}
28
+ {"byte_start": 1202337382, "source_revision": "1197174195", "id": "11932", "title": "Transport in Germany", "byte_end": 1215257923, "categories": ["Transport in Germany| "]}
29
+ {"byte_start": 1215257923, "source_revision": "1184034096", "id": "11933", "title": "Military of Germany (disambiguation)", "byte_end": 1215292647, "categories": []}
30
+ {"byte_start": 1215292647, "source_revision": "1194312879", "id": "11934", "title": "Foreign relations of Germany", "byte_end": 1277652010, "categories": ["Foreign relations of Germany| "]}
31
+ {"byte_start": 1277652010, "source_revision": "1197670806", "id": "11935", "title": "Politics of Germany", "byte_end": 1321589998, "categories": ["Politics of Germany| "]}
32
+ {"byte_start": 1321589998, "source_revision": "94300089", "id": "11936", "title": "Germany/History", "byte_end": 1321590861, "categories": []}
33
+ {"byte_start": 1321590861, "source_revision": "1199208884", "id": "11937", "title": "Talk:Germany", "byte_end": 1726410294, "categories": []}
34
+ {"byte_start": 1726410294, "source_revision": "1062943708", "id": "11946", "title": "Talk:Galileo Galilei/Archive 8", "byte_end": 1783658569, "categories": []}
35
+ {"byte_start": 1783658569, "source_revision": "735885707", "id": "11947", "title": "Good argument", "byte_end": 1783673695, "categories": []}
36
+ {"byte_start": 1783673695, "source_revision": "432655589", "id": "11948", "title": "Talk:George W. Bush/Archive 2", "byte_end": 1788654165, "categories": []}
37
+ {"byte_start": 1788654165, "source_revision": "1200478497", "id": "11290", "title": "Talk:Flatulence", "byte_end": 1831652062, "categories": []}
38
+ {"byte_start": 1831652062, "source_revision": "1150557422", "id": "11291", "title": "Floccinaucinihilipilification", "byte_end": 1835813237, "categories": ["Long words", "English words"]}
39
+ {"byte_start": 1835813237, "source_revision": "885167750", "id": "11292", "title": "Talk:Floccinaucinihilipilification", "byte_end": 1836398293, "categories": []}
40
+ {"byte_start": 1836398293, "source_revision": "1201027457", "id": "14790", "title": "Ice hockey", "byte_end": 2699555262, "categories": ["Ice hockey| ", "Ice skating sports", "Stick sports", "Ice hockey terminology|Ice hockey terminology", "Athletic sports", "National symbols of Canada", "Sports originating in Canada", "Canadian culture", "Team sports", "Winter Olympic sports", "Indoor sports", "19th century in Canada", "Games and sports introduced in the 19th century"]}
41
+ {"byte_start": 2699555262, "source_revision": "1198030147", "id": "14791", "title": "IEEE 802.3", "byte_end": 2704924233, "categories": ["IEEE 802|IEEE 802.03", "Media access control", "Physical layer protocols", "Working groups", "Ethernet standards"]}
42
+ {"byte_start": 2704924233, "source_revision": "15912326", "id": "14793", "title": "Integral data types", "byte_end": 2704925401, "categories": []}
43
+ {"byte_start": 2704925401, "source_revision": "1191210621", "id": "14794", "title": "Integer (computer science)", "byte_end": 2717452673, "categories": ["Data types", "Computer arithmetic", "Primitive types"]}
44
+ {"byte_start": 2717452673, "source_revision": "1136891289", "id": "14795", "title": "Infectious disease", "byte_end": 2777592740, "categories": []}
45
+ {"byte_start": 2777592740, "source_revision": "956144676", "id": "14797", "title": "Talk:Integer (computer science)", "byte_end": 2778607675, "categories": []}
46
+ {"byte_start": 2778607675, "source_revision": "1136826799", "id": "14799", "title": "Talk:Islam/Archive 16", "byte_end": 3247788609, "categories": []}
47
+ {"byte_start": 3247788609, "source_revision": "1198363216", "id": "14800", "title": "Icon", "byte_end": 3340186611, "categories": ["Eastern Orthodox icons| ", "Christian iconography", "Christian religious objects", "Christian terminology", "Eastern Christian liturgical objects", "Sacramentals"]}
48
+ {"byte_start": 3340186611, "source_revision": "1198221286", "id": "14801", "title": "Icon (programming language)", "byte_end": 3348185326, "categories": ["Dynamically typed programming languages", "Icon programming language family", "Pattern matching programming languages", "Public-domain software", "SNOBOL programming language family", "Text-oriented programming languages", "Programming languages created in 1977"]}
49
+ {"byte_start": 3348185326, "source_revision": "1134217629", "id": "14802", "title": "Iconology", "byte_end": 3349285958, "categories": ["Art history", "Iconography"]}
50
+ {"byte_start": 3349285958, "source_revision": "399391813", "id": "14803", "title": "User:Isofarro", "byte_end": 3349299206, "categories": []}
51
+ {"byte_start": 3349299206, "source_revision": "1199773951", "id": "14804", "title": "List of Indian massacres in North America", "byte_end": 3441530403, "categories": ["Indian massacres| ", "Genocidal massacres", "Military history of the United States", "Military history of Canada", "Native American genocide", "First Nations history", "Massacres of ethnic groups", "Massacres in the United States", "Massacres in Canada", "Native American-related lists", "Genocides in North America"]}
52
+ {"byte_start": 3441530403, "source_revision": "1172942395", "id": "14806", "title": "Talk:Inspector Morse", "byte_end": 3443108450, "categories": []}
53
+ {"byte_start": 3443108450, "source_revision": "160997765", "id": "14807", "title": "Inherence relation", "byte_end": 3443125816, "categories": []}
54
+ {"byte_start": 3443125816, "source_revision": "1193609037", "id": "14810", "title": "Islamic calendar", "byte_end": 3639957891, "categories": ["Islamic calendar| ", "Islamic terminology|Calendar", "Arab inventions"]}
55
+ {"byte_start": 3639957891, "source_revision": "1190376448", "id": "14812", "title": "Interquartile range", "byte_end": 3645094831, "categories": ["Scale statistics", "Wikipedia articles with ASCII art"]}
56
+ {"byte_start": 3645094831, "source_revision": "1198377695", "id": "14814", "title": "Indiana Jones (character)", "byte_end": 3900528139, "categories": ["Indiana Jones characters", "Adventure film characters", "Characters created by George Lucas", "Child characters in television", "Fictional archaeologists", "Fictional treasure hunters", "Fictional characters based on real people", "Fictional characters from New Jersey", "Fictional characters from Chicago", "Fictional child soldiers", "Fictional colonels", "Fictional adventurers", "Fictional explorers", "Fictional gunfighters in films", "Fictional gunfighters in television", "Fictional whip users", "Fictional Office of Strategic Services personnel", "Fictional Central Intelligence Agency personnel", "Fictional military personnel in films", "Fictional military personnel in television", "Fictional military spies", "Fictional characters from the 20th century", "Fictional professors", "Fictional prisoners of war", "Fictional spies in films", "Fictional spies in television", "Fictional World War I veterans", "Fictional World War II veterans", "Film characters introduced in 1981", "Scottish male characters in film"]}
57
+ {"byte_start": 3900528139, "source_revision": "528945360", "id": "14815", "title": "Invent", "byte_end": 3900529372, "categories": []}
58
+ {"byte_start": 3900529372, "source_revision": "905419638", "id": "14816", "title": "Is interstellar space travel possible", "byte_end": 3900533718, "categories": []}
59
+ {"byte_start": 3900533718, "source_revision": "528758946", "id": "14817", "title": "Interstellar space travel", "byte_end": 3900542827, "categories": []}
60
+ {"byte_start": 3900542827, "source_revision": "1194374008", "id": "14355", "title": "Hack", "byte_end": 3904785492, "categories": []}
61
+ {"byte_start": 3904785492, "source_revision": "1191358042", "id": "14356", "title": "Huey, Dewey, and Louie", "byte_end": 3936724919, "categories": ["Anthropomorphic ducks", "Child characters in animated films", "Child characters in comics", "Child characters in television", "Male characters in animation", "Male characters in comics", "Male characters in television", "Comics characters introduced in 1937", "Disney comics characters", "Donald Duck universe characters", "Fictional adoptees", "Fictional characters from Calisota", "Film characters introduced in 1938", "Comics characters introduced in 1938", "Fictional explorers", "Fictional triplets", "Fictional trios", "Characters created by Ted Osborne", "Characters created by Al Taliaferro", "Clan McDuck", "Characters created by Carl Barks"]}
62
+ {"byte_start": 3936724919, "source_revision": "981577104", "id": "14357", "title": "Hortense McDuck", "byte_end": 3937025908, "categories": ["Disney comics characters", "Fictional immigrants to the United States", "Fictional characters from Calisota", "Female characters in comics"]}
63
+ {"byte_start": 3937025908, "source_revision": "1182574319", "id": "14358", "title": "Hammurabi", "byte_end": 4001244995, "categories": ["Hammurabi| ", "19th-century BC births", "18th-century BC deaths", "18th-century BC Babylonian kings", "First dynasty of Babylon", "Amorite kings", "Ancient legislators", "Year of birth unknown", "Kings of Larsa"]}
64
+ {"byte_start": 4001244995, "source_revision": "1181770846", "id": "14359", "title": "Huygens\u2013Fresnel principle", "byte_end": 4008021899, "categories": ["Wave mechanics", "Diffraction", "Christiaan Huygens"]}
65
+ {"byte_start": 4008021899, "source_revision": "783864019", "id": "14360", "title": "Hanko (stamp)", "byte_end": 4008047549, "categories": []}
66
+ {"byte_start": 4008047549, "source_revision": "1199470254", "id": "14361", "title": "Honey", "byte_end": 4387147451, "categories": ["Honey|Honey", "Beekeeping", "Demulcents", "Non-timber forest products"]}
67
+ {"byte_start": 4387147451, "source_revision": "1168513566", "id": "14362", "title": "Hugh McDuck", "byte_end": 4387210717, "categories": ["Fictional characters from the 18th century", "Fictional sea captains", "Fictional businesspeople", "Fictional people from Glasgow"]}
68
+ {"byte_start": 4387210717, "source_revision": "981577113", "id": "14363", "title": "Humperdink Duck", "byte_end": 4387237001, "categories": ["Disney comics characters", "Fictional characters from Calisota", "Fictional farmers"]}
69
+ {"byte_start": 4387237001, "source_revision": "1198931108", "id": "14364", "title": "Talk:History of ancient Israel and Judah", "byte_end": 4488208624, "categories": []}
70
+ {"byte_start": 4488208624, "source_revision": "1197442244", "id": "14365", "title": "Hengist and Horsa", "byte_end": 4511384329, "categories": ["5th-century births", "5th-century deaths", "5th-century English monarchs", "5th century in England", "Anglo-Saxon warriors", "British traditional history", "Brother duos", "English heroic legends", "Founding monarchs", "Jutish people", "Kent folklore", "Kentish monarchs", "Origin myths", "People whose existence is disputed", "Legendary progenitors", "Castor and Pollux"]}
71
+ {"byte_start": 4511384329, "source_revision": "1148466539", "id": "14368", "title": "Hero System", "byte_end": 4515054283, "categories": ["Hero System| ", "Universal role-playing games"]}
72
+ {"byte_start": 4515054283, "source_revision": "1197985888", "id": "14369", "title": "Humphry Davy", "byte_end": 4622883471, "categories": ["1778 births", "1829 deaths", "Baronets in the Baronetage of the United Kingdom", "18th-century English chemists", "19th-century British inventors", "British deists", "Discoverers of chemical elements", "Fellows of the American Academy of Arts and Sciences", "Fellows of the Royal Society", "Fellows of the Zoological Society of London", "People educated at Truro Cathedral School", "People from Penzance", "People of the Industrial Revolution", "People associated with electricity", "Presidents of the Royal Society", "Recipients of the Copley Medal", "Royal Medal winners", "Members of the Royal Swedish Academy of Sciences", "18th-century English writers", "18th-century English male writers", "18th-century English poets", "19th-century British chemists", "19th-century English writers", "Poets from Cornwall", "Scientists from Cornwall", "Burials at Cimeti\u00e8re des Rois", "Calcium", "Sodium", "Potassium", "Magnesium", "Barium", "Boron", "Davy family|Humphry", "19th-century agronomists"]}
73
+ {"byte_start": 4622883471, "source_revision": "1193944266", "id": "14370", "title": "Talk:Humphry Davy", "byte_end": 4626956213, "categories": []}
74
+ {"byte_start": 4626956213, "source_revision": "1201124743", "id": "14372", "title": "Hecate", "byte_end": 4769614001, "categories": ["Hecate| ", "Anatolian deities", "Characters in Macbeth", "Characters in the Argonautica", "Children of Demeter", "Children of Nyx", "Children of Zeus", "Chthonic beings", "Crossroads mythology", "Deities in the Aeneid", "Deeds of Hermes", "Dog goddesses", "Domestic and hearth deities", "Greek mythological witches", "Greek underworld", "Greek virgin goddesses", "Household deities", "Kourotrophoi", "Liminal goddesses", "Lunar goddesses", "Magic goddesses", "Metamorphoses characters", "Night goddesses", "Psychopomps", "Rape of Persephone", "Snake goddesses", "Titans (mythology)", "Triple goddesses", "Underworld goddesses", "Wicca", "Witchcraft in folklore and mythology", "Women of Apollo", "Women of Hermes", "Light goddesses"]}
75
+ {"byte_start": 4769614001, "source_revision": "105932513", "id": "14373", "title": "Haematopoietic stem cell", "byte_end": 4769618937, "categories": []}
76
+ {"byte_start": 4769618937, "source_revision": "1194395060", "id": "14374", "title": "Haematopoiesis", "byte_end": 4778613868, "categories": ["Hematopoiesis", "Histology"]}
77
+ {"byte_start": 4778613868, "source_revision": "1201470951", "id": "14375", "title": "Hogmanay", "byte_end": 4796526915, "categories": ["Hogmanay| ", "Annual events in Scotland", "December observances", "Festivals in Scotland", "Holidays in Scotland", "New Year celebrations", "Winter events in Scotland", "Winter solstice"]}
78
+ {"byte_start": 4796526915, "source_revision": "1198218433", "id": "14376", "title": "Hamster", "byte_end": 4984422783, "categories": ["Cricetidae", "Hamsters| ", "Articles containing video clips", "Extant Miocene first appearances", "Taxa named by Gotthelf Fischer von Waldheim"]}
79
+ {"byte_start": 4984422783, "source_revision": "1198218502", "id": "14378", "title": "History of Finland", "byte_end": 5136860749, "categories": ["History of Finland| "]}
80
+ {"byte_start": 5136860749, "source_revision": "1201295727", "id": "14379", "title": "Holy Spirit", "byte_end": 5265039239, "categories": ["Holy Spirit| ", "Conceptions of God", "Knowledge deities", "Names of God", "Theology", "Wisdom deities", "Knowledge gods"]}
81
+ {"byte_start": 5265039239, "source_revision": "1199252853", "id": "14380", "title": "Helium-3", "byte_end": 5321162434, "categories": ["Isotopes of helium|Helium-03", "Nuclear fusion fuels", "Superfluidity"]}
82
+ {"byte_start": 5321162434, "source_revision": "1189851273", "id": "14381", "title": "Hamiltonian (quantum mechanics)", "byte_end": 5329365908, "categories": ["Hamiltonian mechanics", "Operator theory", "Quantum mechanics", "Quantum chemistry", "Theoretical chemistry", "Computational chemistry", "William Rowan Hamilton"]}
83
+ {"byte_start": 5329365908, "source_revision": "1179230255", "id": "14382", "title": "Hi-hat", "byte_end": 5336672756, "categories": ["Cymbals", "Drum kit components", "20th-century percussion instruments", "North American percussion instruments", "Foot percussion"]}
84
+ {"byte_start": 5336672756, "source_revision": "247336879", "id": "14383", "title": "Hydrogen bonding", "byte_end": 5336674410, "categories": []}
85
+ {"byte_start": 5336674410, "source_revision": "1199892836", "id": "14384", "title": "HAL 9000", "byte_end": 5385458018, "categories": ["Characters in British novels of the 20th century", "Characters in written science fiction", "Fictional artificial intelligences", "Fictional virtual assistants", "Fictional characters from Illinois", "Film characters introduced in 1968", "Fictional computers", "Fictional mass murderers", "History of science fiction", "Literary villains", "Science fiction film characters", "Space Odyssey", "Male characters in literature"]}
86
+ {"byte_start": 5385458018, "source_revision": "1201502180", "id": "14385", "title": "Hydrolysis", "byte_end": 5395798847, "categories": ["Chemical reactions", "Reactions of esters", "Equilibrium chemistry"]}
87
+ {"byte_start": 5395798847, "source_revision": "1200263348", "id": "14386", "title": "Hydroxy group", "byte_end": 5398431519, "categories": ["Alcohols", "Functional groups", "Hydroxides"]}
88
+ {"byte_start": 5398431519, "source_revision": "1200071832", "id": "14387", "title": "Warm-blooded", "byte_end": 5406990382, "categories": ["Animal physiology", "Thermoregulation"]}
89
+ {"byte_start": 5406990382, "source_revision": "1201472087", "id": "14388", "title": "Hephaestus", "byte_end": 5515443970, "categories": ["Greek gods", "Hephaestus| ", "Fire gods", "Smithing gods", "Volcano gods", "Mythological rapists", "Children of Hera", "Consorts of Aphrodite", "Deities in the Iliad", "Deeds of Athena", "Crafts gods", "Deeds of Poseidon", "Children of Zeus", "Characters in the Odyssey", "Metamorphoses characters", "Metalsmiths", "Consorts of Gaia", "Helios in mythology", "Deeds of Aphrodite", "Twelve Olympians", "Deeds of Hera", "Deeds of Ares"]}
90
+ {"byte_start": 5515443970, "source_revision": "1193946683", "id": "14389", "title": "Herman Charles Bosman", "byte_end": 5517022152, "categories": ["1905 births", "1951 deaths", "People from Kuils River", "Cape Colony people", "Afrikaner people", "South African male short story writers", "South African people of Dutch descent", "South African people convicted of murder", "South African prisoners sentenced to death", "South African short story writers", "People convicted of murder by South Africa", "Prisoners sentenced to death by South Africa", "University of the Witwatersrand alumni", "Burials at Westpark Cemetery", "Alumni of Jeppe High School for Boys"]}
91
+ {"byte_start": 5517022152, "source_revision": "1199499166", "id": "12627", "title": "Gospel", "byte_end": 5673703776, "categories": ["Gospels| ", "Books of Christian biography", "Christian genres", "Christian terminology", "Greek-language books"]}
92
+ {"byte_start": 5673703776, "source_revision": "1199068958", "id": "12628", "title": "GIMP", "byte_end": 5804596765, "categories": ["1995 software", "AmigaOS 4 software", "Applications using D-Bus", "Cross-platform free software (BSD; Linux; macOS; Windows)", "Free and open-source software", "Free graphics software", "Free multilingual software", "Free photo software", "Free software programmed in C", "GNU Project software", "Graphics software that uses GTK", "IRIX software", "Macintosh graphics software", "MacOS graphics software", "Portable software", "Raster graphics editors for Linux", "Free raster graphics editors", "Technical communication tools", "Windows graphics-related software"]}
93
+ {"byte_start": 5804596765, "source_revision": "1168587974", "id": "12629", "title": "Global illumination", "byte_end": 5806742675, "categories": ["Global illumination algorithms"]}
94
+ {"byte_start": 5806742675, "source_revision": "1199223773", "id": "12630", "title": "Geometric series", "byte_end": 5834367138, "categories": ["Geometric series| ", "Ratios", "Articles containing proofs"]}
95
+ {"byte_start": 5834367138, "source_revision": "1170125388", "id": "12631", "title": "Gypsies", "byte_end": 5834384969, "categories": []}
96
+ {"byte_start": 5834384969, "source_revision": "1053342309", "id": "12632", "title": "Talk:Gypsy (musical)", "byte_end": 5835012052, "categories": []}
97
+ {"byte_start": 5835012052, "source_revision": "1107285017", "id": "10794", "title": "History of cinema in India", "byte_end": 5835066479, "categories": []}
98
+ {"byte_start": 5835066479, "source_revision": "1193887205", "id": "10795", "title": "Talk:History of film", "byte_end": 5845995826, "categories": []}
99
+ {"byte_start": 5845995826, "source_revision": "1195332334", "id": "10796", "title": "Feminist film theory", "byte_end": 5851385225, "categories": ["Feminist theory|film", "Feminism and the arts|film theory", "Women in film"]}
100
+ {"byte_start": 5851385225, "source_revision": "1127614720", "id": "10797", "title": "Talk:Feminist film theory", "byte_end": 5851769809, "categories": []}
101
+ {"byte_start": 5851769809, "source_revision": "1200782437", "id": "10798", "title": "Formalist film theory", "byte_end": 5852591525, "categories": ["Film theory", "Formalism (aesthetics)"]}
102
+ {"byte_start": 5852591525, "source_revision": "1184455664", "id": "10799", "title": "Film theory", "byte_end": 5855840286, "categories": ["Film theory| ", "Theories of aesthetics", "The arts", "Cinematography", "Concepts in aesthetics", "Critical theory", "Filmmaking", "Postmodernism", "Film and video technology", "Film production"]}
103
+ {"byte_start": 5855840286, "source_revision": "783862721", "id": "10800", "title": "List of film techniques", "byte_end": 5856078455, "categories": []}
104
+ {"byte_start": 5856078455, "source_revision": "1199015881", "id": "10802", "title": "Film noir", "byte_end": 6266655059, "categories": ["Film noir| ", "Film and video terminology", "Film genres", "History of film", "1930s in film", "1940s in film", "1950s in film", "1940s neologisms"]}
105
+ {"byte_start": 6266655059, "source_revision": "1200492808", "id": "10803", "title": "Finno-Ugric languages", "byte_end": 6306145781, "categories": ["Uralic languages", "History of Ural", "Languages of Finland| ", "Languages of Estonia| ", "Languages of Hungary| ", "Languages of Russia| "]}
106
+ {"byte_start": 6306145781, "source_revision": "1104775252", "id": "10804", "title": "Finnish", "byte_end": 6306238880, "categories": ["Language and nationality disambiguation pages"]}
107
+ {"byte_start": 6306238880, "source_revision": "1198822471", "id": "10808", "title": "Freestyle music", "byte_end": 6361208320, "categories": ["Freestyle music| ", "20th-century music genres", "Electronic dance music genres", "Pop music genres", "Dance-pop", "Electro (music)", "1980s in music", "1990s in music", "Hispanic American music", "Hispanic and Latino American culture", "Italian-American culture in New York City", "Italian-American culture"]}
108
+ {"byte_start": 6361208320, "source_revision": "1199366103", "id": "10810", "title": "Fantasy (psychology)", "byte_end": 6363801739, "categories": ["Psychological adjustment", "Defence mechanisms", "Imagination", "Narcissism"]}
109
+ {"byte_start": 6363801739, "source_revision": "290303161", "id": "10811", "title": "Friedrich Wilhelm Bessel", "byte_end": 6363804329, "categories": []}
110
+ {"byte_start": 6363804329, "source_revision": "949622010", "id": "10812", "title": "Fantasy/authors", "byte_end": 6363808810, "categories": []}
111
+ {"byte_start": 6363808810, "source_revision": "1196889311", "id": "10814", "title": "Surnames by country", "byte_end": 6804346926, "categories": ["Family|Name", "Surname", "Surnames by culture| "]}
112
+ {"byte_start": 6804346926, "source_revision": "1182614618", "id": "10815", "title": "Franc", "byte_end": 6810463877, "categories": ["Franc| ", "Currencies of Europe", "Denominations (currency)"]}
113
+ {"byte_start": 6810463877, "source_revision": "655283103", "id": "10816", "title": "Francophone nations and territories", "byte_end": 6812146358, "categories": []}
114
+ {"byte_start": 6812146358, "source_revision": "1198611309", "id": "10819", "title": "Federal Reserve", "byte_end": 7854831574, "categories": ["Federal Reserve System| ", "1913 establishments in Washington, D.C.", "Bank regulation in the United States", "Banks established in 1913", "Central banks|United States", "Government agencies established in 1913", "Independent agencies of the United States government"]}
115
+ {"byte_start": 7854831574, "source_revision": "1196075224", "id": "10821", "title": "Francium", "byte_end": 7906948990, "categories": ["Francium| ", "Chemical elements", "Alkali metals", "Eponyms", "Science and technology in France", "Chemical elements with body-centered cubic structure", "Chemical elements predicted by Dmitri Mendeleev"]}
116
+ {"byte_start": 7906948990, "source_revision": "1191724497", "id": "10822", "title": "Fermium", "byte_end": 7918383653, "categories": ["Fermium| ", "Chemical elements", "Chemical elements with face-centered cubic structure", "Actinides", "Synthetic elements", "Enrico Fermi"]}
117
+ {"byte_start": 7918383653, "source_revision": "1201569593", "id": "10823", "title": "Fr\u00e9d\u00e9ric Chopin", "byte_end": 8864181908, "categories": ["Fr\u00e9d\u00e9ric Chopin| ", "1810 births", "1849 deaths", "19th-century classical composers", "19th-century classical pianists", "19th-century deaths from tuberculosis", "19th-century male musicians", "19th-century Polish musicians", "Burials at P\u00e8re Lachaise Cemetery", "Child classical musicians", "Composers for piano", "Composers from Paris", "Emigrants from the Russian Empire to France", "Great Emigration", "Male classical pianists", "Musicians from Warsaw", "People from Sochaczew County", "Polish classical pianists", "Polish emigrants to France", "Polish male classical composers", "Polish music educators", "Polish people of French descent", "Polish Romantic composers", "Tuberculosis deaths in France", "University of Warsaw alumni"]}
118
+ {"byte_start": 8864181908, "source_revision": "1196192900", "id": "10825", "title": "Free Democratic Party (Germany)", "byte_end": 9010205796, "categories": ["Free Democratic Party (Germany)| ", "Alliance of Liberals and Democrats for Europe Party member parties", "Centrist parties in Germany", "Centre-right parties in Europe", "Classical liberal parties", "Conservative liberal parties", "Liberal conservative parties in Germany", "Liberal International", "Liberal parties in Germany", "Neoliberal parties", "Political parties established in 1948", "Parties represented in the European Parliament", "1948 establishments in Germany"]}
119
+ {"byte_start": 9010205796, "source_revision": "1201480650", "id": "10826", "title": "Fax", "byte_end": 9062202859, "categories": ["Fax| ", "American inventions", "Computer peripherals", "English inventions", "German inventions", "Italian inventions", "ITU-T recommendations", "Japanese inventions", "Office equipment", "Scottish inventions", "Telecommunications equipment"]}
120
+ {"byte_start": 9062202859, "source_revision": "1194407926", "id": "10827", "title": "Film crew", "byte_end": 9103561798, "categories": ["Filmmaking occupations| ", "Cinematography", "Filmmaking"]}
121
+ {"byte_start": 9103561798, "source_revision": "1198570960", "id": "10828", "title": "Fear", "byte_end": 9231034165, "categories": ["Fear| ", "Emotions", "Evolutionary psychology"]}
122
+ {"byte_start": 9231034165, "source_revision": "1193716200", "id": "10830", "title": "Football team", "byte_end": 9236535788, "categories": ["Football teams| "]}
123
+ {"byte_start": 9236535788, "source_revision": "1199761976", "id": "10831", "title": "F", "byte_end": 9258391992, "categories": ["ISO basic Latin letters"]}
124
+ {"byte_start": 9258391992, "source_revision": "1198195359", "id": "10834", "title": "Food preservation", "byte_end": 9330246885, "categories": ["Food preservation| ", "Garde manger"]}
125
+ {"byte_start": 9330246885, "source_revision": "1195152839", "id": "10835", "title": "Frequency modulation", "byte_end": 9351407316, "categories": ["Radio modulation modes"]}
126
+ {"byte_start": 9351407316, "source_revision": "1201255721", "id": "10837", "title": "Faith and rationality", "byte_end": 9360578211, "categories": ["Epistemology of religion", "Philosophy and atheism", "Religion and atheism", "Religion and science", "Religious belief and doctrine", "Philosophy of religion", "Faith"]}
127
+ {"byte_start": 9360578211, "source_revision": "1168546283", "id": "10839", "title": "List of film institutes", "byte_end": 9360718857, "categories": ["Film organizations| Institutes", "Lists of organizations"]}
128
+ {"byte_start": 9360718857, "source_revision": "783862729", "id": "10840", "title": "FORTH", "byte_end": 9360724992, "categories": []}
129
+ {"byte_start": 9360724992, "source_revision": "1116067872", "id": "10841", "title": "Forth", "byte_end": 9360845094, "categories": []}
130
+ {"byte_start": 9360845094, "source_revision": "1188231986", "id": "10842", "title": "F wave", "byte_end": 9361298252, "categories": ["Neurophysiology"]}
131
+ {"byte_start": 9361298252, "source_revision": "1200763793", "id": "10843", "title": "Fruit", "byte_end": 9450667628, "categories": ["Fruit", "Pollination", "Types of food"]}
132
+ {"byte_start": 9450667628, "source_revision": "1163915922", "id": "10844", "title": "French materialism", "byte_end": 9450924379, "categories": ["Materialism", "Philosophical schools and traditions", "French philosophy"]}
133
+ {"byte_start": 9450924379, "source_revision": "1201425660", "id": "10845", "title": "February", "byte_end": 9492987561, "categories": ["February| ", "Months|*02"]}
134
+ {"byte_start": 9492987561, "source_revision": "1201725622", "id": "10846", "title": "February 1", "byte_end": 9586550189, "categories": ["Days of the year", "February"]}
135
+ {"byte_start": 9586550189, "source_revision": "1194387932", "id": "10847", "title": "First Lady of the United States", "byte_end": 9648034827, "categories": ["First ladies of the United States| *"]}
136
+ {"byte_start": 9648034827, "source_revision": "1199072706", "id": "10852", "title": "Frank Herbert", "byte_end": 9700775286, "categories": ["20th-century American novelists", "American environmentalists", "American male novelists", "United States Navy personnel of World War II", "American science fiction writers", "Deaths from cancer in Wisconsin", "Deaths from pancreatic cancer", "Deaths from pulmonary embolism", "Hugo Award-winning writers", "Journalists from Oregon", "Constructed language creators", "Nebula Award winners", "North Salem High School (Salem, Oregon) alumni", "Science Fiction Hall of Fame inductees", "University of Washington alumni", "Writers from Port Townsend, Washington", "Writers from Salem, Oregon", "Writers from Seattle", "Writers from Tacoma, Washington", "1920 births", "1986 deaths", "San Francisco Examiner people", "American male short story writers", "20th-century American short story writers", "Activists from California", "20th-century American male writers", "Novelists from Washington (state)", "Novelists from Oregon", "American male non-fiction writers", "Seattle Post-Intelligencer people", "Seabees", "20th-century American journalists", "American male journalists", "American war photographers", "American speechwriters"]}
137
+ {"byte_start": 9700775286, "source_revision": "1199851765", "id": "10853", "title": "Fictional language", "byte_end": 9703058117, "categories": ["Fictional languages| ", "Artistic languages", "Science fiction themes"]}
138
+ {"byte_start": 9703058117, "source_revision": "1201428523", "id": "10854", "title": "Formula One", "byte_end": 10857629485, "categories": ["Formula One| ", "1950 establishments in Europe", "Formula racing series|1", "Formula racing|1", "Games and sports introduced in 1947", "Open wheel racing"]}
139
+ {"byte_start": 10857629485, "source_revision": "1191644151", "id": "10855", "title": "Franco Baresi", "byte_end": 10877655069, "categories": ["1960 births", "Living people", "Footballers from the Province of Brescia", "Men's association football sweepers", "Italian men's footballers", "Italy men's international footballers", "AC Milan players", "European Cup winning players", "UEFA Champions League winning players", "Serie A players", "Serie B players", "Fulham F.C. non-playing staff", "AC Milan non-playing staff", "FIFA 100", "Olympic footballers for Italy", "Footballers at the 1984 Summer Olympics", "UEFA Euro 1980 players", "1982 FIFA World Cup players", "UEFA Euro 1988 players", "1990 FIFA World Cup players", "1994 FIFA World Cup players", "Italian football managers", "Officers of the Order of Merit of the Italian Republic"]}
140
+ {"byte_start": 10877655069, "source_revision": "15908647", "id": "10856", "title": "Famous quotations", "byte_end": 10877667988, "categories": []}
141
+ {"byte_start": 10877667988, "source_revision": "1161462269", "id": "10857", "title": "Stage (stratigraphy)", "byte_end": 10878319279, "categories": ["Chronostratigraphy", "Geological ages|.", "Geochronology", "Geologic time scales", "Geology terminology", "Geological units", "Paleogeography", "Paleobiology", "Units of time"]}
142
+ {"byte_start": 10878319279, "source_revision": "1199211780", "id": "10858", "title": "Franz Kafka", "byte_end": 11488280856, "categories": ["Franz Kafka| ", "1883 births", "1924 deaths", "19th-century Austrian people", "20th-century Austrian novelists", "20th-century Austrian writers", "20th-century deaths from tuberculosis", "Absurdist writers", "Aphorists", "Jews from Austria-Hungary", "Austrian atheists", "Austrian civil servants", "Austrian male novelists", "Austrian male writers", "Austrian socialists", "Austrian surrealist writers", "Charles University alumni", "Czech atheists", "Czech diarists", "Czech Jews", "Czechoslovak Jews", "Czech surrealist writers", "Czech writers in German", "Czechoslovak writers", "Fabulists", "Jewish atheists", "Jewish Czech writers", "Jewish existentialists", "Jewish novelists", "Jewish socialists", "Jewish surrealist writers", "Magic realism writers", "Modernist writers", "Jews from Bohemia", "Tuberculosis deaths in Austria", "Weird fiction writers", "Writers from Austria-Hungary", "Writers from Prague"]}
143
+ {"byte_start": 11488280856, "source_revision": "1198472848", "id": "10859", "title": "Fields Medal", "byte_end": 11567617889, "categories": ["Fields Medalists| ", "Awards established in 1936", "Awards with age limits", "Mathematics awards"]}
144
+ {"byte_start": 11567617889, "source_revision": "1193671929", "id": "10860", "title": "Talk:Franz Kafka", "byte_end": 11614099105, "categories": []}
145
+ {"byte_start": 11614099105, "source_revision": "1195246068", "id": "10861", "title": "The Trial", "byte_end": 11635250772, "categories": ["1925 German-language novels", "1925 science fiction novels", "Absurdist fiction", "1925 Austrian novels", "Novels published posthumously", "Austrian novels adapted into films", "Dystopian novels", "Existentialist novels", "Fictional lawsuits", "Modernist novels", "Novels adapted into operas", "Novels by Franz Kafka", "Unfinished novels", "Bureaucracy in fiction"]}
146
+ {"byte_start": 11635250772, "source_revision": "1201590429", "id": "10862", "title": "The Metamorphosis", "byte_end": 11707907282, "categories": ["1915 German-language novels", "Fiction about shapeshifting", "Existentialist novels", "Short stories by Franz Kafka", "Modernist novels", "German novellas", "Absurdist fiction", "Fictional cockroaches", "German novels adapted into films", "Short stories adapted into films", "1915 German novels", "Weird fiction novels"]}
147
+ {"byte_start": 11707907282, "source_revision": "1177794898", "id": "10865", "title": "FSF", "byte_end": 11708040406, "categories": []}
148
+ {"byte_start": 11708040406, "source_revision": "771480601", "id": "10866", "title": "Talk:Function", "byte_end": 11709537421, "categories": []}
149
+ {"byte_start": 11709537421, "source_revision": "1189895451", "id": "10868", "title": "Francisco Goya", "byte_end": 11831719046, "categories": ["Francisco Goya| ", "1746 births", "1828 deaths", "18th-century Spanish painters", "18th-century Spanish male artists", "19th-century Spanish painters", "19th-century Spanish male artists", "18th-century Spanish people", "Painters from Aragon", "Burials in Madrid", "Court painters", "Deaf artists", "Spanish deaf people", "People from the Province of Zaragoza", "Royal Order of Spain members", "Spanish battle painters", "Spanish people of Basque descent", "Spanish printmakers", "Spanish Roman Catholics", "Spanish romantic painters", "Spanish satirists", "Romantic painters"]}
150
+ {"byte_start": 11831719046, "source_revision": "1198195580", "id": "10869", "title": "Frequentist probability", "byte_end": 11834955039, "categories": ["Probability interpretations"]}
151
+ {"byte_start": 11834955039, "source_revision": "1199422247", "id": "10870", "title": "List of French-language poets", "byte_end": 11837426602, "categories": ["French-language poets|*", "Lists of poets by language|French", "French poetry|*"]}
152
+ {"byte_start": 11837426602, "source_revision": "1184370073", "id": "10871", "title": "FM-2030", "byte_end": 11840917646, "categories": ["1930 births", "2000 deaths", "Cryonically preserved people", "Deaths from pancreatic cancer", "Florida International University faculty", "Futurologists", "Iranian atheists", "Iranian men's basketball players|Esfandiary", "Iranian emigrants to the United States", "Iranian writers", "Olympic basketball players for Iran|Esfandiary", "Basketball players at the 1948 Summer Olympics|Esfandiary", "Writers from Miami", "The New School faculty", "Life extensionists", "University of California, Los Angeles faculty", "Transhumanists", "American atheists", "American transhumanists", "Deaths from cancer in New York (state)"]}
153
+ {"byte_start": 11840917646, "source_revision": "1186606542", "id": "10874", "title": "West Flemish", "byte_end": 11843647686, "categories": ["Dutch dialects", "Languages of France", "Languages of Belgium", "Languages of the Netherlands", "Flanders", "Culture of Zeeland", "Sluis", "Zeelandic Flanders", "Vulnerable languages"]}
154
+ {"byte_start": 11843647686, "source_revision": "1185189795", "id": "10875", "title": "Fritz Leiber", "byte_end": 11872153103, "categories": ["1910 births", "1992 deaths", "20th-century American male writers", "20th-century American novelists", "American actors", "American dramatists and playwrights", "American fantasy writers", "American horror writers", "American male non-fiction writers", "American male novelists", "American male poets", "American male short story writers", "American people of German descent", "American science fiction writers", "American short story writers", "American speculative fiction critics", "Anglican lay readers", "Cthulhu Mythos writers", "Deaths from small intestine cancer", "Forteana", "Hugo Award-winning writers", "Nebula Award winners", "Nehwon", "Pulp fiction writers", "Science fiction critics", "Science Fiction Hall of Fame inductees", "SFWA Grand Masters", "University of Chicago alumni", "Weird fiction writers", "World Fantasy Award-winning writers", "Novelists from Chicago", "Writers from San Francisco"]}
155
+ {"byte_start": 11872153103, "source_revision": "1193994633", "id": "10878", "title": "Flanders", "byte_end": 12013498083, "categories": ["Flanders| ", "Regions of Belgium", "Autonomous regions", "Countries and territories where Dutch is an official language"]}
156
+ {"byte_start": 12013498083, "source_revision": "1185724299", "id": "10879", "title": "Freud (disambiguation)", "byte_end": 12013684129, "categories": []}
157
+ {"byte_start": 12013684129, "source_revision": "1198195649", "id": "10880", "title": "Plurality voting", "byte_end": 12054038175, "categories": ["Electoral systems"]}
158
+ {"byte_start": 12054038175, "source_revision": "1161528838", "id": "10881", "title": "Fetish", "byte_end": 12054564154, "categories": []}
159
+ {"byte_start": 12054564154, "source_revision": "1200985690", "id": "10882", "title": "February 14", "byte_end": 12159672390, "categories": ["Days of the year", "February"]}
160
+ {"byte_start": 12159672390, "source_revision": "1197708166", "id": "10883", "title": "Free trade area", "byte_end": 12164291740, "categories": ["Trade blocs|*", "Free trade agreements| ", "Economic integration", "Special economic zones", "Free-trade areas| "]}
161
+ {"byte_start": 12164291740, "source_revision": "1070884109", "id": "10884", "title": "Talk:Free will and determinism", "byte_end": 12166761845, "categories": []}
162
+ {"byte_start": 12166761845, "source_revision": "1200930838", "id": "10885", "title": "French fries", "byte_end": 12509772779, "categories": ["French fries| ", "Belgian cuisine", "British cuisine", "Canadian cuisine", "Fast food", "French cuisine", "German cuisine", "Irish cuisine", "Australian cuisine", "New Zealand cuisine", "National dishes", "Snack foods", "South African cuisine", "Spanish cuisine", "American vegetable dishes"]}
163
+ {"byte_start": 12509772779, "source_revision": "1198195645", "id": "10886", "title": "Field hockey", "byte_end": 12761641308, "categories": ["Field hockey| ", "Stick sports", "Ball games", "Sports originating in England", "Summer Olympic sports", "Variations of hockey", "Team sports"]}
164
+ {"byte_start": 12761641308, "source_revision": "1190574646", "id": "10887", "title": "Finagle's law", "byte_end": 12762207941, "categories": ["Adages"]}
165
+ {"byte_start": 12762207941, "source_revision": "783862737", "id": "10888", "title": "Finagles law", "byte_end": 12762212627, "categories": []}
166
+ {"byte_start": 12762212627, "source_revision": "657655452", "id": "10889", "title": "User:Fletch~enwiki", "byte_end": 12762214919, "categories": []}
167
+ {"byte_start": 12762214919, "source_revision": "1198937156", "id": "10890", "title": "Fundamental interaction", "byte_end": 12797649286, "categories": ["Fundamental interactions| "]}
168
+ {"byte_start": 12797649286, "source_revision": "1199637418", "id": "10891", "title": "Floppy disk", "byte_end": 13180423362, "categories": ["1971 in computing", "1971 in technology", "American inventions", "Computer-related introductions in 1971", "Computer storage media", "Floppy disk computer storage| ", "Rotating disc computer storage media", "20th-century inventions", "Legacy hardware"]}
169
+ {"byte_start": 13180423362, "source_revision": "799598564", "id": "10892", "title": "Fullerenes", "byte_end": 13180425717, "categories": []}
170
+ {"byte_start": 13180425717, "source_revision": "1185202092", "id": "10893", "title": "Fencing", "byte_end": 13360866737, "categories": ["Fencing| ", "Articles containing video clips", "Summer Olympic sports", "Swordsmanship"]}
171
+ {"byte_start": 13360866737, "source_revision": "1192713194", "id": "10894", "title": "The Free Software Definition", "byte_end": 13362354637, "categories": ["Free software", "Free Software Foundation", "Free and open-source software licenses| ", "Definitions"]}
172
+ {"byte_start": 13362354637, "source_revision": "783862742", "id": "10895", "title": "Fluid Mechanics", "byte_end": 13362359410, "categories": []}
173
+ {"byte_start": 13362359410, "source_revision": "1187947771", "id": "10896", "title": "Felix Bloch", "byte_end": 13366031564, "categories": ["1905 births", "1983 deaths", "Nobel laureates in Physics", "Swiss Nobel laureates", "American Nobel laureates", "20th-century American physicists", "American people of Swiss-Jewish descent", "Naturalized citizens of the United States", "People associated with CERN", "ETH Zurich alumni", "Experimental physicists", "Harvard University people", "Jewish American scientists", "Jewish physicists", "Leipzig University alumni", "Manhattan Project people", "Members of the Royal Netherlands Academy of Arts and Sciences", "Members of the United States National Academy of Sciences", "Fellows of the American Physical Society", "Recipients of the Pour le M\u00e9rite (civil class)", "Stanford University Department of Physics faculty", "Swiss Jews", "Swiss physicists", "Swiss emigrants to the United States", "Nuclear magnetic resonance", "Scientists from Z\u00fcrich", "Members of the American Philosophical Society", "Presidents of the American Physical Society"]}
174
+ {"byte_start": 13366031564, "source_revision": "1184054304", "id": "10897", "title": "Fugue", "byte_end": 13437175163, "categories": ["Fugues| ", "Polyphonic form", "Classical music styles"]}
175
+ {"byte_start": 13437175163, "source_revision": "1198195722", "id": "10898", "title": "Dissociative fugue", "byte_end": 13449558442, "categories": ["Dissociative disorders", "Memory disorders", "Symptoms and signs of mental disorders"]}
176
+ {"byte_start": 13449558442, "source_revision": "764365491", "id": "10900", "title": "Frames per second", "byte_end": 13449563303, "categories": ["Units of frequency"]}
177
+ {"byte_start": 13449563303, "source_revision": "783862752", "id": "10901", "title": "First-Person Shooter", "byte_end": 13449566902, "categories": []}
178
+ {"byte_start": 13449566902, "source_revision": "1200560186", "id": "10902", "title": "Force", "byte_end": 13792829869, "categories": ["Force| ", "Natural philosophy", "Classical mechanics", "Vector physical quantities", "Temporal rates"]}
179
+ {"byte_start": 13792829869, "source_revision": "1201372590", "id": "10905", "title": "Family law", "byte_end": 13796976414, "categories": ["Family law| ", "Divorce", "Marriage law"]}
180
+ {"byte_start": 13796976414, "source_revision": "783862763", "id": "10906", "title": "Fractals", "byte_end": 13796979430, "categories": []}
181
+ {"byte_start": 13796979430, "source_revision": "283309824", "id": "10908", "title": "Finite state machines", "byte_end": 13796982284, "categories": []}
182
+ {"byte_start": 13796982284, "source_revision": "1189532873", "id": "12781", "title": "Group action", "byte_end": 13825780072, "categories": ["Group theory", "Group actions (mathematics)| ", "Representation theory of groups", "Symmetry"]}
183
+ {"byte_start": 13825780072, "source_revision": "1189437239", "id": "12782", "title": "Talk:Group action", "byte_end": 13828635101, "categories": []}
184
+ {"byte_start": 13828635101, "source_revision": "1198670639", "id": "12783", "title": "Gzip", "byte_end": 13833211020, "categories": ["Archive formats", "Cross-platform software", "Free data compression software", "Free software programmed in C", "GNU Project software", "IBM i Qshell commands", "Inferno (operating system) commands", "Lossless compression algorithms", "Plan 9 commands", "Unix archivers and compression-related utilities"]}
185
+ {"byte_start": 13833211020, "source_revision": "885946657", "id": "12784", "title": "Goons", "byte_end": 13833218522, "categories": []}
186
+ {"byte_start": 13833218522, "source_revision": "15910442", "id": "12785", "title": "Gamma characteristic", "byte_end": 13833222055, "categories": []}
187
+ {"byte_start": 13833222055, "source_revision": "1184356648", "id": "12786", "title": "General anaesthetic", "byte_end": 13836346108, "categories": ["Anesthesia", "Drugs with unknown mechanisms of action"]}
188
+ {"byte_start": 13836346108, "source_revision": "1197595417", "id": "12787", "title": "Geoffrey Chaucer", "byte_end": 14008628568, "categories": ["Geoffrey Chaucer| ", "1343 births", "1400 deaths", "14th-century English writers", "Burials at Westminster Abbey", "The Canterbury Tales", "English Catholic poets", "English civil servants", "English translators", "English MPs 1386", "Middle English poets", "People from the City of London", "Writers from London", "14th-century English poets", "Medieval orientalists", "14th-century translators", "Medieval English writers"]}
189
+ {"byte_start": 14008628568, "source_revision": "1193655785", "id": "12789", "title": "Gerald Gardner", "byte_end": 14049365593, "categories": ["1884 births", "1964 deaths", "Gardnerian Wiccans| ", "20th-century English non-fiction writers", "20th-century English novelists", "Amateur anthropologists", "Ceremonial magicians", "English Freemasons", "English Wiccans", "English civil servants", "English occult writers", "English religious leaders", "English religious writers", "Founders of modern pagan movements", "Members of Ordo Templi Orientis", "People from Crosby, Merseyside", "Planters from British Ceylon", "Wiccan priests", "Writers from Liverpool", "People who died at sea"]}
190
+ {"byte_start": 14049365593, "source_revision": "528586794", "id": "12790", "title": "Genocidal organization", "byte_end": 14049366355, "categories": []}
191
+ {"byte_start": 14049366355, "source_revision": "1196066321", "id": "11530", "title": "Fred Savage", "byte_end": 14079746592, "categories": ["1976 births", "Living people", "20th-century American Jews", "20th-century American male actors", "21st-century American Jews", "21st-century American male actors", "2022 controversies in the United States", "American game show hosts", "American male child actors", "American male film actors", "American male television actors", "American male voice actors", "American people of German-Jewish descent", "American people of Latvian-Jewish descent", "American people of Polish-Jewish descent", "American people of Ukrainian-Jewish descent", "American television directors", "Brentwood School (Los Angeles) alumni", "Jewish American male actors", "Male actors from Chicago", "People from Brentwood, Los Angeles", "People from Glencoe, Illinois", "Stanford University alumni", "Television producers from Illinois", "Sigma Alpha Epsilon members"]}
192
+ {"byte_start": 14079746592, "source_revision": "1194984562", "id": "11531", "title": "Futurians", "byte_end": 14081015545, "categories": ["Futurians| ", "Science fiction organizations", "Organizations established in 1938"]}
193
+ {"byte_start": 14081015545, "source_revision": "1148081026", "id": "11532", "title": "First Fandom", "byte_end": 14081168623, "categories": ["Science fiction fandom|First Fandom"]}
194
+ {"byte_start": 14081168623, "source_revision": "1197053530", "id": "11533", "title": "Talk:Freemasonry", "byte_end": 14799049634, "categories": []}
195
+ {"byte_start": 14799049634, "source_revision": "1104264184", "id": "11534", "title": "Talk:Frederick Sanger/Archive 1", "byte_end": 14799054286, "categories": []}
196
+ {"byte_start": 14799054286, "source_revision": "546666703", "id": "11535", "title": "Four-poster", "byte_end": 14799206435, "categories": []}
197
+ {"byte_start": 14799206435, "source_revision": "1198871961", "id": "11536", "title": "Fianna F\u00e1il", "byte_end": 14973844513, "categories": ["Fianna F\u00e1il| ", "All-Ireland political parties", "Alliance of Liberals and Democrats for Europe Party member parties", "Christian democratic parties in Europe", "Conservative parties in Ireland", "Centrist parties in Europe", "Irish republican parties", "Parties represented in the European Parliament", "Political parties established in 1926", "Political parties in Northern Ireland", "Political parties in the Republic of Ireland", "Pro-European political parties in Ireland", "1926 establishments in Ireland"]}
198
+ {"byte_start": 14973844513, "source_revision": "15909282", "id": "11538", "title": "Fourth generation programming language", "byte_end": 14973846081, "categories": []}
199
+ {"byte_start": 14973846081, "source_revision": "1187216358", "id": "11539", "title": "Fujiwara clan", "byte_end": 14981975836, "categories": ["Fujiwara clan| ", "Japanese clans"]}
200
+ {"byte_start": 14981975836, "source_revision": "15909284", "id": "11540", "title": "Fifth amendment rights of witness", "byte_end": 14981979014, "categories": []}
201
+ {"byte_start": 14981979014, "source_revision": "1198578401", "id": "11542", "title": "Federalism", "byte_end": 15156099843, "categories": ["Federalism| ", "Political systems", "Political theories"]}
202
+ {"byte_start": 15156099843, "source_revision": "1197525012", "id": "11543", "title": "Firmin Abauzit", "byte_end": 15157128084, "categories": ["1679 births", "1767 deaths", "People from Uz\u00e8s", "18th-century French philosophers", "18th-century physicists from the Republic of Geneva", "18th-century French physicists", "French Calvinist and Reformed theologians", "Scholars from the Republic of Geneva", "18th-century French writers", "18th-century French male writers", "18th-century Calvinist and Reformed theologians", "18th-century writers from the Republic of Geneva", "18th-century French Christian theologians", "Calvinist and Reformed philosophers", "French male non-fiction writers", "Enlightenment philosophers", "Age of Enlightenment"]}
203
+ {"byte_start": 15157128084, "source_revision": "1200160799", "id": "11544", "title": "French Foreign Legion", "byte_end": 15611188892, "categories": ["French Army", "French Foreign Legion", "Arms of the French Army", "Military units and formations established in 1831", "Arm\u00e9e d'Afrique"]}
204
+ {"byte_start": 15611188892, "source_revision": "1198198708", "id": "11545", "title": "Feedback", "byte_end": 15655970677, "categories": ["Feedback| ", "Control theory", "Management cybernetics", "Electronic feedback| ", "Broad-concept articles"]}
205
+ {"byte_start": 15655970677, "source_revision": "1197800873", "id": "11547", "title": "Furigana", "byte_end": 15663058531, "categories": ["Japanese writing system terms", "Kana", "Ruby characters", "Japanese writing system", "East Asian typography"]}
206
+ {"byte_start": 15663058531, "source_revision": "528637345", "id": "11548", "title": "Fiscal calendar", "byte_end": 15663059314, "categories": []}
207
+ {"byte_start": 15663059314, "source_revision": "1199394647", "id": "11551", "title": "Francis II, Holy Roman Emperor", "byte_end": 15700733267, "categories": ["1768 births", "1835 deaths", "Nobility from Florence", "Austrian Roman Catholics", "German Roman Catholics", "18th-century Holy Roman Emperors", "18th-century archdukes of Austria", "19th-century emperors of Austria", "House of Habsburg-Lorraine", "Kings of Italy", "Burials at the Imperial Crypt", "Grand Masters of the Order of the Golden Fleece", "Knights of the Golden Fleece of Austria", "Grand Crosses of the Military Order of Maria Theresa", "Grand Cross of the Legion of Honour", "Grand Crosses of the Order of Christ (Portugal)|3", "Grand Crosses of the Order of Aviz|3", "Grand Crosses of the Order of Saint James of the Sword|3", "Knights Grand Cross of the Order of the Sword", "Extra Knights Companion of the Garter", "Sons of emperors", "Francis II, Holy Roman Emperor| ", "Children of Leopold II, Holy Roman Emperor", "19th-century archdukes of Austria", "Habsburg monarchs of Bohemia", "Kings of Hungary", "Kings of Croatia", "Monarchs of Galicia and Lodomeria", "People of the War of the First Coalition"]}
208
+ {"byte_start": 15700733267, "source_revision": "1177562677", "id": "11552", "title": "Frederick Abel", "byte_end": 15702550282, "categories": ["1827 births", "1902 deaths", "19th-century British chemists", "Cordite", "Ballistics experts", "Fellows of the Royal Society", "Knights Commander of the Order of the Bath", "Knights Grand Cross of the Royal Victorian Order", "Presidents of the Smeatonian Society of Civil Engineers", "Alumni of Imperial College London", "Scientists from London", "Knights Bachelor", "Baronets in the Baronetage of the United Kingdom", "Burials at Nunhead Cemetery", "Royal Medal winners", "Bessemer Gold Medal"]}
209
+ {"byte_start": 15702550282, "source_revision": "1169875604", "id": "11554", "title": "Fugazi (disambiguation)", "byte_end": 15702826065, "categories": []}
210
+ {"byte_start": 15702826065, "source_revision": "1200584757", "id": "11555", "title": "Fluorescence", "byte_end": 15761800556, "categories": ["Fluorescence| ", "Dyes", "Molecular biology", "Radiochemistry"]}
211
+ {"byte_start": 15761800556, "source_revision": "1193448306", "id": "11556", "title": "Fundamental theorem of arithmetic", "byte_end": 15778048785, "categories": ["Theorems about prime numbers", "Articles containing proofs", "Uniqueness theorems", "factorization"]}
212
+ {"byte_start": 15778048785, "source_revision": "810513915", "id": "11557", "title": "Talk:Fugazi (disambiguation)", "byte_end": 15778136214, "categories": []}
213
+ {"byte_start": 15778136214, "source_revision": "1198198730", "id": "11558", "title": "Flamenco", "byte_end": 15932030900, "categories": ["Flamenco| ", "Spanish music", "Andalusian music", "Romani dances", "Spanish dances", "Spanish folk music", "European folk dances", "Articles containing video clips", "Masterpieces of the Oral and Intangible Heritage of Humanity", "Romani culture", "Romani music"]}
214
+ {"byte_start": 15932030900, "source_revision": "1192161732", "id": "11561", "title": "Father Christmas", "byte_end": 15996478729, "categories": ["Father Christmas| ", "Christmas characters", "Personifications", "Christian folklore", "Santa Claus", "English folklore", "Christmas in England", "Christmas gift-bringers"]}
215
+ {"byte_start": 15996478729, "source_revision": "1028572263", "id": "11562", "title": "Fossil record", "byte_end": 15996837835, "categories": ["Fossil record| "]}
216
+ {"byte_start": 15996837835, "source_revision": "1035865245", "id": "11563", "title": "Federal jurisdiction (United States)", "byte_end": 15997762125, "categories": ["United States federal law", "United States civil procedure", "Jurisdiction"]}
217
+ {"byte_start": 15997762125, "source_revision": "1151914190", "id": "11564", "title": "Fossil Record", "byte_end": 15997852010, "categories": ["Paleontology journals", "Academic journals established in 1998", "Creative Commons Attribution-licensed journals", "English-language journals", "Biannual journals", "Academic journals published by museums", "Pensoft Publishers academic journals"]}
218
+ {"byte_start": 15997852010, "source_revision": "39551161", "id": "11567", "title": "User talk:Forgotten gentleman", "byte_end": 15997860416, "categories": []}
219
+ {"byte_start": 15997860416, "source_revision": "838929922", "id": "11568", "title": "Falsifiable", "byte_end": 15997861632, "categories": []}
220
+ {"byte_start": 15997861632, "source_revision": "1199255340", "id": "11569", "title": "Frequency modulation synthesis", "byte_end": 16003408806, "categories": ["Sound synthesis types"]}
warehouse_00014.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d037b2af57a98f0bc9b5ade0b573b285341020641f879cc95a5c412f99eb1e
3
+ size 162791578
warehouse_00014.metadata ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1182187449", "id": "11894", "title": "Goeldi's marmoset", "byte_end": 1603453, "categories": ["Marmosets|Goeldi's marmoset", "Mammals of Bolivia", "Mammals of Brazil", "Mammals of Colombia", "Mammals of Ecuador", "Mammals of Peru", "Mammals described in 1904|Goeldi's marmoset", "Taxa named by Oldfield Thomas", "Articles containing video clips"]}
2
+ {"byte_start": 1603453, "source_revision": "94266686", "id": "11895", "title": "GNU/GPL", "byte_end": 1605095, "categories": []}
3
+ {"byte_start": 1605095, "source_revision": "629857161", "id": "11896", "title": "GNU/FDL", "byte_end": 1607214, "categories": []}
4
+ {"byte_start": 1607214, "source_revision": "15909608", "id": "11897", "title": "GNU/HURD", "byte_end": 1608743, "categories": []}
5
+ {"byte_start": 1608743, "source_revision": "636745418", "id": "11898", "title": "GNU/Hurd", "byte_end": 1661964, "categories": []}
6
+ {"byte_start": 1661964, "source_revision": "591536853", "id": "11899", "title": "GNU/Emacs", "byte_end": 1664186, "categories": []}
7
+ {"byte_start": 1664186, "source_revision": "15909612", "id": "11901", "title": "GNU/LGPL", "byte_end": 1694707, "categories": []}
8
+ {"byte_start": 1694707, "source_revision": "980782642", "id": "11902", "title": "GNU/Linux", "byte_end": 2430511, "categories": ["Linus Torvalds", "GNU Project", "Linux"]}
9
+ {"byte_start": 2430511, "source_revision": "1182949090", "id": "11903", "title": "Talk:GNU", "byte_end": 48530144, "categories": []}
10
+ {"byte_start": 48530144, "source_revision": "783863106", "id": "11906", "title": "GrungE", "byte_end": 48533848, "categories": []}
11
+ {"byte_start": 48533848, "source_revision": "1071886194", "id": "11907", "title": "Games/Cards", "byte_end": 48537959, "categories": []}
12
+ {"byte_start": 48537959, "source_revision": "948914614", "id": "11908", "title": "Games/Board", "byte_end": 48542587, "categories": []}
13
+ {"byte_start": 48542587, "source_revision": "948914667", "id": "11910", "title": "Games/Casino", "byte_end": 48545106, "categories": []}
14
+ {"byte_start": 48545106, "source_revision": "948914693", "id": "11911", "title": "Games/RolePlaying", "byte_end": 48552051, "categories": []}
15
+ {"byte_start": 48552051, "source_revision": "1197269375", "id": "10667", "title": "Tackle (football move)", "byte_end": 59416110, "categories": ["American football terminology", "American football plays", "Rugby union terminology", "Rugby league terminology", "Association football terminology", "Australian rules football terminology", "Laws of Australian rules football", "Australian rules football skills"]}
16
+ {"byte_start": 59416110, "source_revision": "1169787344", "id": "10668", "title": "Play from scrimmage", "byte_end": 59849025, "categories": ["American football terminology"]}
17
+ {"byte_start": 59849025, "source_revision": "1200913622", "id": "10669", "title": "Football player", "byte_end": 78944697, "categories": ["Terminology used in multiple sports", "Football people|Player", "Football|Player", "Lists of football people", "Gaelic footballers", "Players of Australian rules football|+", "Association football occupations|Player"]}
18
+ {"byte_start": 78944697, "source_revision": "528758895", "id": "10670", "title": "Friedrich Nietzche", "byte_end": 78945496, "categories": []}
19
+ {"byte_start": 78945496, "source_revision": "1199627965", "id": "10671", "title": "Friedrich Nietzsche", "byte_end": 1226471803, "categories": ["Friedrich Nietzsche| ", "1844 births", "1900 deaths", "People from L\u00fctzen", "People from the Province of Saxony", "Former Lutherans", "19th-century German journalists", "19th-century German non-fiction writers", "19th-century German male writers", "19th-century German novelists", "19th-century German philosophers", "19th-century German male musicians", "19th-century philosophers", "19th-century Prussian people", "Anti-consumerists", "Anti-nationalists", "Aphorists", "Critical theorists", "German critics of Christianity", "Critics of religions", "Critics of the Catholic Church", "Critics of work and the work ethic", "Determinists", "Epistemologists", "Existentialists", "German classical philologists", "German male journalists", "German male non-fiction writers", "German music critics", "Hellenists", "Irony theorists", "Metaphilosophers", "Metaphysicians", "Ontologists", "Philosophers of art", "Philosophers of culture", "Philosophers of education", "Philosophers of history", "Philosophers of literature", "Philosophers of mind", "Philosophers of nihilism", "Philosophers of psychology", "Philosophers of religion", "Philosophers of sexuality", "Philosophers of social science", "Philosophers of time", "Philosophy writers", "Social philosophers", "Stateless people", "Theorists on Western civilization", "Writers about activism and social change", "Writers about religion and science", "Writers from Saxony-Anhalt", "German ethicists", "Leipzig University alumni", "University of Bonn alumni", "Academic staff of the University of Basel", "People associated with the University of Basel", "Prussian Army personnel", "German military personnel of the Franco-Prussian War", "Deaths from pneumonia in Germany", "German male essayists"]}
20
+ {"byte_start": 1226471803, "source_revision": "1201153896", "id": "10672", "title": "Frank Zappa", "byte_end": 1986389183, "categories": ["Frank Zappa| ", "1940 births", "1993 deaths", "20th-century American composers", "20th-century American guitarists", "20th-century American male actors", "20th-century American male musicians", "20th-century American male singers", "20th-century American singer-songwriters", "20th-century classical composers", "20th-century jazz composers", "Advocates of unschooling and homeschooling", "American anti-communists", "American anti-fascists", "American atheists", "American avant-garde musicians", "American classical musicians", "American comedy musicians", "American contemporary classical composers", "American copywriters", "American critics of Christianity", "American democracy activists", "American electronic musicians", "American experimental filmmakers", "American experimental guitarists", "American experimental musicians", "American humanists", "American jazz guitarists", "American libertarians", "American male composers", "American male guitarists", "American male jazz musicians", "American male singer-songwriters", "American male voice actors", "American multi-instrumentalists", "American music arrangers", "American parodists", "American people of Arab descent", "American people of French descent", "American people of Greek descent", "American people of Italian descent", "American rock guitarists", "American rock singers", "American rock songwriters", "American satirists", "American surrealist artists", "Angel Records artists", "Antelope Valley High School alumni", "Articles containing video clips", "Avant-garde guitarists", "Avant-pop musicians", "Blues rock musicians", "Burials at Westwood Village Memorial Park Cemetery", "California Democrats", "Captain Beefheart", "Censorship in the arts", "Contemporary classical music performers", "Critics of the Catholic Church", "Critics of religions", "Deaths from cancer in California", "Deaths from kidney failure", "Deaths from prostate cancer", "EMI Records artists", "Experimental composers", "Experimental pop musicians", "Experimental rock musicians", "Freak scene musicians", "Freak scene", "Free speech activists", "Grammy Award winners", "Grammy Lifetime Achievement Award winners", "Guitarists from Los Angeles", "Guitarists from Maryland", "Humor in classical music", "Jazz musicians from California", "Jazz musicians from Maryland", "Lead guitarists", "Maryland Democrats", "Musicians from Baltimore", "Parody musicians", "People from Echo Park, Los Angeles", "People from Edgewood, Maryland", "People from Lancaster, California", "People from Laurel Canyon, Los Angeles", "People from Ontario, California", "Progressive rock guitarists", "Proto-prog musicians", "Record producers from Maryland", "Rykodisc artists", "Singer-songwriters from California", "Singer-songwriters from Maryland", "Singers from Los Angeles", "Surrealist filmmakers", "Surrealist groups", "The Mothers of Invention members", "Verve Records artists", "Warner Records artists", "Writers from Los Angeles", "Zappa family|Frank"]}
21
+ {"byte_start": 1986389183, "source_revision": "1180150155", "id": "10673", "title": "Fagales", "byte_end": 1986944801, "categories": ["Fagales| ", "Angiosperm orders"]}
22
+ {"byte_start": 1986944801, "source_revision": "1180155248", "id": "10674", "title": "Fabales", "byte_end": 1987731001, "categories": ["Fabales| ", "Angiosperm orders"]}
23
+ {"byte_start": 1987731001, "source_revision": "1199319124", "id": "10676", "title": "French", "byte_end": 1991193030, "categories": ["Language and nationality disambiguation pages"]}
24
+ {"byte_start": 1991193030, "source_revision": "1201146519", "id": "10678", "title": "List of French people", "byte_end": 2114860391, "categories": ["Lists of French people| "]}
25
+ {"byte_start": 2114860391, "source_revision": "1139149169", "id": "10679", "title": "Five-card draw", "byte_end": 2116303420, "categories": ["Draw poker"]}
26
+ {"byte_start": 2116303420, "source_revision": "1198289690", "id": "10680", "title": "Flaming (Internet)", "byte_end": 2142117802, "categories": ["Cyberbullying", "Internet culture", "Internet forum terminology", "Internet trolling"]}
27
+ {"byte_start": 2142117802, "source_revision": "829459481", "id": "10681", "title": "Flame war", "byte_end": 2142140597, "categories": []}
28
+ {"byte_start": 2142140597, "source_revision": "1198194871", "id": "10683", "title": "Frank Lloyd Wright", "byte_end": 2612406502, "categories": ["Frank Lloyd Wright| ", "1867 births", "1959 deaths", "20th-century American architects", "American architecture writers", "American Christian pacifists", "American furniture designers", "American male non-fiction writers", "American people of English descent", "American people of Welsh descent", "American stained glass artists and manufacturers", "American Unitarians", "Architects from Chicago", "Architects from Wisconsin", "Architectural theoreticians", "Architecture educators", "Artists from Oak Park, Illinois", "Artists from Phoenix, Arizona", "Modernist architects from the United States", "Organic architecture", "People from Richland Center, Wisconsin", "People from Scottsdale, Arizona", "People from Spring Green, Wisconsin", "Prairie School architecture", "Recipients of the Royal Gold Medal", "University of Wisconsin\u2013Madison alumni", "Writers from Oak Park, Illinois", "Recipients of the AIA Gold Medal", "Authors of utopian literature"]}
29
+ {"byte_start": 2612406502, "source_revision": "1193887179", "id": "10684", "title": "Talk:Folk music", "byte_end": 2643800276, "categories": []}
30
+ {"byte_start": 2643800276, "source_revision": "1174675551", "id": "10685", "title": "Filk music", "byte_end": 2663915607, "categories": ["Filk music| ", "Fantasy fandom", "Fantasy music", "Genres of poetry", "Musical subcultures", "Science fiction fandom", "Speculative fiction works", "Spoken word"]}
31
+ {"byte_start": 2663915607, "source_revision": "1162968910", "id": "10686", "title": "Film Noir", "byte_end": 2663919611, "categories": []}
32
+ {"byte_start": 2663919611, "source_revision": "1198456223", "id": "10687", "title": "Frisbee", "byte_end": 2691324174, "categories": ["1950s toys", "Products introduced in 1948", "American inventions", "Brands that became generic", "Flying disc| ", "Physical activity and dexterity toys", "Sports equipment", "Wham-O brands", "Sports originating in the United States"]}
33
+ {"byte_start": 2691324174, "source_revision": "1198194883", "id": "10689", "title": "History of the Falkland Islands", "byte_end": 2790302631, "categories": ["History of the Falkland Islands| ", "British colonization of the Americas", "French colonization of the Americas", "Spanish colonization of the Americas", "Falkland Islands in World War II", "1600s in the Dutch Empire", "Maritime history of the Dutch Republic", "History of South America|Falkland Islands"]}
34
+ {"byte_start": 2790302631, "source_revision": "1188877909", "id": "10690", "title": "Geography of the Falkland Islands", "byte_end": 2798174458, "categories": ["Geography of the Falkland Islands| "]}
35
+ {"byte_start": 2798174458, "source_revision": "957568868", "id": "10691", "title": "Demographics of the Falkland Islands", "byte_end": 2798207719, "categories": ["Demographics of the Falkland Islands| "]}
36
+ {"byte_start": 2798207719, "source_revision": "1176113115", "id": "10692", "title": "Politics of the Falkland Islands", "byte_end": 2800688475, "categories": ["Politics of the Falkland Islands| ", "Elections in the Falkland Islands| "]}
37
+ {"byte_start": 2800688475, "source_revision": "1197744800", "id": "10693", "title": "Economy of the Falkland Islands", "byte_end": 2816398907, "categories": ["Economy of the Falkland Islands| "]}
38
+ {"byte_start": 2816398907, "source_revision": "1182636675", "id": "10694", "title": "Telecommunications in the Falkland Islands", "byte_end": 2816778065, "categories": ["Telecommunications by country|Falkland Islands", "Communications in the Falkland Islands| ", "Telecommunications in South America|+Falkland"]}
39
+ {"byte_start": 2816778065, "source_revision": "1173136187", "id": "10695", "title": "Transport in the Falkland Islands", "byte_end": 2817906671, "categories": ["Transport in the Falkland Islands| "]}
40
+ {"byte_start": 2817906671, "source_revision": "1195509908", "id": "10696", "title": "Military of the Falkland Islands", "byte_end": 2833067783, "categories": ["Military of the Falkland Islands| ", "Military of South Georgia and the South Sandwich Islands", "British Armed Forces deployments", "Joint commands of the United Kingdom"]}
41
+ {"byte_start": 2833067783, "source_revision": "948934685", "id": "10697", "title": "Falkland Islands/Transnational issues", "byte_end": 2833069464, "categories": []}
42
+ {"byte_start": 2833069464, "source_revision": "1193415094", "id": "10698", "title": "History of the Faroe Islands", "byte_end": 2840151682, "categories": ["History of the Faroe Islands| "]}
43
+ {"byte_start": 2840151682, "source_revision": "1185439257", "id": "10699", "title": "Geography of the Faroe Islands", "byte_end": 2841503697, "categories": ["Geography of the Faroe Islands| "]}
44
+ {"byte_start": 2841503697, "source_revision": "1199104577", "id": "10700", "title": "Demographics of the Faroe Islands", "byte_end": 2847428567, "categories": ["Demographics of the Faroe Islands| ", "Society of the Faroe Islands"]}
45
+ {"byte_start": 2847428567, "source_revision": "1195590359", "id": "10701", "title": "Politics of the Faroe Islands", "byte_end": 2848865186, "categories": ["Politics of the Faroe Islands| "]}
46
+ {"byte_start": 2848865186, "source_revision": "1194555098", "id": "10702", "title": "Economy of the Faroe Islands", "byte_end": 2850658482, "categories": ["Economy of the Faroe Islands| ", "Economy of Denmark|Faroe", "Economies of Europe by dependent territory|+Faroe Islands"]}
47
+ {"byte_start": 2850658482, "source_revision": "1008048531", "id": "10703", "title": "Telecommunications in the Faroe Islands", "byte_end": 2850748043, "categories": ["Telecommunications in the Faroe Islands| "]}
48
+ {"byte_start": 2850748043, "source_revision": "1162186779", "id": "10704", "title": "Transport in the Faroe Islands", "byte_end": 2852603988, "categories": ["Transport in the Faroe Islands| ", "Transport in Denmark|Faroe Islands", "Tourism in the Faroe Islands"]}
49
+ {"byte_start": 2852603988, "source_revision": "521856885", "id": "10705", "title": "Military of the Faroe Islands", "byte_end": 2852614623, "categories": []}
50
+ {"byte_start": 2852614623, "source_revision": "1199274613", "id": "10707", "title": "Fiji", "byte_end": 3351301126, "categories": ["Fiji| ", "1970 establishments in Oceania", "British Western Pacific Territories", "Republics in the Commonwealth of Nations", "Countries in Melanesia", "Countries and territories where English is an official language", "Countries and territories where Hindi is an official language", "Island countries", "Member states of the Commonwealth of Nations", "Member states of the United Nations", "Small Island Developing States", "States and territories established in 1970", "Countries in Oceania"]}
51
+ {"byte_start": 3351301126, "source_revision": "1198194900", "id": "10709", "title": "Geography of Finland", "byte_end": 3360569763, "categories": ["Geography of Finland| "]}
52
+ {"byte_start": 3360569763, "source_revision": "1199051462", "id": "10710", "title": "Demographics of Finland", "byte_end": 3433774022, "categories": ["Demographics of Finland| "]}
53
+ {"byte_start": 3433774022, "source_revision": "1197673598", "id": "10711", "title": "Politics of Finland", "byte_end": 3442342311, "categories": ["Politics of Finland| "]}
54
+ {"byte_start": 3442342311, "source_revision": "1200677132", "id": "10712", "title": "Economy of Finland", "byte_end": 3493801273, "categories": ["Economy of Finland| ", "European Union member economies|Finland", "OECD member economies|Finland", "Economies of Europe by country|Finland"]}
55
+ {"byte_start": 3493801273, "source_revision": "1201321126", "id": "10713", "title": "Telecommunications in Finland", "byte_end": 3494120921, "categories": ["Telecommunications in Finland| "]}
56
+ {"byte_start": 3494120921, "source_revision": "1193231339", "id": "10714", "title": "Transport in Finland", "byte_end": 3497768281, "categories": ["Transport in Finland| "]}
57
+ {"byte_start": 3497768281, "source_revision": "1199599807", "id": "10715", "title": "Finnish Defence Forces", "byte_end": 3536610055, "categories": ["Military of Finland|+", "Permanent Structured Cooperation"]}
58
+ {"byte_start": 3536610055, "source_revision": "1199199376", "id": "10716", "title": "Foreign relations of Finland", "byte_end": 3600532766, "categories": ["Foreign relations of Finland| "]}
59
+ {"byte_start": 3600532766, "source_revision": "1151130468", "id": "10722", "title": "Telecommunications in France", "byte_end": 3600900242, "categories": ["Telecommunications in France| "]}
60
+ {"byte_start": 3600900242, "source_revision": "1198194930", "id": "10723", "title": "Transport in France", "byte_end": 3609705144, "categories": ["Transport in France| ", "Passenger rail transport in France", "Public transport in France"]}
61
+ {"byte_start": 3609705144, "source_revision": "1200927542", "id": "10724", "title": "French Armed Forces", "byte_end": 3660147683, "categories": ["Military of France| 03", "1792 establishments in France", "Permanent Structured Cooperation"]}
62
+ {"byte_start": 3660147683, "source_revision": "1201395089", "id": "10725", "title": "Foreign relations of France", "byte_end": 3757324040, "categories": ["Foreign relations of France| "]}
63
+ {"byte_start": 3757324040, "source_revision": "1199584150", "id": "10726", "title": "Talk:France", "byte_end": 3969127753, "categories": []}
64
+ {"byte_start": 3969127753, "source_revision": "1188211802", "id": "10727", "title": "French Guinea", "byte_end": 3969838646, "categories": ["French Guinea| ", "French West Africa", "Former colonies in Africa|French Guinea", "Former French colonies|Guinea", "History of Guinea", "French colonisation in Africa|French Guinea", "States and territories established in 1894", "States and territories disestablished in 1958", "1894 establishments in French West Africa", "1958 disestablishments in French West Africa", "19th century in Guinea", "20th century in Guinea"]}
65
+ {"byte_start": 3969838646, "source_revision": "948935305", "id": "10729", "title": "French Guinea/Geography", "byte_end": 3969841738, "categories": []}
66
+ {"byte_start": 3969841738, "source_revision": "948935317", "id": "10732", "title": "French Guinea/Economy", "byte_end": 3969846755, "categories": []}
67
+ {"byte_start": 3969846755, "source_revision": "948935331", "id": "10733", "title": "French Guinea/Communications", "byte_end": 3969851044, "categories": []}
68
+ {"byte_start": 3969851044, "source_revision": "948935350", "id": "10735", "title": "French Guinea/Military", "byte_end": 3969853949, "categories": []}
69
+ {"byte_start": 3969853949, "source_revision": "1197327846", "id": "10737", "title": "French Polynesia", "byte_end": 4063807914, "categories": ["French Polynesia| ", "1842 establishments in Oceania", "1842 establishments in the French colonial empire", "European colonisation in Oceania", "French-speaking countries and territories", "Geography of Polynesia", "Island countries", "Overseas collectivities of France", "Small Island Developing States", "States and territories established in 1842"]}
70
+ {"byte_start": 4063807914, "source_revision": "949048400", "id": "10738", "title": "French Polynesia/History", "byte_end": 4063809524, "categories": []}
71
+ {"byte_start": 4063809524, "source_revision": "1128242768", "id": "10739", "title": "Geography of French Polynesia", "byte_end": 4064026770, "categories": ["Geography of French Polynesia| "]}
72
+ {"byte_start": 4064026770, "source_revision": "1199052902", "id": "10740", "title": "Demographics of French Polynesia", "byte_end": 4064730043, "categories": ["Demographics of French Polynesia| ", "Society of French Polynesia", "Demographics of Overseas France|Polyn\u00e9sie Fran\u00e7aise"]}
73
+ {"byte_start": 4064730043, "source_revision": "1156230745", "id": "10741", "title": "Politics of French Polynesia", "byte_end": 4065940338, "categories": ["Politics of French Polynesia| "]}
74
+ {"byte_start": 4065940338, "source_revision": "1185002424", "id": "10742", "title": "Economy of French Polynesia", "byte_end": 4066850622, "categories": ["Economy of French Polynesia| "]}
75
+ {"byte_start": 4066850622, "source_revision": "1065553802", "id": "10743", "title": "Telecommunications in French Polynesia", "byte_end": 4066910440, "categories": ["Communications in French Polynesia| ", "Telecommunications in Oceania|+French Polynesia"]}
76
+ {"byte_start": 4066910440, "source_revision": "969820786", "id": "10744", "title": "Transport in French Polynesia", "byte_end": 4066953001, "categories": ["Transport in French Polynesia| "]}
77
+ {"byte_start": 4066953001, "source_revision": "949048792", "id": "10745", "title": "French Polynesia/Military", "byte_end": 4066954388, "categories": []}
78
+ {"byte_start": 4066954388, "source_revision": "949048795", "id": "10746", "title": "French Polynesia/Transnational issues", "byte_end": 4066955657, "categories": []}
79
+ {"byte_start": 4066955657, "source_revision": "1199853249", "id": "10747", "title": "French Southern and Antarctic Lands", "byte_end": 4076071349, "categories": ["French Southern and Antarctic Lands| ", "1955 establishments in France", "1955 in Antarctica", "Dependent territories in Africa", "East African countries", "France and the Antarctic", "Geography of Antarctica", "Geography of Overseas France", "Island countries of the Indian Ocean", "Overseas France", "Ramsar sites in France", "Southeast African countries", "Special territories of the European Union", "States and territories established in 1955", "Territorial claims in Antarctica", "World Heritage Sites in France"]}
80
+ {"byte_start": 4076071349, "source_revision": "1191373147", "id": "10761", "title": "History of French Guiana", "byte_end": 4079644140, "categories": ["History of French Guiana| ", "History of South America", "French colonization of the Americas"]}
81
+ {"byte_start": 4079644140, "source_revision": "1188768315", "id": "10762", "title": "Geography of French Guiana", "byte_end": 4080104607, "categories": ["Geography of French Guiana| "]}
82
+ {"byte_start": 4080104607, "source_revision": "1199064491", "id": "10763", "title": "Demographics of French Guiana", "byte_end": 4082655033, "categories": ["Demographics of French Guiana| ", "Geography of French Guiana", "Demographics of South America|French Guiana", "Demographics of Overseas France|Guyane Fran\u00e7aise"]}
83
+ {"byte_start": 4082655033, "source_revision": "1097077645", "id": "10764", "title": "Politics of French Guiana", "byte_end": 4083299073, "categories": ["Politics of French Guiana| "]}
84
+ {"byte_start": 4083299073, "source_revision": "1185002468", "id": "10765", "title": "Economy of French Guiana", "byte_end": 4083705547, "categories": ["Economy of French Guiana| "]}
85
+ {"byte_start": 4083705547, "source_revision": "1189835362", "id": "10766", "title": "Telecommunications in French Guiana", "byte_end": 4083744794, "categories": ["Telecommunications by country|French Guiana", "Telecommunications in France|French Guiana", "Communications in French Guiana| ", "Telecommunications in South America|+French Guiana"]}
86
+ {"byte_start": 4083744794, "source_revision": "1166340411", "id": "10767", "title": "Transport in French Guiana", "byte_end": 4084995721, "categories": ["Transport in French Guiana| "]}
87
+ {"byte_start": 4084995721, "source_revision": "344925838", "id": "10768", "title": "Military of French Guiana", "byte_end": 4085004784, "categories": []}
88
+ {"byte_start": 4085004784, "source_revision": "1199715533", "id": "10770", "title": "Fran\u00e7ois Truffaut", "byte_end": 4120418373, "categories": ["1932 births", "1984 deaths", "Male actors from Paris", "Directors of Best Foreign Language Film Academy Award winners", "Best Director BAFTA Award winners", "Best Director C\u00e9sar Award winners", "Cannes Film Festival Award for Best Director winners", "Burials at Montmartre Cemetery", "Deaths from cancer in France", "Deaths from brain tumor", "Film theorists", "French atheists", "French male film actors", "French film critics", "French film directors", "French film historians", "French film producers", "French male screenwriters", "20th-century French male actors", "20th-century French historians", "20th-century French screenwriters"]}
89
+ {"byte_start": 4120418373, "source_revision": "1201168276", "id": "10772", "title": "Fair use", "byte_end": 4286229020, "categories": ["Fair use| ", "Digital rights", "Equitable defenses", "Legal doctrines and principles", "United States copyright law", "United States intellectual property law"]}
90
+ {"byte_start": 4286229020, "source_revision": "1198738168", "id": "10773", "title": "Flying car", "byte_end": 4353215637, "categories": ["Roadable aircraft|*"]}
91
+ {"byte_start": 4353215637, "source_revision": "460139825", "id": "10774", "title": "French language/Proven", "byte_end": 4353217656, "categories": []}
92
+ {"byte_start": 4353217656, "source_revision": "1199102889", "id": "10775", "title": "Film editing", "byte_end": 4388594999, "categories": ["Film editing| ", "Film theory", "Film and video technology", "Filmmaking", "Film production", "Cinematic techniques", "Articles containing video clips"]}
93
+ {"byte_start": 4388594999, "source_revision": "1175280055", "id": "10776", "title": "Freestyle", "byte_end": 4389298887, "categories": []}
94
+ {"byte_start": 4389298887, "source_revision": "1196143401", "id": "10777", "title": "Friedrich W\u00f6hler", "byte_end": 4397708346, "categories": ["1800 births", "1882 deaths", "Discoverers of chemical elements", "19th-century German chemists", "University of Marburg alumni", "Heidelberg University alumni", "Academic staff of the University of G\u00f6ttingen", "Recipients of the Copley Medal", "Members of the Royal Swedish Academy of Sciences", "Corresponding members of the Saint Petersburg Academy of Sciences", "Recipients of the Pour le M\u00e9rite (civil class)", "Scientists from Frankfurt", "Foreign Members of the Royal Society", "Foreign associates of the National Academy of Sciences", "Rare earth scientists", "Recipients of the Cothenius Medal"]}
95
+ {"byte_start": 4397708346, "source_revision": "1198156771", "id": "10778", "title": "Funk", "byte_end": 4572859490, "categories": ["Funk| ", "20th-century music genres", "African-American cultural history", "African-American music", "American styles of music", "Popular music", "Rhythm and blues music genres", "1960s in music", "1970s in music", "1980s in music", "1970s fads and trends"]}
96
+ {"byte_start": 4572859490, "source_revision": "1195558131", "id": "10779", "title": "Frequency", "byte_end": 4604500366, "categories": ["Frequency|*"]}
97
+ {"byte_start": 4604500366, "source_revision": "1200631634", "id": "10781", "title": "Film festival", "byte_end": 4634898702, "categories": ["Film festivals| ", "Cultural festivals"]}
98
+ {"byte_start": 4634898702, "source_revision": "1010396792", "id": "10782", "title": "List of film genres", "byte_end": 4635231987, "categories": []}
99
+ {"byte_start": 4635231987, "source_revision": "1198496549", "id": "10783", "title": "History of film", "byte_end": 5093129067, "categories": ["History of film| ", "Articles containing video clips", "Art history by medium|Film", "Cinematography", "Film and video technology", "Film production", "Film theory"]}
100
+ {"byte_start": 5093129067, "source_revision": "1192674710", "id": "10784", "title": "Cinema of France", "byte_end": 5122188915, "categories": ["Cinema of France| ", "Industry in France", "Cultural history of France"]}
101
+ {"byte_start": 5122188915, "source_revision": "1036939305", "id": "10785", "title": "Film history/Germany", "byte_end": 5122191663, "categories": []}
102
+ {"byte_start": 5122191663, "source_revision": "1198195041", "id": "10786", "title": "Cinema of the Soviet Union", "byte_end": 5142531314, "categories": ["Cinema of the Soviet Union| ", "Cinema of Russia| "]}
103
+ {"byte_start": 5142531314, "source_revision": "1200753273", "id": "10787", "title": "Cinema of Italy", "byte_end": 5304518888, "categories": ["Cinema of Italy| "]}
104
+ {"byte_start": 5304518888, "source_revision": "1199919797", "id": "10789", "title": "Cinema of Poland", "byte_end": 5310025236, "categories": ["Cinema of Poland| "]}
105
+ {"byte_start": 5310025236, "source_revision": "1199106704", "id": "10790", "title": "Cinema of Japan", "byte_end": 5357671510, "categories": ["Cinema of Japan| "]}
106
+ {"byte_start": 5357671510, "source_revision": "1199734841", "id": "10791", "title": "Cinema of China", "byte_end": 5459432421, "categories": ["Cinema of China| ", "Arts in China"]}
107
+ {"byte_start": 5459432421, "source_revision": "1193184403", "id": "10793", "title": "Cinema of the United Kingdom", "byte_end": 5593897462, "categories": ["Cinema of the United Kingdom| ", "Cultural history of the United Kingdom"]}
108
+ {"byte_start": 5593897462, "source_revision": "1189718768", "id": "12634", "title": "List of islands of Greece", "byte_end": 5621207534, "categories": ["Geography of Greece", "Islands of Greece|*", "Lists of islands by country|Greece", "Lists of landforms of Greece"]}
109
+ {"byte_start": 5621207534, "source_revision": "1198205333", "id": "12635", "title": "Gian Lorenzo Bernini", "byte_end": 5733118616, "categories": ["Gian Lorenzo Bernini| ", "1598 births", "1680 deaths", "Burials at Santa Maria Maggiore", "17th-century Italian architects", "17th-century Italian painters", "17th-century Italian sculptors", "Architects from Naples", "Italian Baroque sculptors", "Italian Baroque architects", "Italian Baroque painters", "Italian male painters", "Italian male sculptors", "Italian Roman Catholics", "Catholic sculptors", "Italian caricaturists"]}
110
+ {"byte_start": 5733118616, "source_revision": "1197778041", "id": "12636", "title": "German literature", "byte_end": 5741781127, "categories": ["German literature| ", "German-language literature| "]}
111
+ {"byte_start": 5741781127, "source_revision": "1199184773", "id": "12637", "title": "Talk:God", "byte_end": 6080451762, "categories": []}
112
+ {"byte_start": 6080451762, "source_revision": "15910310", "id": "12638", "title": "Gemini program", "byte_end": 6081189988, "categories": []}
113
+ {"byte_start": 6081189988, "source_revision": "1199629104", "id": "12639", "title": "Galilee", "byte_end": 6104973510, "categories": ["Galilee| ", "Land of Israel", "Regions of Israel", "New Testament regions", "Jesus and history", "Geography of Northern District (Israel)", "Levant", "Historical regions"]}
114
+ {"byte_start": 6104973510, "source_revision": "1198205534", "id": "12641", "title": "Goths", "byte_end": 6344956665, "categories": ["Goths| ", "Early Germanic peoples"]}
115
+ {"byte_start": 6344956665, "source_revision": "1196003506", "id": "12644", "title": "Glycolysis", "byte_end": 6439410029, "categories": ["Glycolysis| ", "Biochemistry", "Carbohydrates", "Cellular respiration", "Metabolic pathways"]}
116
+ {"byte_start": 6439410029, "source_revision": "1184044421", "id": "12645", "title": "Gary North (economist)", "byte_end": 6457668395, "categories": ["1942 births", "2022 deaths", "20th-century Calvinist and Reformed theologians", "21st-century American non-fiction writers", "21st-century Calvinist and Reformed theologians", "Writers from California", "University of California, Riverside alumni", "American bloggers", "American Calvinist and Reformed theologians", "American economics writers", "American finance and investment writers", "American libertarians", "American male non-fiction writers", "American Presbyterians", "Austrian School economists", "Calvinist and Reformed philosophers", "Christian reconstructionism", "Christian libertarians", "prison abolitionists", "Dominion theology", "Mises Institute people", "American male bloggers", "Bible commentators"]}
117
+ {"byte_start": 6457668395, "source_revision": "1198199110", "id": "12646", "title": "Guernica", "byte_end": 6465674862, "categories": ["Guernica| ", "Municipalities in Biscay", "Spanish Civil War"]}
118
+ {"byte_start": 6465674862, "source_revision": "1199361735", "id": "12648", "title": "Gerrit Rietveld", "byte_end": 6469238847, "categories": ["Gerrit Rietveld| ", "1888 births", "1964 deaths", "20th-century Dutch architects", "20th-century Dutch artists", "Articles containing video clips", "Artists from Utrecht (city)", "Congr\u00e8s International d'Architecture Moderne members", "Constructivist architects", "De Stijl", "Dutch furniture designers", "Dutch graphic designers", "Dutch industrial designers", "Furniture makers", "Modernist architects", "Modernist architecture in the Netherlands"]}
119
+ {"byte_start": 6469238847, "source_revision": "1170418628", "id": "12649", "title": "Gary", "byte_end": 6470613821, "categories": []}
120
+ {"byte_start": 6470613821, "source_revision": "1200283410", "id": "12650", "title": "Gary, Indiana", "byte_end": 6624998531, "categories": ["Gary, Indiana| ", "Chicago metropolitan area", "Cities in Indiana", "Company towns in Indiana", "Northwest Indiana", "Populated places established in 1906", "Cities in Lake County, Indiana", "Indiana populated places on Lake Michigan", "Inland port cities and towns in Indiana", "Urban decay in the United States", "U.S. Steel", "1906 establishments in Indiana"]}
121
+ {"byte_start": 6624998531, "source_revision": "1198205439", "id": "12651", "title": "Gregory the Illuminator", "byte_end": 6634358550, "categories": ["250s births", "331 deaths", "Catholicoi of Armenia", "Catholicoi of Cilicia", "4th-century Armenian bishops", "Armenian hermits", "4th-century Christian saints", "Armenian saints", "History of Eastern Catholicism", "House of Suren", "People from Cappadocia", "3rd-century Christian saints", "3rd-century Armenian people", "Armenian people of Iranian descent"]}
122
+ {"byte_start": 6634358550, "source_revision": "1143150604", "id": "12652", "title": "Talk:God Defend New Zealand", "byte_end": 6635717349, "categories": []}
123
+ {"byte_start": 6635717349, "source_revision": "1184653119", "id": "12653", "title": "God Emperor of Dune", "byte_end": 6645166395, "categories": ["1981 American novels", "1981 science fiction novels", "Dune (franchise) novels", "Novels by Frank Herbert", "Novels set in deserts", "Sequel novels"]}
124
+ {"byte_start": 6645166395, "source_revision": "1163472205", "id": "12654", "title": "Goonhilly Satellite Earth Station", "byte_end": 6646281085, "categories": ["British Telecom buildings and structures", "Buildings and structures in Cornwall", "Earth stations in England", "Industrial archaeological sites in Cornwall", "Mass media in Cornwall", "Science and technology in Cornwall", "Transatlantic telecommunications", "1962 establishments in England"]}
125
+ {"byte_start": 6646281085, "source_revision": "974147821", "id": "12655", "title": "Global Warming", "byte_end": 6646427038, "categories": []}
126
+ {"byte_start": 6646427038, "source_revision": "1198205449", "id": "12656", "title": "Godwin's law", "byte_end": 6680617962, "categories": ["1990 neologisms", "Adages", "Adolf Hitler", "Eponyms", "Genetic fallacies", "Internet culture", "Internet terminology", "Internet trolling", "Nazi analogies", "Political Internet memes", "Principles"]}
127
+ {"byte_start": 6680617962, "source_revision": "1037584927", "id": "12657", "title": "Groningen (disambiguation)", "byte_end": 6680793562, "categories": []}
128
+ {"byte_start": 6680793562, "source_revision": "59333063", "id": "12658", "title": "Galego language", "byte_end": 6680796182, "categories": []}
129
+ {"byte_start": 6680796182, "source_revision": "977079736", "id": "12659", "title": "Goidelic", "byte_end": 6680804621, "categories": []}
130
+ {"byte_start": 6680804621, "source_revision": "1028792051", "id": "12660", "title": "Gibberish language", "byte_end": 6680806840, "categories": []}
131
+ {"byte_start": 6680806840, "source_revision": "1151399831", "id": "12662", "title": "Goya (disambiguation)", "byte_end": 6681004054, "categories": []}
132
+ {"byte_start": 6681004054, "source_revision": "1200346572", "id": "12663", "title": "Green Bay Packers", "byte_end": 7022431528, "categories": ["Green Bay Packers| ", "1919 establishments in Wisconsin", "American football teams established in 1919", "Fan-owned sports clubs and teams", "National Football League teams", "Publicly traded sports companies", "Sports in Green Bay, Wisconsin", "Tourist attractions in Brown County, Wisconsin"]}
133
+ {"byte_start": 7022431528, "source_revision": "1187976834", "id": "12664", "title": "General-purpose machine gun", "byte_end": 7025495830, "categories": ["Machine guns", "General-purpose machine guns|*"]}
134
+ {"byte_start": 7025495830, "source_revision": "1199500198", "id": "12665", "title": "Gdynia", "byte_end": 7074425744, "categories": ["Gdynia| ", "Planned communities in Poland", "Port cities and towns in Poland", "Port cities and towns of the Baltic Sea", "1926 in Poland", "City counties of Poland", "Cities and towns in Pomeranian Voivodeship", "Pomeranian Voivodeship (1919\u20131939)", "Marinas in Poland", "Sites of Nazi war crimes during the Invasion of Poland", "UFO sightings", "Intelligenzaktion massacre locations"]}
135
+ {"byte_start": 7074425744, "source_revision": "1198239455", "id": "12666", "title": "Gluon", "byte_end": 7086853242, "categories": ["Bosons", "Elementary particles", "Gauge bosons", "Gluons", "Quantum chromodynamics", "Force carriers", "Subatomic particles with spin 1"]}
136
+ {"byte_start": 7086853242, "source_revision": "1198205515", "id": "12667", "title": "Book of Genesis", "byte_end": 7302917698, "categories": ["Book of Genesis| ", "6th-century BC books|Genesis", "5th-century BC books|Genesis", "Mythology books", "Torah books|1", "Creation myths"]}
137
+ {"byte_start": 7302917698, "source_revision": "1193887932", "id": "12668", "title": "Talk:Book of Genesis", "byte_end": 7328122051, "categories": []}
138
+ {"byte_start": 7328122051, "source_revision": "1168815800", "id": "12669", "title": "GM", "byte_end": 7329196285, "categories": []}
139
+ {"byte_start": 7329196285, "source_revision": "352656459", "id": "12670", "title": "GeV", "byte_end": 7329198727, "categories": []}
140
+ {"byte_start": 7329198727, "source_revision": "1162379978", "id": "12673", "title": "Galois group", "byte_end": 7330662101, "categories": ["Galois theory"]}
141
+ {"byte_start": 7330662101, "source_revision": "1201034043", "id": "12674", "title": "German Empire", "byte_end": 7875122008, "categories": ["German Empire| ", "Former countries in Europe", "Former empires", "Former monarchies of Europe", "Former monarchies", "Modern history of Germany", "1870s in Germany|.", "1880s in Germany|.", "1890s in Germany|.", "1900s in Germany|.", "1910s in Germany|.", "States and territories established in 1871", "States and territories disestablished in 1918", "1871 establishments in Germany|*", "1918 disestablishments in Germany|*", "19th century in Germany", "20th century in Germany by period", "Military dictatorships"]}
142
+ {"byte_start": 7875122008, "source_revision": "1193887943", "id": "12675", "title": "Talk:German Empire", "byte_end": 7892902857, "categories": []}
143
+ {"byte_start": 7892902857, "source_revision": "1197995613", "id": "12677", "title": "Gallienus", "byte_end": 7910837103, "categories": ["Gallienus| ", "210s births", "268 deaths", "3rd-century murdered monarchs", "3rd-century Roman emperors", "Valerian dynasty", "Deified Roman emperors", "Egnatii", "Eponymous archons", "3rd-century Roman consuls", "Licinii", "Murdered Roman emperors", "Year of birth uncertain", "Sons of Roman emperors", "Roman pharaohs", "Damnatio memoriae"]}
144
+ {"byte_start": 7910837103, "source_revision": "769625155", "id": "12678", "title": "Gnostic", "byte_end": 7910838820, "categories": []}
145
+ {"byte_start": 7910838820, "source_revision": "1196989569", "id": "12679", "title": "Gambeson", "byte_end": 7911984899, "categories": ["13th-century fashion", "14th-century fashion", "15th-century fashion", "Medieval armour", "Western plate armour", "Quilting", "Body armor"]}
146
+ {"byte_start": 7911984899, "source_revision": "80358232", "id": "12680", "title": "Galinder", "byte_end": 7911988100, "categories": []}
147
+ {"byte_start": 7911988100, "source_revision": "1198205558", "id": "12681", "title": "Geography of Afghanistan", "byte_end": 7934605537, "categories": ["Geography of Afghanistan| "]}
148
+ {"byte_start": 7934605537, "source_revision": "1201490025", "id": "12683", "title": "Gauntlet", "byte_end": 7935261917, "categories": []}
149
+ {"byte_start": 7935261917, "source_revision": "1187651809", "id": "12684", "title": "Grand jury", "byte_end": 7967806755, "categories": ["Courts by type", "Criminal procedure", "Juries", "History of local government in Ireland", "Local government"]}
150
+ {"byte_start": 7967806755, "source_revision": "785053456", "id": "12685", "title": "Gdanzk", "byte_end": 7967808475, "categories": []}
151
+ {"byte_start": 7967808475, "source_revision": "1200774901", "id": "12686", "title": "Overview of gun laws by nation", "byte_end": 8876303505, "categories": ["Firearms|Gun Politics", "Firearms law by country| ", "Gun politics| ", "Minimum ages"]}
152
+ {"byte_start": 8876303505, "source_revision": "1194036884", "id": "12687", "title": "Talk:Overview of gun laws by nation", "byte_end": 8973526641, "categories": []}
153
+ {"byte_start": 8973526641, "source_revision": "1201148266", "id": "12688", "title": "Shock site", "byte_end": 9048298839, "categories": ["Shock sites| ", "Internet slang", "Internet trolling", "Internet memes", "Online obscenity controversies", "2000s fads and trends"]}
154
+ {"byte_start": 9048298839, "source_revision": "1195636070", "id": "12691", "title": "Geography of Albania", "byte_end": 9082343699, "categories": ["Geography of Albania| ", "Environment of Albania"]}
155
+ {"byte_start": 9082343699, "source_revision": "1182850151", "id": "12692", "title": "Gimp", "byte_end": 9083098392, "categories": []}
156
+ {"byte_start": 9083098392, "source_revision": "783863351", "id": "12693", "title": "Guomindang", "byte_end": 9083100631, "categories": []}
157
+ {"byte_start": 9083100631, "source_revision": "1193289750", "id": "12694", "title": "Gymnosphaerid", "byte_end": 9083306912, "categories": ["Amoeboids", "Filosa"]}
158
+ {"byte_start": 9083306912, "source_revision": "1191567678", "id": "12695", "title": "Group representation", "byte_end": 9086875048, "categories": ["Group theory", "Representation theory", "Representation theory of groups| "]}
159
+ {"byte_start": 9086875048, "source_revision": "1179064355", "id": "12696", "title": "GRE Physics Test", "byte_end": 9088053144, "categories": ["GRE standardized tests", "Physics education", "Standardized tests"]}
160
+ {"byte_start": 9088053144, "source_revision": "1185637571", "id": "12697", "title": "Gardnerian Wicca", "byte_end": 9093755096, "categories": ["Gardnerian Wicca| ", "1950s in modern paganism"]}
161
+ {"byte_start": 9093755096, "source_revision": "1001927338", "id": "12698", "title": "G-d", "byte_end": 9093769296, "categories": []}
162
+ {"byte_start": 9093769296, "source_revision": "1145881188", "id": "12700", "title": "GMT", "byte_end": 9093778915, "categories": []}
163
+ {"byte_start": 9093778915, "source_revision": "1196338752", "id": "12032", "title": "Economy of Gabon", "byte_end": 9096517383, "categories": ["Economy of Gabon| ", "World Trade Organization member economies|Gabon", "African Union member economies|Gabon", "OPEC|Gabon"]}
164
+ {"byte_start": 9096517383, "source_revision": "1136675891", "id": "12033", "title": "Telecommunications in Gabon", "byte_end": 9096945001, "categories": ["Telecommunications in Gabon| "]}
165
+ {"byte_start": 9096945001, "source_revision": "1178265966", "id": "12034", "title": "Transport in Gabon", "byte_end": 9097675051, "categories": ["Transport in Gabon| "]}
166
+ {"byte_start": 9097675051, "source_revision": "1175496033", "id": "12035", "title": "Armed Forces of Gabon", "byte_end": 9104607703, "categories": ["Government of Gabon", "Military of Gabon"]}
167
+ {"byte_start": 9104607703, "source_revision": "1199535082", "id": "12036", "title": "Foreign relations of Gabon", "byte_end": 9107097742, "categories": ["Foreign relations of Gabon| ", "Government of Gabon", "Politics of Gabon"]}
168
+ {"byte_start": 9107097742, "source_revision": "1201334940", "id": "12047", "title": "Gaza Strip", "byte_end": 9743437511, "categories": ["Gaza Strip| ", "Palestinian territories|Gaza Strip", "Geography of the Gaza Strip| ", "Enclaves and exclaves"]}
169
+ {"byte_start": 9743437511, "source_revision": "1122121746", "id": "12048", "title": "Political status of the Palestinian territories", "byte_end": 9745013147, "categories": []}
170
+ {"byte_start": 9745013147, "source_revision": "1058621978", "id": "12049", "title": "Geography of the Gaza Strip", "byte_end": 9745107753, "categories": ["Geography of the Gaza Strip| ", "Environment of the Gaza Strip"]}
171
+ {"byte_start": 9745107753, "source_revision": "1020901135", "id": "12050", "title": "Demographics of the Gaza Strip", "byte_end": 9745115498, "categories": []}
172
+ {"byte_start": 9745115498, "source_revision": "829459753", "id": "12051", "title": "Politics of the Gaza Strip", "byte_end": 9745117522, "categories": []}
173
+ {"byte_start": 9745117522, "source_revision": "1201184112", "id": "12052", "title": "Economy of Gaza City", "byte_end": 9745138300, "categories": []}
174
+ {"byte_start": 9745138300, "source_revision": "15909761", "id": "12053", "title": "Communications in the Gaza Strip", "byte_end": 9745139766, "categories": []}
175
+ {"byte_start": 9745139766, "source_revision": "15909762", "id": "12054", "title": "Transportation in the Gaza Strip", "byte_end": 9745141307, "categories": []}
176
+ {"byte_start": 9745141307, "source_revision": "15909763", "id": "12055", "title": "Military of the Gaza Strip", "byte_end": 9745142429, "categories": []}
177
+ {"byte_start": 9745142429, "source_revision": "404425940", "id": "12056", "title": "Foreign relations of the Gaza Strip", "byte_end": 9745144361, "categories": []}
178
+ {"byte_start": 9745144361, "source_revision": "1200919427", "id": "12059", "title": "Geography of Georgia (country)", "byte_end": 9750662838, "categories": ["Geography of Georgia (country)| "]}
179
+ {"byte_start": 9750662838, "source_revision": "1199053131", "id": "12060", "title": "Demographics of Georgia (country)", "byte_end": 9773588125, "categories": ["Demographics of Georgia (country)| "]}
180
+ {"byte_start": 9773588125, "source_revision": "1201427922", "id": "12061", "title": "Politics of Georgia (country)", "byte_end": 9801857180, "categories": ["Politics of Georgia (country)| "]}
181
+ {"byte_start": 9801857180, "source_revision": "1197723194", "id": "12062", "title": "Economy of Georgia (country)", "byte_end": 9838853903, "categories": ["Economy of Georgia (country)| ", "World Trade Organization member economies|Georgia", "Economies of Europe by country|Georgia"]}
182
+ {"byte_start": 9838853903, "source_revision": "1195371326", "id": "12063", "title": "Telecommunications in Georgia (country)", "byte_end": 9839350903, "categories": ["Telecommunications in Georgia (country)| ", "Communications in Georgia (country)|.", "Internet in Georgia (country)|.", "Telecommunications companies of Georgia (country)| 01", "Internet censorship by country|Georgia"]}
183
+ {"byte_start": 9839350903, "source_revision": "1193768680", "id": "12064", "title": "Transport in Georgia (country)", "byte_end": 9840352098, "categories": ["Transport in Georgia (country)| "]}
184
+ {"byte_start": 9840352098, "source_revision": "1201391099", "id": "12065", "title": "Defence Forces of Georgia", "byte_end": 9916324088, "categories": ["Military of Georgia (country)| "]}
185
+ {"byte_start": 9916324088, "source_revision": "1193208602", "id": "12066", "title": "Foreign relations of Georgia", "byte_end": 9960683973, "categories": ["Bilateral relations of Georgia (country)", "Foreign relations of Georgia (country)| ", "Government of Georgia (country)", "Politics of Georgia (country)"]}
186
+ {"byte_start": 9960683973, "source_revision": "1198200575", "id": "12067", "title": "Ghana", "byte_end": 11218694181, "categories": ["1957 establishments in Ghana", "Articles containing video clips", "Countries in Africa", "Economic Community of West African States", "Countries and territories where English is an official language", "Ghana| ", "Member states of the African Union", "Member states of the Commonwealth of Nations", "Member states of the United Nations", "Republics in the Commonwealth of Nations", "States and territories established in 1957", "West African countries"]}
187
+ {"byte_start": 11218694181, "source_revision": "1185140470", "id": "12069", "title": "Geography of Ghana", "byte_end": 11230203447, "categories": ["Geography of Ghana| "]}
188
+ {"byte_start": 11230203447, "source_revision": "1200155689", "id": "12070", "title": "Demographics of Ghana", "byte_end": 11239284052, "categories": ["Demographics of Ghana| "]}
189
+ {"byte_start": 11239284052, "source_revision": "1199660220", "id": "12072", "title": "Economy of Ghana", "byte_end": 11272583432, "categories": ["Economy of Ghana| ", "Economies of developing countries", "Industrial Revolution"]}
190
+ {"byte_start": 11272583432, "source_revision": "1185527115", "id": "12073", "title": "Telecommunications in Ghana", "byte_end": 11273920722, "categories": ["Telecommunications in Ghana| "]}
191
+ {"byte_start": 11273920722, "source_revision": "1152711913", "id": "12074", "title": "Transport in Ghana", "byte_end": 11277595532, "categories": ["Transport in Ghana| "]}
192
+ {"byte_start": 11277595532, "source_revision": "1198228473", "id": "12075", "title": "Ghana Armed Forces", "byte_end": 11288988056, "categories": ["Military of Ghana| ", "Military units and formations established in 1957"]}
193
+ {"byte_start": 11288988056, "source_revision": "1199938110", "id": "12076", "title": "Foreign relations of Ghana", "byte_end": 11295120875, "categories": ["Foreign relations of Ghana| ", "Ghana and the Commonwealth of Nations"]}
194
+ {"byte_start": 11295120875, "source_revision": "1193106796", "id": "12078", "title": "Timeline of the history of Gibraltar", "byte_end": 11385115770, "categories": ["History of Gibraltar", "Geographic history of Spain|Gibraltar", "Spain history-related lists", "British history timelines|Gibraltar"]}
195
+ {"byte_start": 11385115770, "source_revision": "908549688", "id": "12079", "title": "Geography of Gibraltar", "byte_end": 11385121260, "categories": ["Geography of Gibraltar| "]}
196
+ {"byte_start": 11385121260, "source_revision": "1185861432", "id": "12080", "title": "Demographics of Gibraltar", "byte_end": 11390807127, "categories": ["Demographics of Gibraltar| "]}
197
+ {"byte_start": 11390807127, "source_revision": "1076195014", "id": "14929", "title": "Internet/History", "byte_end": 11390812942, "categories": []}
198
+ {"byte_start": 11390812942, "source_revision": "15912453", "id": "14931", "title": "IteratedPrisonersDilemma", "byte_end": 11390815071, "categories": []}
199
+ {"byte_start": 11390815071, "source_revision": "15912454", "id": "14932", "title": "Iterated Prisoners Dilemma", "byte_end": 11390817794, "categories": []}
200
+ {"byte_start": 11390817794, "source_revision": "1152097417", "id": "14933", "title": "International Convention for the Regulation of Whaling", "byte_end": 11391858760, "categories": ["Environmental treaties", "Whaling", "International Whaling Commission", "Treaties concluded in 1946", "Treaties entered into force in 1948", "Whale conservation", "1948 in the environment", "1946 in Washington, D.C.", "Treaties of Antigua and Barbuda", "Treaties of Argentina", "Treaties of Austria", "Treaties of Australia", "Treaties of Belgium", "Treaties of Belize", "Treaties of Benin", "Treaties of the military dictatorship in Brazil", "Treaties of Bulgaria", "Treaties of Cambodia", "Treaties of Cameroon", "Treaties of Chile", "Treaties of the Republic of China (1949\u20131971)", "Treaties of the People's Republic of China", "Treaties of Colombia", "Treaties of the Republic of the Congo", "Treaties of Costa Rica", "Treaties of Ivory Coast", "Treaties of Croatia", "Treaties of Cyprus", "Treaties of the Czech Republic", "Treaties of Denmark", "Treaties of Dominica", "Treaties of the Dominican Republic", "Treaties of Ecuador", "Treaties of Eritrea", "Treaties of Estonia", "Treaties of Finland", "Treaties of the French Fourth Republic", "Treaties of Gabon", "Treaties of the Gambia", "Treaties of West Germany", "Treaties of Ghana", "Treaties of Grenada", "Treaties of Guatemala", "Treaties of Guinea", "Treaties of Guinea-Bissau", "Treaties of Hungary", "Treaties of Iceland", "Treaties of India", "Treaties of Ireland", "Treaties of Israel", "Treaties of Italy", "Treaties of Japan", "Treaties of Kenya", "Treaties of Kiribati", "Treaties of South Korea", "Treaties of Laos", "Treaties of Lithuania", "Treaties of Luxembourg", "Treaties of Mali", "Treaties of the Marshall Islands", "Treaties of Mauritania", "Treaties of Mexico", "Treaties of Monaco", "Treaties of Mongolia", "Treaties of Morocco", "Treaties of Nauru", "Treaties of the Netherlands", "Treaties of New Zealand", "Treaties of Nicaragua", "Treaties of Norway", "Treaties of Oman", "Treaties of Palau", "Treaties of Panama", "Treaties of Peru", "Treaties of Poland", "Treaties of Portugal", "Treaties of Romania", "Treaties of the Soviet Union", "Treaties of Saint Kitts and Nevis", "Treaties of Saint Lucia", "Treaties of Saint Vincent and the Grenadines", "Treaties of San Marino", "Treaties of Senegal", "Treaties of Slovakia", "Treaties of Slovenia", "Treaties of the Solomon Islands", "Treaties of the Union of South Africa", "Treaties of Spain", "Treaties of Suriname", "Treaties of Sweden", "Treaties of Switzerland", "Treaties of Tanzania", "Treaties of Togo", "Treaties of Tuvalu", "Treaties of the United Kingdom", "Treaties of the United States", "Treaties of Uruguay", "Treaties establishing intergovernmental organizations", "Animal treaties", "Treaties extended to Aruba", "Treaties extended to the Netherlands Antilles", "Treaties extended to Greenland", "Treaties extended to the Faroe Islands"]}
201
+ {"byte_start": 11391858760, "source_revision": "1200857939", "id": "14934", "title": "International Organization for Standardization", "byte_end": 11452362473, "categories": ["International Organization for Standardization| ", "Organisations based in Geneva", "Organizations established in 1947", "Social responsibility organizations", "Technical specifications"]}
202
+ {"byte_start": 11452362473, "source_revision": "1199649259", "id": "14936", "title": "Individualist anarchism", "byte_end": 11773728626, "categories": ["Individualist anarchism| ", "Anarchist schools of thought", "Left-libertarianism", "Libertarianism by form", "Individualism|Anarchism", "Political theories"]}
203
+ {"byte_start": 11773728626, "source_revision": "1200863655", "id": "14937", "title": "Italo Calvino", "byte_end": 11819069928, "categories": ["Italo Calvino", "1923 births", "1985 deaths", "20th-century Italian novelists", "20th-century Italian short story writers", "20th-century male writers", "Collectors of fairy tales", "Italian atheists", "Italian communists", "Italian folklorists", "Italian male journalists", "Italian magazine editors", "Italian male novelists", "Italian male short story writers", "Italian resistance movement members", "Recipients of the Legion of Honour", "Magic realism writers", "Oulipo members", "Postmodern writers", "The New Yorker people", "University of Florence alumni", "University of Paris people", "University of Turin alumni", "Viareggio Prize winners", "World Fantasy Award-winning writers", "Writers from Havana", "Cuban emigrants to Italy", "Italian science fiction writers", "Italian magazine founders"]}
204
+ {"byte_start": 11819069928, "source_revision": "1145887457", "id": "14938", "title": "ICBM", "byte_end": 11819075200, "categories": []}
205
+ {"byte_start": 11819075200, "source_revision": "1201451910", "id": "14939", "title": "Intercontinental ballistic missile", "byte_end": 11920843335, "categories": ["Intercontinental ballistic missiles| ", "Ballistic missiles|*", "Missiles", "Soviet inventions"]}
206
+ {"byte_start": 11920843335, "source_revision": "15912462", "id": "14940", "title": "Irish Sessions", "byte_end": 11920852392, "categories": []}
207
+ {"byte_start": 11920852392, "source_revision": "1161380153", "id": "14943", "title": "Irish traditional music session", "byte_end": 11921365327, "categories": ["Irish music", "Food- and drink-related events", "Culture of Ireland", "Beer culture", "Nightlife", "Music events"]}
208
+ {"byte_start": 11921365327, "source_revision": "1200793726", "id": "14946", "title": "Ice", "byte_end": 12076179501, "categories": ["Ice| ", "Water ice| ", "Glaciology", "Minerals", "Transparent materials", "Articles containing video clips", "Limnology", "Oceanography", "Cryosphere"]}
209
+ {"byte_start": 12076179501, "source_revision": "15912467", "id": "14947", "title": "Instantaneous dipole attraction", "byte_end": 12076180823, "categories": []}
210
+ {"byte_start": 12076180823, "source_revision": "528295781", "id": "14948", "title": "Induced-dipole attraction", "byte_end": 12076184757, "categories": []}
211
+ {"byte_start": 12076184757, "source_revision": "987164368", "id": "14950", "title": "Instantaneous-dipole induced-dipole attraction", "byte_end": 12076189683, "categories": []}
212
+ {"byte_start": 12076189683, "source_revision": "1197929271", "id": "14951", "title": "Ionic bonding", "byte_end": 12101537070, "categories": ["Chemical bonding", "Ions", "Supramolecular chemistry"]}
213
+ {"byte_start": 12101537070, "source_revision": "1141795247", "id": "14952", "title": "IBF (disambiguation)", "byte_end": 12101594170, "categories": []}
214
+ {"byte_start": 12101594170, "source_revision": "733082161", "id": "14953", "title": "IOC/Presidents", "byte_end": 12101597889, "categories": []}
215
+ {"byte_start": 12101597889, "source_revision": "1194109600", "id": "14958", "title": "Immune system", "byte_end": 12529423689, "categories": ["Immune system| "]}
216
+ {"byte_start": 12529423689, "source_revision": "1201198190", "id": "14959", "title": "Immunology", "byte_end": 12549126085, "categories": ["Immunology| "]}
217
+ {"byte_start": 12549126085, "source_revision": "1185404307", "id": "14960", "title": "IPA", "byte_end": 12550139166, "categories": []}
218
+ {"byte_start": 12550139166, "source_revision": "1192119560", "id": "14961", "title": "Ice beer", "byte_end": 12550978580, "categories": ["Beer styles", "Beer in Canada"]}
219
+ {"byte_start": 12550978580, "source_revision": "1178592339", "id": "14962", "title": "Identity element", "byte_end": 12553436111, "categories": ["Algebraic properties of elements", "Binary operations|*Identity element", "Properties of binary operations", "1 (number)"]}
220
+ {"byte_start": 12553436111, "source_revision": "1005123922", "id": "14963", "title": "International Tropical Timber Agreement, 1983", "byte_end": 12553816495, "categories": ["Environmental treaties", "Treaties concluded in 1983", "Treaties entered into force in 1985", "World forestry|International Tropical Timber Agreement, 1983", "1985 in the environment|International Tropical Timber Agreement, 1983", "United Nations treaties", "Treaties of Australia", "Treaties of Austria", "Treaties of Belgium", "Treaties of Bolivia", "Treaties of the military dictatorship in Brazil", "Treaties of Myanmar", "Treaties of the People's Republic of Kampuchea", "Treaties of Cameroon", "Treaties of Canada", "Treaties of the Central African Republic", "Treaties of the People's Republic of China", "Treaties of Colombia", "Treaties of Zaire", "Treaties of the Republic of the Congo", "Treaties of Ivory Coast", "Treaties of Denmark", "Treaties of Ecuador", "Treaties of Egypt", "Treaties entered into by the European Union", "Treaties of Fiji", "Treaties of Finland", "Treaties of France", "Treaties of Gabon", "Treaties of Germany", "Treaties of Ghana", "Treaties of Greece", "Treaties of Guyana", "Treaties of Honduras", "Treaties of India", "Treaties of Indonesia", "Treaties of Ireland", "Treaties of Italy", "Treaties of Japan", "Treaties of South Korea", "Treaties of Liberia", "Treaties of Luxembourg", "Treaties of Malaysia", "Treaties of Nepal", "Treaties of the Netherlands", "Treaties of New Zealand", "Treaties of Norway", "Treaties of Panama", "Treaties of Papua New Guinea", "Treaties of Peru", "Treaties of the Philippines", "Treaties of Portugal", "Treaties of Spain", "Treaties of Suriname", "Treaties of Sweden", "Treaties of Switzerland", "Treaties of Thailand", "Treaties of Togo", "Treaties of Trinidad and Tobago", "Treaties of the United Kingdom", "Treaties of the United States", "Treaties of Uruguay", "Treaties of Vanuatu", "Treaties of Venezuela", "1983 in Switzerland"]}
221
+ {"byte_start": 12553816495, "source_revision": "968048351", "id": "14964", "title": "International Tropical Timber Agreement, 1994", "byte_end": 12554016011, "categories": ["Environmental treaties", "Treaties concluded in 1994", "Treaties entered into force in 1997", "World forestry|International Tropical Timber Agreement, 1994", "1997 in the environment|International Tropical Timber Agreement, 1994", "United Nations treaties", "Treaties of Australia", "Treaties of Austria", "Treaties of Belgium", "Treaties of Bolivia", "Treaties of Brazil", "Treaties of Myanmar", "Treaties of Cambodia", "Treaties of Cameroon", "Treaties of Canada", "Treaties of the Central African Republic", "Treaties of the People's Republic of China", "Treaties of Colombia", "Treaties of Zaire", "Treaties of the Republic of the Congo", "Treaties of Ivory Coast", "Treaties of Denmark", "Treaties of Ecuador", "Treaties of Egypt", "Treaties entered into by the European Union", "Treaties of Fiji", "Treaties of Finland", "Treaties of France", "Treaties of Gabon", "Treaties of Germany", "Treaties of Ghana", "Treaties of Greece", "Treaties of Guyana", "Treaties of Honduras", "Treaties of India", "Treaties of Indonesia", "Treaties of Ireland", "Treaties of Italy", "Treaties of Japan", "Treaties of South Korea", "Treaties of Liberia", "Treaties of Luxembourg", "Treaties of Malaysia", "Treaties of Nepal", "Treaties of the Netherlands", "Treaties of New Zealand", "Treaties of Norway", "Treaties of Panama", "Treaties of Papua New Guinea", "Treaties of Peru", "Treaties of the Philippines", "Treaties of Portugal", "Treaties of Spain", "Treaties of Suriname", "Treaties of Sweden", "Treaties of Switzerland", "Treaties of Thailand", "Treaties of Togo", "Treaties of Trinidad and Tobago", "Treaties of the United Kingdom", "Treaties of the United States", "Treaties of Uruguay", "Treaties of Vanuatu", "Treaties of Venezuela", "Treaties of Guatemala", "Treaties of Mexico", "Treaties of Poland", "Treaties of Nigeria", "1994 in Switzerland"]}
222
+ {"byte_start": 12554016011, "source_revision": "573121760", "id": "14965", "title": "Talk:IEEE", "byte_end": 12554017617, "categories": []}
223
+ {"byte_start": 12554017617, "source_revision": "1192234292", "id": "13531", "title": "Henri Bergson", "byte_end": 12634620825, "categories": ["Henri Bergson| ", "1859 births", "1941 deaths", "Bereksohn family|Henri", "Writers from Paris", "Lyc\u00e9e Condorcet alumni", "\u00c9cole Normale Sup\u00e9rieure alumni", "Academic staff of the Coll\u00e8ge de France", "19th-century philosophers", "20th-century French philosophers", "19th-century French writers", "20th-century French writers", "20th-century male writers", "Phenomenologists", "Philosophers of language", "Epistemologists", "Process theologians", "Philosophers of mind", "Parapsychologists", "Metaphysicians", "Jewish philosophers", "French Jews", "French people of Polish-Jewish descent", "Members of the Acad\u00e9mie des sciences morales et politiques", "Fellows of the American Academy of Arts and Sciences", "Nobel laureates in Literature", "French Nobel laureates", "Prix Blumenthal", "Process philosophy", "Lyc\u00e9e Henri-IV teachers", "Vitalists"]}
224
+ {"byte_start": 12634620825, "source_revision": "1200228126", "id": "13532", "title": "Hans Selye", "byte_end": 12639459650, "categories": ["1907 births", "1982 deaths", "Scientists from Vienna", "20th-century Austrian physicians", "Canadian endocrinologists", "Companions of the Order of Canada", "Persons of National Historic Significance (Canada)", "Physicians from Quebec", "Physicians from Vienna", "Hungarian endocrinologists", "Hungarian emigrants to Canada", "Johns Hopkins University alumni", "Academic staff of McGill University", "Academic staff of the Universit\u00e9 de Montr\u00e9al", "20th-century Canadian physicians"]}
225
+ {"byte_start": 12639459650, "source_revision": "1200233560", "id": "13533", "title": "Hacker", "byte_end": 12797228472, "categories": ["Hacking (computer security)", "Hacker culture", "Computing culture", "Computing terminology", "Computer programming", "Computer viruses", "Internet security"]}
226
+ {"byte_start": 12797228472, "source_revision": "1194338413", "id": "13535", "title": "Heart of Darkness", "byte_end": 12874657655, "categories": ["1899 British novels", "1902 British novels", "British novellas", "British novels adapted into films", "British novels adapted into television shows", "British philosophical novels", "Opposition to atrocities in the Congo Free State", "Existentialist novels", "Fiction with unreliable narrators", "Frame stories", "Modernist novels", "Novellas by Joseph Conrad", "Novels about colonialism", "Novels about imperialism", "Novels first published in serial form", "Novels set in colonial Africa", "Novels set on rivers", "Roman \u00e0 clef novels", "Travel novels", "Victorian novels", "Works originally published in Blackwood's Magazine"]}
227
+ {"byte_start": 12874657655, "source_revision": "18917349", "id": "13538", "title": "House Unamerican Activities Committee", "byte_end": 12874660227, "categories": []}
228
+ {"byte_start": 12874660227, "source_revision": "884985112", "id": "13540", "title": "History of Western philosophy", "byte_end": 12881923299, "categories": []}
229
+ {"byte_start": 12881923299, "source_revision": "1044864975", "id": "13541", "title": "Talk:History of Western philosophy", "byte_end": 12882113216, "categories": []}
230
+ {"byte_start": 12882113216, "source_revision": "657704845", "id": "13542", "title": "User:Hiram~enwiki", "byte_end": 12882403488, "categories": []}
231
+ {"byte_start": 12882403488, "source_revision": "1200794797", "id": "13543", "title": "Hinduism", "byte_end": 15025587384, "categories": ["Hinduism| ", "Asian ethnic religion", "\u0100stika", "Indian religions", "Polytheism"]}
232
+ {"byte_start": 15025587384, "source_revision": "1197813151", "id": "13544", "title": "Help desk", "byte_end": 15033940447, "categories": ["Help desk| ", "Computer telephony integration", "Telephony"]}
233
+ {"byte_start": 15033940447, "source_revision": "1160538912", "id": "13545", "title": "Henry Bordeaux", "byte_end": 15034157944, "categories": ["1870 births", "1963 deaths", "People from Thonon-les-Bains", "19th-century French lawyers", "20th-century French novelists", "20th-century French male writers", "Members of the Acad\u00e9mie Fran\u00e7aise", "French male novelists"]}
234
+ {"byte_start": 15034157944, "source_revision": "1193508644", "id": "13546", "title": "Henry Fielding", "byte_end": 15045284934, "categories": ["1707 births", "1754 deaths", "18th-century English novelists", "18th-century English male writers", "Burials at the British Cemetery, Lisbon", "English dramatists and playwrights", "18th-century English judges", "English satirists", "English Christians", "Fielding family|Henry", "People educated at Eton College", "People from Glastonbury", "Writers from London", "English male dramatists and playwrights", "English male novelists", "Henry Fielding|Henry Fielding", "British parodists", "Parody novelists"]}
235
+ {"byte_start": 15045284934, "source_revision": "1199062312", "id": "13547", "title": "Hate crime", "byte_end": 15192807192, "categories": ["Hate crime| ", "Crime by type", "LGBT rights by issue", "Racism", "Aggression", "Harassment and bullying", "Abuse"]}
236
+ {"byte_start": 15192807192, "source_revision": "997160682", "id": "13549", "title": "Hans Christian Oersted", "byte_end": 15192808498, "categories": []}
237
+ {"byte_start": 15192808498, "source_revision": "1201792868", "id": "13550", "title": "Hans Christian Andersen", "byte_end": 15362989781, "categories": ["Hans Christian Andersen| ", "1805 births", "1875 deaths", "19th-century Danish novelists", "19th-century Danish poets", "19th-century male writers", "Christian writers", "Collectors of fairy tales", "Danish children's writers", "Danish Christians", "Danish fantasy writers", "Danish folklore", "Danish letter writers", "Danish male novelists", "Danish male poets", "Deaths from cancer in Denmark", "Deaths from liver cancer", "People from Odense", "Scandinavian folklore"]}
238
+ {"byte_start": 15362989781, "source_revision": "426918923", "id": "13553", "title": "History of Byzantium", "byte_end": 15363057090, "categories": []}
239
+ {"byte_start": 15363057090, "source_revision": "1198684189", "id": "13554", "title": "Hamlet", "byte_end": 16281949590, "categories": ["Hamlet| ", "1600s plays", "English Renaissance plays", "Shakespearean tragedies", "Fiction about familicide", "Fiction about regicide", "Fiction about fratricide", "Ghosts in written fiction", "Metafictional plays", "British plays adapted into films", "Plays adapted into operas", "Plays adapted into radio programs", "Plays adapted into television shows", "Plays adapted into video games", "Plays set in Denmark", "Plays set in castles", "Plays set in palaces", "Fiction about purgatory", "Revenge plays", "Fiction about suicide", "Works based on Gesta Danorum", "Fiction about poisonings", "Kronborg"]}
warehouse_00015.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc8977ff692a11f056543545b9fa8658e573fc9a73e0ceea0fa1701e1088f25
3
+ size 159116397
warehouse_00015.metadata ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1194751387", "id": "13308", "title": "Hittites", "byte_end": 138348077, "categories": ["Hittites| ", "States and territories established in the 17th century BC", "States and territories disestablished in the 12th century BC", "Anatolian peoples", "Ancient peoples of Anatolia", "Ancient Syria", "Ancient history of Turkey", "Ancient Near East", "History of the Mediterranean", "Former kingdoms", "Former empires"]}
2
+ {"byte_start": 138348077, "source_revision": "783863657", "id": "13309", "title": "Hold more stubbornly at least", "byte_end": 138386478, "categories": []}
3
+ {"byte_start": 138386478, "source_revision": "1194875448", "id": "13311", "title": "Hormone", "byte_end": 182170136, "categories": ["Hormones|*", "Physiology", "Endocrinology", "Cell signaling", "Signal transduction", "Human female endocrine system"]}
4
+ {"byte_start": 182170136, "source_revision": "1198184924", "id": "13312", "title": "Hammond organ", "byte_end": 300075197, "categories": ["Electronic organs", "Electric and electronic keyboard instruments", "American inventions", "Musical instruments invented in the 1930s", "Amplified instruments", "Rhythm section", "Blues instruments", "Folk music instruments", "Jazz instruments", "Rock music instruments"]}
5
+ {"byte_start": 300075197, "source_revision": "1198800699", "id": "13315", "title": "Hypoglycemia", "byte_end": 377240244, "categories": ["Disorders of endocrine pancreas", "Medical emergencies", "Wikipedia medicine articles ready to translate", "Disorders causing seizures", "Wikipedia emergency medicine articles ready to translate"]}
6
+ {"byte_start": 377240244, "source_revision": "1177928246", "id": "13316", "title": "List of days of the year", "byte_end": 382333112, "categories": ["Days of the year|*", "Lists of days", "History-related lists|Historical anniversaries", "Lists of events lists|Historical anniversaries", "Reference material lists"]}
7
+ {"byte_start": 382333112, "source_revision": "949636378", "id": "13342", "title": "Historical anniversaries/November 11", "byte_end": 382336992, "categories": []}
8
+ {"byte_start": 382336992, "source_revision": "949636330", "id": "13343", "title": "Historical anniversaries/January 1", "byte_end": 382342369, "categories": []}
9
+ {"byte_start": 382342369, "source_revision": "949636335", "id": "13344", "title": "Historical anniversaries/January 26", "byte_end": 382346067, "categories": []}
10
+ {"byte_start": 382346067, "source_revision": "949636313", "id": "13345", "title": "Historical anniversaries/August 27", "byte_end": 382349408, "categories": []}
11
+ {"byte_start": 382349408, "source_revision": "949636308", "id": "13346", "title": "Historical anniversaries/April 15", "byte_end": 382351986, "categories": []}
12
+ {"byte_start": 382351986, "source_revision": "949636311", "id": "13347", "title": "Historical anniversaries/April 6", "byte_end": 382355320, "categories": []}
13
+ {"byte_start": 382355320, "source_revision": "949636387", "id": "13348", "title": "Historical anniversaries/September 1", "byte_end": 382358642, "categories": []}
14
+ {"byte_start": 382358642, "source_revision": "949636365", "id": "13349", "title": "Historical anniversaries/May 25", "byte_end": 382361963, "categories": []}
15
+ {"byte_start": 382361963, "source_revision": "949636338", "id": "13350", "title": "Historical anniversaries/January 28", "byte_end": 382365277, "categories": []}
16
+ {"byte_start": 382365277, "source_revision": "949636401", "id": "13351", "title": "Historical anniversaries/September 28", "byte_end": 382368987, "categories": []}
17
+ {"byte_start": 382368987, "source_revision": "949636361", "id": "13352", "title": "Historical anniversaries/March 28", "byte_end": 382372325, "categories": []}
18
+ {"byte_start": 382372325, "source_revision": "949636396", "id": "13353", "title": "Historical anniversaries/September 21", "byte_end": 382376043, "categories": []}
19
+ {"byte_start": 382376043, "source_revision": "949636369", "id": "13354", "title": "Historical anniversaries/May 29", "byte_end": 382380142, "categories": []}
20
+ {"byte_start": 382380142, "source_revision": "949636350", "id": "13355", "title": "Historical anniversaries/July 20", "byte_end": 382383873, "categories": []}
21
+ {"byte_start": 382383873, "source_revision": "1165467618", "id": "11952", "title": "Gnu/Linux", "byte_end": 382391328, "categories": []}
22
+ {"byte_start": 382391328, "source_revision": "1185576971", "id": "11953", "title": "History of geometry", "byte_end": 443126315, "categories": ["History of geometry| ", "Geometry|*"]}
23
+ {"byte_start": 443126315, "source_revision": "1194000974", "id": "11954", "title": "Talk:History of geometry", "byte_end": 444038776, "categories": []}
24
+ {"byte_start": 444038776, "source_revision": "1200605404", "id": "11955", "title": "George H. W. Bush", "byte_end": 1518122362, "categories": ["George H. W. Bush| ", "1924 births", "2018 deaths", "1980 United States vice-presidential candidates", "1984 United States vice-presidential candidates", "20th-century American businesspeople", "20th-century American non-fiction writers", "20th-century presidents of the United States", "20th-century vice presidents of the United States", "21st-century American non-fiction writers", "Acting presidents of the United States", "Ambassadors of the United States to China", "American businesspeople in the oil industry", "American Legion", "Episcopalians from Massachusetts", "American male non-fiction writers", "American politicians with disabilities", "American people of the Gulf War", "American political writers", "Aviators from Texas", "Burials in Texas", "Bush family", "Candidates in the 1980 United States presidential election", "Candidates in the 1988 United States presidential election", "Candidates in the 1992 United States presidential election", "Cold War CIA chiefs", "Deaths from Parkinson's disease", "Delta Kappa Epsilon", "Eli Lilly and Company people", "Fathers of presidents of the United States", "Ford administration personnel", "Grand Crosses Special Class of the Order of Merit of the Federal Republic of Germany", "Honorary Knights Grand Cross of the Order of the Bath", "Livingston family", "Military personnel from Connecticut", "Neurological disease deaths in Texas", "Nixon administration cabinet members", "People from Greenwich, Connecticut", "People from Kennebunkport, Maine", "People from Midland, Texas", "Politicians from Milton, Massachusetts", "People of the Cold War", "Permanent Representatives of the United States to the United Nations", "Phillips Academy alumni", "Politicians with paraplegia", "Presidential Medal of Freedom recipients", "Presidents of the United States", "Reagan administration cabinet members", "Recipients of the Air Medal", "Recipients of the Distinguished Flying Cross (United States)", "Recipients of the Order of the Cross of Terra Mariana, 1st Class", "Recipients of the Order of the White Lion", "Recipients of the Ronald Reagan Freedom Award", "Republican National Committee chairs", "Republican Party members of the United States House of Representatives from Texas", "Republican Party presidents of the United States", "Republican Party vice presidents of the United States", "Rice University staff", "Schuyler family", "Shot-down aviators", "Members of the Sons of the American Revolution", "Time Person of the Year", "United States Navy officers", "United States Navy pilots of World War II", "Vice presidents of the United States", "Wheelchair users", "World Golf Hall of Fame inductees", "Writers from Texas", "Yale Bulldogs baseball players", "Yale University alumni", "Members of Skull and Bones"]}
25
+ {"byte_start": 1518122362, "source_revision": "1160018599", "id": "11956", "title": "GPS (disambiguation)", "byte_end": 1518366345, "categories": []}
26
+ {"byte_start": 1518366345, "source_revision": "1197953648", "id": "11958", "title": "George Berkeley", "byte_end": 1599095596, "categories": ["George Berkeley| ", "1685 births", "1753 deaths", "17th-century Anglican theologians", "18th-century Anglican theologians", "18th-century Irish male writers", "18th-century Irish philosophers", "18th-century Irish writers", "17th-century Anglo-Irish people", "18th-century Anglo-Irish people", "Academics of Trinity College Dublin", "Alumni of Trinity College Dublin", "Anglican bishops of Cloyne", "Anglican philosophers", "Deans of Derry", "Deans of Dromore", "Empiricists", "Enlightenment philosophers", "Epistemologists", "Fellows of Trinity College Dublin", "History of calculus", "Idealists", "Irish expatriates in England", "Irish natural philosophers", "Irish religious writers", "Irish slave owners", "People educated at Kilkenny College", "Christian clergy from County Kilkenny", "Philosophers of science", "Scholars of Trinity College Dublin", "Burials at Christ Church Cathedral, Oxford"]}
27
+ {"byte_start": 1599095596, "source_revision": "1200392129", "id": "11959", "title": "G. E. Moore", "byte_end": 1613261882, "categories": ["1873 births", "1958 deaths", "19th-century British philosophers", "19th-century English philosophers", "19th-century English writers", "20th-century British philosophers", "20th-century English philosophers", "20th-century English male writers", "20th-century English writers", "Alumni of Trinity College, Cambridge", "Analytic philosophers", "Aristotelian philosophers", "British agnostics", "British ethicists", "Cambridge University Moral Sciences Club", "Consequentialists", "English humanists", "English logicians", "Epistemologists", "Fellows of the British Academy", "Fellows of Trinity College, Cambridge", "Linguistic turn", "Members of the Order of Merit", "Metaphysicians", "Moral realists", "Ontologists", "People educated at Dulwich College", "Philosophers of culture", "Philosophers of education", "Philosophers of language", "Philosophers of logic", "Philosophers of mind", "Presidents of the Aristotelian Society", "Presidents_of_Humanists_UK", "Victorian writers", "People from the London Borough of Southwark", "Mind (journal) editors", "Bertrand Russell Professors of Philosophy"]}
28
+ {"byte_start": 1613261882, "source_revision": "15909672", "id": "11963", "title": "Gottleib Fichte", "byte_end": 1613266786, "categories": []}
29
+ {"byte_start": 1613266786, "source_revision": "1182895007", "id": "11964", "title": "Genus\u2013differentia definition", "byte_end": 1614375380, "categories": ["Abstraction", "Definition", "Dichotomies", "Conceptual distinctions", "Philosophy of language", "Theories in ancient Greek philosophy", "Ancient Greek logic"]}
30
+ {"byte_start": 1614375380, "source_revision": "575194471", "id": "11965", "title": "Talk:Genus\u2013differentia definition", "byte_end": 1619395053, "categories": []}
31
+ {"byte_start": 1619395053, "source_revision": "1197373342", "id": "11966", "title": "Firearm", "byte_end": 1806105659, "categories": ["Firearms| ", "Chinese inventions", "Gunpowder", "Projectile weapons", "Weapons"]}
32
+ {"byte_start": 1806105659, "source_revision": "1201047853", "id": "11968", "title": "George Washington", "byte_end": 5044418756, "categories": ["George Washington| ", "1732 births", "1799 deaths", "18th-century American Episcopalians", "18th-century American politicians", "18th-century American writers", "18th-century presidents of the United States", "18th-century United States Army personnel", "18th-century American planters", "American cartographers", "American people of English descent", "American foreign policy writers", "American Freemasons", "American male non-fiction writers", "American military personnel of the Seven Years' War", "American militia officers", "American slave owners", "American surveyors", "British America army officers", "Burials at Mount Vernon", "Candidates in the 1788\u20131789 United States presidential election", "Candidates in the 1792 United States presidential election", "Chancellors of the College of William & Mary", "Commanders in chief", "Commanding Generals of the United States Army", "Congressional Gold Medal recipients", "Continental Army generals", "Continental Army officers from Virginia", "Continental Congressmen from Virginia", "Respiratory disease deaths in Virginia", "Episcopalians from Virginia", "Farmers from Virginia", "Fellows of the American Academy of Arts and Sciences", "Founding Fathers of the United States", "Free speech activists", "Hall of Fame for Great Americans inductees", "House of Burgesses members", "Members of the American Philosophical Society", "People from Mount Vernon, Virginia", "People from Westmoreland County, Virginia", "People of the American Enlightenment", "People of the Quasi-War", "People of Virginia in the French and Indian War", "Presidents of the United States", "Signers of the Continental Association", "Signers of the United States Constitution", "United States Army generals", "Virginia dynasty", "Virginia Independents", "Virginia militiamen in the American Revolution", "Washington and Lee University people", "Washington College people", "Washington family|George"]}
33
+ {"byte_start": 5044418756, "source_revision": "1188127248", "id": "11969", "title": "Gulf Coast of the United States", "byte_end": 5064945359, "categories": ["Gulf Coast of the United States| ", "Coasts of the United States| Gulf", "Coasts of the Atlantic Ocean", "Landforms of the Gulf of Mexico", "Landforms of Florida", "Landforms of Louisiana", "Landforms of Mississippi", "Landforms of Texas", "Megapolitan areas of the United States", "Southeastern United States", "Southern United States"]}
34
+ {"byte_start": 5064945359, "source_revision": "1198200364", "id": "11971", "title": "Galaxy formation and evolution", "byte_end": 5077694612, "categories": ["Galaxies|Formation and evolution", "Stellar evolution", "Concepts in astronomy"]}
35
+ {"byte_start": 5077694612, "source_revision": "1201674547", "id": "11973", "title": "Generation X", "byte_end": 5337253371, "categories": ["Generation X| ", "1950s neologisms", "20th century", "Cultural generations", "Marketing by target group", "Popular culture", "Postmodernism"]}
36
+ {"byte_start": 5337253371, "source_revision": "1201608417", "id": "11974", "title": "Guam", "byte_end": 5762244999, "categories": ["Guam| ", "1898 establishments in Oceania", "English-speaking countries and territories", "Former Spanish colonies", "Geography of Micronesia", "Insular areas of the United States", "Island countries", "Islands of Oceania", "Members of the Unrepresented Nations and Peoples Organization", "Pacific islands of the United States", "Small Island Developing States", "States and territories established in 1898", "World War II sites"]}
37
+ {"byte_start": 5762244999, "source_revision": "1144651276", "id": "11975", "title": "Talk:Generation X/Archive 2", "byte_end": 5799500507, "categories": []}
38
+ {"byte_start": 5799500507, "source_revision": "1004985808", "id": "11976", "title": "George Washington/First Inaugural Address", "byte_end": 5799525339, "categories": []}
39
+ {"byte_start": 5799525339, "source_revision": "900308888", "id": "11977", "title": "George Washington/Second Inaugural Address", "byte_end": 5799530720, "categories": []}
40
+ {"byte_start": 5799530720, "source_revision": "904256861", "id": "11978", "title": "George W", "byte_end": 5799540802, "categories": []}
41
+ {"byte_start": 5799540802, "source_revision": "1172116757", "id": "11979", "title": "Game Boy family", "byte_end": 5881195210, "categories": []}
42
+ {"byte_start": 5881195210, "source_revision": "1043549202", "id": "11980", "title": "Geologic age", "byte_end": 5881227136, "categories": []}
43
+ {"byte_start": 5881227136, "source_revision": "1087366346", "id": "11981", "title": "Green alga", "byte_end": 5881518752, "categories": []}
44
+ {"byte_start": 5881518752, "source_revision": "1192262777", "id": "11982", "title": "Gemini 10", "byte_end": 5886759183, "categories": ["Extravehicular activity", "Human spaceflights", "Project Gemini missions", "Spacecraft launched in 1966", "Spacecraft launched by Titan rockets", "Spacecraft which reentered in 1966", "July 1966 events", "John Young (astronaut)", "Michael Collins (astronaut)"]}
45
+ {"byte_start": 5886759183, "source_revision": "1197104000", "id": "11984", "title": "Gardening", "byte_end": 5929268484, "categories": ["Gardening| "]}
46
+ {"byte_start": 5929268484, "source_revision": "1201511908", "id": "11985", "title": "Graffiti", "byte_end": 6373500709, "categories": ["Graffiti and unauthorised signage| ", "Visual arts genres", "Painting techniques", "Street culture", "Writing", "Organized crime activity"]}
47
+ {"byte_start": 6373500709, "source_revision": "1200582167", "id": "11986", "title": "Godzilla", "byte_end": 6708650263, "categories": ["Godzilla (franchise)| ", "Godzilla characters", "Mothra characters", "Toho monsters", "King Kong (franchise) characters", "Film characters introduced in 1954", "Horror film villains", "Science fiction film characters", "Kaiju", "Animal superheroes", "Animal supervillains", "Animated characters", "Fictional aquatic animals", "Fictional characters with accelerated healing", "Fictional characters with electric or magnetic abilities", "Fictional characters with fire or heat abilities", "Fictional characters with nuclear or radiation abilities", "Fictional characters with superhuman durability or invulnerability", "Fictional characters with superhuman strength", "Fictional deities", "Fictional dinosaurs", "Fictional dragons", "Fictional dragonslayers", "Fictional giants", "Fictional immortals", "Fictional mass murderers", "Fictional mutants", "Fictional prehistoric animals", "Fictional reptiles", "Fictional sea monsters", "Fictional telepaths", "Fire-breathing monsters"]}
48
+ {"byte_start": 6708650263, "source_revision": "829459643", "id": "11987", "title": "Gigantis the Fire Monster", "byte_end": 6708682032, "categories": []}
49
+ {"byte_start": 6708682032, "source_revision": "1201521848", "id": "11988", "title": "King Kong vs. Godzilla", "byte_end": 6808506480, "categories": ["1962 films", "1963 films", "1960s fantasy films", "1960s monster movies", "1960s science fiction films", "Color sequels of black-and-white films", "Crossover tokusatsu films", "Films directed by Ishir\u014d Honda", "Films produced by Tomoyuki Tanaka", "Films scored by Akira Ifukube", "Films set in the 1960s", "Films set in Atami", "Films set in Gunma Prefecture", "Films set in Oceania", "Films set in Tochigi Prefecture", "Films set on fictional islands", "Films shot in Japan", "Films shot in Tokyo", "Films using stop-motion animation", "Giant monster films", "Godzilla films", "Japanese fantasy adventure films", "Japanese sequel films", "1960s Japanese-language films", "Kaiju films", "King Kong (franchise) films", "Toho films", "Universal Pictures films", "Films with screenplays by Shinichi Sekizawa", "Films with live action and animation", "1960s Japanese films"]}
50
+ {"byte_start": 6808506480, "source_revision": "27134403", "id": "11989", "title": "Godzilla vs The Thing", "byte_end": 6808513473, "categories": []}
51
+ {"byte_start": 6808513473, "source_revision": "15909699", "id": "11990", "title": "Ghidorah the Three Headed Monster", "byte_end": 6808518198, "categories": []}
52
+ {"byte_start": 6808518198, "source_revision": "783863139", "id": "11991", "title": "Monster Zero", "byte_end": 6808529450, "categories": []}
53
+ {"byte_start": 6808529450, "source_revision": "1193043989", "id": "11992", "title": "Ebirah, Horror of the Deep", "byte_end": 6815345490, "categories": ["1960s children's fantasy films", "1960s fantasy films", "1960s monster movies", "1960s science fiction films", "1966 children's films", "1966 films", "Films about bank robbery", "Films about terrorism in Asia", "Films directed by Jun Fukuda", "Films dubbed by Frontier Enterprises", "Films produced by Tomoyuki Tanaka", "Films scored by Masaru Sato", "Films set in Kanagawa Prefecture", "Films set in Tokyo", "Films set on fictional islands", "Films with screenplays by Shinichi Sekizawa", "Godzilla films", "Giant monster films", "Japanese sequel films", "1960s Japanese-language films", "Kaiju films", "Mad scientist films", "Mothra", "Toho films", "1960s Japanese films", "Films about vacationing", "Films about terrorism"]}
54
+ {"byte_start": 6815345490, "source_revision": "1201563827", "id": "11993", "title": "Son of Godzilla", "byte_end": 6819748254, "categories": ["1967 films", "1967 children's films", "1960s monster movies", "1960s science fiction films", "1960s children's fantasy films", "Films scored by Masaru Sato", "Films about insects", "Films about spiders", "Films directed by Jun Fukuda", "Films dubbed by Frontier Enterprises", "Films produced by Tomoyuki Tanaka", "Films set on fictional islands", "Films shot in Guam", "Films shot in Japan", "Giant monster films", "Godzilla films", "1960s Japanese-language films", "Japanese children's films", "Japanese fantasy films", "Japanese sequel films", "Kaiju films", "Toho films", "Films with screenplays by Shinichi Sekizawa", "Films about father\u2013son relationships", "1960s Japanese films"]}
55
+ {"byte_start": 6819748254, "source_revision": "1193761106", "id": "11994", "title": "Destroy All Monsters", "byte_end": 6831637987, "categories": ["1968 films", "1960s science fiction films", "1960s fantasy films", "1960s monster movies", "ADV Films", "Alien invasions in films", "American International Pictures films", "Crossover tokusatsu films", "Films scored by Akira Ifukube", "Films about dragons", "Films about extraterrestrial life", "Films about spiders", "Films about the United Nations", "Films directed by Ishir\u014d Honda", "Films dubbed by Frontier Enterprises", "Films produced by Tomoyuki Tanaka", "Films set in 1999", "Films set in Moscow", "Films set in New York City", "Films set in Paris", "Films set in the future", "Films set in Tokyo", "Films set in Yamanashi Prefecture", "Godzilla films", "1960s Japanese-language films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Moon in film", "Mothra", "Fiction about pterosaurs", "Toho films", "1960s Japanese films", "Films about mind control"]}
56
+ {"byte_start": 6831637987, "source_revision": "31528597", "id": "11995", "title": "Godzilla's Revenge", "byte_end": 6831645044, "categories": []}
57
+ {"byte_start": 6831645044, "source_revision": "27134724", "id": "11996", "title": "Godzilla/Godzilla vs Gigan", "byte_end": 6831646609, "categories": []}
58
+ {"byte_start": 6831646609, "source_revision": "32402609", "id": "11997", "title": "Godzilla vs The Smog Monster", "byte_end": 6831651130, "categories": []}
59
+ {"byte_start": 6831651130, "source_revision": "1197186855", "id": "11998", "title": "Godzilla vs. Megalon", "byte_end": 6845127172, "categories": ["1973 films", "1973 children's films", "1970s Japanese-language films", "1970s science fiction films", "1970s children's fantasy films", "Films about insects", "Films directed by Jun Fukuda", "Films produced by Tomoyuki Tanaka", "Films set in Tokyo", "Giant monster films", "Godzilla films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Mecha films", "1970s monster movies", "Japanese robot films", "Toho films", "Films with screenplays by Shinichi Sekizawa", "1970s Japanese films", "Films set in 1971", "Films scored by Riichir\u014d Manabe"]}
60
+ {"byte_start": 6845127172, "source_revision": "27134741", "id": "11999", "title": "Godzilla vs The Cosmic Monster", "byte_end": 6845131034, "categories": []}
61
+ {"byte_start": 6845131034, "source_revision": "1196078941", "id": "12000", "title": "Godzilla vs. Biollante", "byte_end": 6859794212, "categories": ["1989 films", "1980s Japanese-language films", "1980s monster movies", "1980s science fiction films", "Eco-terrorism in fiction", "Films about plants", "Films about telepathy", "Films about volcanoes", "Films directed by Kazuki \u014cmori", "Films produced by Tomoyuki Tanaka", "Films set in Osaka", "Films set in Kanagawa Prefecture", "Films set in Fukui Prefecture", "Films set in Ibaraki Prefecture", "Films set in Tokyo", "Films set in Asia", "Films set in a fictional country", "Films shot in Japan", "Films shot in Tokyo", "Giant monster films", "Godzilla films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Mad scientist films", "Toho films", "1980s English-language films", "1980s Japanese films", "Films set in 1985", "Films set in 1990", "1989 in Japanese cinema", "Films scored by Koichi Sugiyama"]}
62
+ {"byte_start": 6859794212, "source_revision": "1199225606", "id": "12001", "title": "Terror of Mechagodzilla", "byte_end": 6868714290, "categories": ["1975 films", "1970s Japanese-language films", "1970s science fiction films", "Alien invasions in films", "Films scored by Akira Ifukube", "Films directed by Ishir\u014d Honda", "Films set in Okinawa Prefecture", "Films set in Shizuoka Prefecture", "Films set in Yokosuka", "Giant monster films", "Godzilla films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Mad scientist films", "1970s monster movies", "UPA films", "Toho films", "Mecha films", "Apes in popular culture", "Films about father\u2013daughter relationships", "1970s Japanese films"]}
63
+ {"byte_start": 6868714290, "source_revision": "1196079424", "id": "12002", "title": "Godzilla vs. King Ghidorah", "byte_end": 6883868404, "categories": ["1991 films", "1990s Japanese-language films", "1990s monster movies", "1991 science fiction films", "Android (robot) films", "Films about dinosaurs", "Films about dragons", "Films about nuclear war and weapons", "Films about time travel", "Films directed by Kazuki \u014cmori", "Films produced by Tomoyuki Tanaka", "Films scored by Akira Ifukube", "Films set in 1944", "Films set in 1992", "Films set in the 23rd century", "Films set in Fukuoka", "Films set in Hiroshima", "Films set in Sapporo", "Films set in Tokyo", "Films set in Yokkaichi", "Films set in the Marshall Islands", "Films set in the Pacific Ocean", "Films set on fictional islands", "Giant monster films", "Godzilla films", "Japanese sequel films", "Kaiju films", "Mecha films", "Japanese robot films", "Submarine films", "TriStar Pictures films", "Toho films", "Japanese World War II films", "Pacific War films", "1990s English-language films", "1990s Japanese films"]}
64
+ {"byte_start": 6883868404, "source_revision": "1197186569", "id": "12003", "title": "Godzilla vs. Mothra", "byte_end": 6892861364, "categories": ["1992 films", "1990s Japanese-language films", "1990s science fiction adventure films", "1990s fantasy adventure films", "1990s monster movies", "Japanese fantasy adventure films", "Japanese crossover films", "Environmental films", "Films about telepathy", "Films directed by Takao Okawara", "Films produced by Tomoyuki Tanaka", "Films scored by Akira Ifukube", "Films set in 1992", "Films set in 1993", "Films set in Tokyo", "Films set in Nagoya", "Films set in Yokohama", "Films set in amusement parks", "Films set in the Pacific Ocean", "Films set on fictional islands", "Giant monster films", "Godzilla films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Mothra", "TriStar Pictures films", "Toho films", "1990s Japanese films"]}
65
+ {"byte_start": 6892861364, "source_revision": "1198200357", "id": "12004", "title": "Godzilla (1954 film)", "byte_end": 7021481626, "categories": ["1954 films", "1954 horror films", "1950s monster movies", "1950s political films", "1950s science fiction horror films", "1950s Japanese-language films", "Japanese epic films", "Japanese disaster films", "Japanese black-and-white films", "Japanese horror films", "Japanese political films", "Japanese science fiction films", "Apocalyptic films", "Anti-war films", "Natural horror films", "Films about nuclear war and weapons", "Films directed by Ishir\u014d Honda", "Films produced by Tomoyuki Tanaka", "Films scored by Akira Ifukube", "Films set in Tokyo", "Films set on fictional islands", "Films shot in Japan", "Films shot in Tokyo", "Godzilla films", "Japanese science fiction horror films", "Toho films", "1950s Japanese films"]}
66
+ {"byte_start": 7021481626, "source_revision": "1190769088", "id": "12005", "title": "The Return of Godzilla", "byte_end": 7045175242, "categories": ["1984 films", "1980s Japanese-language films", "1980s monster movies", "1980s political films", "1980s science fiction films", "Alternative sequel films", "Anti-war films", "1980s Russian-language films", "Cold War submarine films", "Films about nuclear war and weapons", "Films about volcanoes", "Films directed by Koji Hashimoto", "Films produced by Tomoyuki Tanaka", "Films set in Tokyo", "Films set in Shizuoka Prefecture", "Films set on islands", "Films shot in Japan", "Giant monster films", "Godzilla films", "Japanese political films", "Japanese science fiction films", "Japanese sequel films", "Kaiju films", "Reboot films", "Toho films", "1980s English-language films", "1980s Japanese films", "Films set in 1985"]}
67
+ {"byte_start": 7045175242, "source_revision": "27134735", "id": "12006", "title": "Godzilla on Monster Island", "byte_end": 7045179808, "categories": []}
68
+ {"byte_start": 7045179808, "source_revision": "1198211266", "id": "12007", "title": "Johann Gottlieb Fichte", "byte_end": 7084290547, "categories": ["1762 births", "1814 deaths", "People from Bautzen (district)", "People from the Electorate of Saxony", "German Lutherans", "German nationalists", "18th-century German writers", "18th-century philosophers", "19th-century German writers", "19th-century German philosophers", "Christian philosophers", "German idealists", "German Freemasons", "German male writers", "Spinoza scholars", "Writers from Saxony", "Deaths from typhus", "Infectious disease deaths in Germany", "Academic staff of the Humboldt University of Berlin", "Academic staff of the University of Erlangen-Nuremberg", "Academic staff of the University of Jena"]}
69
+ {"byte_start": 7084290547, "source_revision": "1193887673", "id": "12008", "title": "Talk:Johann Gottlieb Fichte", "byte_end": 7088896446, "categories": []}
70
+ {"byte_start": 7088896446, "source_revision": "1201032517", "id": "12010", "title": "Great Lakes", "byte_end": 7408337709, "categories": ["Great Lakes| ", "Eastern Canada", "Great Lakes region (U.S.)", "Lake groups"]}
71
+ {"byte_start": 7408337709, "source_revision": "1198556661", "id": "12012", "title": "German", "byte_end": 7411494893, "categories": ["Language and nationality disambiguation pages"]}
72
+ {"byte_start": 7411494893, "source_revision": "1175439251", "id": "12013", "title": "Girth (graph theory)", "byte_end": 7412162695, "categories": ["Graph invariants"]}
73
+ {"byte_start": 7412162695, "source_revision": "297730565", "id": "12014", "title": "Talk:Gregorian calendar/Archive 1", "byte_end": 7412179891, "categories": []}
74
+ {"byte_start": 7412179891, "source_revision": "1198200384", "id": "12015", "title": "Gun safety", "byte_end": 7453353576, "categories": ["Firearm safety| ", "Firearm training", "Safety practices"]}
75
+ {"byte_start": 7453353576, "source_revision": "1070729843", "id": "12016", "title": "Talk:Gun safety", "byte_end": 7463130356, "categories": []}
76
+ {"byte_start": 7463130356, "source_revision": "961586460", "id": "12018", "title": "Gun/Politics", "byte_end": 7463142860, "categories": []}
77
+ {"byte_start": 7463142860, "source_revision": "1193887680", "id": "12019", "title": "Talk:Firearm", "byte_end": 7472237878, "categories": []}
78
+ {"byte_start": 7472237878, "source_revision": "1198200390", "id": "12021", "title": "Go Down Moses", "byte_end": 7477032047, "categories": ["Gospel songs", "Paul Robeson songs", "African-American spiritual songs", "Cultural depictions of Moses", "Year of song unknown", "Songwriter unknown", "Songs about Egypt"]}
79
+ {"byte_start": 7477032047, "source_revision": "1193887687", "id": "12022", "title": "Talk:Greek alphabet", "byte_end": 7545588217, "categories": []}
80
+ {"byte_start": 7545588217, "source_revision": "1200517577", "id": "12024", "title": "General relativity", "byte_end": 8241374706, "categories": ["General relativity| ", "Concepts in astronomy", "Albert Einstein", "1915 in science", "Articles containing video clips"]}
81
+ {"byte_start": 8241374706, "source_revision": "1199348141", "id": "12025", "title": "Genealogy", "byte_end": 8365614029, "categories": ["Genealogy| ", "Kinship and descent"]}
82
+ {"byte_start": 8365614029, "source_revision": "1199937948", "id": "12027", "title": "Gabon", "byte_end": 8484788757, "categories": ["Central African countries", "Former French colonies", "French-speaking countries and territories", "Member states of the Commonwealth of Nations", "Member states of the Organisation internationale de la Francophonie", "Member states of the African Union", "Member states of the Organisation of Islamic Cooperation", "Member states of OPEC", "Member states of the United Nations", "Military dictatorships", "Republics", "Republics in the Commonwealth of Nations", "States and territories established in 1960", "1960 establishments in Africa", "Countries in Africa"]}
83
+ {"byte_start": 8484788757, "source_revision": "1190661315", "id": "12028", "title": "History of Gabon", "byte_end": 8487685870, "categories": ["History of Gabon| ", "History of Central Africa|*", "History of Africa by country|Gabon", "French Equatorial Africa"]}
84
+ {"byte_start": 8487685870, "source_revision": "1194354912", "id": "12029", "title": "Geography of Gabon", "byte_end": 8488429796, "categories": ["Geography of Gabon| "]}
85
+ {"byte_start": 8488429796, "source_revision": "1178547402", "id": "12030", "title": "Demographics of Gabon", "byte_end": 8490375581, "categories": ["Demographics of Gabon| ", "Society of Gabon"]}
86
+ {"byte_start": 8490375581, "source_revision": "1176955448", "id": "12031", "title": "Politics of Gabon", "byte_end": 8492494999, "categories": ["Politics of Gabon| "]}
87
+ {"byte_start": 8492494999, "source_revision": "1200411972", "id": "12701", "title": "Greenwich Mean Time", "byte_end": 8524054700, "categories": ["1884 introductions", "Geography of the Royal Borough of Greenwich", "Time in the United Kingdom", "Time zones"]}
88
+ {"byte_start": 8524054700, "source_revision": "1201774370", "id": "12702", "title": "GIF", "byte_end": 8738230706, "categories": ["Animated graphics file formats", "Raster graphics file formats", "CompuServe", "Open formats", "Computer-related introductions in 1987", "Discovery and invention controversies"]}
89
+ {"byte_start": 8738230706, "source_revision": "316387565", "id": "12703", "title": "Germ warfare", "byte_end": 8738232511, "categories": []}
90
+ {"byte_start": 8738232511, "source_revision": "459353851", "id": "12704", "title": "GPMG", "byte_end": 8738234910, "categories": []}
91
+ {"byte_start": 8738234910, "source_revision": "1199858176", "id": "12706", "title": "Greg Egan", "byte_end": 8745657664, "categories": ["1961 births", "20th-century Australian male writers", "20th-century Australian non-fiction writers", "20th-century Australian novelists", "20th-century Australian short story writers", "21st-century Australian male writers", "21st-century Australian mathematicians", "21st-century Australian non-fiction writers", "21st-century Australian novelists", "21st-century Australian short story writers", "Amateur mathematicians", "Australian atheists", "Australian computer programmers", "Australian horror writers", "Australian human rights activists", "Australian humanists", "Australian male non-fiction writers", "Australian male novelists", "Australian science fiction writers", "Hugo Award-winning writers", "Living people", "University of Western Australia alumni", "Writers about activism and social change", "Writers from Perth, Western Australia"]}
92
+ {"byte_start": 8745657664, "source_revision": "1194730428", "id": "12707", "title": "Guy Fawkes", "byte_end": 8907427937, "categories": ["Guy Fawkes| ", "1570 births", "1606 deaths", "16th-century English criminals", "17th-century English criminals", "17th-century Roman Catholics", "Converts to Roman Catholicism from Anglicanism", "English criminals", "English revolutionaries", "English Roman Catholics", "Executed Gunpowder Plotters", "People associated with the Gunpowder Plot", "History of Catholicism in England", "People educated at St Peter's School, York", "People from York", "Prisoners in the Tower of London", "Roman Catholic activists", "English military personnel of the Eighty Years' War", "Criminals from Yorkshire", "Traitors in history", "Military personnel from York", "Catholic martyrs"]}
93
+ {"byte_start": 8907427937, "source_revision": "838785337", "id": "12708", "title": "Guitar tablature", "byte_end": 8907434356, "categories": []}
94
+ {"byte_start": 8907434356, "source_revision": "1065862754", "id": "12709", "title": "Goodtimes virus", "byte_end": 8908221580, "categories": ["Internet memes", "Virus hoaxes", "1994 hoaxes"]}
95
+ {"byte_start": 8908221580, "source_revision": "1194851723", "id": "12710", "title": "Gary Snyder", "byte_end": 8938441734, "categories": ["1930 births", "Activists from California", "American Book Award winners", "American environmentalists", "American male non-fiction writers", "American male poets", "American non-fiction environmental writers", "American people of English descent", "American people of German descent", "American people of Irish descent", "American people of Scottish descent", "American spiritual writers", "American Buddhists", "American Zen Buddhists", "Anti-consumerists", "Beat Generation writers", "Bollingen Prize recipients", "Deep ecologists", "Engaged Buddhists", "English-language haiku poets", "Industrial Workers of the World members", "Lincoln High School (Portland, Oregon) alumni", "Living people", "Members of the American Academy of Arts and Letters", "The Oregonian people", "PEN Oakland/Josephine Miles Literary Award winners", "Pulitzer Prize for Poetry winners", "Reed College alumni", "Rinzai Buddhists", "University of California, Davis faculty", "Writers from Portland, Oregon"]}
96
+ {"byte_start": 8938441734, "source_revision": "400117754", "id": "12711", "title": "Guile programming language", "byte_end": 8938464670, "categories": []}
97
+ {"byte_start": 8938464670, "source_revision": "1194466575", "id": "12712", "title": "Gonzo journalism", "byte_end": 8946114365, "categories": ["Hunter S. Thompson", "Journalism ethics", "Newswriting", "Types of journalism"]}
98
+ {"byte_start": 8946114365, "source_revision": "1198205897", "id": "12713", "title": "Giant panda", "byte_end": 9196457253, "categories": ["Giant pandas| ", "Mammals of China", "Endemic fauna of China", "Clawed herbivores", "Herbivorous mammals", "EDGE species", "Vulnerable animals", "Vulnerable fauna of Asia", "Articles containing video clips", "Species endangered by agricultural development", "Species endangered by logging", "Mammals described in 1869", "Taxa named by Armand David"]}
99
+ {"byte_start": 9196457253, "source_revision": "1197107305", "id": "12714", "title": "Talk:GIF", "byte_end": 9217334675, "categories": []}
100
+ {"byte_start": 9217334675, "source_revision": "1193887965", "id": "12715", "title": "Talk:Giant panda", "byte_end": 9261574100, "categories": []}
101
+ {"byte_start": 9261574100, "source_revision": "1175695221", "id": "12716", "title": "Glissando", "byte_end": 9264684411, "categories": ["Articulations (music)", "Ornamentation", "Musical notation", "Musical techniques"]}
102
+ {"byte_start": 9264684411, "source_revision": "1199699005", "id": "12717", "title": "Giraffe", "byte_end": 9598755188, "categories": ["Giraffes| ", "Articles containing video clips", "Fauna of Sub-Saharan Africa", "Herbivorous mammals", "Mammal genera", "Mammals of Africa", "National symbols of Tanzania", "Vulnerable animals", "Vulnerable biota of Africa"]}
103
+ {"byte_start": 9598755188, "source_revision": "1198205684", "id": "12718", "title": "Griffith's experiment", "byte_end": 9600533747, "categories": ["Genetics experiments", "Genetics in the United Kingdom", "History of genetics", "Microbiology", "1928 in biology"]}
104
+ {"byte_start": 9600533747, "source_revision": "1188887391", "id": "12719", "title": "Gustave de Molinari", "byte_end": 9602001635, "categories": ["1819 births", "1912 deaths", "19th-century economists", "Belgian economists", "Burials at P\u00e8re Lachaise Cemetery", "Classical economists", "Corresponding members of the Saint Petersburg Academy of Sciences", "Classical liberal economists", "French Liberal School", "Writers from Li\u00e8ge"]}
105
+ {"byte_start": 9602001635, "source_revision": "1194850315", "id": "12720", "title": "Guerrilla warfare", "byte_end": 9843953486, "categories": ["Guerrilla warfare| ", "Warfare by type", "Spanish words and phrases"]}
106
+ {"byte_start": 9843953486, "source_revision": "792291643", "id": "12722", "title": "Geostationary satellite", "byte_end": 9843955472, "categories": []}
107
+ {"byte_start": 9843955472, "source_revision": "1193689880", "id": "12723", "title": "Talk:Genetic code", "byte_end": 9866065770, "categories": []}
108
+ {"byte_start": 9866065770, "source_revision": "1161317469", "id": "12725", "title": "Talk:Glissando", "byte_end": 9867043462, "categories": []}
109
+ {"byte_start": 9867043462, "source_revision": "1197731271", "id": "12727", "title": "Original proof of G\u00f6del's completeness theorem", "byte_end": 9871729311, "categories": ["Logic", "Model theory|Godel's completeness theorem", "Mathematical proofs", "Mathematical logic|Godel's completeness theorem", "Proof theory|Godel's completeness theorem", "Works by Kurt G\u00f6del", "Article proofs"]}
110
+ {"byte_start": 9871729311, "source_revision": "205992642", "id": "12728", "title": "Gerdur Gymisdottir", "byte_end": 9871730143, "categories": []}
111
+ {"byte_start": 9871730143, "source_revision": "1201694253", "id": "12729", "title": "Grits", "byte_end": 9884141264, "categories": ["Native American cuisine", "Porridges", "Cuisine of the Southern United States", "Native American cuisine of the Southeastern Woodlands", "Bahamian cuisine", "Soul food", "Staple foods", "Maize dishes", "Symbols of Georgia (U.S. state)", "Muscogee culture", "Cuisine of the Thirteen Colonies"]}
112
+ {"byte_start": 9884141264, "source_revision": "1200561154", "id": "12730", "title": "General Electric", "byte_end": 10162560156, "categories": ["General Electric| ", "1892 establishments in New York (state)", "Aircraft engine manufacturers of the United States", "American companies established in 1892", "Companies listed on the New York Stock Exchange", "Conglomerate companies of the United States", "Conglomerate companies established in 1892", "Electric power companies of the United States", "Electric transformer manufacturers", "Electrical engineering companies of the United States", "Electrical wiring and construction supplies manufacturers", "Electronics companies established in 1892", "Former components of the Dow Jones Industrial Average", "GIS companies", "Guitar amplification tubes", "Defunct computer systems companies", "Lighting brands", "Manufacturing companies based in Boston", "Manufacturing companies established in 1892", "Marine engine manufacturers", "Military equipment of the United States", "Multinational companies headquartered in the United States", "Photography companies of the United States", "RCA", "Schenectady, New York", "Superfund sites in Washington (state)", "Thomas Edison", "Time-sharing companies", "Transportation companies of the United States", "Transportation companies based in New York (state)", "Electric motor manufacturers", "Pump manufacturers", "Radio manufacturers"]}
113
+ {"byte_start": 10162560156, "source_revision": "1199072955", "id": "12731", "title": "George Harrison", "byte_end": 11561387743, "categories": ["George Harrison| ", "1943 births", "2001 deaths", "20th-century British guitarists", "21st-century British guitarists", "20th-century English male singers", "21st-century English male singers", "Apple Records artists", "Beat musicians", "Best Original Music Score Academy Award winners", "Capitol Records artists", "Converts to Hinduism from Catholicism", "Dark Horse Records artists", "Deaths from lung cancer in California", "Devotees of Paramahansa Yogananda", "EMI Records artists", "English autobiographers", "English expatriates in the United States", "English experimental musicians", "English film producers", "English Hindus", "English humanitarians", "English male guitarists", "English male singers", "English male singer-songwriters", "English singer-songwriters", "English multi-instrumentalists", "English people convicted of drug offences", "English people of Irish descent", "English pop guitarists", "English pop rock singers", "English pop singers", "English record producers", "English rock guitarists", "English rock singers", "English yogis", "Fingerstyle guitarists", "George Harrison family|George", "Grammy Award winners", "Grammy Lifetime Achievement Award winners", "International Society for Krishna Consciousness", "Ivor Novello Award winners", "Lead guitarists", "Members of the Order of the British Empire", "Musicians from Liverpool", "Parlophone artists", "People educated at Liverpool Institute High School for Boys", "People from Speke", "People from Wavertree", "People involved in plagiarism controversies", "Performers of Hindu music", "Plastic Ono Band members", "Pupils of Ravi Shankar", "Singers from Liverpool", "Sitar players", "Slide guitarists", "Stabbing survivors", "Swan Records artists", "The Beatles members", "The Quarrymen members", "Tobacco-related deaths", "Transcendental Meditation exponents", "Traveling Wilburys members", "Vee-Jay Records artists", "Warner Music Group artists"]}
114
+ {"byte_start": 11561387743, "source_revision": "1186489030", "id": "12732", "title": "Talk:Grits", "byte_end": 11564778627, "categories": []}
115
+ {"byte_start": 11564778627, "source_revision": "1200771971", "id": "12733", "title": "Giant planet", "byte_end": 11584860320, "categories": ["Giant planets| ", "Types of planet"]}
116
+ {"byte_start": 11584860320, "source_revision": "1198205920", "id": "12734", "title": "Goddess", "byte_end": 11651168977, "categories": ["Deities", "Goddesses| ", "Gender and religion", "Jungian archetypes", "Pantheism"]}
117
+ {"byte_start": 11651168977, "source_revision": "1193887973", "id": "12735", "title": "Talk:Glycolysis", "byte_end": 11659429100, "categories": []}
118
+ {"byte_start": 11659429100, "source_revision": "1193798282", "id": "12736", "title": "List of German-language poets", "byte_end": 11662131390, "categories": ["Lists of poets by language|German", "German poets|*Poets", "Lists of German people by occupation|Poets"]}
119
+ {"byte_start": 11662131390, "source_revision": "1201058738", "id": "12737", "title": "Gunpowder", "byte_end": 12011933976, "categories": ["Gunpowder| ", "Chinese inventions", "Explosives", "Firearm propellants", "Pyrotechnic compositions", "Rocket fuels", "Solid fuels"]}
120
+ {"byte_start": 12011933976, "source_revision": "1118190662", "id": "12738", "title": "Grampus", "byte_end": 12012037599, "categories": []}
121
+ {"byte_start": 12012037599, "source_revision": "1182052681", "id": "12739", "title": "Gustav I Vasa", "byte_end": 12012039545, "categories": []}
122
+ {"byte_start": 12012039545, "source_revision": "1198205952", "id": "12740", "title": "Gary Kildall", "byte_end": 12041441551, "categories": ["1942 births", "1994 deaths", "American computer programmers", "American computer scientists", "American computer businesspeople", "American technology company founders", "American technology chief executives", "Digital Research people", "Digital Research employees", "CP/M people", "Naval Postgraduate School faculty", "Scientists from Seattle", "University of Washington alumni", "American people of Norwegian descent", "Accidental deaths from falls", "20th-century American businesspeople", "Death conspiracy theories", "People from Pebble Beach, California", "American television hosts", "Kernel programmers"]}
123
+ {"byte_start": 12041441551, "source_revision": "1198205959", "id": "12741", "title": "Gesta Danorum", "byte_end": 12045912059, "categories": ["12th-century history books", "12th-century Latin books", "Sources on Germanic paganism", "Danish chronicles", "Danish non-fiction books", "12th century in Denmark", "Cultural depictions of Ragnar Lodbrok"]}
124
+ {"byte_start": 12045912059, "source_revision": "1201238961", "id": "12743", "title": "Garrison Keillor", "byte_end": 12114552913, "categories": ["1942 births", "20th-century American male actors", "20th-century American non-fiction writers", "21st-century American male actors", "21st-century American non-fiction writers", "American advice columnists", "American Episcopalians", "American humorists", "American male non-fiction writers", "American male radio actors", "American male singers", "American people of English descent", "American people of Scottish descent", "American Public Media", "American public radio personalities", "American radio hosts", "Audiobook narrators", "Edward R. Murrow Award (CPB) winners", "Grammy Award winners", "Living people", "Male actors from Minnesota", "Male actors from Saint Paul, Minnesota", "Members of the American Academy of Arts and Letters", "Minnesota Democrats", "Minnesota Public Radio people", "Monologists", "National Humanities Medal recipients", "People from Anoka, Minnesota", "People from Ramsey County, Minnesota", "Radio personalities from Minnesota", "The New Yorker people", "The New Yorker staff writers", "University of Minnesota College of Liberal Arts alumni", "Virgin Records artists", "Writers from Saint Paul, Minnesota", "Novelists from Minnesota", "Anoka High School alumni", "20th-century American male writers", "21st-century American male writers", "Substack writers"]}
125
+ {"byte_start": 12114552913, "source_revision": "1188549861", "id": "12744", "title": "Galatia", "byte_end": 12123668412, "categories": ["Galatia| ", "States and territories established in the 3rd century BC", "States and territories disestablished in the 1st century BC", "Regions of Asia", "Historical regions", "Historical regions of Anatolia", "Pauline churches", "Ancient Greek geography", "Former countries in the Middle East", "Hellenistic Phrygia", "Geography of the Middle East", "History of West Asia", "Ancient Near East", "New Testament regions", "Gauls"]}
126
+ {"byte_start": 12123668412, "source_revision": "898885679", "id": "12745", "title": "Galatians", "byte_end": 12123690799, "categories": []}
127
+ {"byte_start": 12123690799, "source_revision": "1166264370", "id": "12746", "title": "Generalization", "byte_end": 12126773468, "categories": ["Generalizations", "Critical thinking skills", "Inductive_reasoning"]}
128
+ {"byte_start": 12126773468, "source_revision": "1201211278", "id": "12747", "title": "Gia Carangi", "byte_end": 12151029861, "categories": ["1960 births", "1986 deaths", "American female models", "American people of Irish descent", "American people of Italian descent", "American people of Welsh descent", "Female models from Philadelphia", "American LGBT models", "LGBT people from Pennsylvania", "20th-century American women", "AIDS-related deaths in Pennsylvania", "Burials in Pennsylvania", "20th-century American LGBT people"]}
129
+ {"byte_start": 12151029861, "source_revision": "428946963", "id": "12748", "title": "Talk:G\u00e9za", "byte_end": 12151036220, "categories": []}
130
+ {"byte_start": 12151036220, "source_revision": "1198206001", "id": "12750", "title": "Giacomo Puccini", "byte_end": 12220584727, "categories": ["Giacomo Puccini| ", "1858 births", "1924 deaths", "19th-century classical composers", "19th-century Italian male musicians", "20th-century classical composers", "20th-century Italian composers", "20th-century Italian male musicians", "Classical composers of church music", "Deaths from cancer in Belgium", "Deaths from esophageal cancer", "Italian classical composers", "Italian male classical composers", "Italian opera composers", "Italian Romantic composers", "Male opera composers", "Milan Conservatory alumni", "Musicians from Lucca", "Pupils of Amilcare Ponchielli", "Members of the Senate of the Kingdom of Italy"]}
131
+ {"byte_start": 12220584727, "source_revision": "250857706", "id": "12751", "title": "Godesberg", "byte_end": 12220611903, "categories": []}
132
+ {"byte_start": 12220611903, "source_revision": "1193957871", "id": "12752", "title": "Talk:Gda\u0144sk", "byte_end": 12340210246, "categories": []}
133
+ {"byte_start": 12340210246, "source_revision": "912721145", "id": "12753", "title": "Gramophone (disambiguation)", "byte_end": 12340435583, "categories": []}
134
+ {"byte_start": 12340435583, "source_revision": "1199149297", "id": "12754", "title": "George Cukor", "byte_end": 12366591233, "categories": ["1899 births", "1983 deaths", "20th-century American Jews", "20th-century American LGBT people", "American film directors", "American film producers", "American gay artists", "American people of Hungarian-Jewish descent", "American television directors", "Best Directing Academy Award winners", "Best Director Golden Globe winners", "Burials at Forest Lawn Memorial Park (Glendale)", "DeWitt Clinton High School alumni", "Directors Guild of America Award winners", "Film directors from Los Angeles", "Film directors from New York City", "Film producers from New York (state)", "Filmmakers who won the Best Film BAFTA Award", "Gay military personnel", "Jewish film people", "Jewish American military personnel", "American LGBT film directors", "LGBT Jews", "LGBT people from New York (state)", "Military personnel from New York City", "Military personnel from New York (state)", "Primetime Emmy Award winners", "United States Army personnel of World War I", "United States Army personnel of World War II", "United States Army Signal Corps personnel", "Books about film directors|Cukor", "Wikipedia articles containing unlinked shortened footnotes", "Golden Lion for Lifetime Achievement recipients", "Directors of Best Picture Academy Award winners"]}
135
+ {"byte_start": 12366591233, "source_revision": "1198595677", "id": "12755", "title": "Talk:GNU Free Documentation License", "byte_end": 12378943555, "categories": []}
136
+ {"byte_start": 12378943555, "source_revision": "629857620", "id": "12757", "title": "GNU Free Documentation License/Secondary sections", "byte_end": 12378945810, "categories": []}
137
+ {"byte_start": 12378945810, "source_revision": "629857615", "id": "12760", "title": "GNU Free Documentation License/Secondary Sections", "byte_end": 12378948012, "categories": []}
138
+ {"byte_start": 12378948012, "source_revision": "629857838", "id": "12763", "title": "GNU Free Documentation License/Front-Cover Texts", "byte_end": 12378950223, "categories": []}
139
+ {"byte_start": 12378950223, "source_revision": "1136776149", "id": "12767", "title": "Talk:Greater London/Archive 1", "byte_end": 12379358709, "categories": []}
140
+ {"byte_start": 12379358709, "source_revision": "783863375", "id": "12768", "title": "Golgi Apparatus", "byte_end": 12379361926, "categories": []}
141
+ {"byte_start": 12379361926, "source_revision": "783863385", "id": "12770", "title": "List of basic geography topics", "byte_end": 12390822143, "categories": []}
142
+ {"byte_start": 12390822143, "source_revision": "1198206006", "id": "12772", "title": "Gas mask", "byte_end": 12429436170, "categories": ["American inventions", "British inventions", "Iranian inventions", "Russian inventions", "Science and technology in the United Kingdom", "Military personal equipment", "1914 introductions", "Riot control equipment", "Gas masks|*Main"]}
143
+ {"byte_start": 12429436170, "source_revision": "168531131", "id": "12773", "title": "Gender and sexuality studies", "byte_end": 12429655933, "categories": []}
144
+ {"byte_start": 12429655933, "source_revision": "1199281848", "id": "12774", "title": "Talk:Gender and sexuality studies", "byte_end": 12429822439, "categories": []}
145
+ {"byte_start": 12429822439, "source_revision": "1200740591", "id": "12775", "title": "George Frideric Handel", "byte_end": 12719306227, "categories": ["George Frideric Handel| ", "1685 births", "1759 deaths", "18th-century British composers", "18th-century German composers", "18th-century German male musicians", "18th-century keyboardists", "Classical composers of church music", "Composers for harpsichord", "Composers for pipe organ", "English Baroque composers", "English opera composers", "British male organists", "German male organists", "German Baroque composers", "German opera composers", "Oratorio composers", "Organ improvisers", "Members of the Royal Society of Musicians", "Burials at Westminster Abbey", "Musicians from Halle (Saale)", "People from the Duchy of Magdeburg", "German emigrants to England", "German emigrants to the Kingdom of Great Britain", "German duellists", "Male classical organists", "German expatriates in Italy", "Composers from London", "Composers from Hamburg"]}
146
+ {"byte_start": 12719306227, "source_revision": "1195012390", "id": "12776", "title": "Giovanni Pierluigi da Palestrina", "byte_end": 12740918021, "categories": ["Giovanni Pierluigi da Palestrina| ", "Italian classical composers", "1520s births", "1594 deaths", "People from Palestrina", "16th-century Italian composers", "Classical composers of church music", "Counter-Reformation", "Italian male classical composers", "Madrigal composers", "Renaissance composers", "Roman school composers", "Sacred music composers", "Italian Roman Catholics", "16th-century classical composers", "Burials at St. Peter's Basilica"]}
147
+ {"byte_start": 12740918021, "source_revision": "1145333106", "id": "12777", "title": "GNU GPL", "byte_end": 12740919855, "categories": []}
148
+ {"byte_start": 12740919855, "source_revision": "1191612345", "id": "12778", "title": "Group velocity", "byte_end": 12748997850, "categories": ["Radio frequency propagation", "Optical quantities", "Wave mechanics", "Physical quantities", "Mathematical physics"]}
149
+ {"byte_start": 12748997850, "source_revision": "1083163606", "id": "12780", "title": "Glitnir", "byte_end": 12749066973, "categories": ["Locations in Norse mythology"]}
150
+ {"byte_start": 12749066973, "source_revision": "1198882599", "id": "10909", "title": "Foonly", "byte_end": 12750455124, "categories": ["American companies established in 1976", "American companies disestablished in 1989", "Companies based in California", "Computer companies established in 1976", "Computer companies disestablished in 1989", "DEC hardware", "Defunct computer companies of the United States", "Defunct computer hardware companies", "Defunct computer systems companies", "1976 establishments in California"]}
151
+ {"byte_start": 12750455124, "source_revision": "1195651157", "id": "10911", "title": "Functional group", "byte_end": 12776712660, "categories": ["Functional groups| ", "Organic chemistry"]}
152
+ {"byte_start": 12776712660, "source_revision": "1197661756", "id": "10913", "title": "Fractal", "byte_end": 12914390324, "categories": ["Fractals| ", "Computational fields of study", "Mathematical structures", "Topology"]}
153
+ {"byte_start": 12914390324, "source_revision": "1144649795", "id": "10914", "title": "Talk:Fractal/Archive 2", "byte_end": 12919782752, "categories": []}
154
+ {"byte_start": 12919782752, "source_revision": "1201764160", "id": "10915", "title": "Fluid", "byte_end": 12923802830, "categories": ["Fluid dynamics"]}
155
+ {"byte_start": 12923802830, "source_revision": "1196174172", "id": "10916", "title": "FAQ", "byte_end": 12931115691, "categories": ["Technical communication", "Initialisms"]}
156
+ {"byte_start": 12931115691, "source_revision": "1198708601", "id": "10918", "title": "Fibonacci sequence", "byte_end": 13386300629, "categories": ["Fibonacci numbers| ", "Articles containing proofs", "Integer sequences"]}
157
+ {"byte_start": 13386300629, "source_revision": "783862774", "id": "10921", "title": "Fighter Aircraft", "byte_end": 13386305899, "categories": []}
158
+ {"byte_start": 13386305899, "source_revision": "1197968013", "id": "10923", "title": "Fontainebleau", "byte_end": 13392480843, "categories": ["Fontainebleau| ", "Venues of the 1924 Summer Olympics", "Communes of Seine-et-Marne", "Olympic modern pentathlon venues", "Subprefectures in France"]}
159
+ {"byte_start": 13392480843, "source_revision": "15908714", "id": "10924", "title": "Fermats little theorom", "byte_end": 13392489155, "categories": []}
160
+ {"byte_start": 13392489155, "source_revision": "1193887216", "id": "10925", "title": "Talk:Fullerene", "byte_end": 13396495705, "categories": []}
161
+ {"byte_start": 13396495705, "source_revision": "769624629", "id": "10927", "title": "Fossil fuels", "byte_end": 13396508277, "categories": []}
162
+ {"byte_start": 13396508277, "source_revision": "1201742888", "id": "10929", "title": "Fighter aircraft", "byte_end": 13729999444, "categories": ["Fighter aircraft| "]}
163
+ {"byte_start": 13729999444, "source_revision": "1194909719", "id": "10930", "title": "February 25", "byte_end": 13833704070, "categories": ["Days of the year", "February"]}
164
+ {"byte_start": 13833704070, "source_revision": "1187480774", "id": "10931", "title": "Finite-state machine", "byte_end": 13874441766, "categories": ["Finite automata| ", "Management cybernetics"]}
165
+ {"byte_start": 13874441766, "source_revision": "461977137", "id": "10932", "title": "Finite state automaton", "byte_end": 13874443495, "categories": []}
166
+ {"byte_start": 13874443495, "source_revision": "1201599060", "id": "10933", "title": "Functional programming", "byte_end": 13963164488, "categories": ["Functional programming| ", "Programming paradigms", "Articles with example C code"]}
167
+ {"byte_start": 13963164488, "source_revision": "15908724", "id": "10934", "title": "Functional programming language", "byte_end": 13963169279, "categories": []}
168
+ {"byte_start": 13963169279, "source_revision": "719040384", "id": "10935", "title": "Talk:Fundamental theorem of calculus/Archive 1", "byte_end": 13963181500, "categories": []}
169
+ {"byte_start": 13963181500, "source_revision": "1196475226", "id": "10936", "title": "February 29", "byte_end": 14059453659, "categories": ["Days of the year", "February", "Discordian holidays", "Old Style leap years"]}
170
+ {"byte_start": 14059453659, "source_revision": "1198195858", "id": "10937", "title": "Francis Scott Key", "byte_end": 14121159037, "categories": ["Francis Scott Key| ", "1779 births", "1843 deaths", "19th-century American lawyers", "19th-century American poets", "American Bible Society", "American Episcopalians", "American male poets", "American prosecutors", "American slave owners", "American United Brethren in Christ", "Burials at Mount Olivet Cemetery (Frederick, Maryland)", "Key family of Maryland", "People from Georgetown (Washington, D.C.)", "Lawyers from Baltimore", "National anthem writers", "People from Carroll County, Maryland", "St. John's College (Annapolis/Santa Fe) alumni", "United States Attorneys for the District of Columbia", "The Star-Spangled Banner", "American lawyers admitted to the practice of law by reading law", "American colonization movement", "American proslavery activists", "Lloyd family of Maryland"]}
171
+ {"byte_start": 14121159037, "source_revision": "918138844", "id": "10938", "title": "FSU", "byte_end": 14121470292, "categories": []}
172
+ {"byte_start": 14121470292, "source_revision": "1186043391", "id": "10939", "title": "Formal language", "byte_end": 14137536606, "categories": ["Formal languages| ", "Theoretical computer science", "Combinatorics on words"]}
173
+ {"byte_start": 14137536606, "source_revision": "1194870851", "id": "10940", "title": "Free to Choose", "byte_end": 14139363774, "categories": ["1980 non-fiction books", "Books about capitalism", "Classical liberalism", "Collaborative non-fiction books", "Finance books", "Libertarian books", "Harcourt (publisher) books", "Television shows based on books", "Works by Milton Friedman"]}
174
+ {"byte_start": 14139363774, "source_revision": "783862784", "id": "10941", "title": "Foreign Service Level 3", "byte_end": 14139372319, "categories": []}
175
+ {"byte_start": 14139372319, "source_revision": "783862786", "id": "10942", "title": "FORTRAN", "byte_end": 14139379460, "categories": []}
176
+ {"byte_start": 14139379460, "source_revision": "273830222", "id": "10943", "title": "Talk:Foreign Service Level 3", "byte_end": 14139382498, "categories": []}
177
+ {"byte_start": 14139382498, "source_revision": "1193887227", "id": "10944", "title": "Talk:Formula One", "byte_end": 14210329239, "categories": []}
178
+ {"byte_start": 14210329239, "source_revision": "1193205371", "id": "10945", "title": "Albert Park Circuit", "byte_end": 14223396685, "categories": ["Motorsport venues in Victoria (state)", "Formula One circuits", "Australian Grand Prix", "Sports venues in Melbourne", "Streets in Melbourne", "Supercars Championship circuits", "1953 establishments in Australia", "Sport in the City of Port Phillip", "Sports venues completed in 1953"]}
179
+ {"byte_start": 14223396685, "source_revision": "1201273699", "id": "10946", "title": "Monaco Grand Prix", "byte_end": 14343618308, "categories": ["Monaco Grand Prix| ", "Formula One Grands Prix", "Sports competitions in Monaco", "Pre-World Championship Grands Prix", "National Grands Prix", "Recurring sporting events established in 1929", "1929 establishments in Monaco", "Spring (season) events in Monaco"]}
180
+ {"byte_start": 14343618308, "source_revision": "1033209831", "id": "10947", "title": "Fission", "byte_end": 14343827843, "categories": []}
181
+ {"byte_start": 14343827843, "source_revision": "1189593237", "id": "10948", "title": "Fusion", "byte_end": 14347600691, "categories": []}
182
+ {"byte_start": 14347600691, "source_revision": "1199323944", "id": "10949", "title": "Four color theorem", "byte_end": 14397468010, "categories": ["Computer-assisted proofs", "Graph coloring", "Planar graphs", "Theorems in graph theory"]}
183
+ {"byte_start": 14397468010, "source_revision": "657646327", "id": "10950", "title": "User:FallenAngel~enwiki", "byte_end": 14397474276, "categories": []}
184
+ {"byte_start": 14397474276, "source_revision": "1201341184", "id": "10951", "title": "Fahrenheit 451", "byte_end": 14625957010, "categories": ["1953 American novels", "1953 science fiction novels", "American novels adapted into films", "American philosophical novels", "Ballantine Books books", "Books about bibliophilia", "Books about books", "Novels about freedom of speech", "Books about television", "Dystopian novels", "Hugo Award for Best Novel-winning works", "Metafictional novels", "American novels adapted into television shows", "Obscenity controversies in literature", "Novels about consumerism", "Novels about totalitarianism", "Novels by Ray Bradbury", "Novels set in the future", "Science fiction novels adapted into films", "Social science fiction", "Books about censorship", "Works about reading", "Works originally published in Galaxy Science Fiction"]}
185
+ {"byte_start": 14625957010, "source_revision": "1193887240", "id": "10955", "title": "Talk:Fighter aircraft", "byte_end": 14671078910, "categories": []}
186
+ {"byte_start": 14671078910, "source_revision": "860757172", "id": "10956", "title": "First Gulf War", "byte_end": 14671084466, "categories": []}
187
+ {"byte_start": 14671084466, "source_revision": "1201361067", "id": "10957", "title": "Francis Xavier", "byte_end": 14825136837, "categories": ["1506 births", "1552 deaths", "16th-century Christian saints", "16th-century Spanish Jesuits", "Anglican saints", "Jesuit missionaries in China", "Jesuit saints", "Lutheran saints", "People celebrated in the Lutheran liturgical calendar", "Roman Catholic missionaries in China", "Roman Catholic missionaries in Japan", "Spanish Roman Catholic missionaries", "Spanish Roman Catholic saints", "University of Paris alumni", "Spanish exploration in the Age of Discovery", "Portuguese exploration in the Age of Discovery", "Canonizations by Pope Gregory XV", "People from Tafalla (comarca)", "16th-century people from the Kingdom of Navarre", "Incorrupt saints"]}
188
+ {"byte_start": 14825136837, "source_revision": "1197562916", "id": "10958", "title": "Fossil", "byte_end": 14926844930, "categories": ["Fossils| "]}
189
+ {"byte_start": 14926844930, "source_revision": "1177431926", "id": "10960", "title": "Family Educational Rights and Privacy Act", "byte_end": 14928420692, "categories": ["1974 in law", "United States federal privacy legislation", "United States federal education legislation", "1974 in education", "1974 in the United States"]}
190
+ {"byte_start": 14928420692, "source_revision": "800308078", "id": "10961", "title": "FERPA", "byte_end": 14928421985, "categories": []}
191
+ {"byte_start": 14928421985, "source_revision": "1193887247", "id": "10962", "title": "Talk:Film", "byte_end": 14936745835, "categories": []}
192
+ {"byte_start": 14936745835, "source_revision": "1195165200", "id": "10963", "title": "Forgetting", "byte_end": 14944635895, "categories": ["Memory"]}
193
+ {"byte_start": 14944635895, "source_revision": "247338787", "id": "10964", "title": "Radical (Chemistry II)", "byte_end": 14945102692, "categories": []}
194
+ {"byte_start": 14945102692, "source_revision": "1195610518", "id": "10965", "title": "Fay Wray", "byte_end": 14961811286, "categories": ["1907 births", "2004 deaths", "20th-century American actresses", "20th-century American memoirists", "20th-century Canadian actresses", "Actresses from Alberta", "Actresses from Los Angeles", "Actresses from New York City", "American film actresses", "American people of Canadian descent", "American people of English descent", "American people of Irish descent", "American people of Scottish descent", "American people of Welsh descent", "American silent film actresses", "American television actresses", "American women memoirists", "Burials at Hollywood Forever Cemetery", "Canadian child actresses", "Canadian emigrants to the United States", "Canadian film actresses", "Canadian people of American descent", "Canadian people of English descent", "Canadian people of Irish descent", "Canadian people of Scottish descent", "Canadian people of Welsh descent", "Hollywood High School alumni", "Naturalized citizens of the United States", "Paramount Pictures contract players", "People from Cardston", "RKO Pictures contract players", "WAMPAS Baby Stars", "Western (genre) film actresses", "21st-century American women", "Actresses from the Golden Age of Hollywood"]}
195
+ {"byte_start": 14961811286, "source_revision": "1198196069", "id": "10967", "title": "Forgetting curve", "byte_end": 14963753943, "categories": ["Memory"]}
196
+ {"byte_start": 14963753943, "source_revision": "1149552358", "id": "10968", "title": "Talk:Forgetting curve", "byte_end": 14964322992, "categories": []}
197
+ {"byte_start": 14964322992, "source_revision": "1197020483", "id": "10969", "title": "Field-programmable gate array", "byte_end": 15034318113, "categories": ["Field-programmable gate arrays| ", "Gate arrays|*", "Integrated circuits", "Semiconductor devices", "OpenCL compute devices| ", "American inventions", "Hardware acceleration"]}
198
+ {"byte_start": 15034318113, "source_revision": "88011703", "id": "10970", "title": "Forgetting rate", "byte_end": 15034333466, "categories": []}
199
+ {"byte_start": 15034333466, "source_revision": "1182917497", "id": "10971", "title": "Free-running sleep", "byte_end": 15035076654, "categories": ["Sleep", "Circadian rhythm"]}
200
+ {"byte_start": 15035076654, "source_revision": "1198031351", "id": "10972", "title": "Fenrir", "byte_end": 15064666680, "categories": ["Loki", "Mythological canines", "Mythological monsters", "Wolves in Norse mythology"]}
201
+ {"byte_start": 15064666680, "source_revision": "1201555885", "id": "10974", "title": "Final Fantasy", "byte_end": 15628601839, "categories": ["Final Fantasy", "Square Enix franchises", "Action role-playing video games", "Fantasy video games", "Role-playing video games", "Science fantasy video games", "Tactical role-playing video games", "ADV Films", "OVAs based on video games", "Video games about magic", "Video games about alien visitations", "Action role-playing video games by series", "Role-playing video games by series", "Video games adapted into television shows", "Video games adapted into films", "Video games adapted into comics", "Video game franchises", "Video game franchises introduced in 1987", "Japanese brands"]}
202
+ {"byte_start": 15628601839, "source_revision": "1201229839", "id": "10975", "title": "Fatty acid", "byte_end": 15680338528, "categories": ["Fatty acids| ", "Commodity chemicals", "E-number additives", "Edible oil chemistry"]}
203
+ {"byte_start": 15680338528, "source_revision": "1191719841", "id": "10977", "title": "Fearless (1993 film)", "byte_end": 15682552797, "categories": ["1993 drama films", "1993 films", "American drama films", "1990s English-language films", "Films about aviation accidents or incidents", "Films about grief", "Films based on American novels", "Films directed by Peter Weir", "Films scored by Maurice Jarre", "Films set in San Francisco", "Films set in the San Francisco Bay Area", "Films shot in San Francisco", "Films about post-traumatic stress disorder", "Warner Bros. films", "1990s American films"]}
204
+ {"byte_start": 15682552797, "source_revision": "1063821966", "id": "10978", "title": "Talk:Fearless (1993 film)", "byte_end": 15682589656, "categories": []}
205
+ {"byte_start": 15682589656, "source_revision": "1199121203", "id": "10979", "title": "Franklin D. Roosevelt", "byte_end": 17238270977, "categories": ["Franklin D. Roosevelt| ", "1882 births", "1945 deaths", "20th-century presidents of the United States", "American anti-fascists", "American philatelists", "American politicians with disabilities", "American Episcopalians", "Articles containing video clips", "Burials in New York (state)", "1920 United States vice-presidential candidates", "Candidates in the 1932 United States presidential election", "Candidates in the 1936 United States presidential election", "Candidates in the 1940 United States presidential election", "Candidates in the 1944 United States presidential election", "Columbia Law School alumni", "Democratic Party (United States) vice presidential nominees", "Democratic Party presidents of the United States", "Democratic Party governors of New York (state)", "Groton School alumni", "Harvard College alumni", "The Harvard Crimson people", "Knights Grand Cross of the Military Order of William", "Liberalism in the United States", "New Deal", "New York (state) lawyers", "Democratic Party New York (state) state senators", "People from Hyde Park, New York", "People from Kalorama (Washington, D.C.)", "Politicians from Dutchess County, New York", "Politicians with paraplegia", "Presidents of the United States", "Presidents of the United States who died while in office", "Roosevelt family|Franklin", "Time Person of the Year", "United States Assistant Secretaries of the Navy", "Wheelchair users", "World War II political leaders", "Members of the Benevolent and Protective Order of Elks"]}
warehouse_00016.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:375e589bae6ca9607382585be1db2eecd792535f1e08c22df4bde79fa0bb38eb
3
+ size 151490520
warehouse_00016.metadata ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1195168050", "id": "13920", "title": "Homeland", "byte_end": 5922193, "categories": ["Nationalism", "Cultural geography", "Ethnicity in politics"]}
2
+ {"byte_start": 5922193, "source_revision": "460936421", "id": "13921", "title": "History of extinct nations and states", "byte_end": 5925334, "categories": []}
3
+ {"byte_start": 5925334, "source_revision": "1201586171", "id": "13924", "title": "Hani Hanjour", "byte_end": 28076460, "categories": ["1972 births", "2001 deaths", "American Airlines Flight 77", "Participants in the September 11 attacks", "Saudi Arabian al-Qaeda members", "Saudi Arabian mass murderers", "Saudi Arabian murderers of children", "University of Arizona alumni"]}
4
+ {"byte_start": 28076460, "source_revision": "998210514", "id": "13925", "title": "Hyaenidae", "byte_end": 28081951, "categories": ["Mammal families", "Taxa named by John Edward Gray"]}
5
+ {"byte_start": 28081951, "source_revision": "1200590218", "id": "13926", "title": "Hyena", "byte_end": 149592478, "categories": ["Hyenas| ", "Mammals of Africa|\u00a0", "Mammals of Asia", "Scavengers", "Extant Miocene first appearances", "Taxa named by John Edward Gray"]}
6
+ {"byte_start": 149592478, "source_revision": "1168739797", "id": "13927", "title": "Hyaena", "byte_end": 149815241, "categories": ["Hyenas", "Monotypic mammal genera"]}
7
+ {"byte_start": 149815241, "source_revision": "1189658700", "id": "13928", "title": "Hershey\u2013Chase experiment", "byte_end": 162779512, "categories": ["Genetics experiments", "Bacteriophages", "1952 in biology"]}
8
+ {"byte_start": 162779512, "source_revision": "1200817637", "id": "13929", "title": "History of religion", "byte_end": 175002768, "categories": ["History of religion| "]}
9
+ {"byte_start": 175002768, "source_revision": "1200342057", "id": "13930", "title": "House music", "byte_end": 500226693, "categories": ["House music| ", "20th-century music genres", "African-American music", "American styles of music", "Electronic dance music genres", "Hispanic and Latino American culture", "African-American culture", "LGBT-related music", "Music of Chicago", "1980s in music", "1990s in music", "2000s in music", "2010s in music", "1980s fads and trends", "1990s fads and trends"]}
10
+ {"byte_start": 500226693, "source_revision": "1193888486", "id": "13932", "title": "Talk:House music", "byte_end": 522090524, "categories": []}
11
+ {"byte_start": 522090524, "source_revision": "335031986", "id": "13936", "title": "Higher-order predicate", "byte_end": 522094222, "categories": []}
12
+ {"byte_start": 522094222, "source_revision": "1196319050", "id": "13937", "title": "Hanover, New Hampshire", "byte_end": 532127359, "categories": ["Hanover, New Hampshire| ", "Populated places established in 1761", "New Hampshire populated places on the Connecticut River", "Towns in Grafton County, New Hampshire", "Towns in New Hampshire"]}
13
+ {"byte_start": 532127359, "source_revision": "441953955", "id": "13938", "title": "High Performance Serial Bus", "byte_end": 532129383, "categories": []}
14
+ {"byte_start": 532129383, "source_revision": "441953973", "id": "13939", "title": "High performance serial bus", "byte_end": 532131416, "categories": []}
15
+ {"byte_start": 532131416, "source_revision": "565581232", "id": "13940", "title": "Holy Communion", "byte_end": 532134129, "categories": []}
16
+ {"byte_start": 532134129, "source_revision": "1197462027", "id": "13942", "title": "HMS Beagle", "byte_end": 557568219, "categories": ["HMS Beagle| ", "Charles Darwin", "Cherokee-class brig-sloops", "Exploration of Western Australia", "Exploration ships of the United Kingdom", "Individual sailing vessels", "Brig-sloops of the Royal Navy", "Ships built in Woolwich", "1820 ships", "Maritime exploration of Australia"]}
17
+ {"byte_start": 557568219, "source_revision": "582728382", "id": "13943", "title": "Hergenroether", "byte_end": 557571639, "categories": []}
18
+ {"byte_start": 557571639, "source_revision": "1200524005", "id": "13945", "title": "History of St Albans", "byte_end": 564139694, "categories": ["History of St Albans| ", "History of Hertfordshire|St Albans"]}
19
+ {"byte_start": 564139694, "source_revision": "1067137586", "id": "13948", "title": "Head end", "byte_end": 564213504, "categories": []}
20
+ {"byte_start": 564213504, "source_revision": "1139755829", "id": "13951", "title": "Hitachi 6309", "byte_end": 564725974, "categories": ["Hitachi products", "8-bit microprocessors"]}
21
+ {"byte_start": 564725974, "source_revision": "528977841", "id": "13952", "title": "Home Computers", "byte_end": 564728446, "categories": []}
22
+ {"byte_start": 564728446, "source_revision": "1197359994", "id": "13953", "title": "Hominy", "byte_end": 567232469, "categories": ["Maize products", "Mexican cuisine", "Native American cuisine", "Cuisine of the Southern United States", "Crops originating from Mexico"]}
23
+ {"byte_start": 567232469, "source_revision": "1191575143", "id": "13955", "title": "W. Heath Robinson", "byte_end": 572201548, "categories": ["1872 births", "1944 deaths", "English cartoonists", "English illustrators", "Artists from Islington (district)", "People from Pinner", "19th-century British illustrators", "Illustrators of fairy tales", "20th-century British illustrators", "Burials at East Finchley Cemetery", "The New Yorker cartoonists", "Olympic competitors in art competitions", "People educated at Islington Proprietary School"]}
24
+ {"byte_start": 572201548, "source_revision": "1195799506", "id": "13956", "title": "Heraclius", "byte_end": 653698002, "categories": ["Heraclius| ", "575 births", "610s in the Byzantine Empire", "620s in the Byzantine Empire", "630s in the Byzantine Empire", "640s in the Byzantine Empire", "641 deaths", "7th-century Byzantine emperors", "Armenian Byzantine emperors", "Byzantine Cappadocians", "Byzantine generals", "Byzantine people of the Arab\u2013Byzantine wars", "Dhul-Qarnayn", "Byzantine consuls", "Leaders who took power by coup", "People of the Byzantine\u2013Sasanian War of 602\u2013628", "People of the Muslim conquest of the Levant", "People of the Roman\u2013Sasanian Wars"]}
25
+ {"byte_start": 653698002, "source_revision": "1186045859", "id": "13957", "title": "Henry the Fowler", "byte_end": 662648220, "categories": ["876 births", "936 deaths", "10th-century kings of East Francia", "People from Burgenlandkreis", "German Roman Catholics", "Ottonian dynasty", "Dukes of Saxony|Henry 01", "10th-century Saxon people", "Kings of Lotharingia", "Military personnel from Saxony-Anhalt"]}
26
+ {"byte_start": 662648220, "source_revision": "1201684727", "id": "13959", "title": "Hannibal", "byte_end": 1183680459, "categories": ["Hannibal| ", "3rd-century BC Punic people", "2nd-century BC Punic people", "247 BC births", "180s BC deaths", "Ancient suicides", "Carthaginian commanders of the Second Punic War", "Carthaginian generals", "Marching", "Military personnel who died by suicide", "Politicians who died by suicide", "Suicides by poison", "Suicides in Turkey"]}
27
+ {"byte_start": 1183680459, "source_revision": "1193888500", "id": "13960", "title": "Talk:Henry the Fowler", "byte_end": 1184890879, "categories": []}
28
+ {"byte_start": 1184890879, "source_revision": "1188096097", "id": "13961", "title": "Hansie Cronje", "byte_end": 1201639035, "categories": ["1969 births", "2002 deaths", "South Africa One Day International cricketers", "South Africa Test cricket captains", "Free State cricketers", "Leicestershire cricketers", "South African Universities cricketers", "Ireland cricketers", "Cricketers at the 1992 Cricket World Cup", "Cricketers at the 1996 Cricket World Cup", "Cricketers at the 1999 Cricket World Cup", "Sportspeople involved in betting scandals", "Afrikaner people", "Alumni of Grey College, Bloemfontein", "Victims of aviation accidents or incidents in South Africa", "Victims of aviation accidents or incidents in 2002", "Sportspeople from Bloemfontein", "2002 in South Africa", "University of the Free State alumni", "Sportspeople banned for life", "Cricketers banned for corruption"]}
29
+ {"byte_start": 1201639035, "source_revision": "336623129", "id": "13962", "title": "User:Herman", "byte_end": 1201643418, "categories": []}
30
+ {"byte_start": 1201643418, "source_revision": "1201458220", "id": "13963", "title": "Hultsfred Municipality", "byte_end": 1202023448, "categories": ["Municipalities of Kalmar County"]}
31
+ {"byte_start": 1202023448, "source_revision": "1201780952", "id": "13964", "title": "Parliament of the United Kingdom", "byte_end": 1413710120, "categories": ["Parliament of the United Kingdom| ", "1801 establishments in the United Kingdom", "National legislatures|United Kingdom", "Parliaments by country|United Kingdom", "Bicameral legislatures|United Kingdom", "Politics of the United Kingdom", "Westminster system parliaments|United Kingdom"]}
32
+ {"byte_start": 1413710120, "source_revision": "1200902423", "id": "13966", "title": "Hosea", "byte_end": 1418545427, "categories": ["8th-century BC people", "Christian saints from the Old Testament", "Book of Hosea"]}
33
+ {"byte_start": 1418545427, "source_revision": "1199561404", "id": "13967", "title": "Habakkuk", "byte_end": 1431222599, "categories": ["7th-century BCE Jews", "Christian saints from the Old Testament", "Angelic visionaries", "Book of Habakkuk", "Ecbatana"]}
34
+ {"byte_start": 1431222599, "source_revision": "1187059153", "id": "13968", "title": "Haggai", "byte_end": 1432841059, "categories": ["6th-century BC writers", "Christian saints from the Old Testament"]}
35
+ {"byte_start": 1432841059, "source_revision": "1185608700", "id": "13969", "title": "Herman Hollerith", "byte_end": 1451382048, "categories": ["1860 births", "1929 deaths", "19th-century American businesspeople", "19th-century American inventors", "20th-century American businesspeople", "20th-century American inventors", "American people of German descent", "American statisticians", "Burials at Oak Hill Cemetery (Washington, D.C.)", "Businesspeople from Buffalo, New York", "Businesspeople from Washington, D.C.", "City College of New York alumni", "Columbia School of Mines alumni", "IBM", "People from Georgetown (Washington, D.C.)", "Punched card"]}
36
+ {"byte_start": 1451382048, "source_revision": "1200921823", "id": "13971", "title": "History of painting", "byte_end": 1891251512, "categories": ["Art history by medium|Painting", "Painting|Painting", "Prehistoric art", "Western art|Painting", "Medieval art", "Gothic paintings", "Byzantine art", "Illuminated manuscripts", "Renaissance art", "Renaissance paintings", "Mannerism", "Mannerist paintings", "Baroque painting| ", "Rococo art", "Impressionism", "Post-Impressionism", "Luminism (American art style)", "Romantic art", "Modern art", "Cubism", "Surrealism", "Dada", "Abstract expressionism", "Pop art"]}
37
+ {"byte_start": 1891251512, "source_revision": "1200939015", "id": "13972", "title": "Hungarian language", "byte_end": 2163320072, "categories": ["Hungarian language| ", "Agglutinative languages", "Languages of Austria", "Languages of Croatia", "Languages of the Czech Republic", "Languages of Hungary", "Languages of Romania", "Languages of Slovakia", "Languages of Slovenia", "Languages of Serbia", "Languages of Vojvodina", "Vowel-harmony languages", "Subject\u2013object\u2013verb languages", "Languages of Ukraine"]}
38
+ {"byte_start": 2163320072, "source_revision": "1195484121", "id": "13974", "title": "Hymenoptera", "byte_end": 2176879766, "categories": ["Hymenoptera| ", "Cenozoic insects", "Extant Triassic first appearances", "Insect orders", "Mesozoic insects", "Taxa named by Carl Linnaeus", "Triassic insects", "Hymenopterida"]}
39
+ {"byte_start": 2176879766, "source_revision": "1195265015", "id": "13976", "title": "Hannibal Hamlin", "byte_end": 2203907771, "categories": ["1809 births", "1891 deaths", "19th-century American diplomats", "19th-century vice presidents of the United States", "1860 United States vice-presidential candidates", "1864 United States vice-presidential candidates", "Ambassadors of the United States to Spain", "American militia officers", "American people of English descent", "Abolitionists from Maine", "American Unitarians", "Burials at Mount Hope Cemetery (Bangor, Maine)", "Collectors of the Port of Boston", "Democratic Party members of the United States House of Representatives from Maine", "Democratic Party United States senators from Maine", "Governors of Maine", "Lincoln administration cabinet members", "Maine lawyers", "Republican Party members of the Maine House of Representatives", "People from Hampden, Maine", "People from Paris, Maine", "People of Maine in the American Civil War", "Radical Republicans", "Republican Party (United States) vice presidential nominees", "Republican Party governors of Maine", "Republican Party United States senators from Maine", "Republican Party vice presidents of the United States", "Speakers of the Maine House of Representatives", "Union (American Civil War) political leaders", "Vice presidents of the United States", "Hebron Academy alumni", "Chairmen of the Senate Committee on Foreign Relations", "Union Army soldiers"]}
40
+ {"byte_start": 2203907771, "source_revision": "1194040924", "id": "13978", "title": "Hopwood Award", "byte_end": 2204927738, "categories": ["University of Michigan", "1931 establishments in Michigan", "American literary awards", "Awards established in 1931"]}
41
+ {"byte_start": 2204927738, "source_revision": "759458960", "id": "13979", "title": "Hopwood Program", "byte_end": 2205263514, "categories": []}
42
+ {"byte_start": 2205263514, "source_revision": "1201196955", "id": "13980", "title": "Homeostasis", "byte_end": 2325801741, "categories": ["Homeostasis| ", "Physiology", "Biology terminology", "Cybernetics"]}
43
+ {"byte_start": 2325801741, "source_revision": "1201320197", "id": "13981", "title": "Hockey", "byte_end": 2366402057, "categories": ["Hockey| "]}
44
+ {"byte_start": 2366402057, "source_revision": "768795842", "id": "13982", "title": "Holocaust revisionism", "byte_end": 2367794870, "categories": []}
45
+ {"byte_start": 2367794870, "source_revision": "1198080687", "id": "13983", "title": "Hawick", "byte_end": 2380536472, "categories": ["Hawick| ", "Towns in the Scottish Borders", "Parishes in Roxburghshire"]}
46
+ {"byte_start": 2380536472, "source_revision": "1193107774", "id": "13985", "title": "Hatfield, Hertfordshire", "byte_end": 2397721746, "categories": ["Hatfield, Hertfordshire| ", "Towns in Hertfordshire", "Civil parishes in Hertfordshire", "Planned communities in England", "New towns started in the 1940s"]}
47
+ {"byte_start": 2397721746, "source_revision": "1198577011", "id": "13986", "title": "Hertfordshire", "byte_end": 2447249700, "categories": ["Hertfordshire| ", "Non-metropolitan counties", "Home counties", "Counties of England established in antiquity"]}
48
+ {"byte_start": 2447249700, "source_revision": "1174124719", "id": "13987", "title": "Helene Kr\u00f6ller-M\u00fcller", "byte_end": 2447943931, "categories": ["1869 births", "1939 deaths", "19th-century German women", "20th-century Dutch women", "Art collectors from The Hague", "Emigrants from the German Empire", "People from Essen", "Museum founders", "Women founders", "Immigrants to the Netherlands"]}
49
+ {"byte_start": 2447943931, "source_revision": "1198237059", "id": "13988", "title": "Hans-Georg Gadamer", "byte_end": 2461232597, "categories": ["Hans-Georg Gadamer| ", "1900 births", "2002 deaths", "20th-century German male writers", "20th-century German philosophers", "Communication theorists", "Corresponding Fellows of the British Academy", "Critical theorists", "German centenarians", "German male non-fiction writers", "German philosophers", "Grand Crosses 1st class of the Order of Merit of the Federal Republic of Germany", "Hermeneutists", "Literacy and society theorists", "Men centenarians", "Ontologists", "People from Hesse-Nassau", "People from Marburg", "Phenomenologists", "Philosophers of art", "Philosophy academics", "Recipients of the Order of Merit of Baden-W\u00fcrttemberg", "Recipients of the Pour le M\u00e9rite (civil class)", "Social philosophers", "Academic staff of Leipzig University", "Academic staff of Heidelberg University"]}
50
+ {"byte_start": 2461232597, "source_revision": "1102516475", "id": "13989", "title": "HomePage.", "byte_end": 2461237445, "categories": []}
51
+ {"byte_start": 2461237445, "source_revision": "1026611776", "id": "13990", "title": "Historical martial arts reconstruction", "byte_end": 2461407043, "categories": []}
52
+ {"byte_start": 2461407043, "source_revision": "1200185249", "id": "13991", "title": "Honeymoon", "byte_end": 2469065722, "categories": ["Wedding", "Types of tourism", "Types of travel"]}
53
+ {"byte_start": 2469065722, "source_revision": "1182575035", "id": "13992", "title": "Harold Kushner", "byte_end": 2474685773, "categories": ["1935 births", "2023 deaths", "American Humanistic Jews", "Jewish humanists", "20th-century American rabbis", "21st-century American rabbis", "American Conservative rabbis", "Humanistic rabbis", "American Jewish theologians", "Process theologians", "Jewish American writers", "Jewish Theological Seminary of America semikhah recipients", "Columbia College (New York) alumni", "Hebrew University of Jerusalem alumni", "Religious leaders from Brooklyn", "People from Greater Boston", "Erasmus Hall High School alumni"]}
54
+ {"byte_start": 2474685773, "source_revision": "1112233518", "id": "13994", "title": "Hotspot", "byte_end": 2476180111, "categories": []}
55
+ {"byte_start": 2476180111, "source_revision": "1197710685", "id": "13995", "title": "Heapsort", "byte_end": 2497274614, "categories": ["Articles with example pseudocode", "Comparison sorts", "Heaps (data structures)"]}
56
+ {"byte_start": 2497274614, "source_revision": "1200011924", "id": "13996", "title": "Heap (data structure)", "byte_end": 2505665159, "categories": ["Heaps (data structures)| "]}
57
+ {"byte_start": 2505665159, "source_revision": "15911578", "id": "13997", "title": "Hierarchical tree structure", "byte_end": 2505668539, "categories": []}
58
+ {"byte_start": 2505668539, "source_revision": "1199066481", "id": "13998", "title": "Hierarchy", "byte_end": 2556439047, "categories": ["Hierarchy| ", "Patterns", "Structure", "Political culture"]}
59
+ {"byte_start": 2556439047, "source_revision": "15911580", "id": "13999", "title": "Hierarchy member", "byte_end": 2556440842, "categories": []}
60
+ {"byte_start": 2556440842, "source_revision": "364464194", "id": "14000", "title": "Wikipedia:History basic topics", "byte_end": 2556471458, "categories": []}
61
+ {"byte_start": 2556471458, "source_revision": "32103481", "id": "14001", "title": "List of basic history of science and technology topics", "byte_end": 2556474456, "categories": []}
62
+ {"byte_start": 2556474456, "source_revision": "1190136444", "id": "14002", "title": "Outline of health sciences", "byte_end": 2558351332, "categories": ["Outlines of health and fitness|health sciences", "Outlines|health sciences", "Health sciences| 01", "Science-related lists|Health sciences"]}
63
+ {"byte_start": 2558351332, "source_revision": "1198562443", "id": "14004", "title": "Hour", "byte_end": 2575487379, "categories": ["Orders of magnitude (time)", "Units of time"]}
64
+ {"byte_start": 2575487379, "source_revision": "1198214728", "id": "14005", "title": "Hezekiah", "byte_end": 2623997382, "categories": ["Hezekiah| ", "730s BC births", "680s BC deaths", "8th-century BC kings of Judah", "7th-century BC kings of Judah", "Year of birth unknown", "Jewish royalty"]}
65
+ {"byte_start": 2623997382, "source_revision": "1201507599", "id": "14006", "title": "Haemophilia", "byte_end": 2732601924, "categories": ["Haemophilia| ", "Wikipedia medicine articles ready to translate", "X-linked recessive disorders"]}
66
+ {"byte_start": 2732601924, "source_revision": "1182947989", "id": "14007", "title": "Hemophilia", "byte_end": 2732641840, "categories": []}
67
+ {"byte_start": 2732641840, "source_revision": "1108996419", "id": "14008", "title": "Hickory (disambiguation)", "byte_end": 2732768684, "categories": []}
68
+ {"byte_start": 2732768684, "source_revision": "1194777316", "id": "14009", "title": "Hemicellulose", "byte_end": 2735179545, "categories": ["Polysaccharides", "Cell biology"]}
69
+ {"byte_start": 2735179545, "source_revision": "1139085771", "id": "14010", "title": "Hillbillies", "byte_end": 2735181573, "categories": []}
70
+ {"byte_start": 2735181573, "source_revision": "1198214748", "id": "14011", "title": "Hillbilly", "byte_end": 2770725816, "categories": ["American people of Scotch-Irish descent", "American regional nicknames", "Pejorative terms for white people", "European-American culture in Appalachia", "Ozarks", "Scotch-Irish American history", "Stereotypes of rural people", "Stereotypes of white Americans"]}
71
+ {"byte_start": 2770725816, "source_revision": "1162948315", "id": "14012", "title": "Host", "byte_end": 2772400367, "categories": []}
72
+ {"byte_start": 2772400367, "source_revision": "1199523314", "id": "14013", "title": "Hern\u00e1n Cort\u00e9s", "byte_end": 2990246274, "categories": ["1485 births", "1547 deaths", "People from Las Vegas Altas", "16th-century Mexican people", "16th-century Spanish people", "History of the Aztecs", "Spanish city founders", "Colonial Mexico", "Deaths from dysentery", "Encomenderos", "Explorers of Mexico", "Extremaduran conquistadors", "History of Baja California", "History of the Gulf of California", "Marquesses of Spain", "People from Morelos", "Spanish conquistadors", "Spanish generals", "Spanish mass murderers", "Spanish regicides", "Spanish Roman Catholics", "Nobility in South America", "Etymology of California", "Quetzalcoatl", "Genocide perpetrators"]}
73
+ {"byte_start": 2990246274, "source_revision": "786087161", "id": "14014", "title": "Hernando Cortes", "byte_end": 2990248918, "categories": []}
74
+ {"byte_start": 2990248918, "source_revision": "1199080834", "id": "14015", "title": "Herstory", "byte_end": 2992778272, "categories": ["1970 neologisms", "Historiography", "Feminism and history", "Lesbian history", "Nonstandard spelling"]}
75
+ {"byte_start": 2992778272, "source_revision": "1148010267", "id": "14016", "title": "Talk:Hillbilly", "byte_end": 2996977321, "categories": []}
76
+ {"byte_start": 2996977321, "source_revision": "1193012638", "id": "14017", "title": "House of Cards (British TV series)", "byte_end": 3010905445, "categories": ["House of Cards (British TV series)| ", "1990 British television series debuts", "1990 British television series endings", "1990s British political television series", "1990s British television miniseries", "BBC television dramas", "English-language television shows", "House of Cards| 2", "Peabody Award-winning television programs", "Primetime Emmy Award-winning television series", "Television shows written by Andrew Davies", "Television shows based on British novels", "Television series about prime ministers", "1990s British workplace drama television series", "Television shows set in London", "British political drama television series", "Works about prime ministers of the United Kingdom"]}
77
+ {"byte_start": 3010905445, "source_revision": "1194916831", "id": "14018", "title": "Helen Gandy", "byte_end": 3016689323, "categories": ["1897 births", "1988 deaths", "Bridgeton High School alumni", "Federal Bureau of Investigation", "People from Commercial Township, New Jersey", "People from Volusia County, Florida", "United States Department of Justice officials", "J. Edgar Hoover"]}
78
+ {"byte_start": 3016689323, "source_revision": "1197751881", "id": "14019", "title": "Horsepower", "byte_end": 3128841245, "categories": ["Imperial units", "Units of power", "Customary units of measurement in the United States", "James Watt"]}
79
+ {"byte_start": 3128841245, "source_revision": "1199934764", "id": "14020", "title": "History of London", "byte_end": 3286540671, "categories": ["History of London| ", "Histories of cities in England|London", "History of England by county|London, Greater"]}
80
+ {"byte_start": 3286540671, "source_revision": "1201430206", "id": "14021", "title": "History of astronomy", "byte_end": 3369163281, "categories": ["History of astronomy| ", "History of astrology|Astronomy", "History of science by discipline|Astronomy"]}
81
+ {"byte_start": 3369163281, "source_revision": "1198228571", "id": "14022", "title": "Haber process", "byte_end": 3412544469, "categories": ["BASF", "Chemical processes", "Industrial processes", "Equilibrium chemistry", "Peak oil", "Catalysis", "History of mining in Chile", "German inventions", "Industrial gases", "Name reactions", "Fritz Haber", "1909 in science", "1909 in Germany"]}
82
+ {"byte_start": 3412544469, "source_revision": "1198214845", "id": "14023", "title": "Hot or Not", "byte_end": 3418659171, "categories": ["Canadian entertainment websites", "Internet properties established in 2000", "Review websites"]}
83
+ {"byte_start": 3418659171, "source_revision": "1177303507", "id": "14024", "title": "H.263", "byte_end": 3420762907, "categories": ["H.26x", "ITU-T H Series Recommendations", "ITU-T recommendations", "Open standards covered by patents", "Video codecs", "Videotelephony"]}
84
+ {"byte_start": 3420762907, "source_revision": "783863903", "id": "14025", "title": "H.263v2", "byte_end": 3420778991, "categories": []}
85
+ {"byte_start": 3420778991, "source_revision": "1147246950", "id": "14026", "title": "House of Orange (disambiguation)", "byte_end": 3420798071, "categories": []}
86
+ {"byte_start": 3420798071, "source_revision": "318962785", "id": "14027", "title": "Hierarchical relationship", "byte_end": 3420808411, "categories": []}
87
+ {"byte_start": 3420808411, "source_revision": "1193888515", "id": "14028", "title": "Talk:Heapsort", "byte_end": 3423983381, "categories": []}
88
+ {"byte_start": 3423983381, "source_revision": "1198215734", "id": "14029", "title": "Histone", "byte_end": 3457924390, "categories": ["Epigenetics", "Proteins", "DNA-binding proteins"]}
89
+ {"byte_start": 3457924390, "source_revision": "980913019", "id": "14030", "title": "Talk:Hierarchical relationship", "byte_end": 3457958230, "categories": []}
90
+ {"byte_start": 3457958230, "source_revision": "1184757492", "id": "14031", "title": "Hierarchical organization", "byte_end": 3460826765, "categories": ["Hierarchy", "Organizational structure", "Corporate governance", "Bureaucratic organization"]}
91
+ {"byte_start": 3460826765, "source_revision": "1073879059", "id": "14032", "title": "Talk:Hierarchical organization", "byte_end": 3460910806, "categories": []}
92
+ {"byte_start": 3460910806, "source_revision": "1201693274", "id": "14033", "title": "Harry Secombe", "byte_end": 3470645241, "categories": ["1921 births", "2001 deaths", "20th-century Welsh comedians", "21st-century Welsh comedians", "20th-century Welsh male singers", "21st-century Welsh male singers", "20th-century Welsh male actors", "21st-century Welsh male actors", "British Army personnel of World War II", "Burials in Surrey", "Deaths from cancer in England", "Commanders of the Order of the British Empire", "Deaths from prostate cancer", "Knights Bachelor", "Actors awarded knighthoods", "Singers awarded knighthoods", "Male actors from Swansea", "Royal Artillery soldiers", "Welsh Anglicans", "Welsh male comedians", "Welsh male film actors", "Welsh male musical theatre actors", "Welsh male radio actors", "Welsh male television actors", "Welsh tenors", "People educated at Dynevor School, Swansea", "The Goon Show", "Comedians from Swansea", "Military personnel from Swansea"]}
93
+ {"byte_start": 3470645241, "source_revision": "1197934674", "id": "14034", "title": "Heroin", "byte_end": 4007396693, "categories": ["Heroin| ", "1874 introductions", "1898 introductions", "Acetate esters", "Brands that became generic", "British inventions", "4,5-Epoxymorphinans", "Euphoriants", "Morphine", "Mu-opioid receptor agonists", "Nephrotoxins", "Opioids", "Phenol ethers", "Prodrugs", "Semisynthetic opioids", "Wikipedia medicine articles ready to translate", "Obsolete medications"]}
94
+ {"byte_start": 4007396693, "source_revision": "1201743308", "id": "14035", "title": "Hellas Verona FC", "byte_end": 4098640348, "categories": ["Hellas Verona FC| ", "1903 establishments in Italy", "Association football clubs established in 1903", "Football clubs in Italy", "Football clubs in Veneto", "Italian football First Division clubs", "Serie A clubs", "Serie A winning clubs", "Serie B clubs", "Serie C clubs", "Sport in Verona"]}
95
+ {"byte_start": 4098640348, "source_revision": "1187441873", "id": "14036", "title": "Hinayana", "byte_end": 4111963937, "categories": ["Buddhist philosophical concepts", "Pejorative terms"]}
96
+ {"byte_start": 4111963937, "source_revision": "1004745130", "id": "14044", "title": "Howard Philips Lovecraft", "byte_end": 4111967138, "categories": []}
97
+ {"byte_start": 4111967138, "source_revision": "1198973205", "id": "14045", "title": "Humphrey Bogart", "byte_end": 4445492140, "categories": ["1899 births", "1957 deaths", "20th-century American male actors", "20th Century Studios contract players", "Alcohol-related deaths in California", "American Legion", "American male film actors", "American male radio actors", "American male stage actors", "American people of Dutch descent", "American people of English descent", "Best Actor Academy Award winners", "Burials at Forest Lawn Memorial Park (Glendale)", "California Democrats", "Deaths from esophageal cancer", "Deaths from throat cancer in California", "Male actors from Manhattan", "Military personnel from New York City", "New York (state) Democrats", "People from Holmby Hills, Los Angeles", "People from the Upper West Side", "Phillips Academy alumni", "Tobacco-related deaths", "Trinity School (New York City) alumni", "United States Navy personnel of World War I", "United States Navy sailors", "Warner Bros. contract players", "United States Coast Guard personnel of World War II", "United States Coast Guard reservists"]}
98
+ {"byte_start": 4445492140, "source_revision": "528945354", "id": "14047", "title": "Homicidal government", "byte_end": 4445492917, "categories": []}
99
+ {"byte_start": 4445492917, "source_revision": "1122397360", "id": "14049", "title": "Talk:Honeymoon", "byte_end": 4446232843, "categories": []}
100
+ {"byte_start": 4446232843, "source_revision": "1193888525", "id": "14050", "title": "Talk:Hemoglobin", "byte_end": 4456541261, "categories": []}
101
+ {"byte_start": 4456541261, "source_revision": "1182846075", "id": "14051", "title": "History painting", "byte_end": 4464005606, "categories": ["History paintings|*", "Works about history|Paintings"]}
102
+ {"byte_start": 4464005606, "source_revision": "1198615940", "id": "14052", "title": "Hyperbola", "byte_end": 4523940372, "categories": ["Conic sections", "Analytic geometry", "Algebraic curves"]}
103
+ {"byte_start": 4523940372, "source_revision": "1201506973", "id": "14053", "title": "Talk:HTML", "byte_end": 4566006254, "categories": []}
104
+ {"byte_start": 4566006254, "source_revision": "1167305883", "id": "14054", "title": "Talk:Homeschooling", "byte_end": 4657440084, "categories": []}
105
+ {"byte_start": 4657440084, "source_revision": "1198745423", "id": "14055", "title": "Humayun", "byte_end": 4741295429, "categories": ["Accidental deaths from falls", "Accidental deaths in India", "Akbar", "Mughal emperors", "People from Kabul", "1508 births", "1556 deaths", "16th-century Indian monarchs"]}
106
+ {"byte_start": 4741295429, "source_revision": "1200650915", "id": "14580", "title": "Indian Ocean", "byte_end": 4900674491, "categories": ["Indian Ocean| ", "East Africa", "Landforms of the Indian Ocean| ", "Oceans", "Oceans surrounding Antarctica", "South Asia", "West Asia"]}
107
+ {"byte_start": 4900674491, "source_revision": "1195146162", "id": "14581", "title": "Ich bin ein Berliner", "byte_end": 4936523541, "categories": ["1963 in West Germany", "1963 in international relations", "1963 in politics", "1963 speeches", "1960s in West Berlin", "June 1963 events in Europe", "1963 neologisms", "Berlin Wall", "Cold War speeches", "German words and phrases", "Germany\u2013Soviet Union relations", "Germany\u2013United States relations", "United States\u2013West Germany relations", "Soviet Union\u2013United States relations", "Political catchphrases", "Presidency of John F. Kennedy", "Political quotes", "Speeches by John F. Kennedy", "Anti-communism in the United States", "Anti-communist terminology", "Articles containing video clips"]}
108
+ {"byte_start": 4936523541, "source_revision": "1198017153", "id": "14582", "title": "Iqaluit", "byte_end": 4996110424, "categories": ["Iqaluit| ", "1942 establishments in Canada", "Cities in Nunavut", "Hudson's Bay Company trading posts in Nunavut", "Populated places established in 1942", "Populated places in Baffin Island", "Road-inaccessible communities of Nunavut"]}
109
+ {"byte_start": 4996110424, "source_revision": "1193226302", "id": "14587", "title": "Island", "byte_end": 5035450783, "categories": ["Islands| ", "Coastal and oceanic landforms", "Fluvial landforms", "Oceanographical terminology", "Lacustrine landforms"]}
110
+ {"byte_start": 5035450783, "source_revision": "15912130", "id": "14588", "title": "Ikhthus", "byte_end": 5035491984, "categories": []}
111
+ {"byte_start": 5035491984, "source_revision": "1068309916", "id": "14590", "title": "INRI", "byte_end": 5039374368, "categories": ["Magic words"]}
112
+ {"byte_start": 5039374368, "source_revision": "1189891571", "id": "14591", "title": "Iao Valley", "byte_end": 5040570189, "categories": ["Valleys of Hawaii", "State parks of Hawaii", "Landforms of Maui", "Protected areas of Maui", "National Natural Landmarks in Hawaii", "Protected areas established in 1972", "1972 establishments in Hawaii"]}
113
+ {"byte_start": 5040570189, "source_revision": "528735072", "id": "11013", "title": "Ferdinand Saussure", "byte_end": 5040571391, "categories": []}
114
+ {"byte_start": 5040571391, "source_revision": "288569942", "id": "11014", "title": "Famous Scotsmen", "byte_end": 5040574566, "categories": []}
115
+ {"byte_start": 5040574566, "source_revision": "1197581243", "id": "11015", "title": "Francesco Algarotti", "byte_end": 5044373739, "categories": ["1712 births", "1764 deaths", "18th-century philosophers", "18th-century Italian philosophers", "Italian art critics", "Italian art historians", "Italian engravers", "18th-century Venetian writers", "18th-century LGBT people", "Italian bisexual people", "Italian LGBT poets", "Italian art collectors", "Fellows of the Royal Society", "Recipients of the Pour le M\u00e9rite (civil class)", "18th-century deaths from tuberculosis", "Bisexual male artists", "Bisexual poets", "Bisexual male writers", "Male lovers of royalty", "Tuberculosis deaths in Italy", "Infectious disease deaths in Tuscany"]}
116
+ {"byte_start": 5044373739, "source_revision": "1198196288", "id": "11016", "title": "Francisco \u00c1lvares", "byte_end": 5045258808, "categories": ["1460s births", "1540s deaths", "15th-century Portuguese people", "16th-century Portuguese people", "16th-century explorers", "Explorers of Africa", "Foreign relations of Portugal", "People from Coimbra", "Portuguese explorers", "Portuguese Renaissance writers", "Portuguese Roman Catholic missionaries", "Portuguese travel writers"]}
117
+ {"byte_start": 5045258808, "source_revision": "1196584533", "id": "11017", "title": "Francesco Andreini", "byte_end": 5045603496, "categories": ["1540s births", "1624 deaths", "People from Pistoia", "Italian male actors", "Commedia dell'arte", "17th-century Italian male actors", "16th-century Italian male actors", "16th-century theatre managers", "17th-century theatre managers", "16th-century Italian businesspeople", "17th-century Italian businesspeople"]}
118
+ {"byte_start": 5045603496, "source_revision": "1183327971", "id": "11018", "title": "Fifth Monarchists", "byte_end": 5049122415, "categories": ["Fifth Monarchists| ", "Apocalyptic groups", "Christian radicalism", "Puritanism in England"]}
119
+ {"byte_start": 5049122415, "source_revision": "1195093717", "id": "11020", "title": "February 15", "byte_end": 5126320224, "categories": ["Days of the year", "February"]}
120
+ {"byte_start": 5126320224, "source_revision": "1201504902", "id": "11021", "title": "February 6", "byte_end": 5226118649, "categories": ["Days of the year", "February"]}
121
+ {"byte_start": 5226118649, "source_revision": "1192709650", "id": "11022", "title": "Francis Hopkinson", "byte_end": 5237616178, "categories": ["1737 births", "1791 deaths", "Members of the New Jersey Provincial Council", "Continental Congressmen from New Jersey", "18th-century American politicians", "Flags of the American Revolution", "Signers of the United States Declaration of Independence", "Judges of the United States District Court for the District of Pennsylvania", "Flag designers", "University of Pennsylvania alumni", "University of Pennsylvania Law School alumni", "American people of English descent", "Musicians from Philadelphia", "United States federal judges appointed by George Washington", "18th-century American musicians", "18th-century American Episcopalians", "Burials at Christ Church, Philadelphia", "People from Bordentown, New Jersey", "American male composers", "Musicians from New Jersey", "Neurological disease deaths in Pennsylvania", "Deaths from epilepsy", "People with epilepsy", "American lawyers with disabilities", "American politicians with disabilities", "18th-century American composers", "18th-century male musicians", "People from colonial Pennsylvania", "18th-century American judges", "Founding Fathers of the United States", "United States judges impeached by state or territorial governments", "American musicians with disabilities"]}
122
+ {"byte_start": 5237616178, "source_revision": "1201369981", "id": "11023", "title": "Honorius (emperor)", "byte_end": 5256380780, "categories": ["384 births", "423 deaths", "4th-century Roman emperors", "5th-century Roman emperors", "4th-century Roman consuls", "5th-century Roman consuls", "Ancient child monarchs", "Deaths from edema", "Theodosian dynasty", "Sons of Roman emperors", "4th-century Western Roman emperors"]}
123
+ {"byte_start": 5256380780, "source_revision": "1198196349", "id": "11024", "title": "Formant", "byte_end": 5259881169, "categories": ["Human voice", "Sound synthesis types", "Acoustics"]}
124
+ {"byte_start": 5259881169, "source_revision": "1191022555", "id": "11025", "title": "February 20", "byte_end": 5334135143, "categories": ["Days of the year", "February"]}
125
+ {"byte_start": 5334135143, "source_revision": "1201600411", "id": "11026", "title": "List of programmers", "byte_end": 5409454751, "categories": ["Computer programmers|!", "Lists of computer scientists|Programmers", "Lists of people by occupation|Computer Programmers"]}
126
+ {"byte_start": 5409454751, "source_revision": "1174614548", "id": "11027", "title": "Talk:List of programmers", "byte_end": 5410966464, "categories": []}
127
+ {"byte_start": 5410966464, "source_revision": "1169554230", "id": "11028", "title": "Film stock", "byte_end": 5420675642, "categories": ["Audiovisual introductions in 1889", "Film and video technology", "Storage media"]}
128
+ {"byte_start": 5420675642, "source_revision": "1201634743", "id": "11029", "title": "Form 1040", "byte_end": 5429645398, "categories": ["IRS tax forms|1040", "Personal taxes in the United States", "1913 establishments in the United States"]}
129
+ {"byte_start": 5429645398, "source_revision": "1198180974", "id": "11033", "title": "Frederick Douglass", "byte_end": 5780850990, "categories": ["Frederick Douglass| ", "1810s births", "1872 United States vice-presidential candidates", "1895 deaths", "19th-century African-American writers", "19th-century American diplomats", "19th-century American male writers", "19th-century American memoirists", "19th-century American newspaper editors", "19th-century American newspaper founders", "19th-century American newspaper publishers (people)", "19th-century American politicians", "19th-century American slaves", "19th-century Christians", "19th-century male writers", "Abolitionists from Maryland", "Abolitionists from New Bedford, Massachusetts", "Abolitionists from New York (state)", "Activists for African-American civil rights", "Activists from Rochester, New York", "Activists from Washington, D.C.", "African-American abolitionists", "African-American businesspeople", "African-American candidates for Vice President of the United States", "African-American Christians", "African-American diplomats", "African-American feminists", "African-American history of New York (state)", "African-American memoirists", "African-American non-fiction writers", "African-American politicians", "African-American publishers (people)", "African-American suffragists", "African-American temperance activists", "Ambassadors of the United States to Haiti", "American autobiographers", "American expatriates in the United Kingdom", "American feminists", "American lecturers", "American male journalists", "American saints", "American social reformers", "American suffragists", "Anglican saints", "American temperance activists", "Burials at Mount Hope Cemetery (Rochester)", "Candidates in the 1888 United States presidential election", "Deaths from coronary thrombosis", "District of Columbia Recorders of Deeds", "Douglass family|Frederick Douglass", "Fugitive American slaves that reached Canada", "History of Maryland", "Journalists from Maryland", "Journalists from Upstate New York", "Journalists from Washington, D.C.", "Literate American slaves", "Male feminists", "Maryland Republicans", "Members of the National Abolition Hall of Fame", "New York (state) Republicans", "People from Anacostia", "People from Rochester, New York", "People from Talbot County, Maryland", "People who wrote slave narratives", "Proponents of Christian feminism", "Recipients of aid from Gerrit Smith", "Underground Railroad people", "United States Marshals", "Washington, D.C., Republicans", "Writers from Baltimore", "Writers from Rochester, New York", "Writers from Washington, D.C."]}
130
+ {"byte_start": 5780850990, "source_revision": "1188016747", "id": "11034", "title": "Fluid dynamics", "byte_end": 5816821876, "categories": ["Fluid dynamics| ", "Piping", "Aerodynamics", "Continuum mechanics"]}
131
+ {"byte_start": 5816821876, "source_revision": "1193887257", "id": "11035", "title": "Talk:Functional group", "byte_end": 5817502118, "categories": []}
132
+ {"byte_start": 5817502118, "source_revision": "1196173952", "id": "11036", "title": "Fin", "byte_end": 5837266355, "categories": ["Animal anatomy", "Watercraft components", "Rocketry"]}
133
+ {"byte_start": 5837266355, "source_revision": "1200834495", "id": "12988", "title": "Gin", "byte_end": 5892841457, "categories": ["Gins| ", "Distilled drinks", "Dutch inventions"]}
134
+ {"byte_start": 5892841457, "source_revision": "1180507285", "id": "12990", "title": "Gall\u2013Peters projection", "byte_end": 5912631861, "categories": ["Equal-area projections", "Cylindrical equal-area projections", "20th-century maps and globes"]}
135
+ {"byte_start": 5912631861, "source_revision": "1200342411", "id": "12991", "title": "Gram Parsons", "byte_end": 5979594390, "categories": ["1946 births", "1973 deaths", "Accidental deaths in California", "Alcohol-related deaths in California", "American country guitarists", "American male guitarists", "American country rock musicians", "American country singer-songwriters", "American folk rock musicians", "American male singer-songwriters", "American country pianists", "American male pianists", "Drug-related deaths in California", "Harvard University people", "Singer-songwriters from Florida", "People from Waycross, Georgia", "People from Winter Haven, Florida", "Progressive country musicians", "The Byrds members", "The Flying Burrito Brothers members", "Winter Haven, Florida", "20th-century American singer-songwriters", "Reprise Records artists", "A&M Records artists", "Rhythm guitarists", "20th-century American pianists", "Bolles School alumni", "Guitarists from Florida", "20th-century American guitarists", "20th-century American male singers", "Singer-songwriters from Georgia (U.S. state)", "International Submarine Band members"]}
136
+ {"byte_start": 5979594390, "source_revision": "1197800029", "id": "15058", "title": "International reply coupon", "byte_end": 5981818138, "categories": ["1906 establishments in Italy", "1906 introductions", "Universal Postal Union", "Postal stationery", "Philatelic terminology"]}
137
+ {"byte_start": 5981818138, "source_revision": "1197559725", "id": "15059", "title": "Isaac Bonewits", "byte_end": 5987775400, "categories": ["1949 births", "2010 deaths", "American occult writers", "American Wiccans", "Writers from California", "Writers from Michigan", "Neo-druids", "Founders of modern pagan movements", "Writers from New York (state)", "Cultural anthropologists", "Deaths from colorectal cancer", "Former Roman Catholics", "Deaths from cancer in New York (state)", "People from Valley Cottage, New York", "People from Royal Oak, Michigan", "People from Ferndale, Michigan", "University of California, Berkeley alumni"]}
138
+ {"byte_start": 5987775400, "source_revision": "783865737", "id": "15060", "title": "Isaac Bonewits laws of magic", "byte_end": 5987822639, "categories": []}
139
+ {"byte_start": 5987822639, "source_revision": "453014425", "id": "15061", "title": "Talk:Isaac Bonewits laws of magic", "byte_end": 5987882602, "categories": []}
140
+ {"byte_start": 5987882602, "source_revision": "1198233670", "id": "15062", "title": "Intel 8080", "byte_end": 6006623216, "categories": ["Computer-related introductions in 1974", "8-bit microprocessors"]}
141
+ {"byte_start": 6006623216, "source_revision": "1196237342", "id": "15063", "title": "Intel 8086", "byte_end": 6050960503, "categories": ["Computer-related introductions in 1978", "Intel x86 microprocessors|80086", "16-bit microprocessors", "X86 microarchitectures"]}
142
+ {"byte_start": 6050960503, "source_revision": "1187794085", "id": "15064", "title": "Intel 8088", "byte_end": 6055946429, "categories": ["Computer-related introductions in 1979", "Intel x86 microprocessors|80088", "Israeli inventions", "16-bit microprocessors"]}
143
+ {"byte_start": 6055946429, "source_revision": "1201400831", "id": "15065", "title": "Talk:Intel 80286", "byte_end": 6056328426, "categories": []}
144
+ {"byte_start": 6056328426, "source_revision": "1198233770", "id": "15066", "title": "Insulator (electricity)", "byte_end": 6092601423, "categories": ["Materials", "Electrical resistance and conductance"]}
145
+ {"byte_start": 6092601423, "source_revision": "1185923722", "id": "15067", "title": "Internetworking", "byte_end": 6095517277, "categories": ["Network architecture"]}
146
+ {"byte_start": 6095517277, "source_revision": "1198301407", "id": "15068", "title": "Infantry", "byte_end": 6162516270, "categories": ["Infantry| ", "Combat occupations"]}
147
+ {"byte_start": 6162516270, "source_revision": "1197856004", "id": "15069", "title": "Identity function", "byte_end": 6163250978, "categories": ["Functions and mappings", "Elementary mathematics", "Basic concepts in set theory", "Types of functions", "1 (number)"]}
148
+ {"byte_start": 6163250978, "source_revision": "1193366100", "id": "15070", "title": "I386", "byte_end": 6183694601, "categories": ["Computer-related introductions in 1985", "Intel x86 microprocessors|386", "32-bit microprocessors", "X86 microarchitectures"]}
149
+ {"byte_start": 6183694601, "source_revision": "1197559786", "id": "15071", "title": "Talk:Ido", "byte_end": 6190625892, "categories": []}
150
+ {"byte_start": 6190625892, "source_revision": "1193036157", "id": "15072", "title": "Instruction register", "byte_end": 6190844735, "categories": ["Digital registers"]}
151
+ {"byte_start": 6190844735, "source_revision": "1188010858", "id": "15073", "title": "Lists of islands", "byte_end": 6200552651, "categories": ["Lists of islands| ", "Islands|*"]}
152
+ {"byte_start": 6200552651, "source_revision": "1050883724", "id": "15074", "title": "Talk:Lists of islands", "byte_end": 6200787816, "categories": []}
153
+ {"byte_start": 6200787816, "source_revision": "1196179287", "id": "15075", "title": "INTERCAL", "byte_end": 6206625167, "categories": ["Esoteric programming languages", "Programming languages created in 1972", "Parodies", "Computer humor"]}
154
+ {"byte_start": 6206625167, "source_revision": "1199237297", "id": "15076", "title": "International Data Encryption Algorithm", "byte_end": 6209400190, "categories": ["Block ciphers", "Broken block ciphers"]}
155
+ {"byte_start": 6209400190, "source_revision": "1199192897", "id": "16746", "title": "Karate", "byte_end": 6588407292, "categories": ["Karate| ", "Japanese martial arts", "History of Okinawa Prefecture", "Mixed martial arts styles", "Summer Olympic sports"]}
156
+ {"byte_start": 6588407292, "source_revision": "783866099", "id": "16747", "title": "KaratE", "byte_end": 6588409934, "categories": []}
157
+ {"byte_start": 6588409934, "source_revision": "1201602320", "id": "16748", "title": "Kickboxing", "byte_end": 6692535838, "categories": ["Kickboxing| ", "Boxing", "Mixed martial arts styles", "North American martial arts", "Japanese martial arts", "Sports originating in Japan"]}
158
+ {"byte_start": 6692535838, "source_revision": "1195442712", "id": "16749", "title": "Korea", "byte_end": 7376875434, "categories": ["Korea| ", "Disputed territories in Asia", "Former countries in Asia", "Korean-speaking countries and territories", "States and territories disestablished in 1948"]}
159
+ {"byte_start": 7376875434, "source_revision": "1165979969", "id": "16750", "title": "Kleene star", "byte_end": 7378519923, "categories": ["Formal languages", "Grammar", "Natural language processing"]}
160
+ {"byte_start": 7378519923, "source_revision": "1201112066", "id": "16756", "title": "Korean language", "byte_end": 7779949685, "categories": ["Korean language| ", "Agglutinative languages", "Languages attested from the 4th century", "Language isolates of Asia", "Languages of Korea", "Languages of North Korea", "Languages of South Korea", "National symbols of Korea", "Subject\u2013object\u2013verb languages", "Languages with own distinct writing systems"]}
161
+ {"byte_start": 7779949685, "source_revision": "1199282247", "id": "16757", "title": "Kyle MacLachlan", "byte_end": 7816019450, "categories": ["1959 births", "20th-century American male actors", "21st-century American male actors", "American male film actors", "American male Shakespearean actors", "American male stage actors", "American male television actors", "American people of Cornish descent", "American people of German descent", "American people of Scottish descent", "Best Drama Actor Golden Globe (television) winners", "Living people", "Male actors from Washington (state)", "People from Yakima, Washington", "University of Washington School of Drama alumni"]}
162
+ {"byte_start": 7816019450, "source_revision": "783866105", "id": "16758", "title": "Kaiser Willhelm", "byte_end": 7816023909, "categories": []}
163
+ {"byte_start": 7816023909, "source_revision": "1186886096", "id": "16759", "title": "Kevlar", "byte_end": 7843061304, "categories": ["Organic polymers", "Body armor", "DuPont products", "Synthetic fibers", "Technical fabrics", "Brand name materials", "Products introduced in 1965", "American inventions"]}
164
+ {"byte_start": 7843061304, "source_revision": "1200740412", "id": "16760", "title": "Kosovo War", "byte_end": 8660570012, "categories": ["1998 in Kosovo", "1999 in Kosovo", "Albania\u2013Serbia relations", "Albania\u2013United Kingdom relations", "Albania\u2013United States relations", "Albania\u2013Yugoslavia relations", "Conflicts in 1998", "Conflicts in 1999", "Ethnic cleansing in Europe", "Military history of Kosovo", "Kosovo War| ", "Kosovo\u2013Serbia relations", "Kosovo\u2013United Kingdom relations", "Kosovo\u2013United States relations", "Wars involving NATO"]}
165
+ {"byte_start": 8660570012, "source_revision": "903267922", "id": "16761", "title": "Keynesian", "byte_end": 8660582960, "categories": []}
166
+ {"byte_start": 8660582960, "source_revision": "1200500715", "id": "16766", "title": "Kent", "byte_end": 8813244649, "categories": ["Kent| ", "Non-metropolitan counties", "South East England", "Home counties", "Counties of England established in antiquity"]}
167
+ {"byte_start": 8813244649, "source_revision": "1199368663", "id": "16767", "title": "King James Version", "byte_end": 9153679756, "categories": ["King James Version| ", "1611 books", "1611 in Christianity", "17th-century Christian texts", "Anglicanism", "Bible translations into English", "Church of England", "Early printed Bibles", "King James Only movement", "Latter Day Saint texts", "Church of Scotland"]}
168
+ {"byte_start": 9153679756, "source_revision": "1199799199", "id": "16768", "title": "Kevin Spacey", "byte_end": 9355806496, "categories": ["Kevin Spacey| ", "1959 births", "Living people", "20th-century American male actors", "21st-century American male actors", "Actor-managers", "Actors awarded knighthoods", "Actors Studio alumni", "American expatriate male actors in the United Kingdom", "American gay actors", "American gay writers", "American gay musicians", "American impressionists (entertainers)", "American LGBT film directors", "American LGBT singers", "American male film actors", "American male Shakespearean actors", "American male stage actors", "American male video game actors", "American male voice actors", "American people of Welsh descent", "American theatre directors", "American artistic directors", "Best Actor Academy Award winners", "Best Actor BAFTA Award winners", "Best Drama Actor Golden Globe (television) winners", "Best Supporting Actor Academy Award winners", "Critics' Circle Theatre Award winners", "Film producers from California", "Gay singers", "Golden Orange Honorary Award winners", "HIV/AIDS activists", "Honorary Knights Commander of the Order of the British Empire", "Juilliard School alumni", "Laurence Olivier Award winners", "LGBT film producers", "LGBT people from California", "LGBT people from New Jersey", "LGBT theatre directors", "Los Angeles Valley College people", "Male actors from California", "Male actors from Los Angeles County, California", "Male actors from New Jersey", "New Jersey Democrats", "Obscenity controversies in film", "Outstanding Performance by a Cast in a Motion Picture Screen Actors Guild Award winners", "Outstanding Performance by a Male Actor in a Drama Series Screen Actors Guild Award winners", "Outstanding Performance by a Male Actor in a Leading Role Screen Actors Guild Award winners", "People from South Orange, New Jersey", "Sexual-related controversies in film", "Tony Award winners", "20th-century American LGBT people", "21st-century American LGBT people"]}
169
+ {"byte_start": 9355806496, "source_revision": "1183898750", "id": "16769", "title": "K. Eric Drexler", "byte_end": 9360747436, "categories": ["1955 births", "Living people", "21st-century American engineers", "American nanotechnologists", "American non-fiction environmental writers", "American transhumanists", "Cryonicists", "MIT School of Engineering alumni", "MIT School of Architecture and Planning alumni"]}
170
+ {"byte_start": 9360747436, "source_revision": "783866111", "id": "16770", "title": "Kyoto protocol", "byte_end": 9360751216, "categories": []}
171
+ {"byte_start": 9360751216, "source_revision": "1183174106", "id": "16771", "title": "Kernel", "byte_end": 9361567249, "categories": []}
172
+ {"byte_start": 9361567249, "source_revision": "1201662874", "id": "16772", "title": "Korean War", "byte_end": 11265906630, "categories": ["Korean War| ", "Revolution-based civil wars", "Civil wars in Korea", "Civil wars involving the states and peoples of Asia", "History of Korea", "United Nations operations in Asia|Korea", "Wars involving Australia", "Wars involving Canada", "Wars involving Belgium", "Wars involving the People's Republic of China", "Wars involving the Ethiopian Empire", "Wars involving France", "Wars involving Greece", "Wars involving Luxembourg", "Wars involving New Zealand", "Wars involving South Africa", "Wars involving Thailand", "Wars involving Turkey", "Wars involving the Netherlands", "Wars involving the Philippines", "Wars involving the Soviet Union", "Wars involving the United Kingdom", "Wars involving the United States", "Conflicts in 1950", "Conflicts in 1951", "Conflicts in 1952", "Conflicts in 1953", "Civil wars of the 20th century", "Communism-based civil wars", "Anti-South Korean sentiment in North Korea", "Anti-North Korean sentiment in South Korea", "Aftermath of World War II", "Wars involving North Korea", "Wars involving South Korea", "1950s in North Korea", "1950s in South Korea", "Proxy wars", "Wars involving Korea"]}
173
+ {"byte_start": 11265906630, "source_revision": "1162010558", "id": "16773", "title": "Kite (disambiguation)", "byte_end": 11266533238, "categories": []}
174
+ {"byte_start": 11266533238, "source_revision": "1201169649", "id": "16774", "title": "Karl D\u00f6nitz", "byte_end": 11510946639, "categories": ["1891 births", "1980 deaths", "20th-century presidents of Germany", "Articles containing video clips", "Commanders of the Military Order of Savoy", "Crosses of Naval Merit", "German memoirists", "German prisoners of war in World War I", "German people convicted of war crimes", "Grand admirals of the Kriegsmarine", "Grand Cordons of the Order of the Rising Sun", "Grand Crosses of the Order of the Cross of Liberty", "Heads of government who were later imprisoned", "Heads of state convicted of war crimes", "Imperial German Navy personnel of World War I", "Military personnel from Berlin", "Military personnel from the Province of Brandenburg", "Naval history of World War II", "Officials of Nazi Germany", "People convicted by the International Military Tribunal in Nuremberg", "People from Treptow-K\u00f6penick", "Politicians from Berlin", "Recipients of the clasp to the Iron Cross, 1st class", "Recipients of the Knight's Cross of the Iron Cross with Oak Leaves", "Recipients of the Order of Michael the Brave, 1st class", "Recipients of the Order of the Medjidie, 1st class", "Reichsmarine personnel", "U-boat commanders (Imperial German Navy)"]}
175
+ {"byte_start": 11510946639, "source_revision": "1200811393", "id": "16775", "title": "Kyoto Protocol", "byte_end": 12226226453, "categories": ["Environmental treaties| ", "1997 in Japan", "2005 in the environment", "Carbon dioxide", "Carbon finance", "December 1997 events in Asia", "History of Kyoto", "Treaties concluded in 1997", "Treaties entered into by the European Union", "Treaties entered into force in 2005", "Treaties extended to Bermuda", "Treaties extended to Gibraltar", "Treaties extended to Greenland", "Treaties extended to Guernsey", "Treaties extended to Hong Kong", "Treaties extended to Jersey", "Treaties extended to Macau", "Treaties extended to the Isle of Man", "Treaties extended to the Cayman Islands", "Treaties extended to the Falkland Islands", "Treaties extended to the Faroe Islands", "Treaties of Afghanistan", "Treaties of Albania", "Treaties of Algeria", "Treaties of Angola", "Treaties of Antigua and Barbuda", "Treaties of Argentina", "Treaties of Armenia", "Treaties of Australia", "Treaties of Austria", "Treaties of Azerbaijan", "Treaties of Bahrain", "Treaties of Bangladesh", "Treaties of Barbados", "Treaties of Belarus", "Treaties of Belgium", "Treaties of Belize", "Treaties of Benin", "Treaties of Bhutan", "Treaties of Bolivia", "Treaties of Bosnia and Herzegovina", "Treaties of Botswana", "Treaties of Brazil", "Treaties of Brunei", "Treaties of Bulgaria", "Treaties of Burkina Faso", "Treaties of Burundi", "Treaties of Cambodia", "Treaties of Cameroon", "Treaties of Cape Verde", "Treaties of Chad", "Treaties of Chile", "Treaties of Colombia", "Treaties of Costa Rica", "Treaties of Croatia", "Treaties of Cuba", "Treaties of Cyprus", "Treaties of Denmark", "Treaties of Djibouti", "Treaties of Dominica", "Treaties of East Timor", "Treaties of Ecuador", "Treaties of Egypt", "Treaties of El Salvador", "Treaties of Equatorial Guinea", "Treaties of Eritrea", "Treaties of Eswatini", "Treaties of Estonia", "Treaties of Ethiopia", "Treaties of Fiji", "Treaties of Finland", "Treaties of France", "Treaties of Gabon", "Treaties of Georgia (country)", "Treaties of Germany", "Treaties of Ghana", "Treaties of Greece", "Treaties of Grenada", "Treaties of Guatemala", "Treaties of Guinea", "Treaties of Guinea-Bissau", "Treaties of Guyana", "Treaties of Haiti", "Treaties of Honduras", "Treaties of Hungary", "Treaties of Iceland", "Treaties of India", "Treaties of Indonesia", "Treaties of Iran", "Treaties of Iraq", "Treaties of Ireland", "Treaties of Israel", "Treaties of Italy", "Treaties of Ivory Coast", "Treaties of Jamaica", "Treaties of Japan", "Treaties of Jordan", "Treaties of Kazakhstan", "Treaties of Kenya", "Treaties of Kiribati", "Treaties of Kuwait", "Treaties of Kyrgyzstan", "Treaties of Laos", "Treaties of Latvia", "Treaties of Lebanon", "Treaties of Lesotho", "Treaties of Liberia", "Treaties of Liechtenstein", "Treaties of Lithuania", "Treaties of Luxembourg", "Treaties of Madagascar", "Treaties of Malawi", "Treaties of Malaysia", "Treaties of Mali", "Treaties of Malta", "Treaties of Mauritania", "Treaties of Mauritius", "Treaties of Mexico", "Treaties of Moldova", "Treaties of Monaco", "Treaties of Mongolia", "Treaties of Montenegro", "Treaties of Morocco", "Treaties of Mozambique", "Treaties of Myanmar", "Treaties of Namibia", "Treaties of Nauru", "Treaties of Nepal", "Treaties of New Zealand", "Treaties of Nicaragua", "Treaties of Niger", "Treaties of Nigeria", "Treaties of Niue", "Treaties of North Korea", "Treaties of North Macedonia", "Treaties of Norway", "Treaties of Oman", "Treaties of Pakistan", "Treaties of Palau", "Treaties of Panama", "Treaties of Papua New Guinea", "Treaties of Paraguay", "Treaties of Peru", "Treaties of Poland", "Treaties of Portugal", "Treaties of Qatar", "Treaties of Romania", "Treaties of Russia", "Treaties of Rwanda", "Treaties of Saint Kitts and Nevis", "Treaties of Saint Lucia", "Treaties of Saint Vincent and the Grenadines", "Treaties of Samoa", "Treaties of San Marino", "Treaties of S\u00e3o Tom\u00e9 and Pr\u00edncipe", "Treaties of Saudi Arabia", "Treaties of Senegal", "Treaties of Serbia", "Treaties of Seychelles", "Treaties of Sierra Leone", "Treaties of Singapore", "Treaties of Slovakia", "Treaties of Slovenia", "Treaties of South Africa", "Treaties of South Korea", "Treaties of Spain", "Treaties of Sri Lanka", "Treaties of Suriname", "Treaties of Sweden", "Treaties of Switzerland", "Treaties of Syria", "Treaties of Tajikistan", "Treaties of Tanzania", "Treaties of Thailand", "Treaties of the Bahamas", "Treaties of the Central African Republic", "Treaties of the Comoros", "Treaties of the Cook Islands", "Treaties of the Czech Republic", "Treaties of the Democratic Republic of the Congo", "Treaties of the Dominican Republic", "Treaties of the Federated States of Micronesia", "Treaties of the Gambia", "Treaties of the Islamic State of Afghanistan", "Treaties of the Libyan Arab Jamahiriya", "Treaties of the Maldives", "Treaties of the Marshall Islands", "Treaties of the Netherlands", "Treaties of the People's Republic of China", "Treaties of the Philippines", "Treaties of the Republic of the Congo", "Treaties of the Republic of the Sudan (1985\u20132011)", "Treaties of the Solomon Islands", "Treaties of the Transitional Federal Government of Somalia", "Treaties of the United Arab Emirates", "Treaties of the United Kingdom", "Treaties of Togo", "Treaties of Tonga", "Treaties of Trinidad and Tobago", "Treaties of Tunisia", "Treaties of Turkey", "Treaties of Turkmenistan", "Treaties of Tuvalu", "Treaties of Uganda", "Treaties of Ukraine", "Treaties of Uruguay", "Treaties of Uzbekistan", "Treaties of Vanuatu", "Treaties of Venezuela", "Treaties of Vietnam", "Treaties of Yemen", "Treaties of Zambia", "Treaties of Zimbabwe", "United Nations Framework Convention on Climate Change", "History of climate variability and change"]}
176
+ {"byte_start": 12226226453, "source_revision": "1189668641", "id": "16776", "title": "Kaddish", "byte_end": 12274525618, "categories": ["Aramaic words and phrases", "Aramaic words and phrases in Jewish law", "Aramaic words and phrases in Jewish prayers and blessings", "Bereavement in Judaism", "Jewish life cycle", "Jewish prayer and ritual texts", "Jewish theology"]}
177
+ {"byte_start": 12274525618, "source_revision": "1193747778", "id": "16777", "title": "Kalevala", "byte_end": 12361884942, "categories": ["Kalevala| ", "1835 poems", "1849 poems", "National symbols of Finland", "Influences on J. R. R. Tolkien"]}
178
+ {"byte_start": 12361884942, "source_revision": "1061249857", "id": "16778", "title": "Klu Klux Klan", "byte_end": 12361887669, "categories": []}
179
+ {"byte_start": 12361887669, "source_revision": "1201642346", "id": "16779", "title": "Ku Klux Klan", "byte_end": 13342243883, "categories": ["Ku Klux Klan| ", "1865 establishments in Tennessee", "1915 establishments in the United States", "Anti-black racism in Canada", "Anti-black racism in the United States", "Anti-Catholic organizations", "Anti-Catholicism in the United States", "Anti-communism in the United States", "Anti-Irish sentiment", "Anti-Italian sentiment", "Anti-Slavic sentiment", "Antisemitism in Canada", "Antisemitism in Europe", "Christian anti-Judaism", "Christian terrorism in the United States", "Christianity-related controversies", "COINTELPRO targets", "Democratic Party (United States)", "Reactionary", "Hate crime", "History of the Southern United States", "20th century in the United States", "Islamophobia in the United States", "Lynching in the United States", "Neo-Confederate organizations", "Neo-Nazi organizations in the United States", "Organizations based in North America designated as terrorist", "Organizations established in 1865", "Organizations that oppose LGBT rights in the United States", "Political masks", "Political violence in the United States", "Presidency of Ulysses S. Grant", "Progressive Era in the United States", "Race-related controversies in the United States", "Reconstruction Era", "Religiously motivated violence in the United States", "Right-wing populism in the United States", "Stone Mountain", "Social movement organizations", "Terrorism in the United States"]}
180
+ {"byte_start": 13342243883, "source_revision": "1201600373", "id": "16780", "title": "Talk:Ku Klux Klan", "byte_end": 13520757852, "categories": []}
181
+ {"byte_start": 13520757852, "source_revision": "1108901372", "id": "16781", "title": "Kylix (disambiguation)", "byte_end": 13520797256, "categories": []}
182
+ {"byte_start": 13520797256, "source_revision": "1201619429", "id": "16782", "title": "King Kong (1933 film)", "byte_end": 13681290301, "categories": ["1933 films", "1933 horror films", "1930s fantasy adventure films", "1930s English-language films", "1930s monster movies", "American films with live action and animation", "American black-and-white films", "American fantasy adventure films", "American monster movies", "American epic films", "Adventure horror films", "Censored films", "Films about dinosaurs", "Empire State Building in fiction", "Films scored by Max Steiner", "Films directed by Ernest B. Schoedsack", "Films directed by Merian C. Cooper", "Films about filmmaking", "Films adapted into comics", "Films adapted into plays", "Films adapted into television shows", "Films produced by David O. Selznick", "Films set in New York City", "Films set in the Indian Ocean", "Films set on fictional islands", "Films set on ships", "Films using stop-motion animation", "Giant monster films", "King Kong (franchise) films", "Lost world films", "Fiction about pterosaurs", "United States National Film Registry films", "RKO Pictures films", "Films with screenplays by Edgar Wallace", "Articles containing video clips", "Fiction about modern-day dinosaurs", "Race-related controversies in film", "1930s American films"]}
183
+ {"byte_start": 13681290301, "source_revision": "789573959", "id": "16784", "title": "Keplers laws", "byte_end": 13681293249, "categories": []}
184
+ {"byte_start": 13681293249, "source_revision": "1193959671", "id": "16786", "title": "Talk:Karl Popper", "byte_end": 13699005179, "categories": []}
185
+ {"byte_start": 13699005179, "source_revision": "1200491033", "id": "16788", "title": "Kenning", "byte_end": 13709536846, "categories": ["Medieval literature", "Icelandic literature", "Old Norse", "Old Norse poetry", "Poetic devices", "Rhetorical techniques", "Old English poetry"]}
186
+ {"byte_start": 13709536846, "source_revision": "1197708080", "id": "16789", "title": "Kult (role-playing game)", "byte_end": 13713141495, "categories": ["Contemporary role-playing games", "Horror role-playing games", "Swedish role-playing games", "Role-playing games introduced in 1991"]}
187
+ {"byte_start": 13713141495, "source_revision": "1196254540", "id": "16790", "title": "Carl Friedrich Abel", "byte_end": 13718359119, "categories": ["1723 births", "1787 deaths", "People from K\u00f6then (Anhalt)", "People from Anhalt-K\u00f6then", "German male classical composers", "German Classical-period composers", "German viol players", "18th-century classical composers", "18th-century male musicians", "18th-century musicians", "18th-century German people", "People educated at the St. Thomas School, Leipzig", "Pupils of Johann Sebastian Bach", "Alcohol-related deaths in England", "Burials at St Pancras Old Church", "String quartet composers"]}
188
+ {"byte_start": 13718359119, "source_revision": "1182406032", "id": "16791", "title": "Kista", "byte_end": 13719326437, "categories": ["Districts in V\u00e4sterort", "Metropolitan Stockholm", "High-technology business districts"]}
189
+ {"byte_start": 13719326437, "source_revision": "1195234086", "id": "16792", "title": "Klondike, Yukon", "byte_end": 13719954021, "categories": ["Geography of Yukon", "Klondike Gold Rush", "Geographic regions of Canada", "Garden of Eden", "World Heritage Sites in Canada"]}
190
+ {"byte_start": 13719954021, "source_revision": "1199070626", "id": "16793", "title": "Korean cuisine", "byte_end": 13922383081, "categories": ["Korean cuisine| "]}
191
+ {"byte_start": 13922383081, "source_revision": "1194467783", "id": "16794", "title": "Kilobyte", "byte_end": 13931689098, "categories": ["Units of information"]}
192
+ {"byte_start": 13931689098, "source_revision": "1181717945", "id": "16795", "title": "Karl Andree", "byte_end": 13931806263, "categories": ["1808 births", "1875 deaths", "Writers from Braunschweig", "People from the Duchy of Brunswick", "German geographers", "University of Jena alumni", "University of G\u00f6ttingen alumni", "Humboldt University of Berlin alumni"]}
193
+ {"byte_start": 13931806263, "source_revision": "1189880534", "id": "16796", "title": "Kuiper belt", "byte_end": 14134007316, "categories": ["Kuiper belt objects| ", "Trans-Neptunian region", "Astronomical objects discovered in 1992|19920830", "Articles containing video clips", "Extraterrestrial water"]}
194
+ {"byte_start": 14134007316, "source_revision": "1201418780", "id": "16797", "title": "Kraftwerk", "byte_end": 14417936740, "categories": ["Kraftwerk| ", "1969 establishments in West Germany", "1970 establishments in West Germany", "Art pop groups", "Astralwerks artists", "Avant-garde music groups", "Electropop groups", "Elektra Records artists", "German electronic rock musical groups", "EMI Records artists", "German electronic music groups", "German musical quartets", "German synthpop groups", "Grammy Award winners for dance and electronic music", "Grammy Lifetime Achievement Award winners", "Krautrock musical groups", "Musical groups established in 1969", "Musical groups from D\u00fcsseldorf", "Mercury Records artists", "Mute Records artists", "Parlophone artists", "Philips Records artists", "Vertigo Records artists", "Warner Records artists"]}
195
+ {"byte_start": 14417936740, "source_revision": "783866123", "id": "16798", "title": "Kuiper Belt", "byte_end": 14417939146, "categories": []}
196
+ {"byte_start": 14417939146, "source_revision": "1195587851", "id": "16800", "title": "Kalmar Union", "byte_end": 14434197272, "categories": ["Kalmar Union| ", "1397 establishments in Europe", "14th century in Denmark", "14th century in Finland", "14th century in Norway", "14th century in Sweden", "14th-century establishments in Denmark", "14th-century establishments in Norway", "14th-century establishments in Sweden", "1520s disestablishments in Sweden", "15th century in Denmark", "15th century in Finland", "15th century in Norway", "15th century in Sweden", "16th century in Denmark", "16th century in Finland", "16th century in Norway", "16th century in Sweden", "16th-century disestablishments in Denmark", "16th-century disestablishments in Norway", "Danish monarchy", "Kalmar", "Norwegian monarchy", "Personal unions", "History of Scandinavia", "States and territories established in 1397", "Swedish monarchy", "Margaret I of Denmark", "Former monarchies", "Former state unions", "Former monarchies of Europe"]}
197
+ {"byte_start": 14434197272, "source_revision": "1199877698", "id": "16801", "title": "Krav Maga", "byte_end": 14556229231, "categories": ["Krav Maga| ", "Hybrid martial arts", "Israeli martial arts", "Articles containing video clips"]}
198
+ {"byte_start": 14556229231, "source_revision": "1190293111", "id": "16802", "title": "The Katzenjammer Kids", "byte_end": 14561862420, "categories": ["The Katzenjammer Kids| ", "American comic strips", "1890s comics", "Comic strips started in the 1890s", "2006 comics endings", "Gag-a-day comics", "Comics about children", "Child characters in comics", "Male characters in comics", "Fictional German people", "Fictional twins", "Fictional tricksters", "Comic strip duos", "Articles containing video clips", "American comics adapted into films", "Comics adapted into animated series", "Comics adapted into plays", "Comics characters introduced in 1897", "1897 establishments in the United States", "1897 drawings", "Metro-Goldwyn-Mayer animated short films", "Nautical comics"]}
199
+ {"byte_start": 14561862420, "source_revision": "1194790277", "id": "16803", "title": "Ketone", "byte_end": 14574321012, "categories": ["Functional groups", "Ketones| "]}
200
+ {"byte_start": 14574321012, "source_revision": "1198246407", "id": "16804", "title": "Ketene", "byte_end": 14575407391, "categories": ["Ketenes| ", "Functional groups"]}
201
+ {"byte_start": 14575407391, "source_revision": "1154732836", "id": "16806", "title": "Kistvaen", "byte_end": 14575585190, "categories": ["Dartmoor", "Burial monuments and structures", "Archaeology of death"]}
202
+ {"byte_start": 14575585190, "source_revision": "1169045099", "id": "16807", "title": "Kim Stanley Robinson", "byte_end": 14593326820, "categories": ["1952 births", "20th-century American male writers", "20th-century American novelists", "21st-century American male writers", "21st-century American novelists", "American alternate history writers", "American democratic socialists", "American humanists", "American male novelists", "American science fiction writers", "Boston University College of Arts and Sciences alumni", "Environmental fiction writers", "Hugo Award-winning writers", "Members of the Democratic Socialists of America", "Nebula Award winners", "Novelists from California", "Novelists from Illinois", "Living people", "People from Davis, California", "People from Waukegan, Illinois", "Philosophers of culture", "Philosophers of history", "Philosophers of science", "Philosophers of technology", "Social philosophers", "University of California, San Diego alumni", "World Fantasy Award-winning writers", "Writers of historical fiction set in the modern age", "Writers of historical fiction set in the Middle Ages", "Writers of historical fiction set in the early modern period"]}
203
+ {"byte_start": 14593326820, "source_revision": "1199316720", "id": "16808", "title": "King Arthur", "byte_end": 14925249011, "categories": ["King Arthur| ", "Arthurian legend", "Welsh folklore", "Welsh mythology", "Welsh legendary characters", "Knights of the Round Table| ", "British male characters in television", "Burials at Glastonbury Abbey", "English folklore", "English mythology", "Family of King Arthur", "Legendary British kings", "Male characters in animation", "Male characters in film", "Male characters in literature", "Mythological swordfighters", "People whose existence is disputed"]}
204
+ {"byte_start": 14925249011, "source_revision": "908470781", "id": "16809", "title": "Talk:Kuleshov experiment", "byte_end": 14925255650, "categories": []}
205
+ {"byte_start": 14925255650, "source_revision": "1194748994", "id": "16810", "title": "Konrad Zuse", "byte_end": 14956487280, "categories": ["Konrad Zuse| ", "1910 births", "1995 deaths", "Businesspeople from Berlin", "Cellular automatists", "Computer designers", "Computer hardware engineers", "German atheists", "20th-century atheists", "German civil engineers", "German computer scientists", "20th-century German inventors", "Grand Crosses with Star and Sash of the Order of Merit of the Federal Republic of Germany", "Programming language designers", "Technical University of Berlin alumni", "Werner von Siemens Ring laureates", "Engineers from Berlin", "Recipients of the Cothenius Medal"]}
206
+ {"byte_start": 14956487280, "source_revision": "1193889514", "id": "16811", "title": "Talk:Konrad Zuse", "byte_end": 14960144058, "categories": []}
207
+ {"byte_start": 14960144058, "source_revision": "1195242797", "id": "16812", "title": "Kenesaw Mountain Landis", "byte_end": 15043408549, "categories": ["1866 births", "1944 deaths", "People from Butler County, Ohio", "Judges of the United States District Court for the Northern District of Illinois", "National Baseball Hall of Fame inductees", "Major League Baseball commissioners", "People from Cass County, Indiana", "Lawyers from Chicago", "American people of Swiss descent", "Northwestern University Pritzker School of Law alumni", "United States district court judges appointed by Theodore Roosevelt", "20th-century American judges", "Illinois Republicans", "History of baseball in the United States", "Indiana Republicans"]}
208
+ {"byte_start": 15043408549, "source_revision": "1198588132", "id": "16814", "title": "Kepler\u2013Poinsot polyhedron", "byte_end": 15050437333, "categories": ["Kepler\u2013Poinsot polyhedra| ", "Johannes Kepler", "Nonconvex polyhedra"]}
209
+ {"byte_start": 15050437333, "source_revision": "1201425632", "id": "16815", "title": "Krak\u00f3w", "byte_end": 15579660655, "categories": ["City counties of Poland", "Cities and towns in Lesser Poland Voivodeship", "Former capitals of Poland", "Krak\u00f3w Voivodeship (14th century \u2013 1795)", "Free City of Krak\u00f3w", "Kingdom of Galicia and Lodomeria", "Krak\u00f3w Voivodeship (1919\u20131939)", "Historic Jewish communities", "World Heritage Sites in Poland", "Members of the Hanseatic League", "Magdeburg rights", "Holocaust locations in Poland"]}
210
+ {"byte_start": 15579660655, "source_revision": "310619806", "id": "16817", "title": "Kepler-poinsot solid", "byte_end": 15579663226, "categories": []}
211
+ {"byte_start": 15579663226, "source_revision": "1190609189", "id": "16818", "title": "Kora (instrument)", "byte_end": 15590890533, "categories": ["Harp lutes", "Harps", "String instruments", "West African musical instruments"]}
212
+ {"byte_start": 15590890533, "source_revision": "661451250", "id": "16819", "title": "K-12 School", "byte_end": 15590897371, "categories": []}
213
+ {"byte_start": 15590897371, "source_revision": "1193353131", "id": "16820", "title": "Kathleen Kenyon", "byte_end": 15596972813, "categories": ["1906 births", "1978 deaths", "British women archaeologists", "Biblical archaeologists", "Alumni of Somerville College, Oxford", "Fellows of St Hugh's College, Oxford", "Dames Commander of the Order of the British Empire", "People educated at St Paul's Girls' School", "People associated with the UCL Institute of Archaeology", "Principals of St Hugh's College, Oxford", "Fellows of the British Academy", "20th-century British women scientists", "20th-century British women writers", "20th-century British archaeologists", "Ancient Jericho", "Great Zimbabwe"]}
214
+ {"byte_start": 15596972813, "source_revision": "1179989238", "id": "16821", "title": "Callicrates", "byte_end": 15597352874, "categories": ["5th-century BC architects", "Ancient Greek architects", "5th-century BC Athenians", "Parthenon", "Year of birth unknown", "Year of death unknown"]}
215
+ {"byte_start": 15597352874, "source_revision": "1200488017", "id": "16822", "title": "Kingdom of Jerusalem", "byte_end": 15721358424, "categories": ["Kingdom of Jerusalem| ", "1090s establishments in the Kingdom of Jerusalem| ", "1099 establishments in Asia", "1291 disestablishments in Asia", "Former kingdoms|Jerusalem", "Former countries in the Middle East", "Medieval Jordan", "Medieval Palestine", "Middle Ages by country", "Political entities in the Land of Israel", "States and territories established in 1099", "States and territories disestablished in 1291", "Former Christian states|Jerusalem", "Former monarchies of Asia"]}
216
+ {"byte_start": 15721358424, "source_revision": "1200248579", "id": "16823", "title": "Talk:Callicrates", "byte_end": 15721419623, "categories": []}
217
+ {"byte_start": 15721419623, "source_revision": "1182428129", "id": "16824", "title": "Korfball", "byte_end": 15733296582, "categories": ["Korfball| ", "Articles containing video clips", "Ball games", "Forms of basketball", "Games and sports introduced in 1902", "Hybrid sports", "Mixed-sex sports", "Sports originating in the Netherlands", "Team sports"]}
218
+ {"byte_start": 15733296582, "source_revision": "1193692657", "id": "16825", "title": "Talk:Kilogram", "byte_end": 15875642498, "categories": []}
219
+ {"byte_start": 15875642498, "source_revision": "1201366659", "id": "16826", "title": "Kabul", "byte_end": 16240589897, "categories": ["Kabul Shahi", "Kabul| ", "2nd-millennium BC establishments", "Capitals in Asia", "Cities in Afghanistan", "Places in Shahnameh", "Populated places along the Silk Road", "Populated places established in the 2nd millennium BC", "Populated places in Kabul Province", "Provincial capitals in Afghanistan"]}
warehouse_00017.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b50ca70fa821edfd3dc0d723a9b791a49025eea7e7c37c1bffe02a8b3bca1f0
3
+ size 161718037
warehouse_00017.metadata ADDED
The diff for this file is too large to render. See raw diff
 
warehouse_00018.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5adac61500a8742893c2188d1aebfbd0da123f66c5f5e3c3a00603fab05466
3
+ size 174907140
warehouse_00018.metadata ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1201050847", "id": "12806", "title": "Gemstone", "byte_end": 62754248, "categories": ["Gemstones| ", "Jewellery components", "Materials", "Mineralogy", "Minerals|*", "Stone objects"]}
2
+ {"byte_start": 62754248, "source_revision": "1187235833", "id": "12807", "title": "Gerard David", "byte_end": 67047094, "categories": ["1460s births", "1523 deaths", "Dutch Renaissance painters", "Early Netherlandish painters", "16th-century Flemish painters", "Manuscript illuminators", "Painters from Bruges", "People from Oudewater"]}
3
+ {"byte_start": 67047094, "source_revision": "1199237165", "id": "12808", "title": "GSM", "byte_end": 135415937, "categories": ["GSM standard"]}
4
+ {"byte_start": 135415937, "source_revision": "1199739975", "id": "12810", "title": "Garry Kasparov", "byte_end": 531432376, "categories": ["Garry Kasparov| ", "1963 births", "Living people", "2011\u20132013 Russian protests", "20th-century male writers", "21st-century Russian politicians", "Azerbaijan University of Languages alumni", "Chess coaches", "Chess grandmasters", "Chess Olympiad competitors", "Chess historians", "Communist Party of the Soviet Union members", "Croatian activists", "Croatian chess writers", "Croatian people of Armenian descent", "Croatian people of Russian-Jewish descent", "Naturalized citizens of Croatia", "Chess players from Baku", "Honoured Masters of Sport of the USSR", "Recipients of the Order of Friendship of Peoples", "Recipients of the Order of the Red Banner of Labour", "Russian anti-communists", "Russian chess players", "Russian chess writers", "Russian dissidents", "Russian liberals", "Russian sportspeople of Armenian descent", "Russian people of Jewish descent", "Russian political activists", "Russian sportsperson-politicians", "Russian democracy activists", "Solidarnost politicians", "Soviet chess players", "Soviet chess writers", "Soviet male writers", "The Other Russia (coalition)", "World chess champions", "World Junior Chess Champions", "Russian activists against the Russian invasion of Ukraine", "People listed in Russia as foreign agents"]}
5
+ {"byte_start": 531432376, "source_revision": "1193692634", "id": "12811", "title": "Talk:Garry Kasparov", "byte_end": 558157850, "categories": []}
6
+ {"byte_start": 558157850, "source_revision": "529140437", "id": "12812", "title": "Geheime Staatspolizei", "byte_end": 558158599, "categories": []}
7
+ {"byte_start": 558158599, "source_revision": "1199179822", "id": "12813", "title": "Talk:Golden ratio", "byte_end": 739643581, "categories": []}
8
+ {"byte_start": 739643581, "source_revision": "528295754", "id": "12814", "title": "Gianlorenzo Bernini", "byte_end": 739644990, "categories": []}
9
+ {"byte_start": 739644990, "source_revision": "1198633196", "id": "12815", "title": "Flag of Greenland", "byte_end": 741524835, "categories": ["Flags introduced in 1989|Greenland", "National symbols of Greenland", "National flags|Greenland", "Red and white flags|Greenland", "Flags adopted through competition|Greenland", "Flags of Denmark|Greenland", "Native American flags|Greenland", "1989 establishments in Greenland", "Flags of dependent territories|Greenland"]}
10
+ {"byte_start": 741524835, "source_revision": "1197797909", "id": "12816", "title": "Gustav Radbruch", "byte_end": 742624217, "categories": ["1878 births", "1949 deaths", "Politicians from L\u00fcbeck", "Jurists from Schleswig-Holstein", "Justice ministers of Germany", "Social Democratic Party of Germany politicians", "German Protestants", "Ludwig Maximilian University of Munich alumni", "Leipzig University alumni", "Humboldt University of Berlin alumni", "Academic staff of the University of K\u00f6nigsberg", "Academic staff of the University of Kiel", "Academic staff of Heidelberg University", "Members of the Reichstag of the Weimar Republic"]}
11
+ {"byte_start": 742624217, "source_revision": "15910474", "id": "12817", "title": "Great programmer", "byte_end": 742625817, "categories": []}
12
+ {"byte_start": 742625817, "source_revision": "1189900010", "id": "12821", "title": "Gate", "byte_end": 744803749, "categories": ["Gates| ", "Doors", "Fortification (architectural elements)", "Garden features"]}
13
+ {"byte_start": 744803749, "source_revision": "1198776420", "id": "12822", "title": "Greek fire", "byte_end": 801199014, "categories": ["Flamethrowers", "Byzantine military equipment", "Greek inventions", "Incendiary weapons", "Medieval artillery", "Byzantine science", "Byzantine navy", "Technology in the Middle Ages", "Naval weapons", "Lost inventions"]}
14
+ {"byte_start": 801199014, "source_revision": "1189902810", "id": "12823", "title": "Garbage in, garbage out", "byte_end": 803482152, "categories": ["Computer errors", "Computer humor", "Computer jargon"]}
15
+ {"byte_start": 803482152, "source_revision": "529140442", "id": "12824", "title": "Gdingen", "byte_end": 803483416, "categories": []}
16
+ {"byte_start": 803483416, "source_revision": "1193887993", "id": "12825", "title": "Talk:Gdynia", "byte_end": 803942693, "categories": []}
17
+ {"byte_start": 803942693, "source_revision": "530822274", "id": "12826", "title": "Talk:Green Party/Pre-2013 redirect archive", "byte_end": 804168710, "categories": []}
18
+ {"byte_start": 804168710, "source_revision": "956269612", "id": "12828", "title": "GATT (disambiguation)", "byte_end": 804191399, "categories": []}
19
+ {"byte_start": 804191399, "source_revision": "783863413", "id": "12829", "title": "General agreement on tariffs and trade", "byte_end": 804194357, "categories": []}
20
+ {"byte_start": 804194357, "source_revision": "1187638459", "id": "12830", "title": "Gipsy (disambiguation)", "byte_end": 804323235, "categories": []}
21
+ {"byte_start": 804323235, "source_revision": "1198485203", "id": "12831", "title": "General Agreement on Tariffs and Trade", "byte_end": 823855892, "categories": ["General Agreement on Tariffs and Trade| ", "World Trade Organization", "1947 in Switzerland", "Commercial treaties", "Treaties concluded in 1947", "Treaties entered into force in 1948", "Treaties of Antigua and Barbuda", "Treaties of Argentina", "Treaties of Australia", "Treaties of Austria", "Treaties of Bahrain", "Treaties of Bangladesh", "Treaties of Barbados", "Treaties of Belgium", "Treaties of Belize", "Treaties of the Second Brazilian Republic", "Treaties of Brunei", "Treaties of Canada", "Treaties of Chile", "Treaties of the Republic of China (1912\u20131949)", "Treaties of Costa Rica", "Treaties of Ivory Coast", "Treaties of the Czech Republic", "Treaties of Czechoslovakia", "Treaties of Denmark", "Treaties of Dominica", "Treaties of the Dominican Republic", "Treaties entered into by the European Union", "Treaties of Finland", "Treaties of the French Fourth Republic", "Treaties of Gabon", "Treaties of West Germany", "Treaties of Ghana", "Treaties of the Kingdom of Greece", "Treaties of Guyana", "Treaties of Haiti", "Treaties of Honduras", "Treaties of Hungary", "Treaties of Iceland", "Treaties of the Dominion of India", "Treaties of Indonesia", "Treaties of Ireland", "Treaties of Italy", "Treaties of Japan", "Treaties of Kenya", "Treaties of South Korea", "Treaties of Kuwait", "Treaties of Liberia", "Treaties of Luxembourg", "Treaties of Macau", "Treaties of Malaysia", "Treaties of Malta", "Treaties of Mauritius", "Treaties of Mexico", "Treaties of Morocco", "Treaties of Myanmar", "Treaties of Namibia", "Treaties of the Netherlands", "Treaties of New Zealand", "Treaties of Nicaragua", "Treaties of Nigeria", "Treaties of Norway", "Treaties of the Dominion of Pakistan", "Treaties of Paraguay", "Treaties of Peru", "Treaties of the Philippines", "Treaties of Poland", "Treaties of Portugal", "Treaties of Romania", "Treaties of Saint Lucia", "Treaties of Saint Vincent and the Grenadines", "Treaties of Senegal", "Treaties of Singapore", "Treaties of Slovakia", "Treaties of the Union of South Africa", "Treaties of Spain", "Treaties of the Dominion of Ceylon", "Treaties of Suriname", "Treaties of Eswatini", "Treaties of Sweden", "Treaties of Switzerland", "Treaties of Syria", "Treaties of Tanzania", "Treaties of Thailand", "Treaties of Trinidad and Tobago", "Treaties of Uganda", "Treaties of the United Kingdom", "Treaties of the United States", "Treaties of Uruguay", "Treaties of Venezuela", "Treaties of Yugoslavia", "Treaties of Zambia", "Treaties extended to the Belgian Congo", "Treaties extended to Cura\u00e7ao and Dependencies", "Treaties extended to Surinam (Dutch colony)", "Treaties extended to the Dutch East Indies", "Treaties extended to Greenland", "Treaties extended to French Equatorial Africa", "Treaties extended to French West Africa", "Treaties extended to French Somaliland", "Treaties extended to French Polynesia", "Treaties extended to New Caledonia", "Treaties extended to the New Hebrides", "Treaties extended to Guadeloupe", "Treaties extended to French Guiana", "Treaties extended to French Indochina", "Treaties extended to French Madagascar", "Treaties extended to Martinique", "Treaties extended to R\u00e9union", "Treaties extended to Saint Pierre and Miquelon", "Treaties extended to the French Protectorate of Tunisia", "Treaties extended to the Colony of Aden", "Treaties extended to the Aden Protectorate", "Treaties extended to Anglo-Egyptian Sudan", "Treaties extended to the Colony of the Bahamas", "Treaties extended to Bahrain (protectorate)", "Treaties extended to the Colony of Barbados", "Treaties extended to Basutoland", "Treaties extended to the Bechuanaland Protectorate", "Treaties extended to Bermuda", "Treaties extended to Brunei (protectorate)", "Treaties extended to British Cyprus", "Treaties extended to British Dominica", "Treaties extended to the Falkland Islands", "Treaties extended to the Colony of Fiji", "Treaties extended to the Gambia Colony and Protectorate", "Treaties extended to Gibraltar", "Treaties extended to the Gilbert and Ellice Islands", "Treaties extended to the Gold Coast (British colony)", "Treaties extended to Guernsey", "Treaties extended to British Guiana", "Treaties extended to British Honduras", "Treaties extended to British Hong Kong", "Treaties extended to the Isle of Man", "Treaties extended to Jersey", "Treaties extended to British Kenya", "Treaties extended to the Sheikhdom of Kuwait", "Treaties extended to the British Leeward Islands", "Treaties extended to the British Windward Islands", "Treaties extended to the Crown Colony of Malta", "Treaties extended to British Mauritius", "Treaties extended to the Malayan Union", "Treaties extended to the Dominion of Newfoundland", "Treaties extended to the Colony and Protectorate of Nigeria", "Treaties extended to Nyasaland", "Treaties extended to Northern Rhodesia", "Treaties extended to the Pitcairn Islands", "Treaties extended to Qatar (protectorate)", "Treaties extended to Saint Helena, Ascension and Tristan da Cunha", "Treaties extended to the Crown Colony of Seychelles", "Treaties extended to the Colony of Sierra Leone", "Treaties extended to the Crown Colony of Singapore", "Treaties extended to the British Solomon Islands", "Treaties extended to British Somaliland", "Treaties extended to Swaziland (protectorate)", "Treaties extended to Tanganyika (territory)", "Treaties extended to the Kingdom of Tonga (1900\u20131970)", "Treaties extended to the Crown Colony of Trinidad and Tobago", "Treaties extended to the Trucial States", "Treaties extended to the Uganda Protectorate", "Treaties extended to the Sultanate of Zanzibar", "Treaties extended to British Togoland", "Treaties extended to British Cameroon", "Treaties extended to the British Western Pacific Territories", "History of Geneva", "October 1947 events", "October 1947 events in Europe"]}
22
+ {"byte_start": 823855892, "source_revision": "1188650723", "id": "12832", "title": "G protein-coupled receptor", "byte_end": 877918808, "categories": ["G protein-coupled receptors| ", "Biochemistry", "Integral membrane proteins", "Molecular biology", "Protein families", "Signal transduction"]}
23
+ {"byte_start": 877918808, "source_revision": "1188105399", "id": "12833", "title": "GTPase", "byte_end": 880436073, "categories": ["Signal transduction", "EC 3.6.5| "]}
24
+ {"byte_start": 880436073, "source_revision": "1155256345", "id": "12834", "title": "Talk:Gravity wave", "byte_end": 880807084, "categories": []}
25
+ {"byte_start": 880807084, "source_revision": "1193029036", "id": "12835", "title": "Galla Placidia", "byte_end": 893646786, "categories": ["388 births", "450 deaths", "5th-century Christians", "5th-century Roman empresses", "Augustae", "Daughters of Roman emperors", "Last of the Romans", "Nobilissimi", "Remarried royal consorts", "Theodosian dynasty", "Visigothic queens consort", "Valentinianic dynasty", "5th-century women regents", "5th-century queens consort", "5th-century empresses consort", "5th-century regents"]}
26
+ {"byte_start": 893646786, "source_revision": "783863420", "id": "12836", "title": "Georg Friedrich Handel", "byte_end": 893648511, "categories": []}
27
+ {"byte_start": 893648511, "source_revision": "1201382088", "id": "12837", "title": "Galicia (Spain)", "byte_end": 1176490087, "categories": ["Galicia (Spain)| ", "Autonomous communities of Spain", "Green Spain", "NUTS 2 statistical regions of the European Union", "Regions of Europe with multiple official languages"]}
28
+ {"byte_start": 1176490087, "source_revision": "927533052", "id": "12838", "title": "Gaelic languages", "byte_end": 1176531430, "categories": []}
29
+ {"byte_start": 1176531430, "source_revision": "1170860795", "id": "12839", "title": "Talk:Goidelic languages", "byte_end": 1180881663, "categories": []}
30
+ {"byte_start": 1180881663, "source_revision": "1183665062", "id": "12840", "title": "Gregory Rasputin", "byte_end": 1180884197, "categories": []}
31
+ {"byte_start": 1180884197, "source_revision": "1195662795", "id": "12841", "title": "G protein", "byte_end": 1187935421, "categories": ["G proteins| ", "Peripheral membrane proteins", "Cell signaling", "Signal transduction", "EC 3.6"]}
32
+ {"byte_start": 1187935421, "source_revision": "682693986", "id": "12842", "title": "Grigory Efimovich Rasputin", "byte_end": 1187938581, "categories": []}
33
+ {"byte_start": 1187938581, "source_revision": "1193888009", "id": "12843", "title": "Talk:Germanic languages", "byte_end": 1245325332, "categories": []}
34
+ {"byte_start": 1245325332, "source_revision": "1193888017", "id": "12845", "title": "Talk:Great Britain", "byte_end": 1276785025, "categories": []}
35
+ {"byte_start": 1276785025, "source_revision": "1197991249", "id": "12848", "title": "Gary Gygax", "byte_end": 1397282846, "categories": ["1938 births", "2008 deaths", "20th-century American male writers", "20th-century American novelists", "21st-century American male writers", "21st-century American novelists", "American Christians", "American fantasy writers", "American game designers", "American male novelists", "American people of Swiss descent", "Board game designers", "Chess variant inventors", "Deaths from abdominal aortic aneurysm", "Dungeons & Dragons game designers", "Former Jehovah's Witnesses", "Novelists from Illinois", "Novelists from Wisconsin", "People from Lake Geneva, Wisconsin", "Writers from Chicago"]}
36
+ {"byte_start": 1397282846, "source_revision": "1197692330", "id": "12850", "title": "Governor of New South Wales", "byte_end": 1415676279, "categories": ["Governors of New South Wales| ", "Lists of viceroys in Australia|New South Wales", "Parliament of New South Wales", "New South Wales-related lists", "1788 establishments in Australia"]}
37
+ {"byte_start": 1415676279, "source_revision": "1198429567", "id": "12851", "title": "Governor of Victoria", "byte_end": 1420723691, "categories": ["Governors of Victoria (Australia)| ", "Lists of viceroys in Australia|Victoria", "Parliament of Victoria", "Victoria (state)-related lists", "1855 establishments in Australia"]}
38
+ {"byte_start": 1420723691, "source_revision": "1021594621", "id": "12852", "title": "List of Governors of Tasmania", "byte_end": 1420734071, "categories": []}
39
+ {"byte_start": 1420734071, "source_revision": "1193888031", "id": "12853", "title": "Talk:Gangsta rap", "byte_end": 1430452315, "categories": []}
40
+ {"byte_start": 1430452315, "source_revision": "1194642962", "id": "12855", "title": "George Bernard Shaw", "byte_end": 1964259720, "categories": ["George Bernard Shaw| ", "1856 births", "1950 deaths", "19th-century British dramatists and playwrights", "19th-century Irish dramatists and playwrights", "19th-century male writers", "20th-century British dramatists and playwrights", "20th-century Irish dramatists and playwrights", "20th-century British male writers", "Accidental deaths from falls", "Accidental deaths in England", "Anti-vivisectionists", "Articles containing video clips", "Best Adapted Screenplay Academy Award winners", "British anti-vaccination activists", "British eugenicists", "British male dramatists and playwrights", "British music critics", "British Nobel laureates", "British male screenwriters", "British socialists", "Burials at Ayot St Lawrence", "Classical music critics", "Deaths from kidney failure", "English-language spelling reform advocates", "Fellows of the Royal Society of Literature", "PEN International", "Irish anti-vaccination activists", "Irish Dominion League", "Irish male dramatists and playwrights", "Irish music critics", "Irish Nobel laureates", "Irish people of English descent", "Irish screenwriters", "Irish socialists", "Members of St Pancras Metropolitan Borough Council", "Members of the Fabian Society", "Writers from Dublin (city)", "Nobel laureates in Literature", "People associated with the British Museum", "People associated with the London School of Economics", "People associated with RADA", "People educated at Wesley College, Dublin", "People from Ayot St Lawrence", "People from Portobello, Dublin", "Victorian novelists", "20th-century British screenwriters", "Holodomor deniers", "Polemicists"]}
41
+ {"byte_start": 1964259720, "source_revision": "1198213981", "id": "12858", "title": "Galvanization", "byte_end": 1973920323, "categories": ["Chemical processes", "Corrosion prevention", "Metal plating", "Zinc", "Bimetal"]}
42
+ {"byte_start": 1973920323, "source_revision": "1198206622", "id": "12859", "title": "Golden Rule", "byte_end": 2135600469, "categories": ["Codes of conduct", "Ethical principles", "Interpersonal relationships", "Life skills", "Philosophy of law", "Positive Mitzvoth", "Religious practices", "Sermon on the Mount"]}
43
+ {"byte_start": 2135600469, "source_revision": "1193888038", "id": "12860", "title": "Talk:Golden Rule", "byte_end": 2174013639, "categories": []}
44
+ {"byte_start": 2174013639, "source_revision": "1186644369", "id": "12861", "title": "Governor of New York", "byte_end": 2177967720, "categories": ["Governor of New York (state)|*", "1777 establishments in New York (state)"]}
45
+ {"byte_start": 2177967720, "source_revision": "1197932277", "id": "12862", "title": "Glasnevin", "byte_end": 2192526031, "categories": ["Glasnevin| ", "Towns and villages in Dublin (city)"]}
46
+ {"byte_start": 2192526031, "source_revision": "1172081567", "id": "12863", "title": "George Abbot (author)", "byte_end": 2193228188, "categories": ["1600s births", "1648 deaths", "Writers from York", "English religious writers", "Lay theologians", "English MPs 1640 (April)", "English MPs 1640\u20131648", "17th-century English male writers", "17th-century English writers", "Roundheads"]}
47
+ {"byte_start": 2193228188, "source_revision": "1182666700", "id": "12866", "title": "Globular cluster", "byte_end": 2280471053, "categories": ["Globular clusters| ", "Star clusters"]}
48
+ {"byte_start": 2280471053, "source_revision": "1192888390", "id": "12867", "title": "George Vancouver", "byte_end": 2352174905, "categories": ["1757 births", "1798 deaths", "18th-century Royal Navy personnel", "18th-century explorers", "18th-century English people", "Burials at St Peter's, Petersham", "English explorers", "English explorers of North America", "English explorers of the Pacific", "English hydrographers", "English people of Dutch descent", "Explorers of Alaska", "Explorers of British Columbia", "Explorers of California", "Explorers of Canada", "Explorers of Oregon", "Explorers of Washington (state)", "History of Bellingham, Washington", "James Cook", "Military personnel from Norfolk", "Mount Rainier", "People from King's Lynn", "Persons of National Historic Significance (Canada)", "Pre-Confederation British Columbia people", "Royal Navy officers", "Royal Navy captains"]}
49
+ {"byte_start": 2352174905, "source_revision": "573901272", "id": "12868", "title": "Ghaggar River", "byte_end": 2352226688, "categories": []}
50
+ {"byte_start": 2352226688, "source_revision": "756014769", "id": "12871", "title": "Genitalia", "byte_end": 2352229482, "categories": []}
51
+ {"byte_start": 2352229482, "source_revision": "1201054061", "id": "12872", "title": "Great Vowel Shift", "byte_end": 2372441176, "categories": ["History of the English language", "Vowel shifts"]}
52
+ {"byte_start": 2372441176, "source_revision": "783863438", "id": "12873", "title": "Gilbert Abbott a Beckett", "byte_end": 2372474817, "categories": []}
53
+ {"byte_start": 2372474817, "source_revision": "1167916856", "id": "12874", "title": "Gilbert Arthur \u00e0 Beckett", "byte_end": 2372731698, "categories": ["1837 births", "1891 deaths", "People associated with Gilbert and Sullivan"]}
54
+ {"byte_start": 2372731698, "source_revision": "1182327504", "id": "12875", "title": "Glaucus (disambiguation)", "byte_end": 2374110151, "categories": []}
55
+ {"byte_start": 2374110151, "source_revision": "1192885649", "id": "12878", "title": "George Gordon, 1st Earl of Aberdeen", "byte_end": 2375143520, "categories": ["1637 births", "1720 deaths", "Nobility from Aberdeenshire", "Academics of the University of Aberdeen", "Alumni of the University of Aberdeen", "Earls of Aberdeen|01", "House of Gordon|George", "Peers of Scotland created by Charles II", "Lord chancellors of Scotland", "Shire Commissioners to the Parliament of Scotland", "Presidents of the Privy Council of Scotland", "Scottish scholars and academics", "Lords President of the Court of Session", "Members of the Parliament of Scotland 1669\u20131674", "Members of the Convention of the Estates of Scotland 1678", "Members of the Parliament of Scotland 1681\u20131682"]}
56
+ {"byte_start": 2375143520, "source_revision": "1198206699", "id": "12879", "title": "George Hamilton-Gordon, 4th Earl of Aberdeen", "byte_end": 2399962541, "categories": ["George Hamilton-Gordon, 4th Earl of Aberdeen| ", "1784 births", "1860 deaths", "Nobility from Edinburgh", "Politicians from Edinburgh", "19th-century British diplomats", "19th-century prime ministers of the United Kingdom", "19th-century Scottish businesspeople", "19th-century Scottish landowners", "19th-century Scottish politicians", "Alumni of St John's College, Cambridge", "British Secretaries of State", "British Secretaries of State for Foreign Affairs", "Chancellors of the Duchy of Lancaster", "Chancellors of the University of Aberdeen", "Diplomatic peers", "Earls of Aberdeen|04", "Fellows of the Royal Society of Edinburgh", "Fellows of the Royal Society", "House of Gordon|George", "Knights of the Thistle", "Knights of the Garter", "Lord-Lieutenants of Aberdeenshire", "Members of the Privy Council of the United Kingdom", "Prime Ministers of the United Kingdom", "Scottish antiquarians", "People educated at Harrow School", "Scottish representative peers", "Viscounts Gordon|01", "Fellows of the Society of Antiquaries of Scotland", "Presidents of the Society of Antiquaries of London", "Grand Crosses of the Order of Saint Stephen of Hungary", "Leaders of the House of Lords", "People from Tarves"]}
57
+ {"byte_start": 2399962541, "source_revision": "1198412965", "id": "12880", "title": "GnuCash", "byte_end": 2403537588, "categories": ["Accounting software for Linux", "Cross-platform software", "Free accounting software", "Free software programmed in C", "GNU Project software", "Office software that uses GTK"]}
58
+ {"byte_start": 2403537588, "source_revision": "1183071992", "id": "12881", "title": "George Robert Aberigh-Mackay", "byte_end": 2403840031, "categories": ["1848 births", "1881 deaths", "19th-century Indian writers", "British people in colonial India", "Indian male writers", "People educated at Magdalen College School, Oxford", "19th-century Indian male writers"]}
59
+ {"byte_start": 2403840031, "source_revision": "1199746556", "id": "12882", "title": "Gallon", "byte_end": 2433884642, "categories": ["Customary units of measurement in the United States", "Imperial units", "Systems of units", "Units of volume", "Alcohol measurement", "Cooking weights and measures"]}
60
+ {"byte_start": 2433884642, "source_revision": "1195334214", "id": "12883", "title": "Gini coefficient", "byte_end": 2548744124, "categories": ["1912 introductions", "1912 in economics", "Concentration indicators", "Demographic economics", "Income inequality metrics", "Welfare economics", "Italian inventions"]}
61
+ {"byte_start": 2548744124, "source_revision": "1199007785", "id": "12884", "title": "GCHQ", "byte_end": 2601674478, "categories": ["GCHQ| ", "1919 establishments in the United Kingdom", "British intelligence agencies", "Computer security organizations", "Cryptography organizations", "Foreign relations of the United Kingdom", "Government agencies established in 1919", "Organisations based in Cheltenham", "Signals intelligence agencies", "Foreign Office during World War II", "Organizations associated with Russian interference in the 2016 United States elections", "Headquarters in the United Kingdom"]}
62
+ {"byte_start": 2601674478, "source_revision": "1073528692", "id": "12885", "title": "Government Communications Headquarters", "byte_end": 2601678821, "categories": []}
63
+ {"byte_start": 2601678821, "source_revision": "334067689", "id": "12887", "title": "Wikipedia:Naming conventions (Polish rulers)", "byte_end": 2602031409, "categories": ["Wikipedia naming conventions proposals|Polish rulers, guidelines for the spelling of names"]}
64
+ {"byte_start": 2602031409, "source_revision": "1194773515", "id": "12888", "title": "Francis Gary Powers", "byte_end": 2630119226, "categories": ["1929 births", "1977 deaths", "American people convicted of spying for the United States", "American people imprisoned abroad", "American people imprisoned in the Soviet Union", "American prisoners of war", "American spies against the Soviet Union", "Aviators killed in aviation accidents or incidents in the United States", "Burials at Arlington National Cemetery", "CIA agents convicted of crimes", "Inmates of Vladimir Central Prison", "Lockheed people", "Milligan University alumni", "Military personnel from Kentucky", "Military personnel from Virginia", "People from Jenkins, Kentucky", "People from Pound, Virginia", "Recipients of the Distinguished Flying Cross (United States)", "Recipients of the Intelligence Star", "Recipients of the Silver Star", "Reconnaissance pilots", "Shot-down aviators", "United States Air Force officers", "Victims of aviation accidents or incidents in 1977", "Victims of helicopter accidents or incidents in the United States"]}
65
+ {"byte_start": 2630119226, "source_revision": "745181823", "id": "12889", "title": "Gastrointestinal Tract", "byte_end": 2630126276, "categories": []}
66
+ {"byte_start": 2630126276, "source_revision": "1201041935", "id": "12890", "title": "Gospel of James", "byte_end": 2642763291, "categories": ["Apocryphal Gospels", "2nd-century Christian texts", "Infancy Gospels|James", "Pseudepigraphy", "James, brother of Jesus", "Texts in Koine Greek"]}
67
+ {"byte_start": 2642763291, "source_revision": "1199667585", "id": "12891", "title": "Gene therapy", "byte_end": 2885577320, "categories": ["Gene therapy| ", "Applied genetics", "Approved gene therapies", "Bioethics", "Biotechnology", "Medical genetics", "Molecular biology", "Molecular genetics", "Gene delivery", "1989 introductions", "1996 introductions", "1989 in biotechnology", "Genetic engineering"]}
68
+ {"byte_start": 2885577320, "source_revision": "1178727600", "id": "12893", "title": "Galatea", "byte_end": 2886490358, "categories": []}
69
+ {"byte_start": 2886490358, "source_revision": "1193888051", "id": "12894", "title": "Talk:Grace Hopper", "byte_end": 2890347703, "categories": []}
70
+ {"byte_start": 2890347703, "source_revision": "1136773725", "id": "12895", "title": "Talk:Grammar/Archive 1", "byte_end": 2893244523, "categories": []}
71
+ {"byte_start": 2893244523, "source_revision": "1198379922", "id": "12896", "title": "Gulf of Oman", "byte_end": 2896732713, "categories": ["Gulf of Oman| ", "Gulfs of Iran", "Seas of Iran", "Bodies of water of Iran", "Gulfs of Pakistan|Oman", "Bodies of water of Pakistan", "Bodies of water of Oman", "Bodies of water of the United Arab Emirates", "Straits of the Indian Ocean|Oman", "Bodies of water of the Arabian Sea", "Iran\u2013Pakistan border", "Oman\u2013United Arab Emirates border", "Western Indo-Pacific"]}
72
+ {"byte_start": 2896732713, "source_revision": "1198207134", "id": "12898", "title": "Grammatical case", "byte_end": 2961754966, "categories": ["Grammatical cases| "]}
73
+ {"byte_start": 2961754966, "source_revision": "1194033460", "id": "12899", "title": "Gestapo", "byte_end": 3145931165, "categories": ["Gestapo", "1933 establishments in Germany", "1945 disestablishments in Germany", "Heinrich Himmler", "Hermann G\u00f6ring", "The Holocaust", "Nazi SS", "Reich Security Main Office", "Reinhard Heydrich", "Secret police"]}
74
+ {"byte_start": 3145931165, "source_revision": "1195393287", "id": "12900", "title": "Grammatical conjugation", "byte_end": 3160538020, "categories": ["Grammatical conjugation| ", "Grammatical number", "Linguistics terminology"]}
75
+ {"byte_start": 3160538020, "source_revision": "1193888063", "id": "12901", "title": "Talk:Girl group", "byte_end": 3164124072, "categories": []}
76
+ {"byte_start": 3164124072, "source_revision": "1188623853", "id": "12902", "title": "Gomoku", "byte_end": 3174856223, "categories": ["Abstract strategy games", "Traditional board games", "Japanese games", "Japanese inventions", "Paper-and-pencil games", "PSPACE-complete problems", "In-a-row games", "Solved games", "Games played on Go boards"]}
77
+ {"byte_start": 3174856223, "source_revision": "1177456300", "id": "12903", "title": "Gegenschein", "byte_end": 3175551854, "categories": ["Observational astronomy", "Optical phenomena"]}
78
+ {"byte_start": 3175551854, "source_revision": "1201071261", "id": "12904", "title": "Glyph", "byte_end": 3179753412, "categories": ["Archaeological terminology", "Graphemes", "Glyphs| ", "Infographics", "Typographical symbols", "Typography"]}
79
+ {"byte_start": 3179753412, "source_revision": "1197800665", "id": "12905", "title": "Goth subculture", "byte_end": 3450720306, "categories": ["Goth subculture| ", "Youth culture", "1980s fashion", "1990s fashion", "2000s fashion", "Musical subcultures", "Culture-related controversies", "Stereotypes", "Youth culture in the United Kingdom", "Youth culture in the United States"]}
80
+ {"byte_start": 3450720306, "source_revision": "1198042895", "id": "12906", "title": "Talk:Great Fire of London", "byte_end": 3465242272, "categories": []}
81
+ {"byte_start": 3465242272, "source_revision": "1201395178", "id": "12908", "title": "Global warming potential", "byte_end": 3481078453, "categories": ["Greenhouse gas emissions", "Climate forcing", "Infrared spectroscopy", "Carbon dioxide", "Equivalent units"]}
82
+ {"byte_start": 3481078453, "source_revision": "528977828", "id": "12909", "title": "Green Bank equation", "byte_end": 3481079242, "categories": []}
83
+ {"byte_start": 3481079242, "source_revision": "1161062824", "id": "12910", "title": "Grothendieck topology", "byte_end": 3486055524, "categories": ["Topos theory", "Sheaf theory"]}
84
+ {"byte_start": 3486055524, "source_revision": "1193888071", "id": "12911", "title": "Talk:Gomoku", "byte_end": 3488249710, "categories": []}
85
+ {"byte_start": 3488249710, "source_revision": "823302201", "id": "12912", "title": "Gung Fu", "byte_end": 3488251754, "categories": []}
86
+ {"byte_start": 3488251754, "source_revision": "1143791149", "id": "12913", "title": "Greens", "byte_end": 3488601729, "categories": []}
87
+ {"byte_start": 3488601729, "source_revision": "1192550952", "id": "12914", "title": "Ghost in the Shell", "byte_end": 3540094824, "categories": ["Ghost in the Shell| ", "Fiction about artificial intelligence", "Bandai Namco franchises", "Fiction about brain\u2013computer interface", "Cyberpunk", "Cyberpunk anime and manga", "Fiction about cyborgs", "Existentialist anime and manga", "Fiction about consciousness transfer", "Fiction about memory erasure and alteration", "Fiction about robots", "IG Port franchises", "Kodansha franchises", "Philosophical anime and manga", "Post-apocalyptic fiction", "Postcyberpunk", "Fiction about prosthetics", "Transhumanism in fiction"]}
88
+ {"byte_start": 3540094824, "source_revision": "320199502", "id": "12915", "title": "Guillain-Barre Syndrome", "byte_end": 3540101569, "categories": []}
89
+ {"byte_start": 3540101569, "source_revision": "1189504850", "id": "12916", "title": "Gauss\u2013Legendre algorithm", "byte_end": 3540817842, "categories": ["Pi algorithms"]}
90
+ {"byte_start": 3540817842, "source_revision": "1195567530", "id": "12917", "title": "Great Internet Mersenne Prime Search", "byte_end": 3556485430, "categories": ["Great Internet Mersenne Prime Search| ", "Distributed prime searches", "Internet properties established in 1996", "1996 establishments in the United States", "Social information processing", "Mathematics websites", "Volunteer computing projects"]}
91
+ {"byte_start": 3556485430, "source_revision": "1182345008", "id": "12919", "title": "Game.com", "byte_end": 3567167277, "categories": ["Products introduced in 1997", "Discontinued handheld game consoles", "Fifth-generation video game consoles", "Handheld game consoles", "Monochrome video game consoles", "1990s toys"]}
92
+ {"byte_start": 3567167277, "source_revision": "1191368529", "id": "12920", "title": "General Packet Radio Service", "byte_end": 3586528779, "categories": ["3GPP standards", "Link protocols", "Telecommunications-related introductions in 1997"]}
93
+ {"byte_start": 3586528779, "source_revision": "783863456", "id": "12921", "title": "GPRS", "byte_end": 3586531844, "categories": []}
94
+ {"byte_start": 3586531844, "source_revision": "1192059755", "id": "12922", "title": "Gnosis", "byte_end": 3612239145, "categories": ["Gnosticism", "Knowledge", "Spiritual faculties", "Theology", "Concepts in ancient Greek epistemology"]}
95
+ {"byte_start": 3612239145, "source_revision": "1159997070", "id": "12923", "title": "Georgian", "byte_end": 3612594024, "categories": ["Romanian masculine given names", "Masculine given names"]}
96
+ {"byte_start": 3612594024, "source_revision": "1185357648", "id": "12924", "title": "Georgian architecture", "byte_end": 3630216338, "categories": ["Georgian architecture| ", "Architectural styles", "British architectural styles", "House styles", "American architectural styles", "18th-century architectural styles", "19th-century architecture"]}
97
+ {"byte_start": 3630216338, "source_revision": "1040259917", "id": "12925", "title": "Wikipedia:Porting Vectorsite articles", "byte_end": 3630303551, "categories": ["Wikipedia sources"]}
98
+ {"byte_start": 3630303551, "source_revision": "1193003878", "id": "12926", "title": "Goshen, Indiana", "byte_end": 3647402435, "categories": ["Goshen, Indiana| ", "Cities in Elkhart County, Indiana", "County seats in Indiana", "Cities in Indiana", "Sundown towns in Indiana", "1831 establishments in Indiana", "populated places established in 1831"]}
99
+ {"byte_start": 3647402435, "source_revision": "62877440", "id": "11633", "title": "Talk:Furry/Archive 2", "byte_end": 3657701018, "categories": []}
100
+ {"byte_start": 3657701018, "source_revision": "1191603042", "id": "11634", "title": "Field extension", "byte_end": 3661831958, "categories": ["Field extensions| "]}
101
+ {"byte_start": 3661831958, "source_revision": "1172819476", "id": "11635", "title": "Flood fill", "byte_end": 3667087749, "categories": ["Computer graphics algorithms", "Articles with example pseudocode", "Flooding algorithms"]}
102
+ {"byte_start": 3667087749, "source_revision": "1198933503", "id": "11636", "title": "Talk:Flood fill", "byte_end": 3668342548, "categories": []}
103
+ {"byte_start": 3668342548, "source_revision": "1191859740", "id": "10993", "title": "Albert, King of Saxony", "byte_end": 3673769373, "categories": ["1828 births", "1902 deaths", "Military personnel from Dresden", "German Roman Catholics", "Field marshals of Saxony", "Field marshals of the German Empire", "House of Wettin", "Albertine branch", "Kings of Saxony", "People of the Austro-Prussian War", "German military personnel of the Franco-Prussian War", "University of Bonn alumni", "Burials at Dresden Cathedral", "Crown Princes of Saxony", "Members of the First Chamber of the Diet of the Kingdom of Saxony", "Recipients of the Pour le M\u00e9rite (military class)", "Recipients of the Iron Cross (1870), 1st class", "Recipients of the Grand Cross of the Iron Cross", "Grand Crosses of the Military Order of Max Joseph", "Grand Crosses of the Military Merit Order (Bavaria)", "Knights of the Golden Fleece of Austria", "Grand Crosses of the Order of Saint Stephen of Hungary", "Knights Cross of the Military Order of Maria Theresa", "Grand Cross of the Legion of Honour", "Knights Grand Cross of the Order of Saints Maurice and Lazarus", "Knights Grand Cross of the Military Order of William", "Recipients of the Order of St. George of the Second Degree", "Extra Knights Companion of the Garter"]}
104
+ {"byte_start": 3673769373, "source_revision": "1183911174", "id": "10996", "title": "Fran\u00e7ois d'Aguilon", "byte_end": 3674921668, "categories": ["1567 births", "1617 deaths", "Mathematicians from the Spanish Netherlands", "Scientists from Antwerp", "Jesuits of the Spanish Netherlands", "Color scientists", "University of Douai alumni", "Jesuit scientists"]}
105
+ {"byte_start": 3674921668, "source_revision": "1192722909", "id": "10997", "title": "Freenet", "byte_end": 3713296546, "categories": ["Free file transfer software", "Free file sharing software", "Distributed file systems", "Anonymous file sharing networks", "Anonymity networks", "Application layer protocols", "Distributed data storage systems", "Distributed data storage", "Distributed data structures", "File sharing", "Free software programmed in Java (programming language)", "Cross-platform software", "Beta software", "Computer-related introductions in 2000", "2000 software", "Key-based routing", "Overlay networks", "Mix networks"]}
106
+ {"byte_start": 3713296546, "source_revision": "1191883668", "id": "10998", "title": "Fortified wine", "byte_end": 3718421928, "categories": ["Fortified wine| ", "Wine styles"]}
107
+ {"byte_start": 3718421928, "source_revision": "1191853184", "id": "10999", "title": "Talk:Freenet", "byte_end": 3724460893, "categories": []}
108
+ {"byte_start": 3724460893, "source_revision": "1201346800", "id": "11000", "title": "Talk:Field (mathematics)", "byte_end": 3742844487, "categories": []}
109
+ {"byte_start": 3742844487, "source_revision": "1190990424", "id": "11001", "title": "Fred Hoyle", "byte_end": 3785928938, "categories": ["1915 births", "2001 deaths", "20th-century atheists", "20th-century British astronomers", "20th-century British novelists", "20th-century English male writers", "Alumni of Emmanuel College, Cambridge", "British atheists", "British cosmologists", "English agnostics", "English male novelists", "English science fiction writers", "Fellows of St John's College, Cambridge", "Fellows of the Royal Society", "Foreign associates of the National Academy of Sciences", "Kalinga Prize recipients", "Knights Bachelor", "Members of the American Philosophical Society", "Panspermia", "People educated at Bingley Grammar School", "People from Bingley", "Plumian Professors of Astronomy and Experimental Philosophy", "Presidents of the Royal Astronomical Society", "Recipients of the Gold Medal of the Royal Astronomical Society", "Royal Medal winners", "Television show creators"]}
110
+ {"byte_start": 3785928938, "source_revision": "1192925569", "id": "11002", "title": "French cuisine", "byte_end": 4028316647, "categories": ["French cuisine| ", "Mediterranean cuisine"]}
111
+ {"byte_start": 4028316647, "source_revision": "1178547041", "id": "11003", "title": "Five-spice powder", "byte_end": 4029727354, "categories": ["Cantonese cuisine", "Herb and spice mixtures", "Powders"]}
112
+ {"byte_start": 4029727354, "source_revision": "1198196272", "id": "11004", "title": "Fundamental group", "byte_end": 4045914074, "categories": ["Algebraic topology", "Homotopy theory"]}
113
+ {"byte_start": 4045914074, "source_revision": "1190412788", "id": "11006", "title": "February 19", "byte_end": 4128473221, "categories": ["Days of the year", "February", "Discordian holidays"]}
114
+ {"byte_start": 4128473221, "source_revision": "1193307020", "id": "11007", "title": "February 24", "byte_end": 4206484581, "categories": ["Days of the year", "February"]}
115
+ {"byte_start": 4206484581, "source_revision": "1200206986", "id": "11008", "title": "February 23", "byte_end": 4286757217, "categories": ["Days of the year", "February"]}
116
+ {"byte_start": 4286757217, "source_revision": "1196107283", "id": "11009", "title": "February 22", "byte_end": 4390574448, "categories": ["Days of the year", "February"]}
117
+ {"byte_start": 4390574448, "source_revision": "1186027507", "id": "11010", "title": "February 21", "byte_end": 4468016760, "categories": ["Days of the year", "February"]}
118
+ {"byte_start": 4468016760, "source_revision": "1189845155", "id": "11011", "title": "FBI (disambiguation)", "byte_end": 4468403630, "categories": []}
119
+ {"byte_start": 4468403630, "source_revision": "1197939460", "id": "11012", "title": "Forth (programming language)", "byte_end": 4528455131, "categories": ["Forth programming language family", "Concatenative programming languages", "Stack-based virtual machines", "Systems programming languages", "Programming languages created in 1970", "Extensible syntax programming languages", "Programming languages with an ISO standard", "Programming languages", "1970 software", "Articles with example C code"]}
120
+ {"byte_start": 4528455131, "source_revision": "1199987048", "id": "15651", "title": "Julian calendar", "byte_end": 4678486584, "categories": ["Julian calendar| ", "Eastern Orthodox liturgy", "Liturgical calendars", "Roman calendar"]}
121
+ {"byte_start": 4678486584, "source_revision": "1199828286", "id": "15654", "title": "John Quincy Adams", "byte_end": 5252304928, "categories": ["John Quincy Adams| ", "1767 births", "1848 deaths", "18th-century American politicians", "18th-century American diplomats", "18th-century Unitarians", "19th-century American diplomats", "19th-century Unitarians", "19th-century presidents of the United States", "Adams political family", "Ambassadors of the United States to Prussia", "Ambassadors of the United States to Russia", "Ambassadors of the United States to the Netherlands", "Ambassadors of the United States to the United Kingdom", "Abolitionists from Massachusetts", "American expatriates in the Dutch Republic", "American people of English descent", "American Unitarians", "Anti-Masonic Party members of the United States House of Representatives from Massachusetts", "Burials in Massachusetts", "Democratic-Republican Party presidents of the United States", "Federalist Party United States senators", "Fellows of the American Academy of Arts and Sciences", "George Washington University trustees", "Hall of Fame for Great Americans inductees", "Harvard College alumni", "Harvard University faculty", "Leiden University alumni", "Massachusetts Democratic-Republicans", "Massachusetts Federalists", "Massachusetts lawyers", "American people of Welsh descent", "Massachusetts state senators", "Members of the American Philosophical Society", "Monroe administration cabinet members", "National Republican Party members of the United States House of Representatives from Massachusetts", "Politicians from Braintree, Massachusetts", "Politicians from Quincy, Massachusetts", "Presidency of John Quincy Adams", "Presidents of the United States", "Quincy family", "Candidates in the 1820 United States presidential election", "Candidates in the 1824 United States presidential election", "Candidates in the 1828 United States presidential election", "United States Secretaries of State", "United States senators from Massachusetts", "Unsuccessful nominees to the United States Supreme Court", "U.S. Congressional gag rules and their sponsors", "Whig Party members of the United States House of Representatives from Massachusetts", "American lawyers admitted to the practice of law by reading law", "American political party founders", "Deans of the United States House of Representatives", "Children of John Adams"]}
122
+ {"byte_start": 5252304928, "source_revision": "1198240304", "id": "15655", "title": "Jurassic", "byte_end": 5470928869, "categories": ["Jurassic| ", "Geological periods"]}
123
+ {"byte_start": 5470928869, "source_revision": "1201554159", "id": "15656", "title": "John Wyndham", "byte_end": 5485328267, "categories": ["1903 births", "1969 deaths", "Military personnel from the West Midlands (county)", "20th-century English male writers", "20th-century English novelists", "20th-century pseudonymous writers", "British Army personnel of World War II", "British Home Guard soldiers", "English short story writers", "English horror writers", "English male non-fiction writers", "English male novelists", "English science fiction writers", "Ghost story writers", "People educated at Blundell's School", "People educated at Bedales School", "People educated at Shardlow Hall", "Writers from Birmingham, West Midlands", "People from Petersfield", "Royal Corps of Signals soldiers"]}
124
+ {"byte_start": 5485328267, "source_revision": "1191730015", "id": "15657", "title": "Jerzy Kosi\u0144ski", "byte_end": 5512885508, "categories": ["1933 births", "1991 suicides", "1991 deaths", "Writers from \u0141\u00f3d\u017a", "People from \u0141\u00f3d\u017a Voivodeship (1919\u20131939)", "20th-century Polish Jews", "Polish emigrants to the United States", "20th-century American novelists", "20th-century Polish novelists", "American male novelists", "Exophonic writers", "Jewish American novelists", "People involved in plagiarism controversies", "Polish male novelists", "Postmodern writers", "Writers from New York City", "Novelists from Connecticut", "Novelists from New York (state)", "University of \u0141\u00f3d\u017a alumni", "Columbia University alumni", "Wesleyan University faculty", "National Book Award winners", "Writers Guild of America Award winners", "Drug-related suicides in New York City", "Best Screenplay BAFTA Award winners", "Suicides in New York City", "Drug-related deaths in New York City", "20th-century American male writers", "20th-century screenwriters", "20th-century American Jews"]}
125
+ {"byte_start": 5512885508, "source_revision": "1183264408", "id": "1528", "title": "Ahmed II", "byte_end": 5515648529, "categories": ["1643 births", "1695 deaths", "Ottoman people of the Great Turkish War", "17th-century Ottoman sultans", "Turks from the Ottoman Empire"]}
126
+ {"byte_start": 5515648529, "source_revision": "1200130439", "id": "1529", "title": "Ahmed III", "byte_end": 5534787441, "categories": ["Turkish male poets", "1673 births", "1736 deaths", "18th-century Ottoman sultans", "Ottoman sultans born to Greek mothers", "Dethroned monarchs"]}
127
+ {"byte_start": 5534787441, "source_revision": "1198233832", "id": "15077", "title": "Indoor rower", "byte_end": 5547275485, "categories": ["Indoor rowing|*", "Exercise equipment", "Rowing equipment"]}
128
+ {"byte_start": 5547275485, "source_revision": "1188216644", "id": "15078", "title": "Internetwork Packet Exchange", "byte_end": 5548581888, "categories": ["Novell NetWare", "Network layer protocols"]}
129
+ {"byte_start": 5548581888, "source_revision": "1195586985", "id": "15079", "title": "International human rights instruments", "byte_end": 5549968501, "categories": ["Human rights instruments|*", "International law|Human rights instruments", "Lists of treaties|Human rights treaties", "Children's rights instruments", "Women's rights instruments"]}
130
+ {"byte_start": 5549968501, "source_revision": "1197746315", "id": "15080", "title": "Indian removal", "byte_end": 5623937755, "categories": ["19th-century colonization of the Americas", "Aboriginal title in the United States", "Andrew Jackson", "Trail of Tears", "Ethnic cleansing in the United States", "Forced migrations of Native Americans in the United States", "Historical migrations", "History of United States expansionism", "Indian Territory", "Legal history of the United States", "Native American genocide", "United States federal Indian policy"]}
131
+ {"byte_start": 5623937755, "source_revision": "1200042113", "id": "15081", "title": "Green Party (Ireland)", "byte_end": 5667472910, "categories": ["Green Party (Ireland)| ", "Green parties in Europe", "Green political parties", "Political parties established in 1981", "Political parties in the Republic of Ireland", "European Green Party", "Global Greens member parties", "All-Ireland political parties"]}
132
+ {"byte_start": 5667472910, "source_revision": "1146732721", "id": "15082", "title": "Talk:Indian removal", "byte_end": 5673424129, "categories": []}
133
+ {"byte_start": 5673424129, "source_revision": "783865753", "id": "15083", "title": "Information Science", "byte_end": 5673428275, "categories": []}
134
+ {"byte_start": 5673428275, "source_revision": "1195840846", "id": "15085", "title": "Iconoclasm", "byte_end": 5796334723, "categories": ["Iconoclasm| ", "Byzantine Iconoclasm| ", "Protestant Reformation", "Religious persecution", "Christian terminology"]}
135
+ {"byte_start": 5796334723, "source_revision": "1079708290", "id": "15086", "title": "IWW (disambiguation)", "byte_end": 5796355845, "categories": []}
136
+ {"byte_start": 5796355845, "source_revision": "1201810451", "id": "15087", "title": "Imbolc", "byte_end": 5814584913, "categories": ["August observances", "Christianity and other religions", "Cross-quarter days", "February observances", "Gaelic culture", "Holidays in Scotland", "Public holidays in the Republic of Ireland", "Irish mythology", "Modern pagan holidays", "Scottish mythology", "Winter holidays (Northern Hemisphere)", "Irish culture", "Manx culture", "Scottish culture"]}
137
+ {"byte_start": 5814584913, "source_revision": "1201461282", "id": "15088", "title": "Isaiah", "byte_end": 5852821856, "categories": ["7th-century BC births", "7th-century BCE Jews", "7th-century BC writers", "8th-century BC births", "8th-century BCE Hebrew people", "8th-century BC writers", "Angelic visionaries", "Christian saints from the Old Testament", "Davidic line", "People whose existence is disputed"]}
138
+ {"byte_start": 5852821856, "source_revision": "1021092571", "id": "15089", "title": "Interpreted language", "byte_end": 5856562511, "categories": []}
139
+ {"byte_start": 5856562511, "source_revision": "938414979", "id": "15090", "title": "Talk:Inflected language", "byte_end": 5856575811, "categories": []}
140
+ {"byte_start": 5856575811, "source_revision": "771884440", "id": "15092", "title": "Id", "byte_end": 5856593306, "categories": []}
141
+ {"byte_start": 5856593306, "source_revision": "1200089795", "id": "15095", "title": "Intifada", "byte_end": 5859329356, "categories": ["Intifadas| ", "Social concepts"]}
142
+ {"byte_start": 5859329356, "source_revision": "1198982037", "id": "15097", "title": "Ionosphere", "byte_end": 5911705577, "categories": ["Ionosphere| ", "Terrestrial plasmas", "Radio frequency propagation"]}
143
+ {"byte_start": 5911705577, "source_revision": "963995993", "id": "15099", "title": "Ido (language)", "byte_end": 5911712981, "categories": []}
144
+ {"byte_start": 5911712981, "source_revision": "1201745881", "id": "15100", "title": "Interlingua", "byte_end": 6002370730, "categories": ["Interlingua| ", "International auxiliary languages", "Constructed languages", "Fusional languages", "Constructed languages introduced in the 1950s", "1951 introductions", "Romance languages"]}
145
+ {"byte_start": 6002370730, "source_revision": "783865765", "id": "15101", "title": "Isotactic", "byte_end": 6002388952, "categories": []}
146
+ {"byte_start": 6002388952, "source_revision": "1198798666", "id": "15102", "title": "Isle of Wight", "byte_end": 6347104698, "categories": ["Isle of Wight| ", "Islands of England", "Islands of the English Channel", "Local government districts of South East England|Isle of Wight", "Natural regions of England", "NUTS 2 statistical regions of the United Kingdom|Isle of Wight", "South East England", "Unitary authority districts of England|Isle of Wight", "Counties of England established in 1974|Isle of Wight"]}
147
+ {"byte_start": 6347104698, "source_revision": "15912610", "id": "15103", "title": "Wikipedia:Intlwiki-L", "byte_end": 6347136424, "categories": []}
148
+ {"byte_start": 6347136424, "source_revision": "55732869", "id": "15104", "title": "Irresistible Force (production identity)", "byte_end": 6347144710, "categories": []}
149
+ {"byte_start": 6347144710, "source_revision": "1192262907", "id": "15107", "title": "Internet Control Message Protocol", "byte_end": 6362303271, "categories": ["Internet protocols", "Internet Standards", "Internet layer protocols", "Network layer protocols"]}
150
+ {"byte_start": 6362303271, "source_revision": "993923620", "id": "15108", "title": "ICMP", "byte_end": 6362340434, "categories": []}
151
+ {"byte_start": 6362340434, "source_revision": "1171374132", "id": "15109", "title": "Inverse limit", "byte_end": 6448762667, "categories": ["Limits (category theory)", "Abstract algebra"]}
152
+ {"byte_start": 6448762667, "source_revision": "1194238805", "id": "15111", "title": "Interplanetary spaceflight", "byte_end": 6473762607, "categories": ["Spaceflight concepts|*", "Articles containing video clips", "Discovery and exploration of the Solar System"]}
153
+ {"byte_start": 6473762607, "source_revision": "1192315213", "id": "15112", "title": "Wave interference", "byte_end": 6493293468, "categories": ["Interference| ", "Wave mechanics"]}
154
+ {"byte_start": 6493293468, "source_revision": "1194442136", "id": "15113", "title": "Talk:Interplanetary spaceflight", "byte_end": 6494257753, "categories": []}
155
+ {"byte_start": 6494257753, "source_revision": "1179616476", "id": "15114", "title": "Indictable offence", "byte_end": 6494874151, "categories": ["Common law", "Crimes", "Criminal law"]}
156
+ {"byte_start": 6494874151, "source_revision": "1149115869", "id": "15115", "title": "Talk:Indictment", "byte_end": 6495029125, "categories": []}
157
+ {"byte_start": 6495029125, "source_revision": "1201728271", "id": "15116", "title": "Inter Milan", "byte_end": 7180687826, "categories": ["Inter Milan| ", "1908 establishments in Italy", "Association football clubs established in 1908", "Coppa Italia winning clubs", "FIFA Club World Cup winning clubs", "Football clubs in Italy", "Football clubs in Milan", "G-14 clubs", "Intercontinental Cup winning clubs", "Italian football First Division clubs", "Serie A clubs", "Serie A winning clubs", "UEFA Champions League winning clubs", "UEFA Cup winning clubs", "Unrelegated association football clubs"]}
158
+ {"byte_start": 7180687826, "source_revision": "15912623", "id": "15117", "title": "IgNobel Prize", "byte_end": 7180693654, "categories": []}
159
+ {"byte_start": 7180693654, "source_revision": "528867469", "id": "15118", "title": "Imbolg", "byte_end": 7180694427, "categories": []}
160
+ {"byte_start": 7180694427, "source_revision": "1201814879", "id": "15119", "title": "Talk:Imbolc", "byte_end": 7183008481, "categories": []}
161
+ {"byte_start": 7183008481, "source_revision": "1198234630", "id": "15120", "title": "Interferon", "byte_end": 7222754877, "categories": ["Cytokines", "Antiviral drugs"]}
162
+ {"byte_start": 7222754877, "source_revision": "1098601171", "id": "15121", "title": "Talk:Interferon", "byte_end": 7223895607, "categories": []}
163
+ {"byte_start": 7223895607, "source_revision": "1201135987", "id": "15123", "title": "Israeli settlement", "byte_end": 7772535899, "categories": ["Israeli settlement| ", "1967 establishments in Israel", "Populated places established in 1967", "Israeli-occupied territories"]}
164
+ {"byte_start": 7772535899, "source_revision": "1189240414", "id": "15125", "title": "Irrealism (the arts)", "byte_end": 7773752789, "categories": ["Critical theory", "Realism (art movement)", "Art movements", "Literary movements", "Philosophical schools and traditions"]}
165
+ {"byte_start": 7773752789, "source_revision": "769027162", "id": "15127", "title": "Internet humor", "byte_end": 7775771744, "categories": []}
166
+ {"byte_start": 7775771744, "source_revision": "1186705231", "id": "15129", "title": "You have two cows", "byte_end": 7786530489, "categories": ["Fictional cattle", "Political satire", "Joke cycles", "Metaphors referring to cattle", "Political metaphors", "Economic policy", "1940s neologisms"]}
167
+ {"byte_start": 7786530489, "source_revision": "1198234189", "id": "15134", "title": "Lightbulb joke", "byte_end": 7836614056, "categories": ["Incandescent light bulbs", "Joke cycles"]}
168
+ {"byte_start": 7836614056, "source_revision": "15912633", "id": "15135", "title": "Internet humor/Long lightbulb jokes", "byte_end": 7836637026, "categories": []}
169
+ {"byte_start": 7836637026, "source_revision": "1164899202", "id": "15137", "title": "Talk:You have two cows", "byte_end": 7838426756, "categories": []}
170
+ {"byte_start": 7838426756, "source_revision": "342720639", "id": "15139", "title": "Honor system virus", "byte_end": 7838674590, "categories": []}
171
+ {"byte_start": 7838674590, "source_revision": "1198022971", "id": "15140", "title": "Talk:Internet humor", "byte_end": 7839020616, "categories": []}
172
+ {"byte_start": 7839020616, "source_revision": "1185481446", "id": "15144", "title": "International Electrotechnical Commission", "byte_end": 7848056744, "categories": ["International Electrotechnical Commission| ", "Organizations established in 1906", "1906 establishments in the United Kingdom", "Electrical engineering organizations", "Electrical safety standards organizations", "International organisations based in Switzerland", "Organisations based in Geneva"]}
173
+ {"byte_start": 7848056744, "source_revision": "1186005248", "id": "15145", "title": "ISO 9660", "byte_end": 7863482256, "categories": ["Amiga APIs", "Apple Inc. file systems", "Compact disc", "Disk file systems", "Ecma standards", "ISO standards|#09660", "Optical computer storage", "Optical disc authoring", "Windows disk file systems"]}
174
+ {"byte_start": 7863482256, "source_revision": "1198235155", "id": "15146", "title": "Ice skating", "byte_end": 7893764629, "categories": ["Ice skating| ", "Skating", "Ice skating sports| ", "Winter Olympic sports", "Articles containing video clips"]}
175
+ {"byte_start": 7893764629, "source_revision": "1201327088", "id": "15147", "title": "International Olympic Committee", "byte_end": 8028830899, "categories": ["International Olympic Committee| ", "1894 establishments in Switzerland", "International sports organisations based in Switzerland", "Sports organizations established in 1894", "United Nations General Assembly observers", "International sports governing bodies|*", "Olympic organizations|*", "Supraorganizations", "Organisations based in Lausanne"]}
176
+ {"byte_start": 8028830899, "source_revision": "733083113", "id": "15148", "title": "List of Presidents of the International Olympic Committee", "byte_end": 8028836562, "categories": []}
177
+ {"byte_start": 8028836562, "source_revision": "1200611297", "id": "15150", "title": "Integrated circuit", "byte_end": 8184355469, "categories": ["Integrated circuits| ", "1949 in computing", "20th-century inventions", "American inventions", "Computer-related introductions in 1949", "Digital electronics", "Discovery and invention controversies", "German inventions", "Semiconductor devices"]}
178
+ {"byte_start": 8184355469, "source_revision": "441954559", "id": "15151", "title": "I-Link", "byte_end": 8184357493, "categories": []}
179
+ {"byte_start": 8184357493, "source_revision": "15912645", "id": "15152", "title": "Impedance match", "byte_end": 8184389918, "categories": []}
180
+ {"byte_start": 8184389918, "source_revision": "15912646", "id": "15153", "title": "Individual cases of anthrax", "byte_end": 8184393610, "categories": []}
181
+ {"byte_start": 8184393610, "source_revision": "1196845776", "id": "15154", "title": "IBM 3270", "byte_end": 8208547284, "categories": ["IBM computer terminals|3270", "IBM display devices|3270", "Block-oriented terminal", "Systems Network Architecture|3270", "Multimodal interaction", "History of human\u2013computer interaction"]}
182
+ {"byte_start": 8208547284, "source_revision": "1200411053", "id": "15155", "title": "I. M. Pei", "byte_end": 8328607934, "categories": ["1917 births", "2019 deaths", "I. M. Pei buildings| ", "Modernist architects", "Skyscraper architects", "20th-century American architects", "21st-century American architects", "Presidential Medal of Freedom recipients", "United States National Medal of Arts recipients", "Pritzker Architecture Prize winners", "National Design Award winners", "Recipients of the Royal Gold Medal", "Recipients of the Praemium Imperiale", "Members of the American Academy of Arts and Letters", "Honorary Members of the Royal Academy", "Members of the Acad\u00e9mie d'architecture", "Members of Committee of 100", "American architects of Chinese descent", "Chinese emigrants to the United States", "Harvard Graduate School of Design alumni", "MIT School of Architecture and Planning alumni", "University of Pennsylvania people", "Alumni of St. Paul's College, Hong Kong", "Architects from Suzhou", "People from Katonah, New York", "American centenarians", "Chinese centenarians", "Men centenarians", "Foreign members of the Chinese Academy of Engineering", "Asia Game Changer Award winners", "Fellows of the American Institute of Architects", "People associated with the Louvre", "Recipients of the AIA Gold Medal", "Members of the American Philosophical Society"]}
183
+ {"byte_start": 8328607934, "source_revision": "1183439054", "id": "15156", "title": "ICD (disambiguation)", "byte_end": 8328765121, "categories": []}
184
+ {"byte_start": 8328765121, "source_revision": "951787691", "id": "15157", "title": "ICD-CM", "byte_end": 8328769475, "categories": []}
185
+ {"byte_start": 8328769475, "source_revision": "1180905254", "id": "15158", "title": "Islamic Jihad", "byte_end": 8329399830, "categories": []}
186
+ {"byte_start": 8329399830, "source_revision": "1195641437", "id": "15161", "title": "I486", "byte_end": 8351707998, "categories": ["Computer-related introductions in 1989", "Intel x86 microprocessors|486", "32-bit microprocessors", "X86 microarchitectures"]}
187
+ {"byte_start": 8351707998, "source_revision": "960700717", "id": "15162", "title": "Intel Pentium", "byte_end": 8351711463, "categories": []}
188
+ {"byte_start": 8351711463, "source_revision": "769040745", "id": "15163", "title": "Internet humour", "byte_end": 8351712700, "categories": []}
189
+ {"byte_start": 8351712700, "source_revision": "1198234331", "id": "15164", "title": "I486SX", "byte_end": 8352098963, "categories": ["Intel x86 microprocessors|486SX", "Computer-related introductions in 1991"]}
190
+ {"byte_start": 8352098963, "source_revision": "1201454930", "id": "15165", "title": "Ivory", "byte_end": 8371131782, "categories": ["Ivory| ", "Sculpture materials"]}
191
+ {"byte_start": 8371131782, "source_revision": "1190429467", "id": "15166", "title": "Infantry fighting vehicle", "byte_end": 8381875383, "categories": ["Armoured fighting vehicles by type", "Infantry fighting vehicles|*", "Armoured warfare"]}
192
+ {"byte_start": 8381875383, "source_revision": "1197520116", "id": "15167", "title": "ICQ", "byte_end": 8409127205, "categories": ["Instant messaging clients", "1996 software", "AIM (software) clients", "AOL", "BlackBerry software", "IOS software", "Symbian software", "2010 mergers and acquisitions", "Mergers and acquisitions of Israeli companies", "Android (operating system) software", "Formerly proprietary software", "1996 establishments in Israel"]}
193
+ {"byte_start": 8409127205, "source_revision": "1201601693", "id": "15169", "title": "Impressionism", "byte_end": 8573066075, "categories": ["Impressionism| ", "Art movements", "French art", "Articles which contain graphical timelines"]}
194
+ {"byte_start": 8573066075, "source_revision": "1200348362", "id": "15170", "title": "Talk:Impressionism", "byte_end": 8577980060, "categories": []}
195
+ {"byte_start": 8577980060, "source_revision": "1196044835", "id": "15172", "title": "Internet slang", "byte_end": 8779757809, "categories": ["Internet slang| ", "Computer-mediated communication", "Internet memes", "Occupational cryptolects", "Slang by language"]}
196
+ {"byte_start": 8779757809, "source_revision": "857779159", "id": "15173", "title": "Islamic", "byte_end": 8779762671, "categories": []}
197
+ {"byte_start": 8779762671, "source_revision": "1186377144", "id": "15174", "title": "Impi", "byte_end": 8793332600, "categories": ["Obsolete occupations", "Zulu culture", "Infantry", "Zulu words and phrases", "Combat occupations", "South African English"]}
198
+ {"byte_start": 8793332600, "source_revision": "1193216300", "id": "15175", "title": "Irish mythology", "byte_end": 8812122583, "categories": ["Irish mythology| ", "Celtic mythology", "Irish-language literature"]}
199
+ {"byte_start": 8812122583, "source_revision": "1198083643", "id": "15176", "title": "Insurance", "byte_end": 9232813086, "categories": ["Insurance| ", "Financial services", "Services sector of the economy", "Articles containing video clips"]}
200
+ {"byte_start": 9232813086, "source_revision": "875953803", "id": "15177", "title": "International Convention for the Prevention of Pollution from Ships", "byte_end": 9232818306, "categories": []}
201
+ {"byte_start": 9232818306, "source_revision": "631577102", "id": "15178", "title": "International environmental law", "byte_end": 9233647931, "categories": []}
202
+ {"byte_start": 9233647931, "source_revision": "1201653731", "id": "15179", "title": "Indira Gandhi", "byte_end": 9882293655, "categories": ["Indira Gandhi| ", "1917 births", "1984 deaths", "20th-century Indian politicians", "20th-century Indian women politicians", "20th-century prime ministers of India", "20th-century women prime ministers", "India MPs 1967\u20131970", "India MPs 1971\u20131977", "India MPs 1977\u20131979", "India MPs 1980\u20131984", "Assassination of Indira Gandhi", "Assassinated prime ministers", "Children of prime ministers of India", "Deaths by firearm in India", "Defence Ministers of India", "Female defence ministers", "Female finance ministers", "Female foreign ministers", "Female interior ministers", "Finance Ministers of India", "Heads of government who were later imprisoned", "Indian Hindus", "Indian socialists", "International School of Geneva alumni", "Kashmiri people", "Recipients of the Lenin Peace Prize", "Lok Sabha members from Andhra Pradesh", "Lok Sabha members from Karnataka", "Lok Sabha members from Uttar Pradesh", "Ministers for Corporate Affairs", "Ministers for External Affairs of India", "Ministers for Information and Broadcasting of India", "Ministers of Internal Affairs of India", "Nehru\u2013Gandhi family", "People associated with Santiniketan", "People educated at Badminton School", "People murdered in Delhi", "People from Raebareli", "People of the Emergency (India)", "Presidents of the Indian National Congress", "Prime Ministers of India", "Rajya Sabha members from Uttar Pradesh", "Recipients of the Bharat Ratna", "Victims of Sikh terrorism", "Women members of the Cabinet of India", "Women members of the Lok Sabha", "Women members of the Rajya Sabha", "Women prime ministers in Asia", "1980s assassinated politicians in Asia", "20th-century assassinated Indian politicians", "Assassinated politicians in 1984"]}
203
+ {"byte_start": 9882293655, "source_revision": "1197213327", "id": "15180", "title": "Intergovernmentalism", "byte_end": 9883209399, "categories": ["Political systems", "Theories", "World government", "International relations theory"]}
204
+ {"byte_start": 9883209399, "source_revision": "1199648465", "id": "15181", "title": "Individualism", "byte_end": 9997064535, "categories": ["Individualism| ", "Libertarian theory"]}
205
+ {"byte_start": 9997064535, "source_revision": "1197420415", "id": "15182", "title": "Talk:Indo-European languages", "byte_end": 10094993833, "categories": []}
206
+ {"byte_start": 10094993833, "source_revision": "1061508466", "id": "15186", "title": "Talk:Intersex/Archive 2", "byte_end": 10099237609, "categories": []}
207
+ {"byte_start": 10099237609, "source_revision": "1198234662", "id": "15187", "title": "In vivo", "byte_end": 10100279173, "categories": ["Latin biological phrases", "Animal test conditions"]}
208
+ {"byte_start": 10100279173, "source_revision": "1196634204", "id": "15188", "title": "In vitro", "byte_end": 10104324086, "categories": ["Latin biological phrases", "Alternatives to animal testing", "Animal test conditions", "Laboratory techniques"]}
209
+ {"byte_start": 10104324086, "source_revision": "1198202834", "id": "15189", "title": "IEEE 754-1985", "byte_end": 10122141124, "categories": ["Computer arithmetic", "IEEE standards", "Floating point", "Computer-related introductions in 1985"]}
210
+ {"byte_start": 10122141124, "source_revision": "1199890852", "id": "15190", "title": "Intel 80186", "byte_end": 10124555080, "categories": ["Intel microcontrollers", "Intel x86 microprocessors|80186", "16-bit microprocessors", "X86 microarchitectures"]}
211
+ {"byte_start": 10124555080, "source_revision": "1197534049", "id": "15191", "title": "Inquisition", "byte_end": 10224395350, "categories": ["Inquisition| ", "Anti-Islam sentiment in Europe", "Anti-Judaism", "Antisemitism in Europe", "Christianity-related controversies", "Counter-Reformation", "Islamophobia in Europe", "Persecution of Muslims by Christians", "Tribunals of the Catholic Church", "Violence against Muslims", "Ethnic persecution"]}
212
+ {"byte_start": 10224395350, "source_revision": "1197112968", "id": "15192", "title": "Isaac", "byte_end": 10300070987, "categories": ["Isaac| ", "Biblical patriarchs", "Children of Abraham", "Christian saints from the Old Testament", "Esau", "People whose existence is disputed", "Vayeira", "Catholic saints", "Eastern Orthodox saints", "Mythological blind people"]}
213
+ {"byte_start": 10300070987, "source_revision": "1201719535", "id": "15193", "title": "Italian Football League", "byte_end": 10303401920, "categories": ["American football in Italy", "American football leagues in Europe", "2008 establishments in Italy", "Sports leagues established in 2008", "American expatriate players of American football"]}
214
+ {"byte_start": 10303401920, "source_revision": "1193889013", "id": "15194", "title": "Talk:Inquisition", "byte_end": 10341975150, "categories": []}
215
+ {"byte_start": 10341975150, "source_revision": "994572895", "id": "15195", "title": "Iduna", "byte_end": 10342003921, "categories": []}
216
+ {"byte_start": 10342003921, "source_revision": "528945366", "id": "15196", "title": "Infra-red radiation", "byte_end": 10342004698, "categories": []}
217
+ {"byte_start": 10342004698, "source_revision": "1018798288", "id": "15197", "title": "Infra-red", "byte_end": 10342006621, "categories": []}
218
+ {"byte_start": 10342006621, "source_revision": "1090577558", "id": "15198", "title": "Indic", "byte_end": 10342063862, "categories": []}
219
+ {"byte_start": 10342063862, "source_revision": "1198697271", "id": "15199", "title": "Papua (province)", "byte_end": 10451995135, "categories": ["Papua (province)| ", "Western New Guinea|*", "Provinces of Indonesia", "Arafura Sea", "Autonomous provinces", "Ethnic conflicts in Indonesia", "Articles containing video clips", "States and territories established in 1963", "1963 establishments in Indonesia"]}
220
+ {"byte_start": 10451995135, "source_revision": "1117024499", "id": "15200", "title": "IMF (disambiguation)", "byte_end": 10452180407, "categories": []}
221
+ {"byte_start": 10452180407, "source_revision": "1200639515", "id": "15201", "title": "Interdisciplinarity", "byte_end": 10477532853, "categories": ["Academia", "Academic discipline interactions", "Knowledge", "<!--Professions-->Occupations", "Pedagogy", "Philosophy of education"]}
222
+ {"byte_start": 10477532853, "source_revision": "15912693", "id": "15202", "title": "Immediate subordinate", "byte_end": 10477534011, "categories": []}
223
+ {"byte_start": 10477534011, "source_revision": "15912694", "id": "15203", "title": "Immediate superior", "byte_end": 10477537765, "categories": []}
224
+ {"byte_start": 10477537765, "source_revision": "1192372536", "id": "15205", "title": "Insertion sort", "byte_end": 10499587719, "categories": ["Comparison sorts", "Stable sorts", "Articles with example pseudocode", "Online sorts"]}
225
+ {"byte_start": 10499587719, "source_revision": "1178440901", "id": "15207", "title": "Ig Nobel Prize", "byte_end": 10507772928, "categories": ["Ig Nobel Prize| ", "1991 establishments in the United States", "Awards established in 1991", "Harvard University", "Ironic and humorous awards", "Humour in science"]}
226
+ {"byte_start": 10507772928, "source_revision": "1200490744", "id": "15208", "title": "Isaac Alb\u00e9niz", "byte_end": 10525989609, "categories": ["1860 births", "1909 deaths", "19th-century classical composers", "19th-century classical pianists", "19th-century Spanish composers", "19th-century Spanish male musicians", "20th-century classical composers", "20th-century classical pianists", "20th-century Spanish composers", "20th-century Spanish male musicians", "Burials at Montju\u00efc Cemetery", "Classical composers from Catalonia", "Catalan pianists", "Composers for piano", "Deaths from nephritis", "Male classical pianists", "Male opera composers", "Pupils of Salomon Jadassohn", "Pupils of Vincent d'Indy", "Spanish classical composers", "Spanish classical pianists", "Spanish male classical composers", "Spanish opera composers", "Spanish Romantic composers", "University of Music and Theatre Leipzig alumni", "Impressionist composers", "Spanish expatriates in France"]}
227
+ {"byte_start": 10525989609, "source_revision": "625780680", "id": "15209", "title": "Talk:Incompetence", "byte_end": 10526000181, "categories": []}
228
+ {"byte_start": 10526000181, "source_revision": "1184638205", "id": "15210", "title": "ITU-R", "byte_end": 10526318255, "categories": ["International Telecommunication Union", "Radio organizations"]}
229
+ {"byte_start": 10526318255, "source_revision": "1163705762", "id": "15211", "title": "Talk:Intel/Archive 1", "byte_end": 10536338184, "categories": []}
230
+ {"byte_start": 10536338184, "source_revision": "1201579211", "id": "15214", "title": "Irish Civil War", "byte_end": 10695009560, "categories": ["Irish Civil War| ", "Civil wars involving the states and peoples of Europe", "Civil wars of the 20th century", "Guerrilla wars", "History of the Republic of Ireland", "Wars involving Ireland", "Irish Free State", "1922 in Ireland", "1923 in Ireland", "Monarchy in the Irish Free State"]}
231
+ {"byte_start": 10695009560, "source_revision": "1201281015", "id": "15215", "title": "Internet Explorer", "byte_end": 11190221837, "categories": ["Internet Explorer| ", "1995 software", "FTP clients", "History of the Internet", "News aggregator software", "Proprietary software", "Windows components", "Windows web browsers", "Computer-related introductions in 1995", "Products and services discontinued in 2015", "Web browsers", "Xbox One software", "Xbox 360 software"]}
232
+ {"byte_start": 11190221837, "source_revision": "528945371", "id": "15217", "title": "Ideolect", "byte_end": 11190223046, "categories": []}
233
+ {"byte_start": 11190223046, "source_revision": "1018798316", "id": "15219", "title": "Insterburg", "byte_end": 11190227017, "categories": []}
234
+ {"byte_start": 11190227017, "source_revision": "1145796448", "id": "15220", "title": "Imprecise language", "byte_end": 11190370298, "categories": ["Language"]}
235
+ {"byte_start": 11190370298, "source_revision": "1200925553", "id": "15221", "title": "Intel 80188", "byte_end": 11190763625, "categories": ["Intel microcontrollers", "Intel x86 microprocessors|80186"]}
236
+ {"byte_start": 11190763625, "source_revision": "1183923253", "id": "15222", "title": "IEEE 802.2", "byte_end": 11192595098, "categories": ["IEEE 802|IEEE 802.02", "Link protocols", "Logical link control"]}
237
+ {"byte_start": 11192595098, "source_revision": "1191963352", "id": "15223", "title": "Invertebrate", "byte_end": 11233151623, "categories": ["Invertebrates| 01", "Zoology", "Paraphyletic groups", "Obsolete animal taxa"]}
238
+ {"byte_start": 11233151623, "source_revision": "1025497571", "id": "15224", "title": "Talk:Imprecise language", "byte_end": 11233243337, "categories": []}
239
+ {"byte_start": 11233243337, "source_revision": "1183618660", "id": "15225", "title": "Ivar Aasen", "byte_end": 11236135393, "categories": ["1813 births", "1896 deaths", "Norwegian philologists", "Norwegian lexicographers", "Norwegian language", "Linguists from Norway", "People from \u00d8rsta", "Translators of the Bible into Norwegian", "19th-century translators", "19th-century Norwegian writers", "19th-century travel writers", "Language reformers", "19th-century lexicographers"]}
240
+ {"byte_start": 11236135393, "source_revision": "1200423069", "id": "15226", "title": "Irredentism", "byte_end": 11365393131, "categories": ["Irredentism| ", "International relations theory", "Pan-nationalism", "Territorial disputes"]}
241
+ {"byte_start": 11365393131, "source_revision": "1199386280", "id": "15227", "title": "Inuit languages", "byte_end": 11415289046, "categories": ["Inuit languages| ", "Eskaleut languages", "Indigenous languages of the North American Arctic|Inuit01", "Languages of Canada|Inuit01", "Indigenous languages of Alaska|Inuit01", "Languages of Greenland", "Inuit culture", "Agglutinative languages", "Indigenous languages of North America"]}
242
+ {"byte_start": 11415289046, "source_revision": "1195449557", "id": "15228", "title": "Talk:Inuit languages", "byte_end": 11417628350, "categories": []}
243
+ {"byte_start": 11417628350, "source_revision": "1201425125", "id": "15229", "title": "Ibn Battuta", "byte_end": 11775516984, "categories": ["1304 births", "1369 deaths", "14th-century Berber people", "14th-century explorers", "14th-century geographers", "14th-century scholars", "Explorers of Arabia", "Explorers of Asia", "Explorers of India", "Geographers of the medieval Islamic world", "Malikis", "Travel writers of the medieval Islamic world", "Moroccan explorers", "Moroccan travel writers", "Moroccan writers", "People from Tangier", "Pilgrimage accounts", "Arab slave owners", "Slavery in Morocco", "Qadis", "Scholars from Delhi", "Delhi Sultanate"]}
244
+ {"byte_start": 11775516984, "source_revision": "1195450831", "id": "15231", "title": "Integrated Services Digital Network", "byte_end": 11825011125, "categories": ["Integrated Services Digital Network| ", "Computer-related introductions in 1988", "Audio network protocols", "ITU-T recommendations", "Network access", "Telephony", "Videotelephony", "Wide area networks"]}
245
+ {"byte_start": 11825011125, "source_revision": "1198235671", "id": "15235", "title": "Genomic imprinting", "byte_end": 11847717735, "categories": ["Molecular genetics", "Gene expression", "Epigenetics"]}
246
+ {"byte_start": 11847717735, "source_revision": "1199265883", "id": "15236", "title": "ICANN", "byte_end": 11899877640, "categories": ["Domain Name System", "Domain name registries", "History of the Internet", "Information technology organizations", "Internet governance organizations", "Internet in the United States", "Non-profit organizations based in California", "Organizations established in 1998", "United States Department of Commerce", "1998 establishments in California"]}
247
+ {"byte_start": 11899877640, "source_revision": "1191019252", "id": "15237", "title": "Iterative method", "byte_end": 11901356597, "categories": ["Iterative methods| ", "Numerical analysis"]}
248
+ {"byte_start": 11901356597, "source_revision": "1113281765", "id": "15238", "title": "International judicial institution", "byte_end": 11901666491, "categories": ["International law|Judicial institutions", "International judicial organizations|Judicial institutions"]}
249
+ {"byte_start": 11901666491, "source_revision": "1198235243", "id": "15239", "title": "International Prize Court", "byte_end": 11901802722, "categories": ["Prize warfare", "Hague Conventions of 1899 and 1907"]}
250
+ {"byte_start": 11901802722, "source_revision": "1197893176", "id": "15240", "title": "Imam", "byte_end": 11922908362, "categories": ["Islamic religious leaders", "Religious leadership roles", "Titles of national or ethnic leadership", "Imams| ", "Islamic honorifics", "Imamate"]}
251
+ {"byte_start": 11922908362, "source_revision": "1172180814", "id": "15242", "title": "Instrument flight rules", "byte_end": 11933588075, "categories": ["Aviation law", "Avionics", "Civil aviation"]}
252
+ {"byte_start": 11933588075, "source_revision": "220260680", "id": "15244", "title": "In Vitro Fertilization", "byte_end": 11933589743, "categories": []}
253
+ {"byte_start": 11933589743, "source_revision": "1186595371", "id": "15245", "title": "Ismail Khan", "byte_end": 11939092715, "categories": ["1946 births", "Living people", "Mujahideen members of the Soviet\u2013Afghan War", "Afghan Tajik people", "Energy ministers of Afghanistan", "Water ministers of Afghanistan", "Jamiat-e Islami politicians", "Survivors of terrorist attacks", "United National Front (Afghanistan) politicians", "Date of birth missing (living people)", "Governors of Herat Province", "Afghan warlords", "20th-century Afghan military personnel", "Afghan military officers"]}
254
+ {"byte_start": 11939092715, "source_revision": "528568558", "id": "15247", "title": "Improvisational theater", "byte_end": 11939093879, "categories": []}
255
+ {"byte_start": 11939093879, "source_revision": "1201113220", "id": "15250", "title": "Indigo", "byte_end": 11980016134, "categories": ["Tertiary colors", "Quaternary colors", "Optical spectrum", "Rainbow colors", "Shades of blue"]}
256
+ {"byte_start": 11980016134, "source_revision": "1201821469", "id": "15251", "title": "International Monetary Fund", "byte_end": 12309457826, "categories": ["International Monetary Fund| ", "International Monetary Fund relations| ", "1945 in economics", "Global policy organizations", "International development organizations", "International finance institutions", "Organizations based in Washington, D.C.", "Organizations established in 1945", "United Nations Development Group", "United Nations Economic and Social Council", "United Nations specialized agencies"]}
257
+ {"byte_start": 12309457826, "source_revision": "1198235323", "id": "15252", "title": "Islands of the Clyde", "byte_end": 12319265596, "categories": ["Islands of the Clyde| ", "Lists of islands of Scotland|Clyde", "Archipelagoes of Scotland", "Archipelagoes of the Atlantic Ocean"]}
258
+ {"byte_start": 12319265596, "source_revision": "1193002550", "id": "15253", "title": "International Bank Account Number", "byte_end": 12386059600, "categories": ["Banking terms", "Financial regulation", "ISO standards", "Bank codes", "Checksum algorithms"]}
259
+ {"byte_start": 12386059600, "source_revision": "1198596974", "id": "15254", "title": "Infinitive", "byte_end": 12414096021, "categories": ["Parts of speech", "Syntactic entities", "Verb types"]}
260
+ {"byte_start": 12414096021, "source_revision": "835812626", "id": "15255", "title": "Intellectual Property law", "byte_end": 12414099617, "categories": []}
261
+ {"byte_start": 12414099617, "source_revision": "1191910771", "id": "15256", "title": "Immaculate Conception", "byte_end": 12585937225, "categories": ["Anglican Mariology", "Articles containing video clips", "Catholic devotions|Immac", "Catholic holy days|Immac", "Catholic Mariology|Immac", "Marian dogmas|Immac", "Our Lady of Lourdes|Immac", "Pope Pius IX Mariology|Immac", "Scotism", "Western Christianity"]}
262
+ {"byte_start": 12585937225, "source_revision": "818071117", "id": "15257", "title": "Scilly Isles", "byte_end": 12585941133, "categories": []}
263
+ {"byte_start": 12585941133, "source_revision": "1190506189", "id": "15258", "title": "Talk:Immaculate Conception", "byte_end": 12599380356, "categories": []}
264
+ {"byte_start": 12599380356, "source_revision": "1138122240", "id": "15260", "title": "Islands of the North Atlantic", "byte_end": 12600253038, "categories": ["Terminology of the British Isles", "Islands of the North Atlantic Ocean", "Geographical neologisms"]}
265
+ {"byte_start": 12600253038, "source_revision": "1161569004", "id": "15261", "title": "Intel DX4", "byte_end": 12600529851, "categories": ["Intel x86 microprocessors|DX4"]}
266
+ {"byte_start": 12600529851, "source_revision": "1145854210", "id": "15262", "title": "Talk:Islands of the North Atlantic", "byte_end": 12600814404, "categories": []}
267
+ {"byte_start": 12600814404, "source_revision": "1021901206", "id": "15263", "title": "Intel 80486DX", "byte_end": 12600855766, "categories": []}
268
+ {"byte_start": 12600855766, "source_revision": "838300112", "id": "15264", "title": "Iapetus (disambiguation)", "byte_end": 12600984673, "categories": []}
269
+ {"byte_start": 12600984673, "source_revision": "1189600030", "id": "15266", "title": "Interactive Fiction Competition", "byte_end": 12601587445, "categories": ["Interactive fiction", "Video game development competitions", "Writing contests"]}
270
+ {"byte_start": 12601587445, "source_revision": "1162344692", "id": "15267", "title": "Immunity", "byte_end": 12601912337, "categories": []}
271
+ {"byte_start": 12601912337, "source_revision": "1193013944", "id": "15268", "title": "Inquests in England and Wales", "byte_end": 12603687940, "categories": ["Civil procedure", "Death in England", "Death in Wales", "Juries in the United Kingdom"]}
272
+ {"byte_start": 12603687940, "source_revision": "1193889021", "id": "15269", "title": "Talk:Irish mythology", "byte_end": 12605119641, "categories": []}
273
+ {"byte_start": 12605119641, "source_revision": "1189423637", "id": "15270", "title": "Index", "byte_end": 12608172852, "categories": []}
274
+ {"byte_start": 12608172852, "source_revision": "1200702640", "id": "15271", "title": "Information retrieval", "byte_end": 12635272509, "categories": ["Information retrieval| ", "Natural language processing"]}
275
+ {"byte_start": 12635272509, "source_revision": "1149591784", "id": "15272", "title": "List of Italian-language poets", "byte_end": 12635684966, "categories": ["Lists of poets by language|Italian poets", "Italian poets| ", "Lists of Italian people|Poets"]}
276
+ {"byte_start": 12635684966, "source_revision": "32972635", "id": "15273", "title": "ICTY", "byte_end": 12635685856, "categories": []}
277
+ {"byte_start": 12635685856, "source_revision": "1195120300", "id": "15274", "title": "International Criminal Tribunal for the former Yugoslavia", "byte_end": 12690232542, "categories": ["International Criminal Tribunal for the former Yugoslavia| ", "Croatian War of Independence", "Kosovo War", "Yugoslav Wars", "War crimes organizations", "Organisations based in The Hague", "Organizations established in 1993", "Organizations disestablished in 2017", "Netherlands and the United Nations", "United Nations courts and tribunals", "Incitement to genocide case law"]}
278
+ {"byte_start": 12690232542, "source_revision": "1201643290", "id": "15275", "title": "ISO 216", "byte_end": 12701031000, "categories": ["ISO standards|#00216", "Stationery", "Metrication", "Technical specifications"]}
279
+ {"byte_start": 12701031000, "source_revision": "1194930041", "id": "15276", "title": "ISO 3864", "byte_end": 12701328488, "categories": ["ISO standards|#03864"]}
280
+ {"byte_start": 12701328488, "source_revision": "1127704581", "id": "15280", "title": "Talk:Infinite product", "byte_end": 12701388427, "categories": []}
281
+ {"byte_start": 12701388427, "source_revision": "1168116514", "id": "15281", "title": "Isaac Abendana", "byte_end": 12701490095, "categories": ["1640s births", "1699 deaths", "Spanish Jews", "Spanish emigrants to the United Kingdom", "People associated with Magdalen College, Oxford", "Academics of the University of Cambridge", "17th-century Jewish theologians"]}
282
+ {"byte_start": 12701490095, "source_revision": "1165929384", "id": "15283", "title": "Talk:I Ching/Archive 2", "byte_end": 12706721515, "categories": []}
283
+ {"byte_start": 12706721515, "source_revision": "1201368527", "id": "15284", "title": "List of intelligence agencies", "byte_end": 12883805629, "categories": ["Lists by country", "Lists of intelligence agencies| ", "Intelligence agencies| ", "Intelligence agencies by country| "]}
284
+ {"byte_start": 12883805629, "source_revision": "1198566672", "id": "15285", "title": "Internet Engineering Task Force", "byte_end": 12894824810, "categories": ["Internet properties established in 1986", "Organizations established in 1986", "Internet governance organizations", "Internet Standard organizations", "Internet-related organizations", "History of the Internet", "Task forces", "1986 establishments in the United States"]}
285
+ {"byte_start": 12894824810, "source_revision": "1192749218", "id": "15286", "title": "ISM radio band", "byte_end": 12901373209, "categories": ["Bandplans", "Radio regulations"]}
286
+ {"byte_start": 12901373209, "source_revision": "1199801042", "id": "15287", "title": "Series (mathematics)", "byte_end": 12952628852, "categories": ["Calculus", "Mathematical series| "]}
287
+ {"byte_start": 12952628852, "source_revision": "1197879833", "id": "15289", "title": "Interrupt", "byte_end": 12971532227, "categories": ["Interrupts| "]}
288
+ {"byte_start": 12971532227, "source_revision": "1196499660", "id": "15290", "title": "Intercalation (timekeeping)", "byte_end": 12972882107, "categories": ["Calendars", "Units of time"]}
289
+ {"byte_start": 12972882107, "source_revision": "1179479025", "id": "15291", "title": "Intercourse", "byte_end": 12973253087, "categories": []}
290
+ {"byte_start": 12973253087, "source_revision": "1195253809", "id": "15292", "title": "Ink", "byte_end": 13007136254, "categories": ["Inks| ", "Printing materials"]}
291
+ {"byte_start": 13007136254, "source_revision": "1069978398", "id": "15293", "title": "Balochistan (Iran)", "byte_end": 13007191757, "categories": []}
292
+ {"byte_start": 13007191757, "source_revision": "1192032020", "id": "15294", "title": "Islamabad Capital Territory", "byte_end": 13034423964, "categories": ["Islamabad Capital Territory| ", "Subdivisions of Pakistan", "Capital districts and territories", "States and territories established in 1960", "1960 establishments in Pakistan", "Islamabad| "]}
293
+ {"byte_start": 13034423964, "source_revision": "1198561390", "id": "15295", "title": "Intelligent design", "byte_end": 14680905038, "categories": ["Intelligent design| ", "Arguments for the existence of God", "Creationist objections to evolution", "Denialism", "Theocracy"]}
294
+ {"byte_start": 14680905038, "source_revision": "1198931201", "id": "15299", "title": "Talk:Intelligent design", "byte_end": 21552870537, "categories": []}
warehouse_00019.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65779dc831e9f4b1ae2db53078296b377edf43dea40e29d2c2619d9882de3783
3
+ size 149073300
warehouse_00019.metadata ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1200917708", "id": "14535", "title": "Music of India", "byte_end": 114865449, "categories": ["Indian music| "]}
2
+ {"byte_start": 114865449, "source_revision": "1189191968", "id": "14536", "title": "List of Indian musical instruments", "byte_end": 119365122, "categories": ["Indian musical instruments|*", "Indian inventions|Musical instruments", "Lists of musical instruments|India", "India music-related lists|Instruments"]}
3
+ {"byte_start": 119365122, "source_revision": "1199835296", "id": "14537", "title": "IRIX", "byte_end": 121843539, "categories": ["Silicon Graphics", "1988 software", "IRIX| ", "Discontinued operating systems", "MIPS operating systems", "UNIX System V"]}
4
+ {"byte_start": 121843539, "source_revision": "1200698861", "id": "14539", "title": "Internet", "byte_end": 633215771, "categories": ["Internet| ", "1969 establishments in the United States", "American inventions", "Computer-related introductions in 1969", "Computer-related introductions in 1989", "Cultural globalization", "Digital technology", "Mass media technology", "Telecommunications", "New media", "Promotion and marketing communications", "Public services", "Telegraphy", "Transport systems", "Virtual reality", "Main topic articles"]}
5
+ {"byte_start": 633215771, "source_revision": "1201790724", "id": "14540", "title": "Indo-European (disambiguation)", "byte_end": 634602594, "categories": []}
6
+ {"byte_start": 634602594, "source_revision": "1198461124", "id": "14541", "title": "Indo-Iranian languages", "byte_end": 644193225, "categories": ["Indo-Iranian languages| ", "Indo-European languages"]}
7
+ {"byte_start": 644193225, "source_revision": "1188810599", "id": "14543", "title": "Industry (economics)", "byte_end": 671185042, "categories": ["Industries (economics)| ", "Industry (economics)|*"]}
8
+ {"byte_start": 671185042, "source_revision": "1187389370", "id": "14544", "title": "Indriidae", "byte_end": 672189341, "categories": ["Lemurs", "Folivores", "Primate families", "Taxa named by Gilbert Thomas Burnett", "Taxa described in 1821"]}
9
+ {"byte_start": 672189341, "source_revision": "1197675548", "id": "14545", "title": "I, Robot", "byte_end": 684042359, "categories": ["I, Robot| ", "1950 short story collections", "Foundation universe books", "Gnome Press books", "Science fiction short story collections", "Science fiction short story collections by Isaac Asimov"]}
10
+ {"byte_start": 684042359, "source_revision": "1194816374", "id": "14546", "title": "Invictus", "byte_end": 702129691, "categories": ["1888 poems", "Victorian poetry"]}
11
+ {"byte_start": 702129691, "source_revision": "1192949141", "id": "14551", "title": "Tertiary sector of the economy", "byte_end": 712026076, "categories": ["Economic sectors|+3", "Services sector of the economy| ", "Private sector|+3"]}
12
+ {"byte_start": 712026076, "source_revision": "1188444612", "id": "14552", "title": "Primary sector of the economy", "byte_end": 717491860, "categories": ["Primary sector of the economy| ", "Private sector|+1", "Economic sectors|+1", "National accounts", "Resource economics", "World economy"]}
13
+ {"byte_start": 717491860, "source_revision": "1195870195", "id": "14553", "title": "Secondary sector of the economy", "byte_end": 720325827, "categories": ["Secondary sector of the economy| ", "Economic sectors|+2", "Private sector|+2"]}
14
+ {"byte_start": 720325827, "source_revision": "1198004275", "id": "14554", "title": "Imaginary number", "byte_end": 737256199, "categories": ["Complex numbers| "]}
15
+ {"byte_start": 737256199, "source_revision": "765886958", "id": "14556", "title": "Input/Output Device", "byte_end": 737258854, "categories": []}
16
+ {"byte_start": 737258854, "source_revision": "1201349633", "id": "14559", "title": "Indictment", "byte_end": 742059956, "categories": ["Criminal law", "Prosecution", "Indictments"]}
17
+ {"byte_start": 742059956, "source_revision": "1201382086", "id": "14560", "title": "Republic of Ireland", "byte_end": 2101357296, "categories": ["Republic of Ireland| ", "Countries in Europe", "Island countries", "Member states of the European Union", "Member states of the United Nations", "OECD members", "English-speaking countries and territories", "Countries and territories where English is an official language", "NUTS 1 statistical regions of the European Union", "Republics"]}
18
+ {"byte_start": 2101357296, "source_revision": "1201052875", "id": "14561", "title": "Irish diaspora", "byte_end": 2277393056, "categories": ["Irish diaspora| ", "European diasporas", "Gaelic culture|Diaspora"]}
19
+ {"byte_start": 2277393056, "source_revision": "1199128834", "id": "14563", "title": "Integer", "byte_end": 2323984692, "categories": ["Elementary mathematics", "Abelian group theory", "Ring theory", "Integers| ", "Elementary number theory", "Algebraic number theory", "Sets of real numbers"]}
20
+ {"byte_start": 2323984692, "source_revision": "1172427898", "id": "14566", "title": "Impressionism in music", "byte_end": 2329568991, "categories": ["Impressionist music"]}
21
+ {"byte_start": 2329568991, "source_revision": "1176188621", "id": "14567", "title": "International trade", "byte_end": 2376290409, "categories": ["International trade| ", "Official statistics"]}
22
+ {"byte_start": 2376290409, "source_revision": "15912113", "id": "14568", "title": "International Trade/Risks", "byte_end": 2376292262, "categories": []}
23
+ {"byte_start": 2376292262, "source_revision": "1193817807", "id": "14569", "title": "Interpolation", "byte_end": 2385283627, "categories": ["Interpolation| ", "Video", "Video signal"]}
24
+ {"byte_start": 2385283627, "source_revision": "1168720673", "id": "14570", "title": "Intension", "byte_end": 2386356250, "categories": ["Concepts in logic", "Semantics", "Definition", "Formal semantics (natural language)", "Concepts in the philosophy of language"]}
25
+ {"byte_start": 2386356250, "source_revision": "1201013845", "id": "14573", "title": "Isaac Asimov", "byte_end": 3064393406, "categories": ["Isaac Asimov| ", "1920 births", "Year of birth uncertain", "1992 deaths", "20th-century American male writers", "20th-century American memoirists", "20th-century American novelists", "20th-century atheists", "20th-century American essayists", "AIDS-related deaths in New York (state)", "American alternate history writers", "American atheists", "American biochemists", "American historians of science", "American humanists", "American humorists", "American male essayists", "American male novelists", "American male short story writers", "American mystery writers", "American people of Russian-Jewish descent", "American science fiction writers", "American science writers", "American short story writers", "American skeptics", "American writers of Russian descent", "Analog Science Fiction and Fact people", "Asimov's Science Fiction people", "Atheist feminists", "Bible commentators", "Boston University faculty", "Boys High School (Brooklyn) alumni", "Columbia Graduate School of Arts and Sciences alumni", "Columbia University School of General Studies alumni", "Critics of religions", "Date of birth unknown", "Fellows of the American Academy of Arts and Sciences", "Futurians", "Historians of astronomy", "Hugo Award-winning writers", "Humor researchers", "Jewish American atheists", "Jewish American military personnel", "Jewish American novelists", "Jewish American short story writers", "Jewish feminists", "Jewish skeptics", "Male feminists", "Mensans", "Military personnel from New York City", "Military personnel from New York (state)", "Naturalized citizens of the United States", "Nebula Award winners", "New York (state) Democrats", "Novelists from Massachusetts", "Novelists from New York (state)", "People from Smolensk Oblast", "People from the Upper West Side", "Pulp fiction writers", "SFWA Grand Masters", "Science Fiction Hall of Fame inductees", "Scientists from New York City", "Soviet emigrants to the United States", "United States Army non-commissioned officers", "United States Navy civilians", "Writers about religion and science", "Writers from Brooklyn", "Yiddish-speaking people"]}
26
+ {"byte_start": 3064393406, "source_revision": "1198213021", "id": "14575", "title": "Izabella Scorupco", "byte_end": 3068423811, "categories": ["1970 births", "20th-century Polish actresses", "21st-century Polish actresses", "20th-century Swedish actresses", "21st-century Swedish actresses", "20th-century American actresses", "21st-century American actresses", "Living people", "Actors from Bia\u0142ystok", "Musicians from Bia\u0142ystok", "Polish emigrants to Sweden", "Polish expatriates in the United States", "Polish female models", "Polish film actresses", "American female models", "American film actresses", "Swedish expatriates in the United States", "Swedish female models", "Swedish film actresses", "People with acquired Swedish citizenship", "People with acquired American citizenship", "American people of Polish descent", "American people of Swedish descent"]}
27
+ {"byte_start": 3068423811, "source_revision": "829460133", "id": "14576", "title": "Irrationalism and Aestheticism", "byte_end": 3068502643, "categories": []}
28
+ {"byte_start": 3068502643, "source_revision": "340508772", "id": "14577", "title": "Talk:Irrationalism and Aestheticism", "byte_end": 3068575320, "categories": []}
29
+ {"byte_start": 3068575320, "source_revision": "1199919565", "id": "14579", "title": "Indonesia", "byte_end": 4691455372, "categories": ["Countries in Asia", "Member states of ASEAN", "Member states of the Organisation of Islamic Cooperation", "1945 establishments in Indonesia", "Island countries", "1945 establishments in Asia", "1945 establishments in Southeast Asia", "Countries in Melanesia", "Developing 8 Countries member states", "E7 nations", "G15 nations", "G20 members", "Former OPEC member states", "Member states of the United Nations", "Newly industrializing countries", "Republics", "Southeast Asian countries", "States and territories established in 1945", "Countries and territories where Malay is an official language"]}
30
+ {"byte_start": 4691455372, "source_revision": "1191060052", "id": "16744", "title": "Keno", "byte_end": 4697230916, "categories": ["Bingo", "Lotteries", "Gambling games"]}
31
+ {"byte_start": 4697230916, "source_revision": "1190395575", "id": "16745", "title": "Kenyanthropus", "byte_end": 4701449094, "categories": ["Hominini", "Prehistoric primate genera", "Pliocene primates", "Fossil taxa described in 2001", "Prehistoric Kenya", "Pliocene mammals of Africa"]}
32
+ {"byte_start": 4701449094, "source_revision": "1201699617", "id": "1530", "title": "Ainu people", "byte_end": 5036810008, "categories": ["Ainu people| ", "Ainu| ", "Ethnic groups in Japan", "Ethnic groups in Russia", "History of Hokkaido", "History of Northeast Asia", "History of Sakhalin", "Indigenous peoples of East Asia", "People of Kamakura-period Japan", "Russian people of Japanese descent", "Genocides in Asia"]}
33
+ {"byte_start": 5036810008, "source_revision": "783845969", "id": "1533", "title": "Aix-la-Chapelle", "byte_end": 5036812356, "categories": []}
34
+ {"byte_start": 5036812356, "source_revision": "15900003", "id": "1535", "title": "Acorn (fruit of the oak tree)", "byte_end": 5036861697, "categories": []}
35
+ {"byte_start": 5036861697, "source_revision": "1201393068", "id": "1536", "title": "Acropolis", "byte_end": 5042475672, "categories": ["Acropoleis in Greece| ", "Ancient Greek architecture", "Culture of Greece", "Archaeological terminology", "Ancient Greek fortifications"]}
36
+ {"byte_start": 5042475672, "source_revision": "1201459917", "id": "1537", "title": "Acupuncture", "byte_end": 6433784175, "categories": ["Alternative medicine", "Chinese inventions", "Energy therapies", "Pain management", "Pseudoscience", "Traditional Chinese medicine"]}
37
+ {"byte_start": 6433784175, "source_revision": "1155007516", "id": "1538", "title": "Adder (disambiguation)", "byte_end": 6434144400, "categories": []}
38
+ {"byte_start": 6434144400, "source_revision": "783845973", "id": "1539", "title": "Adirondacks", "byte_end": 6434179704, "categories": []}
39
+ {"byte_start": 6434179704, "source_revision": "1190144470", "id": "1540", "title": "Aeneas", "byte_end": 6461003514, "categories": ["Trojan Leaders", "Characters in the Aeneid", "Greek mythological heroes", "Children of Aphrodite", "Characters in Roman mythology", "Heroes who ventured to Hades", "Demigods in classical mythology", "Legendary progenitors", "Metamorphoses characters", "Articles containing video clips"]}
40
+ {"byte_start": 6461003514, "source_revision": "1197030827", "id": "1541", "title": "April 13", "byte_end": 6583663069, "categories": ["Days of the year", "April"]}
41
+ {"byte_start": 6583663069, "source_revision": "1198147269", "id": "1542", "title": "Amaranth", "byte_end": 6627673459, "categories": ["Amaranthus| ", "Leaf vegetables", "Tropical agriculture", "Asian vegetables", "Pseudocereals", "E-number additives"]}
42
+ {"byte_start": 6627673459, "source_revision": "1183571400", "id": "1543", "title": "Agapanthus africanus", "byte_end": 6628203194, "categories": ["Agapanthus|africanus", "Endemic flora of the Cape Provinces", "Plants described in 1824", "Plants described in 1753", "Taxa named by Carl Linnaeus"]}
43
+ {"byte_start": 6628203194, "source_revision": "1196201190", "id": "1544", "title": "Agamemnon", "byte_end": 6659269153, "categories": ["Achaean Leaders", "Agamemnon| ", "Deeds of Artemis", "Filicide in mythology", "Greek mythological heroes", "Kings in Greek mythology", "Kings of Mycenae", "Metamorphoses characters"]}
44
+ {"byte_start": 6659269153, "source_revision": "1146373467", "id": "1545", "title": "Aga Khan I", "byte_end": 6663098162, "categories": ["People of Qajar Iran", "1804 births", "1881 deaths", "Aga Khans", "Iranian Ismailis", "Indian Ismailis", "Indian imams", "People from Qom Province", "Iranian emigrants to India", "19th-century Iranian people", "19th-century Ismailis"]}
45
+ {"byte_start": 6663098162, "source_revision": "1199220540", "id": "1546", "title": "Aga Khan III", "byte_end": 6677220003, "categories": ["1877 births", "1957 deaths", "Qajar dynasty", "Aga Khan Development Network", "British racehorse owners and breeders", "Owners of Epsom Derby winners", "Pakistani racehorse owners and breeders", "Pakistani philanthropists", "Pakistani religious leaders", "20th-century Indian philanthropists", "Leaders of the Pakistan Movement", "Pakistan Movement", "Aga Khans", "Indian members of the Privy Council of the United Kingdom", "Presidents of the Assembly of the League of Nations", "People educated at Eton College", "Knights Grand Commander of the Order of the Indian Empire", "Knights Grand Commander of the Order of the Star of India", "Knights Grand Cross of the Order of St Michael and St George", "Knights Grand Cross of the Royal Victorian Order", "Indian knights", "Indian Ismailis", "Pakistani Ismailis", "Indian imams", "Pakistani imams", "20th-century imams", "Founders of Indian schools and colleges", "People from Karachi", "Pakistani people of Iranian descent", "Owners of Prix de l'Arc de Triomphe winners", "Pakistani people of Arab descent", "British people of Arab descent", "19th-century Ismailis", "20th-century Ismailis"]}
46
+ {"byte_start": 6677220003, "source_revision": "1183637603", "id": "1547", "title": "Agasias", "byte_end": 6677258651, "categories": ["Greek masculine given names", "Masculine given names"]}
47
+ {"byte_start": 6677258651, "source_revision": "1192483606", "id": "1548", "title": "Alexander Agassiz", "byte_end": 6680369559, "categories": ["1835 births", "1910 deaths", "19th-century American zoologists", "20th-century American zoologists", "American curators", "American ichthyologists", "Agassiz family", "Members of the United States National Academy of Sciences", "Fellows of the American Academy of Arts and Sciences", "Foreign Members of the Royal Society", "Honorary Fellows of the Royal Society of Edinburgh", "Recipients of the Pour le M\u00e9rite (civil class)", "Victoria Medal recipients", "Calumet and Hecla Mining Company personnel", "United States Coast Survey personnel", "Harvard John A. Paulson School of Engineering and Applied Sciences alumni", "Swiss emigrants to the United States", "People from Neuch\u00e2tel", "People who died at sea", "Members of the G\u00f6ttingen Academy of Sciences and Humanities", "Members of the Royal Society of Sciences in Uppsala"]}
48
+ {"byte_start": 6680369559, "source_revision": "1187180155", "id": "1549", "title": "Agathon", "byte_end": 6681867521, "categories": ["440s BC births", "Year of birth unknown", "400s BC deaths", "Year of death unknown", "5th-century BC Athenians", "Ancient Greek dramatists and playwrights", "Ancient Greek poets", "Ancient Greek LGBT people", "Courtiers of Archelaus I of Macedon", "Tragic poets", "5th-century BC poets"]}
49
+ {"byte_start": 6681867521, "source_revision": "1199137278", "id": "1550", "title": "Agesilaus II", "byte_end": 6691244487, "categories": ["440s BC births", "Year of birth uncertain", "358 BC deaths", "Year of death uncertain", "4th-century BC Spartans", "Eurypontid kings of Sparta", "Ancient Greek generals", "Ancient Greek LGBT people", "Spartan hegemony"]}
50
+ {"byte_start": 6691244487, "source_revision": "1159998806", "id": "1551", "title": "Agis", "byte_end": 6691379191, "categories": ["Greek masculine given names", "Masculine given names"]}
51
+ {"byte_start": 6691379191, "source_revision": "1175955417", "id": "1552", "title": "Antonio Agliardi", "byte_end": 6691772533, "categories": ["1832 births", "1915 deaths", "Clergy from the Province of Bergamo", "Apostolic Nuncios to Austria", "20th-century Italian cardinals", "Cardinal-bishops of Albano", "Cartellverband members", "19th-century Italian Roman Catholic archbishops", "20th-century Italian Roman Catholic archbishops", "Apostolic Nuncios to Bavaria", "Cardinals created by Pope Leo XIII", "Roman Catholic titular archbishops of Caesarea"]}
52
+ {"byte_start": 6691772533, "source_revision": "1181860648", "id": "1553", "title": "Agnes of Merania", "byte_end": 6692278783, "categories": ["1175 births", "1201 deaths", "Queens consort of France", "Repudiated queens", "House of Andechs", "House of Capet", "12th-century French people", "12th-century French women", "13th-century French people", "13th-century French women", "Wives of Philip II of France", "Deaths in childbirth"]}
53
+ {"byte_start": 6692278783, "source_revision": "1199256435", "id": "1555", "title": "Talk:Azincourt", "byte_end": 6692349435, "categories": []}
54
+ {"byte_start": 6692349435, "source_revision": "1194905528", "id": "1556", "title": "Agrippina the Elder", "byte_end": 6705410247, "categories": ["10s BC births", "33 deaths", "1st-century BC Roman women", "1st-century Roman women", "Ancient Roman women in warfare", "Burials at the Mausoleum of Augustus", "Children of Marcus Vipsanius Agrippa", "Deaths by starvation", "Germanicus", "Julio-Claudian dynasty", "Vipsanii Agrippae", "Women in 1st-century warfare", "Year of birth uncertain"]}
55
+ {"byte_start": 6705410247, "source_revision": "1198128996", "id": "1557", "title": "Agrippina the Younger", "byte_end": 6755024434, "categories": ["15 births", "59 deaths", "1st-century executions", "1st-century Roman empresses", "Augustae", "Children of Germanicus", "Family of Nero", "Female murder victims", "Incest", "Julii Caesares", "Murdered ancient Roman empresses", "People from Cologne", "Unsolved murders in Italy", "Wives of Claudius"]}
56
+ {"byte_start": 6755024434, "source_revision": "1194874671", "id": "1558", "title": "American Chinese cuisine", "byte_end": 6804981947, "categories": ["American Chinese cuisine| ", "Chinese-American history|Cuisine", "Chinese-American culture|Cuisine", "Chinese cuisine", "Hawaiian cuisine"]}
57
+ {"byte_start": 6804981947, "source_revision": "1117643485", "id": "1559", "title": "Ahenobarbus", "byte_end": 6805904842, "categories": []}
58
+ {"byte_start": 6805904842, "source_revision": "1201795445", "id": "1560", "title": "Ahmad Shah Durrani", "byte_end": 6875403821, "categories": ["1722 births", "1772 deaths", "18th-century Afghan monarchs", "Emirs of Afghanistan", "Durrani dynasty|Ahmad Shah", "18th-century Afghan poets", "Afsharid generals", "Pashtun people", "Pashto-language poets", "People from Herat", "People from Kandahar", "People from Multan", "Afghan Muslims", "18th-century monarchs in Asia"]}
59
+ {"byte_start": 6875403821, "source_revision": "52632018", "id": "1561", "title": "Aidan of Dalriada", "byte_end": 6875408329, "categories": []}
60
+ {"byte_start": 6875408329, "source_revision": "1189940384", "id": "1563", "title": "Arthur Aikin", "byte_end": 6875957477, "categories": ["1773 births", "1854 deaths", "English mineralogists", "19th-century British chemists", "People from Warrington", "Fellows of the Linnean Society of London", "People from Hoxton", "English Unitarians", "Anna Laetitia Barbauld", "18th-century English writers", "18th-century English male writers", "19th-century English writers"]}
61
+ {"byte_start": 6875957477, "source_revision": "1180144575", "id": "1564", "title": "Ailanthus", "byte_end": 6876901878, "categories": ["Ailanthus| ", "Sapindales genera"]}
62
+ {"byte_start": 6876901878, "source_revision": "1181106595", "id": "1565", "title": "Aimoin of Fleury", "byte_end": 6877099183, "categories": ["960s births", "Year of birth unknown", "1010s deaths", "Year of death unknown", "French chroniclers", "French Christian monks", "11th-century French historians", "11th-century writers in Latin"]}
63
+ {"byte_start": 6877099183, "source_revision": "1199643003", "id": "1566", "title": "Akkadian Empire", "byte_end": 7020156880, "categories": ["Akkadian Empire| ", "States and territories established in the 3rd millennium BC", "States and territories disestablished in the 3rd millennium BC", "Assyrian geography", "Ancient Mesopotamia", "Ancient Upper Mesopotamia", "Ancient Levant", "24th-century BC establishments", "3rd-millennium BC disestablishments", "Former monarchies of Asia", "Nimrod", "Former empires"]}
64
+ {"byte_start": 7020156880, "source_revision": "1185026842", "id": "1567", "title": "Ajax the Lesser", "byte_end": 7022717135, "categories": ["Suitors of Helen", "Achaean Leaders", "Mythological rapists", "Metamorphoses characters", "Characters in the Aeneid", "Locrians", "Deeds of Poseidon"]}
65
+ {"byte_start": 7022717135, "source_revision": "1193155151", "id": "1568", "title": "Ajax the Great", "byte_end": 7039077248, "categories": ["Suitors of Helen", "Achaean Leaders", "Kings of Argos", "Characters in the Odyssey", "Suicides in Greek mythology", "Tutelary gods", "Metamorphoses characters", "Salaminian characters in Greek mythology", "Metamorphoses into flowers in Greek mythology"]}
66
+ {"byte_start": 7039077248, "source_revision": "1194205503", "id": "1569", "title": "Ajax", "byte_end": 7043451508, "categories": []}
67
+ {"byte_start": 7043451508, "source_revision": "1198129104", "id": "1570", "title": "Alaric I", "byte_end": 7072070002, "categories": ["410 deaths", "5th-century Visigothic monarchs", "Balt dynasty", "People from Tulcea County", "5th-century Arian Christians", "Ancient Italian history", "Gothic warriors", "4th-century monarchs in Europe", "Year of birth unknown", "4th-century Gothic people", "390s in the Byzantine Empire"]}
68
+ {"byte_start": 7072070002, "source_revision": "1178263793", "id": "1571", "title": "Alaric II", "byte_end": 7073541165, "categories": ["Balt dynasty", "Ancient child monarchs", "507 deaths", "5th-century Visigothic monarchs", "6th-century Visigothic monarchs", "Monarchs killed in action", "Year of birth unknown", "Year of birth uncertain"]}
69
+ {"byte_start": 7073541165, "source_revision": "1201558611", "id": "15766", "title": "James Brown", "byte_end": 7870316185, "categories": ["James Brown| ", "1933 births", "2006 deaths", "20th-century American composers", "20th-century American singer-songwriters", "21st-century American composers", "21st-century American singer-songwriters", "Activists for African-American civil rights", "African-American composers", "African-American male composers", "African-American male dancers", "African-American male singers", "African-American record producers", "African-American rock musicians", "African-American songwriters", "American expatriates in Nigeria", "American expatriates in Zambia", "American funk keyboardists", "American funk singers", "American male composers", "American male dancers", "American male organists", "American male singers", "American multi-instrumentalists", "American people convicted of assault", "American people convicted of drug offenses", "American people convicted of robbery", "American people of Chinese descent", "American people who self-identify as being of Native American descent", "American rhythm and blues singers", "American rhythm and blues singer-songwriters", "American robbers", "American soul keyboardists", "American soul singers", "American tenors", "Black conservatism in the United States", "Burials in South Carolina", "Deaths from pneumonia in Georgia (U.S. state)", "Education activists", "Federal Records artists", "Grammy Award winners", "Grammy Lifetime Achievement Award winners", "James Brown Orchestra members", "King Records artists", "Musicians from Atlanta", "Musicians from Augusta, Georgia", "People from Barnwell, South Carolina", "People from Beech Island, South Carolina", "People from Toccoa, Georgia", "Polydor Records artists", "Recipients of American gubernatorial pardons", "Record producers from Georgia (U.S. state)", "Record producers from South Carolina", "Scotti Brothers Records artists", "Sexual assaults in the United States", "Singers from Georgia (U.S. state)", "Singers from South Carolina", "A&M Records artists", "Smash Records artists", "The J.B.'s members", "The Famous Flames members", "Kennedy Center honorees"]}
70
+ {"byte_start": 7870316185, "source_revision": "1189218820", "id": "15767", "title": "Jon Postel", "byte_end": 7875009335, "categories": ["1943 births", "1998 deaths", "Van Nuys High School alumni", "American computer scientists", "University of California, Los Angeles alumni", "Internet pioneers", "Place of birth missing"]}
71
+ {"byte_start": 7875009335, "source_revision": "1148720073", "id": "15768", "title": "Joyce K. Reynolds", "byte_end": 7875279979, "categories": ["1952 births", "2015 deaths", "American computer scientists", "American women computer scientists", "University of Southern California alumni", "Internet pioneers", "Women Internet pioneers", "21st-century American women"]}
72
+ {"byte_start": 7875279979, "source_revision": "1195254896", "id": "15769", "title": "Julmust", "byte_end": 7876920717, "categories": ["Christmas food", "Soft drinks", "Swedish drinks", "Soft beers and malt drinks", "Non-alcoholic drinks", "Swedish words and phrases"]}
73
+ {"byte_start": 7876920717, "source_revision": "1196809541", "id": "15770", "title": "Jules Verne", "byte_end": 8058212646, "categories": ["Jules Verne| ", "1828 births", "1905 deaths", "19th-century French dramatists and playwrights", "19th-century French essayists", "19th-century French non-fiction writers", "19th-century French novelists", "19th-century French poets", "19th-century French short story writers", "20th-century French novelists", "Burials in France", "Knights of the Legion of Honour", "Deaths from diabetes", "French deists", "French fantasy writers", "French historical fiction writers", "French horror writers", "French male dramatists and playwrights", "French male essayists", "French male non-fiction writers", "French male novelists", "French male poets", "French male short story writers", "French mystery writers", "French people of Scottish descent", "French science fiction writers", "History of science fiction", "Maritime writers", "Members of the Ligue de la patrie fran\u00e7aise", "Military science fiction writers", "Science Fiction Hall of Fame inductees", "Stockbrokers", "Surrealist writers", "Writers from Brittany", "Writers from Nantes", "Writers of Gothic fiction", "Writers of historical fiction set in the early modern period"]}
74
+ {"byte_start": 8058212646, "source_revision": "1196347124", "id": "15771", "title": "Johannes Rau", "byte_end": 8064709364, "categories": ["Johannes Rau| ", "1931 births", "2006 deaths", "20th-century presidents of Germany", "All-German People's Party politicians", "Presidents of the German Bundesrat", "Members of the Landtag of North Rhine-Westphalia", "German Lutherans", "Lutheran pacifists", "German Christian socialists", "Politicians from the Rhine Province", "Politicians from Wuppertal", "Presidents of Germany", "Social Democratic Party of Germany politicians", "Collars of the Order of the White Lion", "Recipients of the Collar of the Order of the Cross of Terra Mariana", "Recipients of the Grand Star of the Decoration for Services to the Republic of Austria", "Recipients of the Olympic Order", "Collars of the Order of Isabella the Catholic", "Lutheran socialists", "Ministers-President of North Rhine-Westphalia", "Grand Crosses Special Class of the Order of Merit of the Federal Republic of Germany", "Burials at the Dorotheenstadt Cemetery", "Recipients of the Order of the White Eagle (Poland)"]}
75
+ {"byte_start": 8064709364, "source_revision": "1198787612", "id": "15772", "title": "Jackson", "byte_end": 8069673885, "categories": []}
76
+ {"byte_start": 8069673885, "source_revision": "1188659688", "id": "15773", "title": "Jabal Ram", "byte_end": 8069738282, "categories": ["Mountains of Jordan|Ram"]}
77
+ {"byte_start": 8069738282, "source_revision": "657732337", "id": "15776", "title": "User:JasonR~enwiki", "byte_end": 8069744297, "categories": []}
78
+ {"byte_start": 8069744297, "source_revision": "1200929675", "id": "15777", "title": "Joseph Goebbels", "byte_end": 8586958080, "categories": ["Joseph Goebbels| ", "1897 births", "1945 suicides", "1945 deaths", "20th-century Chancellors of Germany", "20th-century diarists", "Adolf Hitler", "Antisemitism in Germany", "Burials in Germany", "Filicides in Germany", "Gauleiters", "German anti-capitalists", "German anti-communists", "German conspiracy theorists", "German diarists", "German mass murderers", "German murderers of children", "German nationalists", "German politicians who committed suicide", "German people of Dutch descent", "German people of World War II", "German propagandists", "Goebbels family|Joseph", "Government ministers with disabilities", "German politicians with disabilities", "Heidelberg University alumni", "Holocaust perpetrators", "Joint suicides by Nazis", "Kirchenkampf", "Members of the Academy for German Law", "Members of the Reichstag of Nazi Germany", "Members of the Reichstag of the Weimar Republic", "Murder\u2013suicides in Germany", "National Socialist Working Association members", "Nazi Germany ministers", "Nazi Party officials", "Nazi Party politicians", "Nazi propagandists", "Nazis who committed suicide in Nazi Germany", "People from M\u00f6nchengladbach", "Politicians from the Rhine Province", "Presidents of the Organising Committees for the Olympic Games", "Quandt family", "Reichsleiters", "Suicides by firearm in Germany", "University of Bonn alumni", "University of Freiburg alumni", "University of W\u00fcrzburg alumni", "Volkssturm personnel"]}
79
+ {"byte_start": 8586958080, "source_revision": "1200592503", "id": "15780", "title": "Coen brothers", "byte_end": 8750063399, "categories": ["1954 births", "1957 births", "Living people", "20th-century American Jews", "20th-century American male writers", "20th-century American screenwriters", "21st-century American Jews", "21st-century American male writers", "21st-century American screenwriters", "American film directors", "American film editors", "American film producers", "American male screenwriters", "Best Adapted Screenplay Academy Award winners", "Best Directing Academy Award winners", "Best Director BAFTA Award winners", "Best Original Screenplay Academy Award winners", "Best Screenplay Golden Globe winners", "Brother duos", "Cannes Film Festival Award for Best Director winners|Coen, Joel", "Comedy film directors", "Directors Guild of America Award winners", "Directors of Palme d'Or winners|Coen, Joel", "Film directors from Minnesota", "Film producers from Minnesota", "Filmmaking duos", "Independent Spirit Award for Best Director winners|Coen, Joel", "Jewish American screenwriters", "Jewish American writers", "Jewish film people", "Jews from Minnesota", "Postmodernist filmmakers", "Producers who won the Best Picture Academy Award", "Pseudonymous artists", "Screenwriting duos", "Screenwriters from Minnesota", "Sibling filmmakers", "Skydance Media people", "Sundance Film Festival award winners", "Tisch School of the Arts alumni", "Writers Guild of America Award winners", "Directors of Best Picture Academy Award winners", "Film duos"]}
80
+ {"byte_start": 8750063399, "source_revision": "1199495976", "id": "15781", "title": "Jorge Luis Borges", "byte_end": 9024947550, "categories": ["Jorge Luis Borges| ", "1899 births", "1986 deaths", "20th-century Argentine male writers", "20th-century Argentine philosophers", "20th-century Argentine poets", "20th-century Argentine screenwriters", "20th-century Argentine short story writers", "20th-century essayists", "20th-century mystics", "20th-century non-fiction writers", "20th-century translators", "Anthologists", "Anti-Peronism", "Aphorists", "Argentine agnostics", "Argentine anti-communists", "Argentine anti-fascists", "Argentine blind people", "Argentine emigrants to Switzerland", "Argentine essayists", "Argentine folklorists", "Argentine librarians", "Argentine literary critics", "Argentine male poets", "Argentine male screenwriters", "Argentine male short story writers", "Argentine non-fiction writers", "Argentine people of British descent", "Argentine people of English descent", "Argentine people of Portuguese descent", "Argentine people of Spanish descent", "Argentine people of Uruguayan descent", "Argentine philosophers", "Argentine science fiction writers", "Argentine speculative fiction writers", "Argentine translators", "Argentine writers in French", "Blind poets", "Blind writers", "Burials at Cimeti\u00e8re des Rois", "Commanders Crosses of the Order of Merit of the Federal Republic of Germany", "Deaths from cancer in Switzerland", "Deaths from liver cancer", "Edgar Award winners", "English\u2013Spanish translators", "Fantasy writers", "French\u2013Spanish translators", "German\u2013Spanish translators", "Go (game) writers", "Haiku poets", "Honorary Knights Commander of the Order of the British Empire", "Hyperreality theorists", "Individualist anarchists", "Jerusalem Prize recipients", "Lecturers", "Liberal theorists", "Literacy and society theorists", "Literary theorists", "Magic realism writers", "Male essayists", "Metaphor theorists", "Metaphysics writers", "Philosophers of art", "Philosophers of culture", "Philosophers of identity", "Philosophers of literature", "Philosophers of mathematics", "Philosophers of mind", "Philosophers of pessimism", "Philosophers of time", "Postmodern writers", "Premio Cervantes winners", "Recipients of the Legion of Honour", "Scholars and academics with disabilities", "Sonneteers", "Spanish-language poets", "Surrealist writers", "Swiss blind people", "Translators from Old English", "Translators from Old Norse", "Translators of Edgar Allan Poe", "Translators of Franz Kafka", "Translators of James Joyce", "Translators to Spanish", "Trope theorists", "Weird fiction writers", "World Fantasy Award-winning writers", "Writers from Buenos Aires"]}
81
+ {"byte_start": 9024947550, "source_revision": "1201377908", "id": "15782", "title": "Jane Austen", "byte_end": 9373896333, "categories": ["Jane Austen| ", "1775 births", "1817 deaths", "18th-century English novelists", "18th-century English writers", "18th-century English women writers", "19th-century deaths from tuberculosis", "19th-century English novelists", "19th-century English writers", "19th-century English women writers", "Anglican writers", "Austen family", "Burials at Winchester Cathedral", "Culture in Bath, Somerset", "English Anglicans", "English romantic fiction writers", "English women novelists", "History of Bath, Somerset", "People from Chawton", "People from Deane, Hampshire", "People from Steventon, Hampshire", "Tuberculosis deaths in England", "Women of the Regency era", "Women romantic fiction writers", "Writers of Gothic fiction"]}
82
+ {"byte_start": 9373896333, "source_revision": "1194436831", "id": "15783", "title": "Talk:Jane Austen", "byte_end": 9496213365, "categories": []}
83
+ {"byte_start": 9496213365, "source_revision": "1193889169", "id": "15784", "title": "Talk:John Stuart Mill", "byte_end": 9501207725, "categories": []}
84
+ {"byte_start": 9501207725, "source_revision": "1199131308", "id": "15785", "title": "June", "byte_end": 9537251190, "categories": ["June| ", "Months|*06"]}
85
+ {"byte_start": 9537251190, "source_revision": "1201424609", "id": "15786", "title": "July", "byte_end": 9555264504, "categories": ["July| ", "Months|*07"]}
86
+ {"byte_start": 9555264504, "source_revision": "1201298527", "id": "15787", "title": "January 1", "byte_end": 9851808318, "categories": ["Days of the year", "January"]}
87
+ {"byte_start": 9851808318, "source_revision": "1198892543", "id": "15788", "title": "January 2", "byte_end": 9940536414, "categories": ["Days of the year", "January"]}
88
+ {"byte_start": 9940536414, "source_revision": "1198238965", "id": "15789", "title": "January 3", "byte_end": 10058806289, "categories": ["Days of the year", "January"]}
89
+ {"byte_start": 10058806289, "source_revision": "1198238901", "id": "15790", "title": "January 15", "byte_end": 10150327032, "categories": ["Days of the year", "January"]}
90
+ {"byte_start": 10150327032, "source_revision": "1200557609", "id": "15791", "title": "January 26", "byte_end": 10247752594, "categories": ["Days of the year", "January"]}
91
+ {"byte_start": 10247752594, "source_revision": "1199907693", "id": "15792", "title": "January 28", "byte_end": 10332092185, "categories": ["Days of the year", "January"]}
92
+ {"byte_start": 10332092185, "source_revision": "1201724788", "id": "15793", "title": "January 31", "byte_end": 10413681506, "categories": ["Days of the year", "January"]}
93
+ {"byte_start": 10413681506, "source_revision": "1200207096", "id": "15794", "title": "June 6", "byte_end": 10545616042, "categories": ["Days of the year", "June"]}
94
+ {"byte_start": 10545616042, "source_revision": "1196779736", "id": "15795", "title": "June 7", "byte_end": 10619325266, "categories": ["Days of the year", "June"]}
95
+ {"byte_start": 10619325266, "source_revision": "1183687857", "id": "15796", "title": "June 11", "byte_end": 10702868840, "categories": ["Days of the year", "June"]}
96
+ {"byte_start": 10702868840, "source_revision": "1199977789", "id": "15797", "title": "June 14", "byte_end": 10791782196, "categories": ["Days of the year", "June"]}
97
+ {"byte_start": 10791782196, "source_revision": "1201723145", "id": "15798", "title": "June 17", "byte_end": 10872189924, "categories": ["Days of the year", "June"]}
98
+ {"byte_start": 10872189924, "source_revision": "1198239120", "id": "15799", "title": "June 25", "byte_end": 10958643311, "categories": ["Days of the year", "June"]}
99
+ {"byte_start": 10958643311, "source_revision": "1192006300", "id": "15800", "title": "June 26", "byte_end": 11044178819, "categories": ["Days of the year", "June"]}
100
+ {"byte_start": 11044178819, "source_revision": "1198239243", "id": "15801", "title": "June 27", "byte_end": 11121185061, "categories": ["Days of the year", "June"]}
101
+ {"byte_start": 11121185061, "source_revision": "1186731105", "id": "15802", "title": "June 28", "byte_end": 11218765740, "categories": ["Days of the year", "June"]}
102
+ {"byte_start": 11218765740, "source_revision": "1193073177", "id": "15803", "title": "July 20", "byte_end": 11356983518, "categories": ["Days of the year", "July"]}
103
+ {"byte_start": 11356983518, "source_revision": "1196275602", "id": "15804", "title": "July 25", "byte_end": 11444674148, "categories": ["Days of the year", "July"]}
104
+ {"byte_start": 11444674148, "source_revision": "1197714436", "id": "15805", "title": "June 10", "byte_end": 11542666837, "categories": ["Days of the year", "June"]}
105
+ {"byte_start": 11542666837, "source_revision": "1195596009", "id": "15806", "title": "June 12", "byte_end": 11634358797, "categories": ["Days of the year", "June"]}
106
+ {"byte_start": 11634358797, "source_revision": "1192661940", "id": "1679", "title": "Alfonso the Battler", "byte_end": 11641664991, "categories": ["1070s births", "1134 deaths", "12th-century Aragonese monarchs", "12th-century Navarrese monarchs", "Spanish Roman Catholics", "12th-century Roman Catholics", "Jure uxoris kings"]}
107
+ {"byte_start": 11641664991, "source_revision": "1188432974", "id": "1680", "title": "Amaryllis", "byte_end": 11645851579, "categories": ["Amaryllidoideae", "Amaryllidaceae genera", "Endemic flora of the Cape Provinces", "Garden plants of Africa", "Taxa named by Carl Linnaeus"]}
108
+ {"byte_start": 11645851579, "source_revision": "15900147", "id": "1682", "title": "Amasis I", "byte_end": 11645856842, "categories": []}
109
+ {"byte_start": 11645856842, "source_revision": "1198063243", "id": "1683", "title": "Alfonso III of Aragon", "byte_end": 11646780626, "categories": ["1265 births", "1291 deaths", "13th-century Aragonese monarchs", "People from Valencia", "Counts of Barcelona", "Valencian monarchs", "House of Aragon", "Burials at Barcelona Cathedral", "People of the War of the Sicilian Vespers", "Aragonese infantes"]}
110
+ {"byte_start": 11646780626, "source_revision": "1188669009", "id": "1684", "title": "Alfonso IV of Aragon", "byte_end": 11647941971, "categories": ["1299 births", "1336 deaths", "14th-century Aragonese monarchs", "Nobility from Naples", "Valencian monarchs", "Counts of Barcelona", "House of Aragon", "Aragonese infantes"]}
111
+ {"byte_start": 11647941971, "source_revision": "1198130151", "id": "1685", "title": "Amasis II", "byte_end": 11651456095, "categories": ["6th-century BC Pharaohs", "Pharaohs of the Twenty-sixth Dynasty of Egypt", "526 BC deaths", "Kings of Egypt in Herodotus", "Year of birth unknown", "Philhellenes"]}
112
+ {"byte_start": 11651456095, "source_revision": "1188668848", "id": "1686", "title": "Alfonso V of Aragon", "byte_end": 11658201896, "categories": ["1396 births", "1458 deaths", "15th-century Aragonese monarchs", "15th-century kings of Sicily", "15th-century monarchs of Naples", "People from Medina del Campo", "House of Trast\u00e1mara", "Aragonese infantes", "Monarchs of Naples", "Monarchs of Majorca", "Valencian monarchs", "Patrons of literature", "Knights of the Golden Fleece", "Counts of Barcelona", "Knights of the Garter", "Knights of the Dragon", "Burials at the Poblet Monastery", "Patrons of the visual arts", "Counts of Malta", "Founders of universities"]}
113
+ {"byte_start": 11658201896, "source_revision": "1194640852", "id": "1687", "title": "Amathus", "byte_end": 11660812376, "categories": ["Cities in ancient Cyprus", "Archaeological sites in Cyprus", "Former populated places in Cyprus"]}
114
+ {"byte_start": 11660812376, "source_revision": "1194329579", "id": "1688", "title": "Alphons", "byte_end": 11667772258, "categories": ["Italian masculine given names", "Masculine given names", "Spanish masculine given names", "Portuguese masculine given names"]}
115
+ {"byte_start": 11667772258, "source_revision": "1142164244", "id": "1689", "title": "Alfonso I", "byte_end": 11667849646, "categories": []}
116
+ {"byte_start": 11667849646, "source_revision": "1172767485", "id": "1690", "title": "Amati", "byte_end": 11670852787, "categories": ["Amati instruments", "Luthiers from Cremona", "Italian families"]}
117
+ {"byte_start": 11670852787, "source_revision": "1142729184", "id": "1691", "title": "Alfonso II", "byte_end": 11670902069, "categories": []}
118
+ {"byte_start": 11670902069, "source_revision": "1143344318", "id": "1692", "title": "Alfonso III", "byte_end": 11670934551, "categories": []}
119
+ {"byte_start": 11670934551, "source_revision": "1143785953", "id": "1694", "title": "Alfonso IV", "byte_end": 11670958263, "categories": []}
120
+ {"byte_start": 11670958263, "source_revision": "1199859762", "id": "1695", "title": "Amazons", "byte_end": 11840613014, "categories": ["Amazons (Greek mythology)| ", "Legendary tribes in Greco-Roman historiography", "Mythology of Heracles", "Children of Ares", "Scythia", "Single-gender worlds", "Women of the Trojan war", "Women warriors", "Etymology of California", "Deeds of Ares"]}
121
+ {"byte_start": 11840613014, "source_revision": "1032958240", "id": "1696", "title": "Alfonso V", "byte_end": 11840639410, "categories": []}
122
+ {"byte_start": 11840639410, "source_revision": "1194447972", "id": "1697", "title": "Ambergris", "byte_end": 11861392664, "categories": ["Perfume ingredients", "Whale products", "Animal glandular products", "Natural products", "Traditional medicine"]}
123
+ {"byte_start": 11861392664, "source_revision": "1198130209", "id": "1698", "title": "Ambiorix", "byte_end": 11864104791, "categories": ["1st-century BC monarchs in Europe", "Belgae", "Celtic warriors", "1st-century BC Gaulish tribal chiefs", "Early Germanic warriors", "Barbarian people of the Gallic Wars"]}
124
+ {"byte_start": 11864104791, "source_revision": "972402044", "id": "1699", "title": "Alfonso VI", "byte_end": 11864125570, "categories": []}
125
+ {"byte_start": 11864125570, "source_revision": "1185707337", "id": "1700", "title": "August Wilhelm Ambros", "byte_end": 11864512337, "categories": ["1816 births", "1876 deaths", "People from M\u00fdto", "19th-century Austrian musicians", "19th-century Austrian male musicians", "19th-century classical composers", "Composers from Austria-Hungary", "Austrian classical composers", "Austrian male classical composers", "Austrian people of German Bohemian descent", "Charles University alumni", "Czech male classical composers", "German Bohemian people", "Czech Romantic composers", "Josquin scholars", "19th-century musicologists"]}
126
+ {"byte_start": 11864512337, "source_revision": "1200465208", "id": "1701", "title": "Amazon River", "byte_end": 12233843544, "categories": ["Amazon River| ", "Amazon basin", "Amazon rainforest", "Upper Amazon", "Rivers of South America", "International rivers of South America", "Rivers of Colombia", "Rivers of Peru", "Colombia\u2013Peru border", "Rivers of Amap\u00e1", "Rivers of Amazonas (Brazilian state)", "Rivers of Loreto Region", "Rivers of Par\u00e1"]}
127
+ {"byte_start": 12233843544, "source_revision": "1181107080", "id": "1702", "title": "Alfred of Beverley", "byte_end": 12233987510, "categories": ["12th-century English historians", "Middle English literature", "12th-century writers in Latin", "People from Beverley"]}
128
+ {"byte_start": 12233987510, "source_revision": "799799784", "id": "1703", "title": "Alphonso VII", "byte_end": 12233990477, "categories": []}
129
+ {"byte_start": 12233990477, "source_revision": "15900169", "id": "1704", "title": "Alphonso VIII", "byte_end": 12233991639, "categories": []}
130
+ {"byte_start": 12233991639, "source_revision": "168541296", "id": "1705", "title": "Alphonso IX", "byte_end": 12233993667, "categories": []}
131
+ {"byte_start": 12233993667, "source_revision": "291223819", "id": "1706", "title": "Alphonso X", "byte_end": 12233995641, "categories": []}
132
+ {"byte_start": 12233995641, "source_revision": "291223689", "id": "1707", "title": "Alphonso XI", "byte_end": 12233997676, "categories": []}
133
+ {"byte_start": 12233997676, "source_revision": "976109695", "id": "1708", "title": "Alphonso XII", "byte_end": 12233998849, "categories": []}
134
+ {"byte_start": 12233998849, "source_revision": "976135742", "id": "1709", "title": "Alphonso XIII", "byte_end": 12234000026, "categories": []}
135
+ {"byte_start": 12234000026, "source_revision": "1193833691", "id": "1710", "title": "April 22", "byte_end": 12320446712, "categories": ["Days of the year", "April"]}
136
+ {"byte_start": 12320446712, "source_revision": "1193311266", "id": "1711", "title": "August 31", "byte_end": 12396546302, "categories": ["Days of the year", "August"]}
137
+ {"byte_start": 12396546302, "source_revision": "1193882418", "id": "1712", "title": "Talk:Amaryllis", "byte_end": 12397147074, "categories": []}
138
+ {"byte_start": 12397147074, "source_revision": "1198130249", "id": "1714", "title": "Autpert Ambrose", "byte_end": 12397604298, "categories": ["730s births", "784 deaths", "Frankish Benedictines", "Year of birth uncertain", "8th-century Frankish writers", "8th-century writers in Latin", "Roman Catholic writers"]}
139
+ {"byte_start": 12397604298, "source_revision": "1201432293", "id": "1715", "title": "Abu Bakr", "byte_end": 12822758394, "categories": ["Abu Bakr| ", "573 births", "634 deaths", "Arab Muslims", "People from Mecca", "Rashidun caliphs", "Abu Bakr family| ", "7th-century caliphs", "Sahabah who participated in the battle of Uhud", "Sahabah who participated in the battle of Badr", "People of the Muslim conquest of the Levant", "Arab slave owners", "Sahabah hadith narrators", "Burials at Al-Masjid an-Nabawi", "7th-century monarchs in Asia"]}
140
+ {"byte_start": 12822758394, "source_revision": "1193789874", "id": "1716", "title": "Ambrose Traversari", "byte_end": 12823733527, "categories": ["1386 births", "1439 deaths", "People from Portico e San Benedetto", "14th-century Christian saints", "15th-century Christian saints", "15th-century Italian Roman Catholic theologians", "Camaldolese saints", "Medieval Italian saints", "Italian Benedictines", "Benedictine saints", "Benedictine scholars", "Benedictine theologians", "15th-century Italian Roman Catholic priests", "Greek\u2013Latin translators", "15th-century Italian writers", "Italian Renaissance humanists"]}
141
+ {"byte_start": 12823733527, "source_revision": "1150422848", "id": "1717", "title": "Ambrosians", "byte_end": 12824086137, "categories": ["Anabaptism", "Baptism", "Premillennialism"]}
142
+ {"byte_start": 12824086137, "source_revision": "1181103860", "id": "1718", "title": "Ambrosiaster", "byte_end": 12824917531, "categories": ["4th-century Christian texts", "4th-century Christian clergy", "4th-century Romans", "4th-century Christian theologians", "4th-century writers in Latin"]}
143
+ {"byte_start": 12824917531, "source_revision": "1195144644", "id": "1719", "title": "Ambrosius Aurelianus", "byte_end": 12843870225, "categories": ["5th-century births", "5th-century monarchs in Europe", "5th-century Western Romans", "Arthurian characters", "Legendary British kings", "Date of death unknown", "Historical figures as candidates of King Arthur", "Last of the Romans", "Merlin", "Mythological kings", "Sub-Roman Britons", "Sub-Roman monarchs", "Welsh mythology"]}
144
+ {"byte_start": 12843870225, "source_revision": "1194574448", "id": "1720", "title": "Talk:Aleksandr Solzhenitsyn", "byte_end": 12857223109, "categories": []}
145
+ {"byte_start": 12857223109, "source_revision": "1198130366", "id": "1722", "title": "Ammon", "byte_end": 12870697927, "categories": ["Ammon| ", "Ancient history of Jordan", "Ancient Israel and Judah", "Semitic-speaking peoples", "Vayeira", "States and territories established in the 10th century BC", "States and territories disestablished in the 4th century BC", "Former monarchies of Asia", "Canaanite people"]}
146
+ {"byte_start": 12870697927, "source_revision": "1200550934", "id": "1723", "title": "Ammonius Hermiae", "byte_end": 12871695662, "categories": ["5th-century Greek philosophers", "6th-century Greek philosophers", "Commentators on Aristotle", "Commentators on Plato", "Roman-era students in Athens", "Neoplatonists in Alexandria", "440s births", "520s deaths", "5th-century Byzantine writers", "6th-century Byzantine writers", "5th-century astronomers", "6th-century astronomers", "5th-century Byzantine scientists", "6th-century Byzantine scientists", "5th-century mathematicians", "6th-century mathematicians", "Byzantine astronomers", "People from Alexandria", "Philosophers in ancient Alexandria"]}
147
+ {"byte_start": 12871695662, "source_revision": "1200551165", "id": "1724", "title": "Ammonius Saccas", "byte_end": 12875115264, "categories": ["175 births", "242 deaths", "2nd-century Egyptian people", "2nd-century Greek philosophers", "2nd-century Romans", "3rd-century Egyptian people", "3rd-century Greek philosophers", "3rd-century Romans", "Ancient Greek metaphysicians", "Ancient Greek philosophers of mind", "Middle Platonists", "Philosophers in ancient Alexandria", "Roman-era Alexandrians", "Egyptian philosophers"]}
148
+ {"byte_start": 12875115264, "source_revision": "1201723196", "id": "1726", "title": "Book of Amos", "byte_end": 12884661938, "categories": ["Book of Amos| ", "8th-century BC books", "Twelve Minor Prophets"]}
149
+ {"byte_start": 12884661938, "source_revision": "1179526427", "id": "1727", "title": "Amphipolis", "byte_end": 12893973903, "categories": ["Populated places in Serres (regional unit)", "Amphipolis (municipality)", "437 BC", "5th-century BC establishments", "8th-century disestablishments in the Byzantine Empire", "Ancient Amphipolis", "Ancient Greek archaeological sites in Central Macedonia", "Archaeological sites in Macedonia (Greece)", "Athenian colonies", "Former populated places in Greece", "Populated places established in the 5th century BC", "Populated places disestablished in the 8th century", "Populated places in ancient Macedonia", "Populated places in ancient Thrace", "Roman towns and cities in Greece", "Populated places of the Byzantine Empire"]}
150
+ {"byte_start": 12893973903, "source_revision": "1193863065", "id": "1728", "title": "Amram", "byte_end": 12897150957, "categories": ["Ancient Egyptian Jews", "Levites", "Book of Exodus people", "People of the Quran", "Moses", "Family of Aaron", "Tribe of Levi", "Book of Jubilees", "Epistle to the Hebrews"]}
151
+ {"byte_start": 12897150957, "source_revision": "1199424711", "id": "1729", "title": "Amyntas I of Macedon", "byte_end": 12897973669, "categories": ["6th-century BC births", "498 BC deaths", "6th-century BC Macedonian monarchs", "5th-century BC Macedonian monarchs", "Argead kings of Macedonia", "Achaemenid Macedon", "Vassals of the Achaemenid Empire", "Iolcus"]}
152
+ {"byte_start": 12897973669, "source_revision": "1199077721", "id": "1730", "title": "Amyntas III of Macedon", "byte_end": 12899767262, "categories": ["370 BC deaths", "4th-century BC Macedonian monarchs", "Argead kings of Macedonia", "Old Macedonian kingdom", "Year of birth missing"]}
153
+ {"byte_start": 12899767262, "source_revision": "1195953471", "id": "1732", "title": "Anacharsis", "byte_end": 12901460298, "categories": ["6th-century BC Greek philosophers", "Ancient Greek murder victims", "Immigrants to Archaic Athens", "Presocratic philosophers", "Scythian people", "Seven Sages of Greece", "6th-century BC Iranian people", "Ancient Iranian philosophers"]}
154
+ {"byte_start": 12901460298, "source_revision": "47295645", "id": "1733", "title": "Anacreon (poet)", "byte_end": 12902228371, "categories": []}
155
+ {"byte_start": 12902228371, "source_revision": "1164122422", "id": "1734", "title": "Anah", "byte_end": 12904431454, "categories": ["Populated places in Al Anbar Governorate", "Populated places on the Euphrates River", "District capitals of Iraq", "First Babylonian Empire", "Anat"]}
156
+ {"byte_start": 12904431454, "source_revision": "1198130576", "id": "1735", "title": "\u0100nanda", "byte_end": 12950387984, "categories": ["Foremost disciples of Gautama Buddha", "Family of Gautama Buddha", "Arhats", "Year of birth unknown", "Buddhist councils", "5th-century BC Buddhist monks", "Buddhist patriarchs"]}
157
+ {"byte_start": 12950387984, "source_revision": "1201568417", "id": "1737", "title": "Anaxagoras", "byte_end": 12964395736, "categories": ["500s BC births", "420s BC deaths", "5th-century BC Greek philosophers", "Ancient Greek mathematicians", "Ancient Greek physicists", "Ancient Greeks from the Achaemenid Empire", "Ancient Greek philosophers of mind", "Ancient Greek metaphysicians", "Metic philosophers in Classical Athens", "Military personnel of the Achaemenid Empire", "Natural philosophers", "People from Clazomenae", "Philosophers of ancient Ionia", "Pluralist philosophers", "5th-century BC mathematicians"]}
158
+ {"byte_start": 12964395736, "source_revision": "1194517168", "id": "1738", "title": "Anaxarchus", "byte_end": 12964829019, "categories": ["4th-century BC Greek philosophers", "Abderites", "Ancient Greek atomist philosophers", "Ancient Thracian Greeks", "Hellenistic-era philosophers", "Philosophers and tutors of Alexander the Great", "Ancient Skeptic philosophers"]}
159
+ {"byte_start": 12964829019, "source_revision": "1192744460", "id": "1739", "title": "Talk:Ammonius Saccas", "byte_end": 12965169893, "categories": []}
160
+ {"byte_start": 12965169893, "source_revision": "1163692321", "id": "1740", "title": "Ancyra (planthopper)", "byte_end": 12965242093, "categories": ["Fauna of Southeast Asia", "Eurybrachidae", "Auchenorrhyncha genera"]}
161
+ {"byte_start": 12965242093, "source_revision": "1146447240", "id": "1742", "title": "Anastasius I", "byte_end": 12965266740, "categories": []}
162
+ {"byte_start": 12965266740, "source_revision": "1146451452", "id": "1743", "title": "Anastasius II", "byte_end": 12965281851, "categories": []}
163
+ {"byte_start": 12965281851, "source_revision": "15900209", "id": "1744", "title": "Anastasius III", "byte_end": 12965283053, "categories": []}
164
+ {"byte_start": 12965283053, "source_revision": "529156063", "id": "1745", "title": "Anastasius IV", "byte_end": 12965284248, "categories": []}
165
+ {"byte_start": 12965284248, "source_revision": "1198348423", "id": "1746", "title": "Anaximenes of Lampsacus", "byte_end": 12965888136, "categories": ["Ancient Greek rhetoricians", "People from Lampsacus", "380s BC births", "320 BC deaths", "Year of birth uncertain", "Year of death uncertain", "4th-century BC historians", "4th-century BC writers", "4th-century BC poets", "Historians who accompanied Alexander the Great", "Historians from Hellenistic Anatolia", "Philosophers and tutors of Alexander the Great"]}
166
+ {"byte_start": 12965888136, "source_revision": "1182425837", "id": "1747", "title": "Anastasius", "byte_end": 12966465672, "categories": ["Given names of Greek language origin", "Greek masculine given names", "Masculine given names"]}
167
+ {"byte_start": 12966465672, "source_revision": "1198130432", "id": "1748", "title": "Anaximenes of Miletus", "byte_end": 12982282241, "categories": ["6th-century BC Greek philosophers", "Ancient Milesians", "Philosophers of ancient Ionia", "Presocratic philosophers"]}
168
+ {"byte_start": 12982282241, "source_revision": "1183688273", "id": "1749", "title": "Ancus Marcius", "byte_end": 12984595480, "categories": ["670s BC births", "617 BC deaths", "7th-century BC Romans", "7th-century BC monarchs", "Characters in Book VI of the Aeneid", "Kings of Rome", "Marcii|Ancus", "Year of birth unknown"]}
169
+ {"byte_start": 12984595480, "source_revision": "1198130480", "id": "1750", "title": "Andaman Islands", "byte_end": 13039082369, "categories": ["Andaman and Nicobar Islands|Andaman", "Archipelagoes of the Andaman and Nicobar Islands", "Archipelagoes of India", "Archipelagoes of the Indian Ocean", "Archipelagoes of Southeast Asia", "Maritime Southeast Asia", "Volcanoes of India", "Pleistocene volcanoes", "Pleistocene Asia", "Lands inhabited by indigenous peoples"]}
170
+ {"byte_start": 13039082369, "source_revision": "1198399489", "id": "1751", "title": "Alexander Anderson (mathematician)", "byte_end": 13039517984, "categories": ["1580s births", "1620 deaths", "People from Aberdeen", "Algebraists", "British geometers", "17th-century Scottish people", "Scottish scholars and academics", "Academic staff of the University of Paris", "17th-century Scottish mathematicians"]}
171
+ {"byte_start": 13039517984, "source_revision": "1195969217", "id": "1752", "title": "Andocides", "byte_end": 13040302777, "categories": ["Attic orators", "5th-century BC Athenians", "4th-century BC Athenians", "Ancient Greeks accused of sacrilege", "Athenians of the Peloponnesian War", "440s BC births", "370s BC deaths"]}
172
+ {"byte_start": 13040302777, "source_revision": "1137913760", "id": "1754", "title": "Andrea Andreani", "byte_end": 13040497594, "categories": ["1540 births", "1623 deaths", "Artists from Mantua", "16th-century Italian artists", "17th-century Italian artists", "Italian engravers", "16th-century engravers", "17th-century engravers"]}
173
+ {"byte_start": 13040497594, "source_revision": "1197594797", "id": "1755", "title": "Andrew II of Hungary", "byte_end": 13066112180, "categories": ["1170s births", "1235 deaths", "Kings of Hungary", "Kings of Croatia", "13th-century monarchs in Europe", "House of \u00c1rp\u00e1d", "Christians of the Fifth Crusade", "Burials at Oradea Cathedral, Cri\u015fana", "12th-century Hungarian people", "13th-century Hungarian people", "Princes of Halych", "Hungarian monarchs"]}
174
+ {"byte_start": 13066112180, "source_revision": "1195385072", "id": "1756", "title": "An Enquiry Concerning Human Understanding", "byte_end": 13071527765, "categories": ["1748 non-fiction books", "Books by David Hume", "Epistemology literature"]}
175
+ {"byte_start": 13071527765, "source_revision": "1193882428", "id": "1757", "title": "Talk:Asteroid", "byte_end": 13083874391, "categories": []}
176
+ {"byte_start": 13083874391, "source_revision": "1171127073", "id": "1758", "title": "Andr\u00e9 de Longjumeau", "byte_end": 13085248591, "categories": ["13th-century explorers", "French Dominicans", "Roman Catholic missionaries in Mongolia", "Diplomats of the Holy See", "Holy See\u2013Mongolia relations", "French diplomats", "France\u2013Mongolia relations", "French explorers", "Explorers of Asia", "13th-century births", "13th-century deaths", "Ambassadors to the Mongol Empire", "French Roman Catholic missionaries", "Dominican missionaries", "French expatriates in Mongolia", "13th-century diplomats", "Christians of the Sixth Crusade"]}
177
+ {"byte_start": 13085248591, "source_revision": "1198130505", "id": "1759", "title": "Andriscus", "byte_end": 13086356595, "categories": ["2nd-century BC Macedonian monarchs", "Ancient Anatolian Greeks", "2nd-century BC Greek people", "Pretenders of Macedonia (ancient kingdom)", "Impostor pretenders"]}
178
+ {"byte_start": 13086356595, "source_revision": "1196811046", "id": "1760", "title": "Andronikos III Palaiologos", "byte_end": 13090923209, "categories": ["Palaiologos dynasty", "1297 births|Andronikos Palaiologos", "1341 deaths|Andronikos Palaiologos", "Eastern Orthodox monarchs", "Byzantine people of Armenian descent", "14th-century Byzantine emperors", "Byzantine people of the Byzantine\u2013Ottoman wars", "People from Constantinople", "Sons of Byzantine emperors"]}
179
+ {"byte_start": 13090923209, "source_revision": "1199338570", "id": "1761", "title": "Andronikos II Palaiologos", "byte_end": 13096721385, "categories": ["1259 births", "1332 deaths", "Palaiologos dynasty", "13th-century Byzantine emperors", "14th-century Byzantine emperors", "Monarchs who abdicated", "Eastern Orthodox monks", "Eastern Orthodox monarchs", "Burials at Lips Monastery", "Founders of Christian monasteries", "Children of Michael VIII Palaiologos", "Byzantine people of the Byzantine\u2013Ottoman wars", "Sons of Byzantine emperors"]}
180
+ {"byte_start": 13096721385, "source_revision": "1200338840", "id": "1762", "title": "Andronikos I Komnenos", "byte_end": 13106563089, "categories": ["Komnenos dynasty|Andronikos 01", "Byzantine people of the Crusades", "12th-century Byzantine emperors", "1110s births|Andronikos Komnenos", "1185 deaths|Andronikos Komnenos", "Eastern Orthodox monarchs", "Executed Byzantine people", "Executed monarchs", "Byzantine people of the Byzantine\u2013Seljuk wars", "People executed by dismemberment", "Lynching deaths", "12th-century executions by the Byzantine Empire"]}
181
+ {"byte_start": 13106563089, "source_revision": "1190893426", "id": "1763", "title": "Andronicus of Cyrrhus", "byte_end": 13106749782, "categories": ["Ancient Greek astronomers", "Ancient Macedonian scientists", "Ancient Macedonians in Athens", "Roman-era Macedonians", "2nd-century BC births", "1st-century BC deaths", "Year of birth unknown", "Year of death unknown", "2nd-century BC astronomers"]}
182
+ {"byte_start": 13106749782, "source_revision": "1189166455", "id": "1764", "title": "Andronicus of Rhodes", "byte_end": 13107152337, "categories": ["1st-century BC Greek philosophers", "Commentators on Aristotle", "Roman-era Peripatetic philosophers", "Roman-era philosophers in Rome", "Philosophers in ancient Rhodes", "Roman-era Rhodians", "Ancient Greek ethicists"]}
183
+ {"byte_start": 13107152337, "source_revision": "1182593878", "id": "1765", "title": "Andronicus", "byte_end": 13107327789, "categories": []}
184
+ {"byte_start": 13107327789, "source_revision": "783845990", "id": "1766", "title": "Asteroid Belt", "byte_end": 13107330944, "categories": []}
185
+ {"byte_start": 13107330944, "source_revision": "1199406013", "id": "1767", "title": "Ammianus Marcellinus", "byte_end": 13114895836, "categories": ["330 births", "390s deaths", "4th-century births", "4th-century Greek people", "4th-century historians", "4th-century writers in Latin", "4th-century Romans", "Ancient Greeks in Rome", "Ancient Roman equites", "Imperial Roman soldiers", "Late-Roman-era pagans", "Latin historians", "People from Roman Syria", "People of the Roman\u2013Sasanian Wars", "Roman-era Greeks", "Year of birth uncertain", "Year of death unknown"]}
186
+ {"byte_start": 13114895836, "source_revision": "969929631", "id": "1768", "title": "ALICE", "byte_end": 13115112027, "categories": []}
187
+ {"byte_start": 13115112027, "source_revision": "427328648", "id": "1769", "title": "An Enquiry Concerning Human Understanding/Text", "byte_end": 13115114576, "categories": []}
188
+ {"byte_start": 13115114576, "source_revision": "1196684803", "id": "1770", "title": "Apollo 13", "byte_end": 13437132604, "categories": ["Apollo 13| ", "Fred Haise", "Jim Lovell", "Jack Swigert", "Apollo program missions", "Spacecraft launched by Saturn rockets", "Articles containing video clips", "Crewed missions to the Moon"]}
189
+ {"byte_start": 13437132604, "source_revision": "783845979", "id": "1771", "title": "Apollo Program", "byte_end": 13437137529, "categories": []}
190
+ {"byte_start": 13437137529, "source_revision": "528472846", "id": "1772", "title": "Arthritus", "byte_end": 13437138959, "categories": []}
191
+ {"byte_start": 13437138959, "source_revision": "1197838831", "id": "1773", "title": "Apollo 7", "byte_end": 13480736629, "categories": ["Apollo 7", "1968 in the United States", "Apollo program missions|Apollo 07", "Human spaceflights", "Spacecraft launched in 1968", "Spacecraft which reentered in 1968", "October 1968 events", "Spacecraft launched by Saturn rockets", "Wally Schirra", "Saturn IB"]}
192
+ {"byte_start": 13480736629, "source_revision": "1194581997", "id": "1774", "title": "Apollo 9", "byte_end": 13527301740, "categories": ["Apollo 9| ", "Extravehicular activity", "Human spaceflights", "Apollo program missions|Apollo 09", "1969 in the United States", "Spacecraft launched in 1969", "Spacecraft which reentered in 1969", "March 1969 events", "Spacecraft launched by Saturn rockets", "James McDivitt", "David Scott", "Rusty Schweickart"]}
193
+ {"byte_start": 13527301740, "source_revision": "15900240", "id": "1775", "title": "Applied discrete math", "byte_end": 13527303242, "categories": []}
194
+ {"byte_start": 13527303242, "source_revision": "1201323283", "id": "1776", "title": "Arthritis", "byte_end": 13597361168, "categories": ["Arthritis| ", "Aging-associated diseases", "Inflammations", "Rheumatology", "Wikipedia neurology articles ready to translate", "Skeletal disorders", "Wikipedia medicine articles ready to translate"]}
195
+ {"byte_start": 13597361168, "source_revision": "1195596144", "id": "1777", "title": "April 2", "byte_end": 13679678508, "categories": ["Days of the year", "April"]}
196
+ {"byte_start": 13679678508, "source_revision": "1198699694", "id": "1778", "title": "Acetylene", "byte_end": 13706133294, "categories": ["Acetylene| ", "Alkynes", "Fuel gas", "Industrial gases", "Synthetic fuel technologies", "Explosive gases"]}
197
+ {"byte_start": 13706133294, "source_revision": "1184822514", "id": "1779", "title": "Alfred", "byte_end": 13706734004, "categories": []}
198
+ {"byte_start": 13706734004, "source_revision": "1193882445", "id": "1780", "title": "Talk:Antipope", "byte_end": 13714200390, "categories": []}
199
+ {"byte_start": 13714200390, "source_revision": "1198130629", "id": "1781", "title": "August 28", "byte_end": 13801549682, "categories": ["Days of the year", "August"]}
200
+ {"byte_start": 13801549682, "source_revision": "1197130765", "id": "1786", "title": "Arabic numerals", "byte_end": 13872444890, "categories": ["Numerals"]}
201
+ {"byte_start": 13872444890, "source_revision": "1198130646", "id": "1787", "title": "April 9", "byte_end": 13966549433, "categories": ["Days of the year", "April"]}
202
+ {"byte_start": 13966549433, "source_revision": "1159428702", "id": "1788", "title": "ABM", "byte_end": 13966871487, "categories": []}
203
+ {"byte_start": 13966871487, "source_revision": "1198130684", "id": "1789", "title": "Apuleius", "byte_end": 13974300871, "categories": ["2nd-century Berber people", "124 births", "170 deaths", "2nd-century clergy", "2nd-century novelists", "2nd-century philosophers", "2nd-century Romans", "2nd-century writers in Latin", "Ancient Roman rhetoricians", "Appuleii", "Berber writers", "Classical Latin novelists", "Magic (supernatural)", "Middle Platonists", "People from Souk Ahras Province", "Priests from the Roman Empire", "Romans from Africa", "Silver Age Latin writers"]}
204
+ {"byte_start": 13974300871, "source_revision": "1193570611", "id": "1790", "title": "Alexander Selkirk", "byte_end": 14017731028, "categories": ["1676 births", "1700s missing person cases", "1721 deaths", "18th century in Chile", "18th-century Scottish people", "British privateers", "Burials at sea", "Castaways", "Circumnavigators of the globe", "Date of birth unknown", "Deaths from yellow fever", "Formerly missing people", "Juan Fern\u00e1ndez Islands", "Maritime folklore", "People from Lower Largo", "People who died at sea", "Piracy in the Pacific Ocean", "Robinson Crusoe", "Scottish sailors"]}
205
+ {"byte_start": 14017731028, "source_revision": "1201565716", "id": "1791", "title": "Anti-ballistic missile", "byte_end": 14087177883, "categories": ["Anti-ballistic missiles| ", "Missile defense", "Missile types", "Russian inventions", "Surface-to-air missiles"]}
206
+ {"byte_start": 14087177883, "source_revision": "1192744470", "id": "1792", "title": "Talk:Apuleius", "byte_end": 14087685229, "categories": []}
207
+ {"byte_start": 14087685229, "source_revision": "1200211246", "id": "1793", "title": "August 29", "byte_end": 14176500341, "categories": ["Days of the year", "August"]}
208
+ {"byte_start": 14176500341, "source_revision": "1201518095", "id": "1794", "title": "August 30", "byte_end": 14241379149, "categories": ["Days of the year", "August"]}
209
+ {"byte_start": 14241379149, "source_revision": "1089883237", "id": "1795", "title": "Talk:Arabic numerals/Archive 1", "byte_end": 14273494467, "categories": []}
210
+ {"byte_start": 14273494467, "source_revision": "1195703465", "id": "1796", "title": "Talk:Angle", "byte_end": 14286739453, "categories": []}
211
+ {"byte_start": 14286739453, "source_revision": "1195017819", "id": "1797", "title": "Acre", "byte_end": 14312634203, "categories": ["Customary units of measurement in the United States", "Imperial units", "Surveying", "Units of area"]}
212
+ {"byte_start": 14312634203, "source_revision": "1187236669", "id": "1799", "title": "ATP", "byte_end": 14314168814, "categories": []}
213
+ {"byte_start": 14314168814, "source_revision": "1196788414", "id": "1800", "title": "Adenosine triphosphate", "byte_end": 14403176894, "categories": ["Adenosine receptor agonists", "Cellular respiration", "Coenzymes", "Ergogenic aids", "Exercise physiology", "Neurotransmitters", "Nucleotides", "Phosphate esters", "Purinergic signalling", "Purines", "Substances discovered in the 1920s"]}
214
+ {"byte_start": 14403176894, "source_revision": "1196522923", "id": "1802", "title": "\u00c6gir", "byte_end": 14405828272, "categories": ["J\u00f6tnar", "Personifications in Norse mythology", "Norse gods", "Alcohol gods", "Deities of wine and beer", "Sea and river gods"]}
215
+ {"byte_start": 14405828272, "source_revision": "1194270639", "id": "1803", "title": "Talk:Apollo", "byte_end": 14432348714, "categories": []}
216
+ {"byte_start": 14432348714, "source_revision": "1199170234", "id": "1805", "title": "Antibiotic", "byte_end": 14717753650, "categories": ["Antibiotics| ", "Anti-infective agents", "Bactericides|."]}
217
+ {"byte_start": 14717753650, "source_revision": "1198827042", "id": "1806", "title": "Arnold Schwarzenegger", "byte_end": 15796804779, "categories": ["Arnold Schwarzenegger| ", "1947 births", "Living people", "20th-century American businesspeople", "20th-century American male actors", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century Austrian businesspeople", "20th-century Austrian male actors", "20th-century Austrian male writers", "20th-century Austrian writers", "20th-century Roman Catholics", "21st-century American businesspeople", "21st-century American male actors", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century American politicians", "21st-century Austrian businesspeople", "21st-century Austrian male actors", "21st-century Austrian male writers", "21st-century Austrian politicians", "21st-century Austrian writers", "21st-century Roman Catholics", "Activists from California", "Actors from Graz", "American actor-politicians", "American athlete-politicians", "American autobiographers", "American male bodybuilders", "American book publishers (people)", "American businesspeople in retailing", "American education writers", "American exercise and fitness writers", "American film producers", "American health activists", "American instructional writers", "American investors", "American male film actors", "American male non-fiction writers", "American male television actors", "American male video game actors", "American male voice actors", "American male weightlifters", "American people of Austrian descent", "American philanthropists", "American powerlifters", "American publishers (people)", "American real estate businesspeople", "American restaurateurs", "American Roman Catholics", "American stock traders", "Austrian autobiographers", "Austrian bodybuilders", "Austrian emigrants to the United States", "Austrian expatriate male actors in the United States", "Austrian expatriate sportspeople in the United States", "Austrian sportsperson-politicians", "Austrian film directors", "Austrian film producers", "Austrian health activists", "Austrian investors", "Austrian male film actors", "Austrian male television actors", "Austrian male voice actors", "Austrian male weightlifters", "Austrian non-fiction writers", "Austrian philanthropists", "Austrian powerlifters", "Austrian publishers (people)", "Austrian real estate businesspeople", "Austrian restaurateurs", "Austrian Roman Catholics", "Austrian soldiers", "Businesspeople from Graz", "Businesspeople from Los Angeles", "Catholics from California", "Commanders of the Legion of Honour", "Film directors from Los Angeles", "Film producers from California", "Inkpot Award winners", "Kennedy family", "Laureus World Sports Awards winners", "Male actors from California", "Male actors from Los Angeles", "Male bodybuilders", "New Star of the Year (Actor) Golden Globe winners", "People from Brentwood, Los Angeles", "Naturalized citizens of the United States", "People with congenital heart defects", "People with multiple nationality", "Plant-based diet advocates", "Politicians from Graz", "Politicians from Los Angeles", "Primetime Emmy Award winners", "Republican Party governors of California", "Santa Monica College alumni", "Schwarzenegger family", "Shriver family", "Skydance Media people", "Sportspeople from Graz", "Sportspeople from Los Angeles", "University of California regents", "University of Wisconsin\u2013Superior alumni", "Writers from Graz", "Writers from Los Angeles", "WWE Hall of Fame inductees"]}
218
+ {"byte_start": 15796804779, "source_revision": "1181645382", "id": "1807", "title": "ASA", "byte_end": 15798345477, "categories": []}
219
+ {"byte_start": 15798345477, "source_revision": "1030312128", "id": "1809", "title": "Aquinas", "byte_end": 15798360764, "categories": []}
220
+ {"byte_start": 15798360764, "source_revision": "1179526326", "id": "1810", "title": "Actium", "byte_end": 15798992156, "categories": ["Ancient Greek archaeological sites in Greece", "Archaeological sites in Western Greece", "Corinthian colonies", "Former populated places in Greece", "Roman towns and cities in Greece", "Populated places in ancient Acarnania"]}
221
+ {"byte_start": 15798992156, "source_revision": "1173327084", "id": "1811", "title": "Amide hydrolysis", "byte_end": 15799002549, "categories": []}
222
+ {"byte_start": 15799002549, "source_revision": "1191738816", "id": "1812", "title": "Amway", "byte_end": 16045501479, "categories": ["Amway| ", "1959 establishments in Michigan", "Companies based in Kent County, Michigan", "Multi-level marketing companies", "Privately held companies based in Michigan", "Privately held companies of the United States", "Retail companies established in 1959"]}
warehouse_00020.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36d4614425d9ac40d07d39c88b1f4c9f222579e939402aae8c8a177377aaf6c3
3
+ size 140452744
warehouse_00020.metadata ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "949051902", "id": "12109", "title": "Greece/History", "byte_end": 1325, "categories": []}
2
+ {"byte_start": 1325, "source_revision": "1195597838", "id": "12111", "title": "Demographics of Greece", "byte_end": 89685881, "categories": ["Demographics of Greece| ", "Society of Greece"]}
3
+ {"byte_start": 89685881, "source_revision": "1201375826", "id": "12112", "title": "Politics of Greece", "byte_end": 119612411, "categories": ["Politics of Greece| "]}
4
+ {"byte_start": 119612411, "source_revision": "1201814007", "id": "12113", "title": "Economy of Greece", "byte_end": 570434431, "categories": ["Economy of Greece| ", "European Union member economies|Greece", "OECD member economies|Greece", "Economies of Europe by country|Greece", "World Trade Organization member economies"]}
5
+ {"byte_start": 570434431, "source_revision": "1197438824", "id": "12114", "title": "Telecommunications in Greece", "byte_end": 571282272, "categories": ["Telecommunications in Greece"]}
6
+ {"byte_start": 571282272, "source_revision": "1181189897", "id": "12115", "title": "Transport in Greece", "byte_end": 573142095, "categories": ["Transport in Greece| "]}
7
+ {"byte_start": 573142095, "source_revision": "1200120037", "id": "12116", "title": "Hellenic Armed Forces", "byte_end": 580303085, "categories": ["Military of Greece| ", "Permanent Structured Cooperation"]}
8
+ {"byte_start": 580303085, "source_revision": "1198200783", "id": "12117", "title": "Foreign relations of Greece", "byte_end": 690311836, "categories": ["Foreign relations of Greece| "]}
9
+ {"byte_start": 690311836, "source_revision": "1201583025", "id": "12118", "title": "Greenland", "byte_end": 1169591352, "categories": ["Greenland| ", "Christian states", "Danish dependencies", "Danish Realm", "Dependent territories in North America", "Former Norwegian colonies", "Inuit territories", "Island countries", "Kingdom of Norway (872\u20131397)", "Members of the Nordic Council", "Nordic countries", "Northern America", "Regions of the Arctic", "Special territories of the European Union", "States and territories established in 1979"]}
10
+ {"byte_start": 1169591352, "source_revision": "1193550774", "id": "12120", "title": "Geography of Greenland", "byte_end": 1174796480, "categories": ["Geography of Greenland| "]}
11
+ {"byte_start": 1174796480, "source_revision": "1145331215", "id": "13580", "title": "Hydrodynamics", "byte_end": 1175126893, "categories": []}
12
+ {"byte_start": 1175126893, "source_revision": "1199118934", "id": "13584", "title": "History of the Mediterranean region", "byte_end": 1194589455, "categories": ["History of the Mediterranean| ", "History of Africa|Mediterranean", "History of Europe|Mediterranean", "History of the Middle East|Mediterranean", "Mediterranean"]}
13
+ {"byte_start": 1194589455, "source_revision": "1193309701", "id": "13585", "title": "Hugo de Garis", "byte_end": 1201621437, "categories": ["1947 births", "Living people", "Artificial intelligence researchers", "Utah State University faculty", "Futurologists", "Memetics", "Singularitarians", "Cosmists", "Australian transhumanists"]}
14
+ {"byte_start": 1201621437, "source_revision": "1199364171", "id": "13586", "title": "HTTPS", "byte_end": 1289550067, "categories": ["Hypertext Transfer Protocol", "Cryptographic protocols", "Secure communication", "URI schemes", "Transport Layer Security", "Computer-related introductions in 1994"]}
15
+ {"byte_start": 1289550067, "source_revision": "1201024575", "id": "13588", "title": "History of Egypt", "byte_end": 1356899721, "categories": ["History of Egypt| ", "History of Egypt by period"]}
16
+ {"byte_start": 1356899721, "source_revision": "1192824259", "id": "13590", "title": "House", "byte_end": 1480680314, "categories": ["Houses| ", "Structural system", "Housing", "Home"]}
17
+ {"byte_start": 1480680314, "source_revision": "1010273127", "id": "13591", "title": "HOWTOs", "byte_end": 1480682839, "categories": []}
18
+ {"byte_start": 1480682839, "source_revision": "1142814345", "id": "13592", "title": "How-tos", "byte_end": 1480728565, "categories": []}
19
+ {"byte_start": 1480728565, "source_revision": "1193293273", "id": "13593", "title": "Java applet", "byte_end": 1503360349, "categories": ["Java (programming language)", "Java platform", "Web 1.0"]}
20
+ {"byte_start": 1503360349, "source_revision": "838785294", "id": "12168", "title": "Geography of Guernsey", "byte_end": 1503368483, "categories": []}
21
+ {"byte_start": 1503368483, "source_revision": "838785303", "id": "12169", "title": "Demographics of Guernsey", "byte_end": 1503382653, "categories": []}
22
+ {"byte_start": 1503382653, "source_revision": "1200980227", "id": "12170", "title": "Politics of Guernsey", "byte_end": 1504252298, "categories": ["Politics of Guernsey| "]}
23
+ {"byte_start": 1504252298, "source_revision": "15909875", "id": "12171", "title": "Economy of Guernsey", "byte_end": 1504264734, "categories": []}
24
+ {"byte_start": 1504264734, "source_revision": "15909876", "id": "12172", "title": "Communications in Guernsey", "byte_end": 1504267626, "categories": []}
25
+ {"byte_start": 1504267626, "source_revision": "149750494", "id": "12173", "title": "Transportation in Guernsey", "byte_end": 1504272372, "categories": []}
26
+ {"byte_start": 1504272372, "source_revision": "15909878", "id": "12174", "title": "Military of Guernsey", "byte_end": 1504274039, "categories": []}
27
+ {"byte_start": 1504274039, "source_revision": "1198778824", "id": "12176", "title": "Guinea", "byte_end": 1745659851, "categories": ["Guinea| ", "1958 establishments in Guinea", "Countries in Africa", "Economic Community of West African States", "Central African countries", "French-speaking countries and territories", "Least developed countries", "Member states of the African Union", "Member states of the Organisation internationale de la Francophonie", "Member states of the Organisation of Islamic Cooperation", "Member states of the United Nations", "Republics", "States and territories established in 1958", "West African countries"]}
28
+ {"byte_start": 1745659851, "source_revision": "1178858476", "id": "12177", "title": "History of Guinea", "byte_end": 1751361430, "categories": ["History of Guinea| ", "French West Africa|Guinea (colonial)", "Former socialist republics|Guinea"]}
29
+ {"byte_start": 1751361430, "source_revision": "1186147290", "id": "12178", "title": "Geography of Guinea", "byte_end": 1751955141, "categories": ["Geography of Guinea| "]}
30
+ {"byte_start": 1751955141, "source_revision": "1178547458", "id": "12179", "title": "Demographics of Guinea", "byte_end": 1754098571, "categories": ["Demographics of Guinea| "]}
31
+ {"byte_start": 1754098571, "source_revision": "1183461041", "id": "12180", "title": "Politics of Guinea", "byte_end": 1757151861, "categories": ["Politics of Guinea| "]}
32
+ {"byte_start": 1757151861, "source_revision": "1199660601", "id": "12181", "title": "Economy of Guinea", "byte_end": 1760599971, "categories": ["Economy of Guinea| ", "World Trade Organization member economies|Guinea", "African Union member economies|Guinea"]}
33
+ {"byte_start": 1760599971, "source_revision": "1179069458", "id": "12182", "title": "Telecommunications in Guinea", "byte_end": 1761042302, "categories": ["Telecommunications in Guinea| "]}
34
+ {"byte_start": 1761042302, "source_revision": "1173418221", "id": "12183", "title": "Transport in Guinea", "byte_end": 1761784359, "categories": ["Transport in Guinea| "]}
35
+ {"byte_start": 1761784359, "source_revision": "1191399716", "id": "12184", "title": "Republic of Guinea Armed Forces", "byte_end": 1767773695, "categories": ["Military of Guinea"]}
36
+ {"byte_start": 1767773695, "source_revision": "1198330720", "id": "12185", "title": "Foreign relations of Guinea", "byte_end": 1771207417, "categories": ["Foreign relations of Guinea| "]}
37
+ {"byte_start": 1771207417, "source_revision": "1198201332", "id": "12186", "title": "Guinea-Bissau", "byte_end": 1899060271, "categories": ["Guinea-Bissau| ", "Economic Community of West African States", "Former Portuguese colonies", "Least developed countries", "Member states of the Organisation internationale de la Francophonie", "Member states of the African Union", "Member states of the Community of Portuguese Language Countries", "Member states of the Organisation of Islamic Cooperation", "Member states of the United Nations", "Countries and territories where Portuguese is an official language", "Republics", "States and territories established in 1974", "West African countries", "Small Island Developing States", "1974 establishments in Guinea-Bissau", "Countries in Africa"]}
38
+ {"byte_start": 1899060271, "source_revision": "1198386557", "id": "12187", "title": "History of Guinea-Bissau", "byte_end": 1903411823, "categories": ["History of Guinea-Bissau| "]}
39
+ {"byte_start": 1903411823, "source_revision": "1174692264", "id": "12188", "title": "Geography of Guinea-Bissau", "byte_end": 1904142689, "categories": ["Geography of Guinea-Bissau| "]}
40
+ {"byte_start": 1904142689, "source_revision": "1159123453", "id": "12189", "title": "Demographics of Guinea-Bissau", "byte_end": 1905213952, "categories": ["Demographics of Guinea-Bissau| ", "Society of Guinea-Bissau"]}
41
+ {"byte_start": 1905213952, "source_revision": "1174285116", "id": "12190", "title": "Politics of Guinea-Bissau", "byte_end": 1907784035, "categories": ["Politics of Guinea-Bissau| "]}
42
+ {"byte_start": 1907784035, "source_revision": "1198201246", "id": "12191", "title": "Economy of Guinea-Bissau", "byte_end": 1912424642, "categories": ["Economy of Guinea-Bissau| ", "African Union member economies|Guinea-Bissau", "World Trade Organization member economies|Guinea-Bissau"]}
43
+ {"byte_start": 1912424642, "source_revision": "1136676061", "id": "12192", "title": "Telecommunications in Guinea-Bissau", "byte_end": 1912646889, "categories": ["Telecommunications in Guinea-Bissau| "]}
44
+ {"byte_start": 1912646889, "source_revision": "1114135386", "id": "12193", "title": "Transport in Guinea-Bissau", "byte_end": 1912749540, "categories": ["Transport in Guinea-Bissau| "]}
45
+ {"byte_start": 1912749540, "source_revision": "1180849178", "id": "12194", "title": "Military of Guinea-Bissau", "byte_end": 1915053424, "categories": ["Military of Guinea-Bissau| ", "Government of Guinea-Bissau"]}
46
+ {"byte_start": 1915053424, "source_revision": "949054591", "id": "12198", "title": "Guyana/People", "byte_end": 1915061689, "categories": []}
47
+ {"byte_start": 1915061689, "source_revision": "1194999282", "id": "12199", "title": "Politics of Guyana", "byte_end": 1917563279, "categories": ["Politics of Guyana| "]}
48
+ {"byte_start": 1917563279, "source_revision": "1171451137", "id": "12202", "title": "Transport in Guyana", "byte_end": 1922338885, "categories": ["Transport in Guyana| ", "History of Guyana"]}
49
+ {"byte_start": 1922338885, "source_revision": "45652927", "id": "12203", "title": "Military of Guyana", "byte_end": 1922343302, "categories": []}
50
+ {"byte_start": 1922343302, "source_revision": "1194570512", "id": "12204", "title": "Foreign relations of Guyana", "byte_end": 1930914171, "categories": ["Foreign relations of Guyana| ", "Politics of Guyana"]}
51
+ {"byte_start": 1930914171, "source_revision": "1198995427", "id": "12207", "title": "Geology", "byte_end": 2109108117, "categories": ["Geology| "]}
52
+ {"byte_start": 2109108117, "source_revision": "573305076", "id": "12208", "title": "User:Geoboy", "byte_end": 2109108989, "categories": []}
53
+ {"byte_start": 2109108989, "source_revision": "1195555118", "id": "12209", "title": "Gene Kelly", "byte_end": 2231669612, "categories": ["1912 births", "1996 deaths", "20th-century American male actors", "20th-century American singers", "Academy Honorary Award recipients", "AFI Life Achievement Award recipients", "American agnostics", "American choreographers", "American film producers", "American jazz dancers", "American male ballet dancers", "American male dancers", "American male film actors", "American male musical theatre actors", "American male radio actors", "American male singers", "American male stage actors", "American male television actors", "American people of Canadian descent", "American people of German descent", "American people of Irish descent", "American tap dancers", "Burials at Westwood Village Memorial Park Cemetery", "California Democrats", "Cecil B. DeMille Award Golden Globe winners", "C\u00e9sar Honorary Award recipients", "Directors of Golden Bear winners", "Film choreographers", "Film directors from Pennsylvania", "Film producers from Pennsylvania", "Former Roman Catholics", "Kennedy Center honorees", "Knights of the Legion of Honour", "Male actors from Pittsburgh", "Metro-Goldwyn-Mayer contract players", "MGM Records artists", "Modern dancers", "Naturalised citizens of Ireland", "Neurological disease deaths in California", "Pennsylvania Democrats", "Polydor Records artists", "Primetime Emmy Award winners", "Screen Actors Guild Life Achievement Award", "Singers from Pittsburgh", "Traditional pop music singers", "United States National Medal of Arts recipients", "United States Navy officers", "University of Pittsburgh alumni", "Vaudeville performers"]}
54
+ {"byte_start": 2231669612, "source_revision": "15909912", "id": "12210", "title": "Graffiti art", "byte_end": 2231989250, "categories": []}
55
+ {"byte_start": 2231989250, "source_revision": "1184219097", "id": "11617", "title": "Feynman diagram", "byte_end": 2296047142, "categories": ["Concepts in physics", "Scattering theory", "Quantum field theory", "Diagrams", "Richard Feynman", "1948 introductions"]}
56
+ {"byte_start": 2296047142, "source_revision": "1193887533", "id": "11618", "title": "Talk:Finite field", "byte_end": 2317280049, "categories": []}
57
+ {"byte_start": 2317280049, "source_revision": "1183793080", "id": "11619", "title": "Food writing", "byte_end": 2318531435, "categories": ["Food writers|*Food writing", "Food-related literary genres"]}
58
+ {"byte_start": 2318531435, "source_revision": "1187100039", "id": "11620", "title": "Four Pillars", "byte_end": 2318684916, "categories": []}
59
+ {"byte_start": 2318684916, "source_revision": "1198801708", "id": "11621", "title": "Futurama (New York World's Fair)", "byte_end": 2320203307, "categories": ["1939 New York World's Fair", "General Motors", "World's fair architecture in New York City", "Amusement rides introduced in 1939", "Norman Bel Geddes"]}
60
+ {"byte_start": 2320203307, "source_revision": "94089501", "id": "11622", "title": "Final Fantasy 3", "byte_end": 2320338324, "categories": []}
61
+ {"byte_start": 2320338324, "source_revision": "1192070381", "id": "11623", "title": "Francesco I Sforza", "byte_end": 2323571250, "categories": ["1401 births", "1466 deaths", "Burials at Milan Cathedral", "15th-century condottieri", "Dukes of Milan|Francesco 1", "House of Sforza|Francesco 1", "Knights of the Garter", "People from the Province of Pisa", "Republic of Venice generals"]}
62
+ {"byte_start": 2323571250, "source_revision": "1198247510", "id": "11624", "title": "Folk dance", "byte_end": 2332494027, "categories": ["Folk dance| ", "Social dance"]}
63
+ {"byte_start": 2332494027, "source_revision": "1198993252", "id": "11625", "title": "Fyodor Dostoevsky", "byte_end": 2768283058, "categories": ["Fyodor Dostoyevsky| ", "1821 births", "1881 deaths", "Dostoyevsky family|Fyodor", "19th-century journalists from the Russian Empire", "19th-century short story writers from the Russian Empire", "19th-century translators from the Russian Empire", "Anti-Polish sentiment", "Christian novelists", "Christian radicals", "Corresponding members of the Saint Petersburg Academy of Sciences", "Critics of atheism", "Critics of the Catholic Church", "Diarists from the Russian Empire", "Eastern Orthodox writers", "Eastern Orthodox philosophers", "Engineers from the Russian Empire", "Essayists from the Russian Empire", "Journalists from the Russian Empire", "Lay theologians", "Letter writers from the Russian Empire", "Literary critics from the Russian Empire", "Male writers from the Russian Empire", "Memoirists from the Russian Empire", "Military Engineering-Technical University alumni", "Novelists from the Russian Empire", "Non-fiction writers from the Russian Empire", "Philosophers from the Russian Empire", "Russian-language writers", "Russian magazine editors", "Russian male essayists", "Russian male journalists", "Russian male novelists", "Russian opinion journalists", "Russian Orthodox Christians from Russia", "Russian psychological fiction writers", "Russian nationalists", "Russian exiles in the Russian Empire", "Russian prisoners sentenced to death", "Russian untitled nobility", "Prisoners sentenced to death by the Russian Empire", "Short story writers from the Russian Empire", "Prisoners of the Peter and Paul Fortress", "Deaths from pulmonary hemorrhage", "Burials at Tikhvin Cemetery", "People with epilepsy", "People from Moskovsky Uyezd", "Writers from Moscow", "Writers with disabilities", "Conservatism in Russia"]}
64
+ {"byte_start": 2768283058, "source_revision": "1136738387", "id": "11626", "title": "Talk:Frank Zappa/Archive 3", "byte_end": 2781571981, "categories": []}
65
+ {"byte_start": 2781571981, "source_revision": "1195030569", "id": "11627", "title": "Faith healing", "byte_end": 2895078853, "categories": ["Supernatural healing| ", "Alternative medicine", "Religious practices", "Pseudoscience", "Religious terminology", "Magic (supernatural)", "Medical controversies", "Health fraud"]}
66
+ {"byte_start": 2895078853, "source_revision": "1187328943", "id": "11629", "title": "Furry", "byte_end": 2903037471, "categories": []}
67
+ {"byte_start": 2903037471, "source_revision": "1194154696", "id": "11631", "title": "Fritz Lang", "byte_end": 2931003722, "categories": ["Fritz Lang| ", "1890 births", "1976 deaths", "American atheists", "American film directors", "American male screenwriters", "American people of Austrian-Jewish descent", "American people of Moravian-German descent", "Austrian emigrants to Germany", "Austrian atheists", "Expatriates in France", "Expatriates in Germany", "Austrian film directors", "Austrian people of Jewish descent", "Austrian people of Moravian-German descent", "Austro-Hungarian military personnel of World War I", "Burials at Forest Lawn Memorial Park (Hollywood Hills)", "Science fiction film directors", "People from Margareten", "Film people from Vienna", "Immigrants to the United States", "TU Wien alumni", "Western (genre) film directors", "Commanders Crosses of the Order of Merit of the Federal Republic of Germany", "Horror film directors", "Silent film screenwriters", "20th-century American male writers", "20th-century American screenwriters", "Naturalized citizens of the United States", "Eyepatch wearers"]}
68
+ {"byte_start": 2931003722, "source_revision": "1200976624", "id": "11632", "title": "Food and Drug Administration", "byte_end": 3141872192, "categories": ["Food and Drug Administration| ", "1906 establishments in the United States", "American medical research", "Government agencies established in 1906", "Regulators of biotechnology products", "National agencies for drug regulation"]}
69
+ {"byte_start": 3141872192, "source_revision": "384172811", "id": "16096", "title": "Japanese food", "byte_end": 3141874780, "categories": []}
70
+ {"byte_start": 3141874780, "source_revision": "1187899934", "id": "16097", "title": "Johann Elert Bode", "byte_end": 3143334536, "categories": ["19th-century German astronomers", "1747 births", "1826 deaths", "Fellows of the Royal Society", "Members of the Royal Swedish Academy of Sciences", "Scientists from Hamburg", "18th-century German astronomers", "Members of the G\u00f6ttingen Academy of Sciences and Humanities"]}
71
+ {"byte_start": 3143334536, "source_revision": "1194865294", "id": "16099", "title": "Janet Reno", "byte_end": 3175438652, "categories": ["1938 births", "2016 deaths", "20th-century American lawyers", "20th-century American politicians", "20th-century American women lawyers", "20th-century American women politicians", "21st-century American lawyers", "21st-century American women lawyers", "21st-century American women politicians", "21st-century American politicians", "American people of Danish descent", "American prosecutors", "Clinton administration cabinet members", "Cornell University alumni", "Deaths from Parkinson's disease", "Female justice ministers", "Florida Democrats", "Harvard Law School alumni", "Neurological disease deaths in Florida", "Politicians from Miami", "United States Attorneys General", "Waco siege", "Whitewater controversy", "Women in Florida politics", "Women members of the Cabinet of the United States", "Wrongful conviction advocacy"]}
72
+ {"byte_start": 3175438652, "source_revision": "1138135507", "id": "16101", "title": "Talk:Jonathan Richman", "byte_end": 3175777338, "categories": []}
73
+ {"byte_start": 3175777338, "source_revision": "927250342", "id": "16102", "title": "Jutland Penninsula", "byte_end": 3175783143, "categories": []}
74
+ {"byte_start": 3175783143, "source_revision": "1189286556", "id": "18129", "title": "List of Labour parties", "byte_end": 3179096263, "categories": ["Labour parties|*", "Lists of political parties|Labour", "Socialism-related lists|Labour parties"]}
75
+ {"byte_start": 3179096263, "source_revision": "1201828664", "id": "18130", "title": "Louisiana", "byte_end": 4120598723, "categories": ["1812 establishments in the United States", "Former French colonies", "Former Spanish colonies", "Southern United States", "States and territories established in 1812", "States of the Confederate States of America", "States of the Gulf Coast of the United States", "States of the United States", "Contiguous United States"]}
76
+ {"byte_start": 4120598723, "source_revision": "1201729144", "id": "18131", "title": "Los Angeles International Airport", "byte_end": 5849583919, "categories": ["Los Angeles International Airport| ", "1930 establishments in California", "Airfields of the United States Army Air Forces Air Transport Command in North America", "Airfields of the United States Army Air Forces in California", "Airports established in 1930", "Airports in Los Angeles County, California", "Transportation buildings and structures in Los Angeles", "Westchester, Los Angeles", "Airports in California"]}
77
+ {"byte_start": 5849583919, "source_revision": "1191996216", "id": "18133", "title": "La T\u00e8ne culture", "byte_end": 5867752261, "categories": ["La T\u00e8ne culture| ", "Celtic archaeological cultures", "Iron Age cultures of Europe", "Archaeological cultures of Europe", "Archaeological cultures in Austria", "Archaeological cultures in Belgium", "Archaeological cultures in Bulgaria", "Archaeological cultures in Croatia", "Archaeological cultures in the Czech Republic", "Archaeological cultures in England", "Archaeological cultures in France", "Archaeological cultures in Germany", "Archaeological cultures in Hungary", "Archaeological cultures in Ireland", "Archaeological cultures in the Netherlands", "Archaeological cultures in Portugal", "Archaeological cultures in Romania", "Archaeological cultures in Scotland", "Archaeological cultures in Serbia", "Archaeological cultures in Slovakia", "Archaeological cultures in Slovenia", "Archaeological cultures in Spain", "Archaeological cultures in Switzerland", "Archaeological cultures in Turkey"]}
78
+ {"byte_start": 5867752261, "source_revision": "1193496126", "id": "18135", "title": "Lorenz curve", "byte_end": 5871538042, "categories": ["Economics curves", "Welfare economics", "Statistical charts and diagrams", "Income inequality metrics"]}
79
+ {"byte_start": 5871538042, "source_revision": "1201599540", "id": "18136", "title": "Literate programming", "byte_end": 5887171019, "categories": ["Literate programming| ", "Articles with example code", "Computer-related introductions in 1981", "Programming paradigms"]}
80
+ {"byte_start": 5887171019, "source_revision": "1184115319", "id": "18137", "title": "Logistic map", "byte_end": 5896011168, "categories": ["Chaotic maps"]}
81
+ {"byte_start": 5896011168, "source_revision": "1196511812", "id": "18138", "title": "Levant", "byte_end": 5931246147, "categories": ["Levant|*", "Eastern Mediterranean", "Geography of Cyprus", "Geography of Hatay Province", "Geography of Israel", "Geography of Jordan", "Geography of Lebanon", "Geography of Syria", "Geography of the Middle East", "Geography of the State of Palestine", "Historical regions", "Regions of Asia"]}
82
+ {"byte_start": 5931246147, "source_revision": "1194806517", "id": "18139", "title": "League of Nations mandate", "byte_end": 5951335994, "categories": ["League of Nations mandates| *", "1946 disestablishments", "20th century in Japan", "Decolonization", "French colonial empire", "Governance of the British Empire"]}
83
+ {"byte_start": 5951335994, "source_revision": "461961880", "id": "18140", "title": "League of Arab States", "byte_end": 5951340736, "categories": ["Unprintworthy redirects", "Redirects from alternative names"]}
84
+ {"byte_start": 5951340736, "source_revision": "1161086190", "id": "18142", "title": "Loudon Classic", "byte_end": 5952267280, "categories": ["Motorsport in New Hampshire", "Motorcycle races", "Motorcycle races in the United States", "1934 establishments in New Hampshire", "Recurring sporting events established in 1934", "Annual sporting events in the United States", "Superbike racing", "American Motorcyclist Association"]}
85
+ {"byte_start": 5952267280, "source_revision": "1140130068", "id": "18143", "title": "Lincoln, New Hampshire", "byte_end": 5954550387, "categories": ["Lincoln, New Hampshire| ", "1764 establishments in New Hampshire", "Company towns in New Hampshire", "Logging communities in the United States", "Populated places established in 1764", "Towns in Grafton County, New Hampshire", "Towns in New Hampshire"]}
86
+ {"byte_start": 5954550387, "source_revision": "1186705460", "id": "18145", "title": "List of laser applications", "byte_end": 5975892689, "categories": ["Laser applications| ", "Science-related lists"]}
87
+ {"byte_start": 5975892689, "source_revision": "1135087697", "id": "18146", "title": "Talk:List of laser applications", "byte_end": 5976048220, "categories": []}
88
+ {"byte_start": 5976048220, "source_revision": "482054618", "id": "18147", "title": "Lorenz attractor", "byte_end": 5978237633, "categories": []}
89
+ {"byte_start": 5978237633, "source_revision": "1201332680", "id": "18148", "title": "Left-arm orthodox spin", "byte_end": 5980674320, "categories": ["Cricket terminology", "Bowling (cricket)", "Articles containing video clips"]}
90
+ {"byte_start": 5980674320, "source_revision": "783866550", "id": "18149", "title": "Liber AL vel Legis", "byte_end": 5980782061, "categories": []}
91
+ {"byte_start": 5980782061, "source_revision": "844442394", "id": "18150", "title": "Late Helladic", "byte_end": 5980788457, "categories": []}
92
+ {"byte_start": 5980788457, "source_revision": "1186664896", "id": "18151", "title": "Laser construction", "byte_end": 5981646164, "categories": ["Lasers|Construction"]}
93
+ {"byte_start": 5981646164, "source_revision": "1194731041", "id": "18152", "title": "Logical conjunction", "byte_end": 5987549703, "categories": ["Logical connectives|Conjunction", "Semantics"]}
94
+ {"byte_start": 5987549703, "source_revision": "1174267136", "id": "1603", "title": "Alexander II", "byte_end": 5987653408, "categories": []}
95
+ {"byte_start": 5987653408, "source_revision": "1140848492", "id": "1604", "title": "Alexander III", "byte_end": 5987768104, "categories": []}
96
+ {"byte_start": 5987768104, "source_revision": "1103822313", "id": "1605", "title": "Alexander Aetolus", "byte_end": 5988084788, "categories": ["Ancient Aetolians", "Ancient Greek dramatists and playwrights", "Ancient Greek poets", "Tragic poets", "Ancient Greek epic poets", "Ancient Greek epigrammatists", "Ancient Greek elegiac poets", "3rd-century BC Greek people", "3rd-century BC poets", "Ptolemaic court", "Year of birth unknown", "Year of death unknown", "Hellenistic poets"]}
97
+ {"byte_start": 5988084788, "source_revision": "1200010338", "id": "1606", "title": "Alexander Jannaeus", "byte_end": 5999395183, "categories": ["2nd-century BC births", "76 BC deaths", "2nd-century BC Hasmonean monarchs", "1st-century BC Hasmonean monarchs", "2nd-century BCE High Priests of Israel", "1st-century BCE High Priests of Israel"]}
98
+ {"byte_start": 5999395183, "source_revision": "1141194784", "id": "1607", "title": "Alexander IV", "byte_end": 5999430586, "categories": []}
99
+ {"byte_start": 5999430586, "source_revision": "1141442322", "id": "1608", "title": "Alexander V", "byte_end": 5999444521, "categories": []}
100
+ {"byte_start": 5999444521, "source_revision": "1120118835", "id": "1609", "title": "Alexander VI", "byte_end": 5999445721, "categories": []}
101
+ {"byte_start": 5999445721, "source_revision": "287886602", "id": "1610", "title": "Alexander VII", "byte_end": 5999448911, "categories": []}
102
+ {"byte_start": 5999448911, "source_revision": "287886770", "id": "1611", "title": "Alexander VIII", "byte_end": 5999452770, "categories": []}
103
+ {"byte_start": 5999452770, "source_revision": "1164320517", "id": "1612", "title": "Alexandrists", "byte_end": 5999510691, "categories": ["Christian philosophers"]}
104
+ {"byte_start": 5999510691, "source_revision": "1195000504", "id": "1613", "title": "Alexios I Komnenos", "byte_end": 6018865154, "categories": ["Alexios I Komnenos| ", "Komnenos dynasty|*", "1050s births", "1118 deaths", "Year of birth uncertain", "11th-century Byzantine emperors", "1080s in the Byzantine Empire", "1090s in the Byzantine Empire", "1100s in the Byzantine Empire", "1110s in the Byzantine Empire", "12th-century Byzantine emperors", "Byzantine people of the Byzantine\u2013Norman wars", "Byzantine people of the Byzantine\u2013Seljuk wars", "Byzantine people of the Crusades", "Christian anti-Gnosticism", "Domestics of the Schools", "Eastern Orthodox monarchs", "Nobilissimi", "Panhypersebastoi", "People associated with Xenophontos Monastery", "Byzantine people of the Byzantine\u2013Pecheneg wars"]}
105
+ {"byte_start": 6018865154, "source_revision": "1199822815", "id": "1614", "title": "Alexis (poet)", "byte_end": 6022483447, "categories": ["3rd-century BC Greek writers", "Ancient Greek centenarians", "Ancient Greek dramatists and playwrights", "Poets of Magna Graecia", "Middle Comic poets", "Men centenarians", "Metics in Classical Athens", "People from the Province of Cosenza", "Italiotes", "4th-century BC births", "3rd-century BC deaths"]}
106
+ {"byte_start": 6022483447, "source_revision": "1183823488", "id": "1615", "title": "Alexios II Komnenos", "byte_end": 6024590321, "categories": ["1169 births", "1183 deaths", "Komnenos dynasty", "Monarchs who died as children", "Medieval child monarchs", "12th-century Byzantine emperors", "People executed by ligature strangulation", "Eastern Orthodox monarchs", "Assassinated Byzantine emperors", "12th-century murdered monarchs", "Manuel I Komnenos", "Porphyrogennetoi", "Sons of Byzantine emperors"]}
107
+ {"byte_start": 6024590321, "source_revision": "1188032791", "id": "1616", "title": "Alexios III Angelos", "byte_end": 6028353581, "categories": ["Angelid dynasty", "12th-century Byzantine emperors", "13th-century Byzantine emperors", "Christians of the Crusade of 1197", "Christians of the Fourth Crusade", "1150s births|Alexios Angelos", "1211 deaths|Alexios Angelos", "Year of birth uncertain", "Eastern Orthodox monarchs", "Monarchs taken prisoner in wartime", "Sebastokrators"]}
108
+ {"byte_start": 6028353581, "source_revision": "1180815020", "id": "1617", "title": "Alexios V Doukas", "byte_end": 6032966135, "categories": ["12th-century births|Alexios Doukas", "1204 deaths|Alexios Doukas", "12th-century Byzantine people", "13th-century Byzantine emperors", "Angelid dynasty", "Blind royalty and nobility", "Greek blind people", "Byzantine prisoners and detainees", "Christians of the Fourth Crusade", "Deaths from falls", "Doukas family", "Executed Byzantine people", "Executed monarchs", "Leaders who took power by coup", "Eastern Orthodox monarchs", "Monarchs taken prisoner in wartime", "People executed for treason", "Protovestiarioi"]}
109
+ {"byte_start": 6032966135, "source_revision": "1193882389", "id": "1619", "title": "Talk:Alternate history", "byte_end": 6047529170, "categories": []}
110
+ {"byte_start": 6047529170, "source_revision": "1184309802", "id": "1620", "title": "Alexei Petrovich, Tsarevich of Russia", "byte_end": 6052396282, "categories": ["1690 births", "1718 deaths", "Royalty from Moscow", "House of Romanov", "Heirs apparent who never acceded", "Prisoners who died in Russian detention", "Russian people who died in prison custody", "17th-century Russian people", "18th-century people from the Russian Empire", "Tsareviches of Russia", "Burials at Saints Peter and Paul Cathedral, Saint Petersburg", "Sons of emperors", "Prisoners of the Peter and Paul Fortress"]}
111
+ {"byte_start": 6052396282, "source_revision": "1198546505", "id": "1621", "title": "Talk:Ambiguity", "byte_end": 6052897486, "categories": []}
112
+ {"byte_start": 6052897486, "source_revision": "1198399527", "id": "1623", "title": "Andrew Jackson", "byte_end": 7269224856, "categories": ["Andrew Jackson| ", "1767 births", "1845 deaths", "18th-century American politicians", "18th-century Presbyterians", "19th-century deaths from tuberculosis", "19th-century presidents of the United States", "1830s in the United States", "American duellists", "American militia generals", "19th-century American planters", "American Presbyterians", "American prosecutors", "American Revolutionary War prisoners of war held by Great Britain", "American shooting survivors", "American people of English descent", "American people of Scottish descent", "American people of Scotch-Irish descent", "Battle of New Orleans", "Burials in Tennessee", "Andrew Jackson family", "Candidates in the 1824 United States presidential election", "Candidates in the 1828 United States presidential election", "Candidates in the 1832 United States presidential election", "Congressional Gold Medal recipients", "Deaths from edema", "Democratic Party presidents of the United States", "Democratic Party (United States) presidential nominees", "Democratic-Republican Party members of the United States House of Representatives from Tennessee", "Democratic-Republican Party United States senators", "Florida Democratic-Republicans", "American Freemasons", "Governors of Florida Territory", "Grand Masters of the Grand Lodge of Tennessee", "Hall of Fame for Great Americans inductees", "Infectious disease deaths in Tennessee", "Justices of the Tennessee Supreme Court", "Negro Fort", "Members of the American Antiquarian Society", "Members of the United States House of Representatives who owned slaves", "North Carolina lawyers", "People from Lancaster County, South Carolina", "People from pre-statehood Tennessee", "People of the Creek War", "Politicians from Nashville, Tennessee", "Presidents of the United States", "Second Party System", "Tennessee Democrats", "Tennessee Jacksonians", "Tuberculosis deaths in Tennessee", "United States Army generals", "United States Army personnel of the Seminole Wars", "United States military governors", "United States senators from Tennessee", "United States senators who owned slaves", "United States Army personnel of the War of 1812", "Trail of Tears perpetrators"]}
113
+ {"byte_start": 7269224856, "source_revision": "1201510858", "id": "1624", "title": "Andrew Johnson", "byte_end": 7864554802, "categories": ["Andrew Johnson| ", "1808 births", "1875 deaths", "19th-century presidents of the United States", "19th-century vice presidents of the United States", "1860s in the United States", "Candidates in the 1860 United States presidential election", "Candidates in the 1868 United States presidential election", "1864 United States vice-presidential candidates", "Presidents of the United States", "Vice presidents of the United States", "American people of English descent", "American people of Irish descent", "American people of Scotch-Irish descent", "Burials in Tennessee", "Democratic Party governors of Tennessee", "Democratic Party United States senators from Tennessee", "Governors of Tennessee", "Impeached presidents of the United States", "Lincoln administration cabinet members", "Mayors of places in Tennessee", "Members of the Tennessee House of Representatives", "People from Greeneville, Tennessee", "Politicians from Raleigh, North Carolina", "People of the Reconstruction Era", "People of North Carolina in the American Civil War", "People of Tennessee in the American Civil War", "Andrew Johnson family", "Presidency of Andrew Johnson| ", "Republican Party (United States) vice presidential nominees", "Southern Unionists in the American Civil War", "American tailors", "People associated with the assassination of Abraham Lincoln", "Tennessee city council members", "Tennessee state senators", "Union Army generals", "Union (American Civil War) political leaders", "Democratic Party members of the United States House of Representatives from Tennessee", "People from Laurens, South Carolina", "Democratic Party presidents of the United States", "United States senators who owned slaves", "Members of the United States House of Representatives who owned slaves"]}
114
+ {"byte_start": 7864554802, "source_revision": "1198197900", "id": "1625", "title": "Aleksandr Solzhenitsyn", "byte_end": 8120115602, "categories": ["Aleksandr Solzhenitsyn| ", "1918 births", "2008 deaths", "20th-century male writers", "20th-century non-fiction writers", "Russian writers of Ukrainian descent", "20th-century Russian short story writers", "Burials at Donskoy Monastery", "Censorship in the Soviet Union", "Christian humanists", "Christian novelists", "Christian writers", "Converts to Eastern Orthodoxy from atheism or agnosticism", "Critics of atheism", "Critics of Marxism", "Eastern Orthodox philosophers", "Eastern Orthodox writers", "Former atheist critics of atheism", "Full Members of the Russian Academy of Sciences", "Gulag detainees", "Inmates of Lefortovo Prison", "Lay theologians", "Members of the Serbian Academy of Sciences and Arts", "Nobel laureates in Literature", "People denaturalized by the Soviet Union", "People from Cavendish, Vermont", "People from Kislovodsk", "People of the Cold War", "Prison writings", "Recipients of the Order of the Red Star", "Southern Federal University alumni", "Russian anti-communists", "Russian exiles", "20th-century Russian historians", "Russian male novelists", "Russian male short story writers", "Russian monarchists", "Russian nationalists", "Russian Nobel laureates", "Russian Orthodox Christians from Russia", "Russian Orthodox Christians from the Soviet Union", "Russian people of Ukrainian descent", "Russian prisoners and detainees", "Sharashka inmates", "Soviet Army officers", "Soviet dissidents", "Soviet emigrants to Germany", "Soviet emigrants to Switzerland", "Soviet emigrants to the United States", "Soviet expellees", "Soviet male writers", "Soviet military personnel of World War II", "Soviet Nobel laureates", "Soviet historians", "Soviet novelists", "Soviet prisoners and detainees", "Soviet psychiatric abuse whistleblowers", "Soviet rehabilitations", "Soviet short story writers", "Soviet whistleblowers", "Stalinism-era scholars and writers", "State Prize of the Russian Federation laureates", "Stateless people", "Russian television talk show hosts", "Templeton Prize laureates", "World War II poets", "Male non-fiction writers", "Russian Christians", "Foreign members of the Serbian Academy of Sciences and Arts"]}
115
+ {"byte_start": 8120115602, "source_revision": "1120352173", "id": "1626", "title": "Aleksandr Isaevich Solzhenitsyn", "byte_end": 8120116817, "categories": []}
116
+ {"byte_start": 8120116817, "source_revision": "1200926920", "id": "1627", "title": "Aberdeen", "byte_end": 8547132108, "categories": ["Aberdeen| ", "Cities in Scotland", "Council areas of Scotland", "Fishing communities in Scotland", "Lieutenancy areas of Scotland", "Port cities and towns in Scotland", "Port cities and towns of the North Sea", "Royal burghs", "Grampian", "Districts of Scotland"]}
117
+ {"byte_start": 8547132108, "source_revision": "1191175190", "id": "1628", "title": "August 23", "byte_end": 8645464004, "categories": ["Days of the year", "August"]}
118
+ {"byte_start": 8645464004, "source_revision": "1201686627", "id": "1629", "title": "August 24", "byte_end": 8751059641, "categories": ["Days of the year", "August"]}
119
+ {"byte_start": 8751059641, "source_revision": "1193882403", "id": "1631", "title": "Talk:Ainu people", "byte_end": 8762432607, "categories": []}
120
+ {"byte_start": 8762432607, "source_revision": "1192744439", "id": "1632", "title": "Talk:Agnes of Merania", "byte_end": 8762643999, "categories": []}
121
+ {"byte_start": 8762643999, "source_revision": "1197608731", "id": "1633", "title": "Antipope", "byte_end": 8794345910, "categories": ["Antipopes| ", "Ecclesiastical titles", "History of the papacy", "Lists of Catholic popes"]}
122
+ {"byte_start": 8794345910, "source_revision": "1198312978", "id": "1634", "title": "Aquaculture", "byte_end": 8913230276, "categories": ["Aquaculture| ", "Domesticated animals", "Buildings and structures used to confine animals", "Sustainable food system"]}
123
+ {"byte_start": 8913230276, "source_revision": "1201337445", "id": "1635", "title": "Kolmogorov complexity", "byte_end": 8939939709, "categories": ["Algorithmic information theory|*", "Information theory|*", "Computability theory", "Descriptive complexity", "Measures of complexity", "Computational complexity theory"]}
124
+ {"byte_start": 8939939709, "source_revision": "769901365", "id": "1636", "title": "Antoine de Saint-Exupery", "byte_end": 8939952072, "categories": []}
125
+ {"byte_start": 8939952072, "source_revision": "1170213766", "id": "1637", "title": "Hymn to Proserpine", "byte_end": 8940089893, "categories": ["British poems", "1866 poems", "Victorian poetry", "Proserpina", "Poetry by Algernon Charles Swinburne"]}
126
+ {"byte_start": 8940089893, "source_revision": "1187902904", "id": "1638", "title": "The Triumph of Time", "byte_end": 8940162382, "categories": ["British poems", "1866 poems", "Poetry by Algernon Charles Swinburne"]}
127
+ {"byte_start": 8940162382, "source_revision": "1191244758", "id": "1639", "title": "April 28", "byte_end": 9018962552, "categories": ["Days of the year", "April"]}
128
+ {"byte_start": 9018962552, "source_revision": "1199183912", "id": "1640", "title": "Alfred the Great", "byte_end": 9431903072, "categories": ["Alfred the Great| ", "840s births", "899 deaths", "Year of birth uncertain", "9th-century Christians", "9th-century English monarchs", "9th-century translators", "Boat and ship designers", "English Christians", "House of Wessex", "Medieval legislators", "Monarchs of England before 1066", "Patrons of literature", "People from Wantage", "Translators from Latin", "Translators of philosophy", "West Saxon monarchs"]}
129
+ {"byte_start": 9431903072, "source_revision": "230719935", "id": "1641", "title": "Alfred Ernest Albert", "byte_end": 9431921056, "categories": []}
130
+ {"byte_start": 9431921056, "source_revision": "1190602406", "id": "1642", "title": "Alessandro Algardi", "byte_end": 9434055576, "categories": ["1598 births", "1654 deaths", "Italian Baroque sculptors", "Artists from Bologna", "17th-century Italian sculptors", "Italian male sculptors"]}
131
+ {"byte_start": 9434055576, "source_revision": "1178582714", "id": "1643", "title": "Alger of Li\u00e8ge", "byte_end": 9434262668, "categories": ["12th-century Roman Catholic priests", "1055 births", "1131 deaths", "11th-century Roman Catholic priests", "Clergy from the Prince-Bishopric of Li\u00e8ge", "Clergy from Li\u00e8ge"]}
132
+ {"byte_start": 9434262668, "source_revision": "1200395064", "id": "1644", "title": "Algiers", "byte_end": 9537054600, "categories": ["Algiers| ", "944 establishments", "Barbary Wars", "Capitals in Africa", "Former Spanish colonies", "Mediterranean port cities and towns in Algeria", "Populated coastal places in Algeria", "World Heritage Sites in Algeria", "Coastal cities in Algeria", "Populated places in Algiers Province", "Province seats of Algeria", "Populated places established in the 10th century", "10th-century establishments in Africa"]}
133
+ {"byte_start": 9537054600, "source_revision": "1195007492", "id": "1645", "title": "Ibn al-Haytham", "byte_end": 9977819716, "categories": ["Ibn al-Haytham| ", "960s births", "1040 deaths", "10th-century mathematicians", "11th-century astronomers", "11th-century mathematicians", "Scholars under the Buyid dynasty", "Mathematicians from the Fatimid Caliphate", "Iraqi astronomers", "Mathematicians under the Buyid dynasty", "Iraqi scientists", "Engineers of the medieval Islamic world", "Medieval physicists", "Philosophers of the medieval Islamic world", "Philosophers of science", "Natural philosophers", "People from Basra", "Precursors of photography", "Scientists who worked on qibla determination", "Inventors of the medieval Islamic world", "History of scientific method", "History of optics", "11th-century inventors"]}
134
+ {"byte_start": 9977819716, "source_revision": "1170148270", "id": "1647", "title": "Alessandro Allori", "byte_end": 9978823800, "categories": ["1535 births", "1607 deaths", "16th-century Italian painters", "Italian male painters", "17th-century Italian painters", "Painters from Florence", "Italian Mannerist painters", "Italian portrait painters"]}
135
+ {"byte_start": 9978823800, "source_revision": "1200130555", "id": "1649", "title": "Almoravid dynasty", "byte_end": 10066785002, "categories": ["Almoravid dynasty| ", "11th century in al-Andalus", "12th century in al-Andalus", "Medieval Algeria", "History of Mauritania", "History of Western Sahara", "11th-century establishments in Africa", "1147 disestablishments", "12th-century disestablishments in Morocco", "States and territories established in 1040", "States and territories disestablished in 1147", "Historical transcontinental empires", "Former empires in Africa"]}
136
+ {"byte_start": 10066785002, "source_revision": "1188596522", "id": "1650", "title": "Aloe", "byte_end": 10091718561, "categories": ["Aloe| ", "Asphodelaceae genera", "Laxatives", "Cosmetics chemicals", "Succulent plants"]}
137
+ {"byte_start": 10091718561, "source_revision": "393344901", "id": "1651", "title": "Alured of Berkeley", "byte_end": 10091720442, "categories": []}
138
+ {"byte_start": 10091720442, "source_revision": "1191723499", "id": "1652", "title": "Alyattes", "byte_end": 10095838596, "categories": ["585 BC deaths", "Kings of Lydia", "6th-century BC monarchs in Asia", "7th-century BC monarchs in Asia", "Year of birth unknown", "Mermnad dynasty"]}
139
+ {"byte_start": 10095838596, "source_revision": "1196120128", "id": "1653", "title": "Age of consent", "byte_end": 10202700860, "categories": ["Age of consent| ", "Adolescent sexuality", "Age and society", "Minimum ages", "Sex laws", "Sexuality and age", "Statutory law"]}
140
+ {"byte_start": 10202700860, "source_revision": "1191305476", "id": "1654", "title": "Alypius of Antioch", "byte_end": 10202827147, "categories": ["Jews and Judaism in the Roman Empire", "Ancient Romans in Britain", "People from Antioch", "Ancient Roman geographers", "Roman governors of Britain", "4th-century Romans", "Late-Roman-era pagans", "4th-century geographers"]}
141
+ {"byte_start": 10202827147, "source_revision": "1194315023", "id": "1655", "title": "Amalasuintha", "byte_end": 10205460722, "categories": ["Year of birth unknown", "535 deaths", "6th-century women monarchs", "Ostrogothic queens consort", "Ostrogothic kings", "Amali dynasty", "6th-century monarchs in Europe", "6th-century murdered monarchs", "6th-century Ostrogothic people", "6th-century Italian women", "6th-century Christians", "6th-century scholars", "Women scholars and academics", "Scholars of Latin literature", "Scholars of Greek language", "Queens regnant in Europe", "6th-century kings of Italy", "6th-century women regents", "6th-century regents"]}
142
+ {"byte_start": 10205460722, "source_revision": "1193830144", "id": "1656", "title": "Amalric of Bena", "byte_end": 10206135520, "categories": ["1200s deaths", "12th-century births", "12th-century Christian universalists", "12th-century Christian mystics", "Christian universalist theologians", "Roman Catholic mystics", "Pantheists", "Scholastic philosophers"]}
143
+ {"byte_start": 10206135520, "source_revision": "1195583872", "id": "1657", "title": "Afonso I of Portugal", "byte_end": 10229712196, "categories": ["Portuguese Roman Catholics", "Portuguese people of French descent", "Portuguese people of Spanish descent", "House of Burgundy-Portugal", "People of the Reconquista", "12th-century births", "1185 deaths", "Year of birth uncertain", "12th-century Roman Catholics", "Christians of the Second Crusade", "Counts of Portugal (Asturias-Le\u00f3n)", "12th-century Portuguese monarchs", "Portuguese revolutionaries", "Founding monarchs", "People from Guimar\u00e3es"]}
144
+ {"byte_start": 10229712196, "source_revision": "1195582908", "id": "1658", "title": "Afonso II of Portugal", "byte_end": 10231978075, "categories": ["Portuguese infantes", "House of Burgundy-Portugal", "People excommunicated by the Catholic Church", "1185 births", "1223 deaths", "People of the Reconquista", "People from Coimbra", "12th-century Portuguese people", "13th-century Portuguese monarchs"]}
145
+ {"byte_start": 10231978075, "source_revision": "1185141296", "id": "1659", "title": "Afonso III of Portugal", "byte_end": 10236849579, "categories": ["Portuguese Roman Catholics", "Portuguese infantes", "House of Burgundy-Portugal", "People of the Reconquista", "1210 births", "1279 deaths", "People from Coimbra", "13th-century Portuguese monarchs", "Jure uxoris officeholders", "Counts of Mortain", "Counts of Aumale", "Counts of Dammartin", "Counts of Boulogne"]}
146
+ {"byte_start": 10236849579, "source_revision": "1193867657", "id": "1660", "title": "Afonso IV of Portugal", "byte_end": 10240655708, "categories": ["Portuguese infantes", "Portuguese Roman Catholics", "House of Burgundy-Portugal", "1291 births", "1357 deaths", "Nobility from Lisbon", "People of the Reconquista", "14th-century Portuguese monarchs"]}
147
+ {"byte_start": 10240655708, "source_revision": "1188778338", "id": "1661", "title": "Afonso V of Portugal", "byte_end": 10247374830, "categories": ["1432 births", "1481 deaths", "15th-century Portuguese monarchs", "House of Aviz", "Knights of the Garter", "People from Sintra", "Portuguese exploration in the Age of Discovery", "Portuguese infantes", "Portuguese people of English descent", "Princes of Portugal", "Sons of kings"]}
148
+ {"byte_start": 10247374830, "source_revision": "1193057595", "id": "1662", "title": "Afonso VI of Portugal", "byte_end": 10250069200, "categories": ["Portuguese infantes", "Dukes of Braganza", "Child monarchs", "1643 births", "1683 deaths", "Portuguese people with disabilities", "Princes of Brazil", "House of Braganza", "17th-century Portuguese monarchs", "Nobility from Lisbon", "Royalty and nobility with disabilities", "Burials at the Monastery of S\u00e3o Vicente de Fora", "Royal reburials"]}
149
+ {"byte_start": 10250069200, "source_revision": "1145205956", "id": "1663", "title": "Alphonso I of Spain", "byte_end": 10250084368, "categories": []}
150
+ {"byte_start": 10250084368, "source_revision": "1201494040", "id": "1664", "title": "Alfonso II of Asturias", "byte_end": 10250872280, "categories": ["8th-century births", "842 deaths", "Beni Alfons", "8th-century Asturian monarchs", "9th-century Asturian monarchs"]}
151
+ {"byte_start": 10250872280, "source_revision": "1163502269", "id": "1669", "title": "Amarasimha", "byte_end": 10251216527, "categories": ["Indian Buddhists", "Indian male poets", "4th-century Indian poets", "Year of birth unknown", "Year of death unknown", "Sanskrit writers"]}
152
+ {"byte_start": 10251216527, "source_revision": "15900138", "id": "1672", "title": "Alphonso VIII of Spain", "byte_end": 10251221112, "categories": []}
153
+ {"byte_start": 10251221112, "source_revision": "168540225", "id": "1673", "title": "Alfonso IX of Spain", "byte_end": 10251230304, "categories": []}
154
+ {"byte_start": 10251230304, "source_revision": "1197224774", "id": "1676", "title": "Alfonso XII", "byte_end": 10267542843, "categories": ["Alfonso XII of Spain| ", "1857 births", "1885 deaths", "19th-century Spanish monarchs", "House of Bourbon (Spain)", "Nobility from Madrid", "Princes of Asturias", "Restoration (Spain)", "People of the Third Carlist War", "Spanish infantes", "1870s in Spain", "1880s in Spain", "Grand Masters of the Order of the Golden Fleece", "Knights of the Golden Fleece of Spain", "Grand Masters of the Order of Isabella the Catholic", "Grand Crosses of the Order of Saint-Charles", "Collars of the Order of Isabella the Catholic", "Knights Grand Cross of the Order of Isabella the Catholic", "Laureate Cross of Saint Ferdinand", "Crosses of Military Merit", "Grand Crosses of Military Merit", "Crosses of Naval Merit", "Grand Crosses of Naval Merit", "Grand Masters of the Royal and Military Order of San Hermenegild", "Recipients of the Royal and Military Order of Saint Hermenegild", "Grand Crosses of the Royal and Military Order of San Hermenegild", "Grand Masters of the Order of Calatrava", "Knights of Calatrava", "Grand Masters of the Order of Santiago", "Knights of Santiago", "Grand Masters of the Order of Alc\u00e1ntara", "Knights of the Order of Alc\u00e1ntara", "Grand Masters of the Order of Montesa", "Knights of the Order of Montesa", "Spanish captain generals", "Captain generals of the Navy", "Grand Crosses of the Order of Saint Stephen of Hungary", "Extra Knights Companion of the Garter", "19th-century deaths from tuberculosis", "Coll\u00e8ge Stanislas de Paris alumni", "Graduates of the Royal Military College, Sandhurst", "Deaths from dysentery", "Infectious disease deaths in Spain", "Burials in the Pantheon of Kings at El Escorial", "Tuberculosis deaths in Spain", "Navarrese titular monarchs"]}
155
+ {"byte_start": 10267542843, "source_revision": "1201494689", "id": "1677", "title": "Alfonso XIII", "byte_end": 10330124098, "categories": ["Alfonso XIII of Spain| ", "1886 births", "1941 deaths", "19th-century Spanish monarchs", "20th-century Spanish monarchs", "Nobility from Madrid", "House of Bourbon (Spain)", "Restoration (Spain)", "Legitimist pretenders to the French throne", "British field marshals", "Child monarchs", "Spanish infantes", "Burials in the Pantheon of Kings at El Escorial", "Spanish captain generals", "Captain generals of the Navy", "Grand Masters of the Order of the Golden Fleece", "Knights of the Golden Fleece of Spain", "Grand Masters of the Order of Isabella the Catholic", "Recipients of the Order of Isabella the Catholic", "Collars of the Order of Isabella the Catholic", "Knights Grand Cross of the Order of Isabella the Catholic", "Laureate Cross of Saint Ferdinand", "Crosses of Military Merit", "Grand Crosses of Military Merit", "Crosses of Naval Merit", "Grand Crosses of Naval Merit", "Crosses of Aeronautical Merit", "Grand Masters of the Royal and Military Order of San Hermenegild", "Recipients of the Royal and Military Order of Saint Hermenegild", "Grand Crosses of the Royal and Military Order of San Hermenegild", "Grand Masters of the Order of Calatrava", "Knights of Calatrava", "Grand Masters of the Order of Santiago", "Knights of Santiago", "Grand Masters of the Order of Alc\u00e1ntara", "Knights of the Order of Alc\u00e1ntara", "Grand Masters of the Order of Montesa", "Knights of the Order of Montesa", "Grand Crosses of the Order of Saint Stephen of Hungary", "Collars of the Order of the White Lion", "Extra Knights Companion of the Garter", "Honorary Knights Grand Cross of the Royal Victorian Order", "Bailiffs Grand Cross of Honour and Devotion of the Sovereign Military Order of Malta", "Monarchs who abdicated", "Dethroned monarchs", "Navarrese titular monarchs", "Royal reburials", "Exiled royalty"]}
156
+ {"byte_start": 10330124098, "source_revision": "644185359", "id": "1678", "title": "Alphonsus a Sancta Maria", "byte_end": 10330149833, "categories": []}
157
+ {"byte_start": 10330149833, "source_revision": "1199878107", "id": "15807", "title": "John Horton Conway", "byte_end": 10354034197, "categories": ["John Horton Conway| ", "1937 births", "2020 deaths", "20th-century English mathematicians", "21st-century English mathematicians", "Algebraists", "Group theorists", "Combinatorial game theorists", "Cellular automatists", "Mathematics popularizers", "Recreational mathematicians", "Alumni of Gonville and Caius College, Cambridge", "Fellows of Sidney Sussex College, Cambridge", "Fellows of the Royal Society", "Princeton University faculty", "Scientists from Liverpool", "British expatriate academics in the United States", "Researchers of artificial life", "Deaths from the COVID-19 pandemic in New Jersey"]}
158
+ {"byte_start": 10354034197, "source_revision": "1192698172", "id": "15809", "title": "July 10", "byte_end": 10444884330, "categories": ["Days of the year", "July"]}
159
+ {"byte_start": 10444884330, "source_revision": "1188356077", "id": "15812", "title": "June 24", "byte_end": 10547285853, "categories": ["Days of the year", "June"]}
160
+ {"byte_start": 10547285853, "source_revision": "1201445573", "id": "15813", "title": "January 30", "byte_end": 10631482577, "categories": ["Days of the year", "January"]}
161
+ {"byte_start": 10631482577, "source_revision": "1200205918", "id": "15814", "title": "January 29", "byte_end": 10712337657, "categories": ["Days of the year", "January"]}
162
+ {"byte_start": 10712337657, "source_revision": "1194927755", "id": "15815", "title": "June 18", "byte_end": 10799133614, "categories": ["Days of the year", "June"]}
163
+ {"byte_start": 10799133614, "source_revision": "1197712688", "id": "15816", "title": "June 13", "byte_end": 10886297879, "categories": ["Days of the year", "June"]}
164
+ {"byte_start": 10886297879, "source_revision": "1199093846", "id": "15817", "title": "June 19", "byte_end": 10960175029, "categories": ["Days of the year", "June"]}
165
+ {"byte_start": 10960175029, "source_revision": "1192006019", "id": "15818", "title": "June 20", "byte_end": 11035239027, "categories": ["Days of the year", "June"]}
166
+ {"byte_start": 11035239027, "source_revision": "1198239278", "id": "15819", "title": "June 21", "byte_end": 11156486990, "categories": ["Days of the year", "June"]}
167
+ {"byte_start": 11156486990, "source_revision": "1199023681", "id": "15820", "title": "June 5", "byte_end": 11239429689, "categories": ["Days of the year", "June"]}
168
+ {"byte_start": 11239429689, "source_revision": "1198105164", "id": "15821", "title": "Jack Lemmon", "byte_end": 11295883952, "categories": ["1925 births", "2001 deaths", "American people of English descent", "American people of Irish descent", "20th-century American male actors", "Male actors from Massachusetts", "American male film actors", "United States Navy personnel of World War II", "Harvard College alumni", "Columbia Pictures contract players", "Honorary Golden Bear recipients", "Best Actor Academy Award winners", "Best Actor BAFTA Award winners", "Best Foreign Actor BAFTA Award winners", "Best Miniseries or Television Movie Actor Golden Globe winners", "Best Musical or Comedy Actor Golden Globe (film) winners", "Best Supporting Actor Academy Award winners", "Cannes Film Festival Award for Best Actor winners", "Burials at Westwood Village Memorial Park Cemetery", "Deaths from cancer in California", "Deaths from bladder cancer", "Epic Records artists", "Best Performance by a Foreign Actor Genie Award winners", "Outstanding Performance by a Lead Actor in a Miniseries or Movie Primetime Emmy Award winners", "Outstanding Performance by a Male Actor in a Miniseries or Television Movie Screen Actors Guild Award winners", "Screen Actors Guild Life Achievement Award", "Male actors from Malibu, California", "Actors from Newton, Massachusetts", "Phillips Academy alumni", "United States Navy officers", "Volpi Cup for Best Actor winners", "Volpi Cup winners", "American Roman Catholics", "David di Donatello winners", "Film directors from California", "Silver Bear for Best Actor winners", "Cecil B. DeMille Award Golden Globe winners", "Musicians from Newton, Massachusetts", "Hasty Pudding alumni", "California Democrats", "Massachusetts Democrats", "AFI Life Achievement Award recipients", "Film directors from Massachusetts", "Military personnel from Massachusetts", "Military personnel from California", "Lemmon family", "Rivers School alumni", "Kennedy Center honorees"]}
169
+ {"byte_start": 11295883952, "source_revision": "1201363887", "id": "15823", "title": "Joseph Conrad", "byte_end": 11734182506, "categories": ["Joseph Conrad| ", "1857 births", "1924 deaths", "19th-century British novelists", "19th-century British short story writers", "19th-century Polish nobility", "19th-century Polish novelists", "20th-century English novelists", "20th-century Polish nobility", "20th-century Polish novelists", "British essayists", "British Merchant Navy officers", "British Merchant Navy personnel", "British people of Polish descent", "British psychological fiction writers", "British short story writers", "British travel writers", "Burials in Kent", "Clan of Na\u0142\u0119cz", "Emigrants from the Russian Empire to the United Kingdom", "Emigrants from the Russian Empire to France", "Exophonic writers", "Male essayists", "Maritime writers", "Modernist writers", "Naturalised citizens of the United Kingdom", "PEN International", "People from Berdichevsky Uyezd", "People from Berdychiv", "People from Stanford-le-Hope", "People from the Borough of Ashford", "People from the City of Canterbury", "People from the Russian Empire of Polish descent", "People of the Victorian era", "Philosophers of pessimism", "Polish essayists", "Polish male novelists", "Polish male short story writers", "Polish political writers", "Polish travel writers", "Polish writers in English", "Victorian novelists"]}
170
+ {"byte_start": 11734182506, "source_revision": "1199900684", "id": "15824", "title": "John Updike", "byte_end": 11864552293, "categories": ["1932 births", "2009 deaths", "People from Shillington, Pennsylvania", "Deaths from lung cancer in Massachusetts", "American children's writers", "American Christian writers", "American literary critics", "American humorous poets", "American psychological fiction writers", "20th-century American poets", "Novelists from Massachusetts", "Postmodern writers", "American male novelists", "Christian novelists", "20th-century American novelists", "21st-century American novelists", "Alumni of the Ruskin School of Art", "The Harvard Lampoon alumni", "Harvard College alumni", "Members of the American Academy of Arts and Letters", "National Book Award winners", "O. Henry Award winners", "Pulitzer Prize for Fiction winners", "PEN/Faulkner Award for Fiction winners", "PEN/Malamud Award winners", "United States National Medal of Arts recipients", "National Humanities Medal recipients", "People from Danvers, Massachusetts", "People from Ipswich, Massachusetts", "Writers from Reading, Pennsylvania", "People from Beverly, Massachusetts", "21st-century American poets", "American male poets", "The New Yorker people", "American male essayists", "American erotica writers", "American male short story writers", "20th-century American short story writers", "21st-century American short story writers", "20th-century American essayists", "21st-century American essayists", "Journalists from Pennsylvania", "20th-century American male writers", "21st-century American male writers", "Novelists from Pennsylvania", "Commandeurs of the Ordre des Arts et des Lettres", "20th-century American journalists", "American male journalists"]}
171
+ {"byte_start": 11864552293, "source_revision": "1198239334", "id": "15825", "title": "John Steinbeck", "byte_end": 12229141964, "categories": ["John Steinbeck| ", "1902 births", "1968 deaths", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century American novelists", "20th-century American short story writers", "American agnostics", "American anti-capitalists", "American Episcopalians", "American humanists", "American male non-fiction writers", "American male novelists", "American male short story writers", "American military personnel of the Vietnam War", "American military personnel of World War II", "American Nobel laureates", "American people of English descent", "American people of German descent", "American people of Irish descent", "American writers of Irish descent", "American socialists", "American travel writers", "Esquire (magazine) people", "Lost Generation writers", "Military personnel from California", "National Book Award winners", "Nobel laureates in Literature", "People from Salinas, California", "People of the New Deal arts projects", "People of the Office of Strategic Services", "Presidential Medal of Freedom recipients", "Pulitzer Prize for the Novel winners", "Recipients of the King Haakon VII Freedom Cross", "Stanford University alumni", "Writers from California", "Writers of modern Arthurian fiction", "Members of the American Academy of Arts and Letters"]}
172
+ {"byte_start": 12229141964, "source_revision": "1194734017", "id": "15826", "title": "Joshua Reynolds", "byte_end": 12253213580, "categories": ["English portrait painters", "1723 births", "1792 deaths", "Artist authors", "Fellows of the Royal Society", "People from Plympton", "Principal Painters in Ordinary", "Royal Academicians", "Streathamites", "Knights Bachelor", "Burials at St Paul's Cathedral", "18th-century English painters", "18th-century English male artists", "English male painters", "Sibling artists", "Waddesdon Manor"]}
173
+ {"byte_start": 12253213580, "source_revision": "1201570153", "id": "15827", "title": "Joseph Schumpeter", "byte_end": 12308305072, "categories": ["Joseph Schumpeter| ", "Innovation economists", "1883 births", "1950 deaths", "Austrian anti-communists", "19th-century Austrian people", "20th-century Austrian people", "20th-century Austrian economists", "20th-century Austrian writers", "20th-century male writers", "Austrian male writers", "Austrian academics", "Austrian emigrants to the United States", "Austrian people of Czech descent", "Austrian people of Moravian-German descent", "Converts to Lutheranism from Roman Catholicism", "Academic staff of Chernivtsi University", "Finance Ministers of Austria", "Government ministers of Austria", "Historians of economic thought", "Macroeconomists", "American development economists", "People from Austria-Hungary", "People from T\u0159e\u0161\u0165", "Academic staff of the University of Bonn", "University of Vienna alumni", "Fellows of the Econometric Society", "Presidents of the Econometric Society", "Presidents of the American Economic Association", "Austrian expatriates in Germany", "Austrian expatriates in Japan", "American people of Moravian-German descent", "20th-century American economists", "Harvard University faculty", "Columbia University faculty", "American anti-communists", "Old Right (United States)", "People with acquired American citizenship"]}
174
+ {"byte_start": 12308305072, "source_revision": "1136855797", "id": "15829", "title": "Talk:Joseph Stalin/Archive 3", "byte_end": 12326177393, "categories": []}
175
+ {"byte_start": 12326177393, "source_revision": "1194366972", "id": "15830", "title": "John Lee Hooker", "byte_end": 12396002355, "categories": ["1910s births", "2001 deaths", "20th-century American guitarists", "Age controversies", "African-American guitarists", "African-American male singer-songwriters", "American blues guitarists", "American male guitarists", "American blues singer-songwriters", "Blues musicians from Mississippi", "Blues musicians from Tennessee", "Blues revival musicians", "Charly Records artists", "Chess Records artists", "Country blues musicians", "Detroit blues musicians", "Electric blues musicians", "Flair Records artists", "Grammy Lifetime Achievement Award winners", "Kent Records artists", "Modern Records artists", "National Heritage Fellowship winners", "Specialty Records artists", "Vee-Jay Records artists", "Singer-songwriters from Tennessee", "Singer-songwriters from Mississippi", "Guitarists from Mississippi", "Guitarists from Tennessee", "People from Tutwiler, Mississippi", "People from Los Altos, California", "Black & Blue Records artists", "20th-century African-American male singers", "Singer-songwriters from California"]}
176
+ {"byte_start": 12396002355, "source_revision": "1195801830", "id": "15831", "title": "June 23", "byte_end": 12485591598, "categories": ["Days of the year", "June"]}
177
+ {"byte_start": 12485591598, "source_revision": "1037710864", "id": "15832", "title": "Talk:Jesus/Archive 1", "byte_end": 12495407491, "categories": []}
178
+ {"byte_start": 12495407491, "source_revision": "1190835705", "id": "15834", "title": "Satires (Juvenal)", "byte_end": 12507176103, "categories": ["Works by Juvenal", "Satirical poems", "2nd-century Latin books"]}
179
+ {"byte_start": 12507176103, "source_revision": "783865929", "id": "15835", "title": "Julian Calendar", "byte_end": 12507178951, "categories": []}
180
+ {"byte_start": 12507178951, "source_revision": "1194568821", "id": "15836", "title": "Talk:Jazz", "byte_end": 12594943116, "categories": []}
181
+ {"byte_start": 12594943116, "source_revision": "1199280650", "id": "15837", "title": "Jean Cocteau", "byte_end": 12624975774, "categories": ["Jean Cocteau| ", "1889 births", "1963 deaths", "People from Maisons-Laffitte", "Lyc\u00e9e Condorcet alumni", "French ballet librettists", "20th-century French dramatists and playwrights", "French experimental filmmakers", "French fantasy writers", "French film directors", "French illustrators", "French novelists", "20th-century French painters", "20th-century male artists", "French male painters", "French poets", "French male screenwriters", "French screenwriters", "Writers from \u00cele-de-France", "Prince des po\u00e8tes", "Christian poets", "Christian novelists", "Les Six", "French gay writers", "French LGBT film directors", "French LGBT screenwriters", "LGBT Roman Catholics", "Surrealist filmmakers", "French surrealist artists", "French stamp designers", "French Roman Catholics", "Members of the Acad\u00e9mie Fran\u00e7aise", "Members of the Acad\u00e9mie royale de langue et de litt\u00e9rature fran\u00e7aises de Belgique", "Commanders of the Legion of Honour", "French LGBT dramatists and playwrights", "French LGBT poets", "French LGBT novelists", "Painters of the Return to Order", "20th-century French screenwriters"]}
182
+ {"byte_start": 12624975774, "source_revision": "1199671621", "id": "15838", "title": "John Donne", "byte_end": 12712174067, "categories": ["1572 births", "1631 deaths", "16th-century English poets", "16th-century male writers", "17th-century Anglican theologians", "17th-century English Anglican priests", "17th-century English poets", "17th-century male writers", "17th-century English non-fiction writers", "Alumni of Hart Hall, Oxford", "Alumni of the University of Cambridge", "Anglican poets", "Anglican saints", "Burials at St Paul's Cathedral", "Christian poets", "Converts to Anglicanism from Roman Catholicism", "Critics of the Catholic Church", "Deans of St Paul's", "English male non-fiction writers", "English male poets", "English people of Welsh descent", "English MPs 1601", "English MPs 1614", "English satirists", "English male songwriters", "Epigrammatists", "Independent scholars", "Inmates of Fleet Prison", "Literacy and society theorists", "Literary theorists", "Lutheran saints", "Metaphor theorists", "Metaphysical poets", "Pamphleteers", "People celebrated in the Lutheran liturgical calendar", "People from the City of London", "Philosophers of religion", "Poet priests", "Sonneteers", "Writers about activism and social change", "Writers from London"]}
183
+ {"byte_start": 12712174067, "source_revision": "1197666798", "id": "15839", "title": "Joey Ramone", "byte_end": 12733834163, "categories": ["1951 births", "2001 deaths", "American male drummers", "American male guitarists", "American male singer-songwriters", "American punk rock drummers", "American punk rock guitarists", "American punk rock singers", "American rock songwriters", "Burials at Hillside Cemetery (Lyndhurst, New Jersey)", "Deaths from lymphoma in New York (state)", "Guitarists from New York (state)", "Forest Hills High School (New York) alumni", "Jewish American musicians", "Jewish singers", "Jewish rock musicians", "Jewish punk rock musicians", "Singer-songwriters from New York (state)", "People from Forest Hills, Queens", "People with parasitic twins", "People with obsessive\u2013compulsive disorder", "People with schizophrenia", "Ramones members|Joey", "Record producers from New York (state)", "20th-century American drummers", "20th-century American guitarists", "20th-century American singer-songwriters", "20th-century American male singers", "Sanctuary Records artists"]}
184
+ {"byte_start": 12733834163, "source_revision": "497811429", "id": "15840", "title": "John Paul II", "byte_end": 12733837617, "categories": []}
185
+ {"byte_start": 12733837617, "source_revision": "275995131", "id": "15841", "title": "Talk:John Paul II", "byte_end": 12733842497, "categories": []}
186
+ {"byte_start": 12733842497, "source_revision": "1187529433", "id": "15842", "title": "June 29", "byte_end": 12810261996, "categories": ["Days of the year", "June"]}
187
+ {"byte_start": 12810261996, "source_revision": "1188242589", "id": "15843", "title": "June 30", "byte_end": 12888139620, "categories": ["Days of the year", "June"]}
188
+ {"byte_start": 12888139620, "source_revision": "1191751287", "id": "15844", "title": "July 1", "byte_end": 13047429281, "categories": ["Days of the year", "July"]}
189
+ {"byte_start": 13047429281, "source_revision": "1199920243", "id": "15845", "title": "January 25", "byte_end": 13127508351, "categories": ["Days of the year", "January"]}
190
+ {"byte_start": 13127508351, "source_revision": "1190077883", "id": "15846", "title": "July 2", "byte_end": 13218557809, "categories": ["Days of the year", "July"]}
191
+ {"byte_start": 13218557809, "source_revision": "1199922851", "id": "15847", "title": "January 11", "byte_end": 13310989629, "categories": ["Days of the year", "January"]}
192
+ {"byte_start": 13310989629, "source_revision": "1181557760", "id": "15848", "title": "July 3", "byte_end": 13380682726, "categories": ["Days of the year", "July"]}
193
+ {"byte_start": 13380682726, "source_revision": "1196385593", "id": "15849", "title": "July 4", "byte_end": 13513557411, "categories": ["Days of the year", "July"]}
194
+ {"byte_start": 13513557411, "source_revision": "853847268", "id": "15850", "title": "Talk:John Ford (disambiguation)", "byte_end": 13513581447, "categories": []}
195
+ {"byte_start": 13513581447, "source_revision": "1201652564", "id": "15852", "title": "John Lennon", "byte_end": 14973798168, "categories": ["John Lennon", "1940 births", "1980 deaths", "1980 murders in the United States", "20th-century British guitarists", "20th-century English male actors", "20th-century English male singers", "20th-century English singers", "Alumni of Liverpool College of Art", "Apple Records artists", "Atco Records artists", "Beat musicians", "Best Original Music Score Academy Award winners", "Brit Award winners", "British harmonica players", "British male pianists", "Capitol Records artists", "COINTELPRO targets", "Critics of religions", "Deaths by firearm in Manhattan", "English anti-war activists", "English emigrants to the United States", "English expatriates in the United States", "English experimental musicians", "English male film actors", "English male guitarists", "English male singer-songwriters", "English murder victims", "English pacifists", "English people convicted of drug offences", "English people murdered abroad", "English people of Irish descent", "English pop guitarists", "English pop pianists", "English pop singers", "English rock guitarists", "English rock pianists", "English rock keyboardists", "English rock singers", "English socialists", "Geffen Records artists", "Grammy Award winners", "Grammy Lifetime Achievement Award winners", "Ivor Novello Award winners", "Juno Award for International Album of the Year winners", "Lennon family|John", "Male actors from Liverpool", "Members of the Order of the British Empire", "Musicians from Liverpool", "Nonviolence advocates", "Parlophone artists", "People educated at Quarry Bank High School", "People from Woolton", "People murdered in New York City", "Plastic Ono Band members", "Political music artists", "Polydor Records artists", "Rhythm guitarists", "The Beatles members", "The Dirty Mac members", "The Quarrymen members", "Transcendental Meditation exponents", "Writers who illustrated their own writing"]}
196
+ {"byte_start": 14973798168, "source_revision": "1201230705", "id": "15854", "title": "June 3", "byte_end": 15058635169, "categories": ["Days of the year", "June"]}
197
+ {"byte_start": 15058635169, "source_revision": "1178655688", "id": "15855", "title": "June 2", "byte_end": 15141092558, "categories": ["Days of the year", "June"]}
198
+ {"byte_start": 15141092558, "source_revision": "1198795585", "id": "15856", "title": "June 1", "byte_end": 15244613082, "categories": ["Days of the year", "June"]}
199
+ {"byte_start": 15244613082, "source_revision": "1177841637", "id": "15857", "title": "June 22", "byte_end": 15324820759, "categories": ["Days of the year", "June"]}
200
+ {"byte_start": 15324820759, "source_revision": "1201567846", "id": "15858", "title": "John Cleese", "byte_end": 15552383406, "categories": ["Living people", "1939 births", "20th-century English comedians", "21st-century English comedians", "20th-century English male actors", "21st-century English male actors", "20th-century English screenwriters", "21st-century English writers", "21st-century English memoirists", "Actors from Weston-super-Mare", "Alumni of Downing College, Cambridge", "Best Actor BAFTA Award winners", "Best Entertainment Performance BAFTA Award (television) winners", "British expatriate academics in the United States", "British expatriates in Saint Kitts and Nevis", "British surrealist artists", "Comedians from Somerset", "Critics of multiculturalism", "Critics of religions", "Cornell University faculty", "English comedy writers", "English Eurosceptics", "English expatriates in the United States", "English male comedians", "English male film actors", "English male musical theatre actors", "English male non-fiction writers", "English male radio actors", "English male sitcom actors", "English male stage actors", "English male television actors", "English male voice actors", "English radio writers", "English television personalities", "English television writers", "Liberal Democrats (UK) people", "Male actors from Los Angeles", "Male actors from Somerset", "Monty Python members", "People educated at Clifton College", "Primetime Emmy Award winners", "Rectors of the University of St Andrews", "Television show creators"]}
201
+ {"byte_start": 15552383406, "source_revision": "55414706", "id": "15860", "title": "Jossif Vissarionovich Dhzugazvili", "byte_end": 15552384962, "categories": []}
202
+ {"byte_start": 15552384962, "source_revision": "1199833984", "id": "15861", "title": "July 5", "byte_end": 15632312286, "categories": ["Days of the year", "July"]}
203
+ {"byte_start": 15632312286, "source_revision": "1197508460", "id": "15862", "title": "July 6", "byte_end": 15724391526, "categories": ["Days of the year", "July"]}
204
+ {"byte_start": 15724391526, "source_revision": "1200735742", "id": "15863", "title": "July 7", "byte_end": 15819078832, "categories": ["Days of the year", "July"]}
205
+ {"byte_start": 15819078832, "source_revision": "1183768487", "id": "15864", "title": "June 8", "byte_end": 15905275014, "categories": ["Days of the year", "June"]}
206
+ {"byte_start": 15905275014, "source_revision": "1180850203", "id": "15865", "title": "June 9", "byte_end": 15979257621, "categories": ["Days of the year", "June"]}
207
+ {"byte_start": 15979257621, "source_revision": "1199850194", "id": "15866", "title": "January 27", "byte_end": 16057576476, "categories": ["Days of the year", "January"]}
warehouse_00021.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22797a20fbe6abca42147c8ecc6d5336a0ee4d4773256ced558e9ef3d9b9a28a
3
+ size 155605772
warehouse_00021.metadata ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1024270429", "id": "11570", "title": "FM synthesis", "byte_end": 1255, "categories": []}
2
+ {"byte_start": 1255, "source_revision": "1175614181", "id": "11572", "title": "Font (disambiguation)", "byte_end": 110515, "categories": []}
3
+ {"byte_start": 110515, "source_revision": "1194346180", "id": "11573", "title": "Talk:Fetus", "byte_end": 169509201, "categories": []}
4
+ {"byte_start": 169509201, "source_revision": "1198067144", "id": "11574", "title": "Friedrich Bessel", "byte_end": 177581906, "categories": ["1784 births", "1846 deaths", "19th-century German mathematicians", "Fellows of the American Academy of Arts and Sciences", "Foreign Members of the Royal Society", "19th-century German astronomers", "Prussian astronomers", "German geodesists", "Honorary members of the Saint Petersburg Academy of Sciences", "Members of the French Academy of Sciences", "Members of the Royal Netherlands Academy of Arts and Sciences", "People from Minden", "People from East Prussia", "Mathematicians from the Kingdom of Prussia", "Recipients of the Gold Medal of the Royal Astronomical Society", "Recipients of the Lalande Prize", "Recipients of the Pour le M\u00e9rite (civil class)", "Members of the G\u00f6ttingen Academy of Sciences and Humanities"]}
5
+ {"byte_start": 177581906, "source_revision": "1140560579", "id": "11575", "title": "Talk:Fossil record", "byte_end": 178159476, "categories": []}
6
+ {"byte_start": 178159476, "source_revision": "1182609850", "id": "11577", "title": "FSB", "byte_end": 178395235, "categories": []}
7
+ {"byte_start": 178395235, "source_revision": "1001315923", "id": "11578", "title": "Facism", "byte_end": 178407843, "categories": []}
8
+ {"byte_start": 178407843, "source_revision": "1198701842", "id": "11579", "title": "Fermi paradox", "byte_end": 689120591, "categories": ["Fermi paradox| ", "Astrobiology", "Enrico Fermi|Paradox", "Eponymous paradoxes", "Extraterrestrial life", "Interstellar messages", "Search for extraterrestrial intelligence", "Unsolved problems in astronomy"]}
9
+ {"byte_start": 689120591, "source_revision": "528965960", "id": "11580", "title": "Filker", "byte_end": 689121372, "categories": []}
10
+ {"byte_start": 689121372, "source_revision": "1192142075", "id": "11582", "title": "Fundamentalism", "byte_end": 808446193, "categories": ["Fundamentalism| ", "Barriers to critical thinking", "Religious persecution"]}
11
+ {"byte_start": 808446193, "source_revision": "1195555571", "id": "11583", "title": "Talk:Fruitarianism", "byte_end": 891298572, "categories": []}
12
+ {"byte_start": 891298572, "source_revision": "1196937257", "id": "11585", "title": "Show Me Love (film)", "byte_end": 898505662, "categories": ["1998 films", "1998 directorial debut films", "1998 LGBT-related films", "1998 romantic comedy-drama films", "1990s coming-of-age comedy-drama films", "1990s Swedish films", "1990s Swedish-language films", "1990s teen comedy-drama films", "1990s teen romance films", "Best Film Guldbagge Award winners", "Coming-of-age romance films", "Film controversies in Sweden", "Films directed by Lukas Moodysson", "Films set in Dalsland", "Films shot in Trollh\u00e4ttan", "Films whose director won the Best Director Guldbagge Award", "Lesbian-related films", "LGBT-related coming-of-age films", "LGBT-related romantic comedy-drama films", "Political controversies in film", "Swedish coming-of-age drama films", "Swedish LGBT-related films", "Swedish romantic comedy-drama films", "Swedish teen drama films", "Teen LGBT-related films", "Teensploitation", "Zentropa films"]}
13
+ {"byte_start": 898505662, "source_revision": "1170916413", "id": "12136", "title": "Military of Grenada", "byte_end": 898553748, "categories": []}
14
+ {"byte_start": 898553748, "source_revision": "1200106154", "id": "12137", "title": "Foreign relations of Grenada", "byte_end": 902584710, "categories": ["Foreign relations of Grenada| ", "Government of Grenada", "Politics of Grenada", "Grenada and the Commonwealth of Nations"]}
15
+ {"byte_start": 902584710, "source_revision": "974387129", "id": "12138", "title": "Guadaloupe", "byte_end": 902587609, "categories": []}
16
+ {"byte_start": 902587609, "source_revision": "1197723241", "id": "12148", "title": "History of Guam", "byte_end": 916342139, "categories": ["History of Guam| "]}
17
+ {"byte_start": 916342139, "source_revision": "1194423425", "id": "12149", "title": "Geography of Guam", "byte_end": 917562118, "categories": ["Geography of Guam| "]}
18
+ {"byte_start": 917562118, "source_revision": "1199053614", "id": "12150", "title": "Demographics of Guam", "byte_end": 919177731, "categories": ["Demographics of Guam| ", "Demographics of insular areas of the United States|Guam", "Society of Guam"]}
19
+ {"byte_start": 919177731, "source_revision": "1193033066", "id": "12151", "title": "Politics of Guam", "byte_end": 920815645, "categories": ["Politics of Guam| "]}
20
+ {"byte_start": 920815645, "source_revision": "1124517450", "id": "12153", "title": "Communications in Guam", "byte_end": 921018972, "categories": ["Communications in Guam| ", "Communications in Oceania|Guam"]}
21
+ {"byte_start": 921018972, "source_revision": "1177032355", "id": "12154", "title": "Transportation in Guam", "byte_end": 921126172, "categories": ["Transportation in Guam| ", "Transportation in insular areas of the United States|Guam"]}
22
+ {"byte_start": 921126172, "source_revision": "949053236", "id": "12155", "title": "Guam/Military", "byte_end": 921127430, "categories": []}
23
+ {"byte_start": 921127430, "source_revision": "1198123258", "id": "12157", "title": "History of Guatemala", "byte_end": 1099098176, "categories": ["History of Guatemala| "]}
24
+ {"byte_start": 1099098176, "source_revision": "1193445863", "id": "12159", "title": "Demographics of Guatemala", "byte_end": 1125793898, "categories": ["Demographics of Guatemala| "]}
25
+ {"byte_start": 1125793898, "source_revision": "1198201134", "id": "12160", "title": "Politics of Guatemala", "byte_end": 1129731110, "categories": ["Politics of Guatemala| "]}
26
+ {"byte_start": 1129731110, "source_revision": "1198201199", "id": "12161", "title": "Economy of Guatemala", "byte_end": 1140604078, "categories": ["Economy of Guatemala| ", "World Trade Organization member economies|Guatemala"]}
27
+ {"byte_start": 1140604078, "source_revision": "1136675941", "id": "12162", "title": "Telecommunications in Guatemala", "byte_end": 1141028917, "categories": ["Communications in Guatemala| ", "Telecommunications by country|Guatemala", "Internet censorship by country|Guatemala", "Telecommunications in Central America by country|Guatemala"]}
28
+ {"byte_start": 1141028917, "source_revision": "1164745516", "id": "12163", "title": "Transport in Guatemala", "byte_end": 1141712262, "categories": ["Transport in Guatemala| "]}
29
+ {"byte_start": 1141712262, "source_revision": "1197209491", "id": "12164", "title": "Armed Forces of Guatemala", "byte_end": 1146866347, "categories": ["Military of Guatemala| "]}
30
+ {"byte_start": 1146866347, "source_revision": "1196937281", "id": "12165", "title": "Foreign relations of Guatemala", "byte_end": 1150364848, "categories": ["Foreign relations of Guatemala| "]}
31
+ {"byte_start": 1150364848, "source_revision": "1201707589", "id": "12166", "title": "Guernsey", "byte_end": 1325262688, "categories": ["British Islands|Guernsey", "English-speaking countries and territories", "Geography of Guernsey", "Islands of the Channel Islands", "States and territories established in 1204"]}
32
+ {"byte_start": 1325262688, "source_revision": "1198201220", "id": "12167", "title": "History of Guernsey", "byte_end": 1330853512, "categories": ["History of Guernsey| ", "National histories|Guernsey"]}
33
+ {"byte_start": 1330853512, "source_revision": "769624806", "id": "11595", "title": "Famicom", "byte_end": 1330910797, "categories": []}
34
+ {"byte_start": 1330910797, "source_revision": "1060232927", "id": "11597", "title": "Talk:Fatherland", "byte_end": 1331626254, "categories": []}
35
+ {"byte_start": 1331626254, "source_revision": "1199517347", "id": "11598", "title": "Talk:Fair use", "byte_end": 1344645165, "categories": []}
36
+ {"byte_start": 1344645165, "source_revision": "1089788563", "id": "11599", "title": "Talk:Show Me Love (film)", "byte_end": 1348855927, "categories": []}
37
+ {"byte_start": 1348855927, "source_revision": "1199390115", "id": "11600", "title": "Persian language", "byte_end": 1868194119, "categories": ["Persian language| ", "Iranian culture", "Languages attested from the 6th century BC", "Languages of Afghanistan", "Languages of Azerbaijan", "Languages of Bahrain", "Languages of Iran", "Languages of Iraq", "Languages of Kuwait", "Languages of Russia", "Languages of Tajikistan", "Languages of the Caucasus", "Languages of Uzbekistan", "Southwestern Iranian languages", "Stress-timed languages", "Subject\u2013object\u2013verb languages", "Articles containing video clips"]}
38
+ {"byte_start": 1868194119, "source_revision": "1183261195", "id": "11601", "title": "Farsi (disambiguation)", "byte_end": 1868354674, "categories": ["Iranian-language surnames"]}
39
+ {"byte_start": 1868354674, "source_revision": "1195002581", "id": "11602", "title": "Talk:Persian language", "byte_end": 1909923370, "categories": []}
40
+ {"byte_start": 1909923370, "source_revision": "1173810991", "id": "11603", "title": "Frances Abington", "byte_end": 1910528532, "categories": ["1737 births", "1815 deaths", "English stage actresses", "18th-century English actresses", "English buskers"]}
41
+ {"byte_start": 1910528532, "source_revision": "1133053728", "id": "11604", "title": "Free software definition", "byte_end": 1910539408, "categories": []}
42
+ {"byte_start": 1910539408, "source_revision": "528977803", "id": "11607", "title": "Fundamtenal", "byte_end": 1910540638, "categories": []}
43
+ {"byte_start": 1910540638, "source_revision": "15909347", "id": "11610", "title": "Fundamental tone", "byte_end": 1910544238, "categories": []}
44
+ {"byte_start": 1910544238, "source_revision": "1170669520", "id": "11614", "title": "Fundamental dimensions/Forum", "byte_end": 1910546797, "categories": []}
45
+ {"byte_start": 1910546797, "source_revision": "1197150028", "id": "11615", "title": "Finite field", "byte_end": 1948684500, "categories": ["Finite fields| "]}
46
+ {"byte_start": 1948684500, "source_revision": "1195790736", "id": "11616", "title": "Franchising", "byte_end": 2038482351, "categories": ["Franchising| ", "Strategic alliances", "Contract law", "Business models", "Organizational cybernetics"]}
47
+ {"byte_start": 2038482351, "source_revision": "1185909786", "id": "10980", "title": "Four Freedoms", "byte_end": 2053236233, "categories": ["Four Freedoms| ", "1941 in politics", "1941 in the United States", "1941 in Washington, D.C.", "1941 speeches", "77th United States Congress", "History of human rights", "January 1941 events", "Politics of World War II", "Presidency of Franklin D. Roosevelt", "Speeches by Franklin D. Roosevelt", "State of the Union addresses", "World War II speeches"]}
48
+ {"byte_start": 2053236233, "source_revision": "1197796050", "id": "10983", "title": "First-order logic", "byte_end": 2180481035, "categories": ["Systems of formal logic", "Predicate logic", "Model theory"]}
49
+ {"byte_start": 2180481035, "source_revision": "15908771", "id": "10984", "title": "First-order predicate calculus", "byte_end": 2180481772, "categories": []}
50
+ {"byte_start": 2180481772, "source_revision": "428831588", "id": "10985", "title": "Talk:Fusion", "byte_end": 2180502635, "categories": []}
51
+ {"byte_start": 2180502635, "source_revision": "15908773", "id": "10986", "title": "First-order predicate logic", "byte_end": 2180503434, "categories": []}
52
+ {"byte_start": 2180503434, "source_revision": "1187108771", "id": "10987", "title": "Functor", "byte_end": 2187634790, "categories": ["Functors| "]}
53
+ {"byte_start": 2187634790, "source_revision": "528432399", "id": "10988", "title": "Felix Housdorff", "byte_end": 2187636067, "categories": []}
54
+ {"byte_start": 2187636067, "source_revision": "1196827948", "id": "10989", "title": "Felix Hausdorff", "byte_end": 2202404631, "categories": ["1868 births", "1942 suicides", "1942 deaths", "19th-century German mathematicians", "20th-century German mathematicians", "Drug-related suicides", "Suicides in Germany", "Barbiturates-related deaths", "19th-century German Jews", "Joint suicides", "Leipzig University alumni", "Academic staff of Leipzig University", "Scientists from Wroc\u0142aw", "People from the Province of Silesia", "Topologists", "Academic staff of the University of Bonn", "Academic staff of the University of Greifswald", "German Jews who died in the Holocaust", "Suicides by Jews during the Holocaust"]}
55
+ {"byte_start": 2202404631, "source_revision": "1174462618", "id": "10990", "title": "Fimbulvetr", "byte_end": 2203214800, "categories": ["Eschatology in Norse mythology", "Events in Norse mythology", "Winter weather events"]}
56
+ {"byte_start": 2203214800, "source_revision": "1194950880", "id": "10991", "title": "February 10", "byte_end": 2278778096, "categories": ["Days of the year", "February"]}
57
+ {"byte_start": 2278778096, "source_revision": "1198361271", "id": "10992", "title": "Frankfurt", "byte_end": 2957640605, "categories": ["Frankfurt| ", "Cities in Hesse", "Historic Jewish communities", "Port cities and towns in Germany", "1st-century establishments", "Populated places on the Main basin", "Populated riverside places in Germany", "Populated places established in the 1st century", "Holocaust locations in Germany"]}
58
+ {"byte_start": 2957640605, "source_revision": "1186384872", "id": "17544", "title": "Playing by ear", "byte_end": 2958261303, "categories": ["Music education", "American English idioms"]}
59
+ {"byte_start": 2958261303, "source_revision": "1199397065", "id": "17546", "title": "Louvre", "byte_end": 3295013372, "categories": ["Louvre| ", "1793 establishments in France", "Archaeological museums in France", "Art museums and galleries in Paris", "Art museums and galleries established in 1793", "Egyptological collections in France", "History museums in France", "Institut de France", "Louvre Palace", "Museums in Paris", "Museums of ancient Greece in France", "Museums of Ancient Near East in France", "Museums of ancient Rome in France", "National museums of France", "Order of Arts and Letters of Spain recipients"]}
60
+ {"byte_start": 3295013372, "source_revision": "1199480171", "id": "17547", "title": "Love", "byte_end": 3470269149, "categories": ["Love| ", "Emotions", "Concepts in ethics", "Fruit of the Holy Spirit", "Personal life", "Virtue", "Mental states"]}
61
+ {"byte_start": 3470269149, "source_revision": "1194493887", "id": "17549", "title": "Forever Changes", "byte_end": 3492192529, "categories": ["Love (band) albums", "1967 albums", "Albums produced by Bruce Botnick", "Elektra Records albums", "Grammy Hall of Fame Award recipients", "Rhino Records albums", "Albums produced by Arthur Lee (musician)", "United States National Recording Registry recordings", "Baroque pop albums", "Psychedelic folk albums", "Psychedelic rock albums by American artists", "Albums recorded at Sunset Sound Recorders", "United States National Recording Registry albums"]}
62
+ {"byte_start": 3492192529, "source_revision": "564475665", "id": "17552", "title": "Logical fallacy", "byte_end": 3500185716, "categories": []}
63
+ {"byte_start": 3500185716, "source_revision": "1200600940", "id": "17553", "title": "Kepler's laws of planetary motion", "byte_end": 3618215835, "categories": ["1609 in science", "1619 in science", "Copernican Revolution", "Eponymous laws of physics", "Equations of astronomy", "Johannes Kepler", "Orbits"]}
64
+ {"byte_start": 3618215835, "source_revision": "1199906551", "id": "17556", "title": "Laser", "byte_end": 3894418954, "categories": ["1960 introductions", "Lasers| ", "American inventions", "Articles containing video clips", "Photonics", "Quantum optics", "Russian inventions", "Soviet inventions"]}
65
+ {"byte_start": 3894418954, "source_revision": "15914783", "id": "17559", "title": "Library of Congress catalogue scheme", "byte_end": 3894421456, "categories": []}
66
+ {"byte_start": 3894421456, "source_revision": "1194882937", "id": "17560", "title": "Live action role-playing game", "byte_end": 3997249488, "categories": ["Live-action role-playing games| ", "Combat sports", "Nerd culture", "Role-playing"]}
67
+ {"byte_start": 3997249488, "source_revision": "1198441827", "id": "17561", "title": "Lithium", "byte_end": 4291319506, "categories": ["Lithium| ", "Chemical elements", "Alkali metals", "Reducing agents", "Chemical elements with body-centered cubic structure", "Least dense things"]}
68
+ {"byte_start": 4291319506, "source_revision": "1188252800", "id": "17562", "title": "Leni Riefenstahl", "byte_end": 4411102187, "categories": ["Leni Riefenstahl| ", "1902 births", "2003 deaths", "20th-century German actresses", "20th-century German women artists", "20th-century memoirists", "20th-century women photographers", "Actresses from Berlin", "Burials at Munich Waldfriedhof", "Deaths from cancer in Germany", "Expatriate photographers in Sudan", "Film controversies in Germany", "Film directors from Berlin", "German centenarians", "German documentary film directors", "German female dancers", "German film actresses", "German memoirists", "German prisoners of war in World War II held by the United States", "German propagandists", "German Protestants", "German silent film actresses", "German women cinematographers", "German women film directors", "German women photographers", "Nazi propagandists", "People from the Province of Brandenburg", "Photographers from Berlin", "Propaganda film directors", "Underwater photographers", "Women centenarians", "Women documentary filmmakers", "Women in Nazi Germany"]}
69
+ {"byte_start": 4411102187, "source_revision": "908471229", "id": "17563", "title": "Talk:LangueFrancaise", "byte_end": 4411105499, "categories": []}
70
+ {"byte_start": 4411105499, "source_revision": "1191986419", "id": "17565", "title": "Labatt Brewing Company", "byte_end": 4417535553, "categories": ["AB InBev brands", "Labatt Brewing Company| ", "Breweries in Canada", "Beer brewing companies based in Ontario", "Canadian beer brands", "Food and drink companies established in 1847", "Companies based in London, Ontario", "Canadian subsidiaries of foreign companies", "1847 establishments in Canada West", "Canadian companies established in 1847", "Toronto Blue Jays owners", "LaSalle, Quebec"]}
71
+ {"byte_start": 4417535553, "source_revision": "15914789", "id": "17566", "title": "Lexical definition of definition", "byte_end": 4417537865, "categories": []}
72
+ {"byte_start": 4417537865, "source_revision": "959408313", "id": "17567", "title": "Longword", "byte_end": 4417539526, "categories": []}
73
+ {"byte_start": 4417539526, "source_revision": "1099059489", "id": "17568", "title": "Local color", "byte_end": 4417638981, "categories": []}
74
+ {"byte_start": 4417638981, "source_revision": "1193889733", "id": "17569", "title": "Talk:Linguistics", "byte_end": 4498289295, "categories": []}
75
+ {"byte_start": 4498289295, "source_revision": "1197673380", "id": "17570", "title": "Linear equation", "byte_end": 4545103733, "categories": ["Elementary algebra", "Equations"]}
76
+ {"byte_start": 4545103733, "source_revision": "852129751", "id": "17571", "title": "Linear equations", "byte_end": 4545104876, "categories": []}
77
+ {"byte_start": 4545104876, "source_revision": "1194156850", "id": "17573", "title": "LMS", "byte_end": 4545432347, "categories": []}
78
+ {"byte_start": 4545432347, "source_revision": "1185895326", "id": "17575", "title": "Limousine liberal", "byte_end": 4550076838, "categories": ["Class-related slurs", "Liberalism", "Upper class", "Political metaphors referring to people", "Political terminology of the United States", "Political pejoratives"]}
79
+ {"byte_start": 4550076838, "source_revision": "528966067", "id": "17576", "title": "LALR", "byte_end": 4550078488, "categories": []}
80
+ {"byte_start": 4550078488, "source_revision": "908471248", "id": "17577", "title": "User:Larry Sanger/Like this", "byte_end": 4550082832, "categories": []}
81
+ {"byte_start": 4550082832, "source_revision": "80875230", "id": "17579", "title": "User:Larry Sanger/Old comments", "byte_end": 4550115260, "categories": []}
82
+ {"byte_start": 4550115260, "source_revision": "1024533502", "id": "17592", "title": "User:Larry Sanger/More old comments", "byte_end": 4550349232, "categories": []}
83
+ {"byte_start": 4550349232, "source_revision": "15914801", "id": "17597", "title": "User:Larry Sanger/Still more old comments", "byte_end": 4550378538, "categories": []}
84
+ {"byte_start": 4550378538, "source_revision": "275980324", "id": "17598", "title": "User:Larry Sanger/Review requests", "byte_end": 4550413700, "categories": []}
85
+ {"byte_start": 4550413700, "source_revision": "1193889741", "id": "17605", "title": "Talk:Larry Sanger", "byte_end": 4610988313, "categories": []}
86
+ {"byte_start": 4610988313, "source_revision": "369540512", "id": "17606", "title": "User:Larry Sanger/Yet more old comments", "byte_end": 4611313599, "categories": []}
87
+ {"byte_start": 4611313599, "source_revision": "685209305", "id": "17611", "title": "User:Larry Sanger/And more old comments", "byte_end": 4611739917, "categories": []}
88
+ {"byte_start": 4611739917, "source_revision": "369511148", "id": "17612", "title": "User:Larry Sanger/Will these comments ever stop", "byte_end": 4612942042, "categories": []}
89
+ {"byte_start": 4612942042, "source_revision": "661311065", "id": "17613", "title": "Lewis and Clark", "byte_end": 4612946968, "categories": ["Duos"]}
90
+ {"byte_start": 4612946968, "source_revision": "528536310", "id": "17614", "title": "Louis and Clark Expedition", "byte_end": 4612948425, "categories": []}
91
+ {"byte_start": 4612948425, "source_revision": "1201254321", "id": "17615", "title": "Lewis and Clark Expedition", "byte_end": 4811949048, "categories": ["Lewis and Clark Expedition| ", "1800s in the United States", "1804 in the United States", "1805 in the United States", "1806 in the United States", "Botanical expeditions", "Columbia River Gorge", "Exploration of North America", "American explorers", "History of Lancaster, Pennsylvania", "History of Louisville, Kentucky", "History of Missoula, Montana", "History of St. Louis", "History of the Northwestern United States", "History of the Pacific Northwest", "History of the Rocky Mountains", "History of United States expansionism", "Louisiana Purchase", "Military expeditions of the United States", "Missouri River", "North American expeditions", "Presidency of Thomas Jefferson", "Explorers of Montana"]}
92
+ {"byte_start": 4811949048, "source_revision": "1197815367", "id": "17616", "title": "Latitude", "byte_end": 4897584060, "categories": ["Circles of latitude| ", "Geodesy", "Navigation"]}
93
+ {"byte_start": 4897584060, "source_revision": "1200931499", "id": "17617", "title": "Longitude", "byte_end": 4943292285, "categories": ["Meridians (geography)|*", "Navigation", "Geodesy"]}
94
+ {"byte_start": 4943292285, "source_revision": "1200635787", "id": "17618", "title": "Linus Torvalds", "byte_end": 5026606229, "categories": ["Linus Torvalds| ", "1969 births", "Living people", "Academic staff of the University of Helsinki", "American agnostics", "American atheists", "American male bloggers", "American computer programmers", "American software engineers", "Finnish agnostics", "Finnish atheists", "Finnish male bloggers", "Finnish computer programmers", "Finnish emigrants to the United States", "Free software programmers", "Linux kernel programmers", "Linux people", "Open source people", "People from Dunthorpe, Oregon", "People in information technology", "Swedish-speaking Finns", "University of Helsinki alumni", "Writers from Helsinki", "Open source advocates", "Finnish software engineers", "Torvalds family|Linus", "People with acquired American citizenship"]}
95
+ {"byte_start": 5026606229, "source_revision": "15914813", "id": "17619", "title": "User:Lee Daniel Crocker/Writing style", "byte_end": 5026619609, "categories": []}
96
+ {"byte_start": 5026619609, "source_revision": "908471284", "id": "17621", "title": "User:Lee Daniel Crocker/Semantic disputes", "byte_end": 5026666063, "categories": []}
97
+ {"byte_start": 5026666063, "source_revision": "1171839411", "id": "17625", "title": "Lahaina", "byte_end": 5026677198, "categories": []}
98
+ {"byte_start": 5026677198, "source_revision": "1201459945", "id": "17626", "title": "Trade union", "byte_end": 5260254380, "categories": ["Labor relations", "Trade unions| "]}
99
+ {"byte_start": 5260254380, "source_revision": "1200872667", "id": "17627", "title": "Liberal", "byte_end": 5265499326, "categories": []}
100
+ {"byte_start": 5265499326, "source_revision": "1201487497", "id": "17628", "title": "Louisiana Purchase", "byte_end": 5413531744, "categories": ["1803 in France", "1803 in New France", "1803 in the United States", "1803 treaties", "Great Plains", "History of St. Louis", "History of United States expansionism", "Louisiana (New France)", "Louisiana Territory|*", "Midwestern United States", "Pre-statehood history of Arkansas", "Pre-statehood history of Iowa", "Pre-statehood history of Kansas", "Pre-statehood history of Louisiana", "Pre-statehood history of Missouri", "Pre-statehood history of Montana", "Pre-statehood history of Nebraska", "Pre-statehood history of North Dakota", "Pre-statehood history of Oklahoma", "Pre-statehood history of South Dakota", "Pre-statehood history of Wyoming", "Treaties involving territorial changes", "Presidency of Thomas Jefferson"]}
101
+ {"byte_start": 5413531744, "source_revision": "1201568662", "id": "17629", "title": "Labor theory of value", "byte_end": 5501915931, "categories": ["Labour economics", "Marxian economics", "Classical economics", "Theory of value (economics)", "Thomas Aquinas"]}
102
+ {"byte_start": 5501915931, "source_revision": "1186383954", "id": "17630", "title": "Lunar Society of Birmingham", "byte_end": 5507844022, "categories": ["Lunar Society of Birmingham| ", "Clubs and societies in the West Midlands (county)", "History of Birmingham, West Midlands", "Industrial Revolution in England", "Dining clubs", "1765 establishments in England", "1813 disestablishments in England", "Organizations established in 1765", "Organizations disestablished in 1813"]}
103
+ {"byte_start": 5507844022, "source_revision": "1179845992", "id": "17631", "title": "Talk:Labor theory of value", "byte_end": 5585494189, "categories": []}
104
+ {"byte_start": 5585494189, "source_revision": "1199623986", "id": "17633", "title": "Libya", "byte_end": 6756952770, "categories": ["Libya| ", "North African countries", "Maghrebi countries", "Saharan countries", "Eastern Mediterranean", "Countries and territories where Arabic is an official language", "Member states of the African Union", "Member states of the Arab League", "Member states of OPEC", "Member states of the Organisation of Islamic Cooperation", "Member states of the United Nations", "States and territories established in 1951", "1951 establishments in Libya|*", "1951 establishments in Africa", "Countries in Africa"]}
105
+ {"byte_start": 6756952770, "source_revision": "1198889142", "id": "17636", "title": "Law of noncontradiction", "byte_end": 6762492918, "categories": ["Classical logic", "Theorems in propositional logic"]}
106
+ {"byte_start": 6762492918, "source_revision": "1191941175", "id": "17637", "title": "Law of excluded middle", "byte_end": 6783019114, "categories": ["Classical logic", "Articles containing proofs", "Theorems in propositional logic"]}
107
+ {"byte_start": 6783019114, "source_revision": "1150549352", "id": "17638", "title": "Talk:Law of noncontradiction", "byte_end": 6783765077, "categories": []}
108
+ {"byte_start": 6783765077, "source_revision": "953900146", "id": "17639", "title": "Lowball", "byte_end": 6783810432, "categories": []}
109
+ {"byte_start": 6783810432, "source_revision": "1196648114", "id": "17640", "title": "Line of scrimmage", "byte_end": 6784330349, "categories": ["American football terminology", "Canadian football terminology"]}
110
+ {"byte_start": 6784330349, "source_revision": "1191979906", "id": "17641", "title": "Lateral pass", "byte_end": 6785952012, "categories": ["American football plays"]}
111
+ {"byte_start": 6785952012, "source_revision": "1195563582", "id": "17642", "title": "Talk:Line of scrimmage", "byte_end": 6786005792, "categories": []}
112
+ {"byte_start": 6786005792, "source_revision": "1200452459", "id": "17643", "title": "Lavandula", "byte_end": 6830325637, "categories": ["Lavandula| ", "Lamiaceae genera", "Herbs", "Taxa named by Carl Linnaeus", "Melliferous flowers", "Subshrubs"]}
113
+ {"byte_start": 6830325637, "source_revision": "1180177378", "id": "17644", "title": "Lemon balm", "byte_end": 6843101918, "categories": ["Lamiaceae", "Herbs", "Flora of Europe", "Flora of Asia", "Flora of North Africa", "Plants described in 1753", "Taxa named by Carl Linnaeus", "Flora without expected TNC conservation status"]}
114
+ {"byte_start": 6843101918, "source_revision": "1195781654", "id": "17646", "title": "Liliales", "byte_end": 6860952566, "categories": ["Liliales| ", "Angiosperm orders", "Extant Aptian first appearances"]}
115
+ {"byte_start": 6860952566, "source_revision": "1183378451", "id": "17647", "title": "Laurales", "byte_end": 6861683652, "categories": ["Laurales| ", "Angiosperm orders"]}
116
+ {"byte_start": 6861683652, "source_revision": "1181129146", "id": "17648", "title": "Limerick (disambiguation)", "byte_end": 6861842472, "categories": []}
117
+ {"byte_start": 6861842472, "source_revision": "1193320781", "id": "17651", "title": "Lamiales", "byte_end": 6863410392, "categories": ["Lamiales| ", "Angiosperm orders"]}
118
+ {"byte_start": 6863410392, "source_revision": "1198887432", "id": "17652", "title": "Lee Harvey Oswald", "byte_end": 7729253961, "categories": ["1939 births", "1963 deaths", "1963 murders in the United States", "20th-century American criminals", "20th-century American military personnel", "American assassins", "American bibliophiles", "American communists", "American criminal snipers", "American defectors to the Soviet Union", "American expatriates in Japan", "American expatriates in the Philippines", "American expatriates in the Soviet Union", "American Marxists", "American murder victims", "American spree killers", "Assassins of presidents of the United States", "Burials in Texas", "Criminals from Louisiana", "Criminals from Texas", "Deaths by firearm in Texas", "Deaths from bleeding", "Deaths in police custody in the United States", "Extrajudicial killings", "Filmed assassinations", "Male murderers", "Military personnel from Louisiana", "Murdered criminals", "People associated with the assassination of John F. Kennedy", "People from New Orleans", "People murdered in Texas", "People of the Civil Air Patrol", "United States Marines", "Warren Easton High School alumni", "People with passive-aggressive personality disorder", "People with schizoid personality disorder", "Prisoners who died in Texas detention", "United States Marine Corps personnel who were court-martialed", "United States Marine Corps reservists", "Prisoners and detainees of the United States military"]}
119
+ {"byte_start": 7729253961, "source_revision": "1194705914", "id": "17653", "title": "Lincoln, Nebraska", "byte_end": 8026206119, "categories": ["Lincoln, Nebraska| ", "Cities in Nebraska", "Cities in Lancaster County, Nebraska", "Populated places established in 1856", "County seats in Nebraska", "Lincoln, Nebraska metropolitan area", "History of Lincoln, Nebraska", "1856 establishments in Nebraska Territory", "Ukrainian communities in the United States", "State capitals in the United States"]}
120
+ {"byte_start": 8026206119, "source_revision": "1147751062", "id": "17654", "title": "Letterboxing (hobby)", "byte_end": 8029968988, "categories": ["Dartmoor", "Geocaching", "Hobbies", "Internet object tracking", "Outdoor locating games"]}
121
+ {"byte_start": 8029968988, "source_revision": "1199706927", "id": "17655", "title": "Talk:Lee Harvey Oswald", "byte_end": 8380516857, "categories": []}
122
+ {"byte_start": 8380516857, "source_revision": "730313678", "id": "17656", "title": "Language translation", "byte_end": 8380527261, "categories": []}
123
+ {"byte_start": 8380527261, "source_revision": "275996774", "id": "17657", "title": "Talk:Language translation", "byte_end": 8380546616, "categories": []}
124
+ {"byte_start": 8380546616, "source_revision": "1178210491", "id": "17658", "title": "Legal technicality", "byte_end": 8381049319, "categories": ["Informal legal terminology", "Legal procedure", "Abuse of the legal system"]}
125
+ {"byte_start": 8381049319, "source_revision": "1197343846", "id": "17659", "title": "Lionhead Studios", "byte_end": 8394605030, "categories": ["Lionhead Studios| ", "Defunct video game companies of the United Kingdom", "First-party video game developers", "Defunct companies based in Surrey", "Companies based in Guildford", "Video game companies established in 1997", "Video game companies disestablished in 2016", "1997 establishments in England", "2016 disestablishments in England", "Former Microsoft subsidiaries", "2006 mergers and acquisitions", "British companies disestablished in 2016", "British companies established in 1997"]}
126
+ {"byte_start": 8394605030, "source_revision": "15914849", "id": "17660", "title": "Linear Algebra/Subspace", "byte_end": 8394617979, "categories": []}
127
+ {"byte_start": 8394617979, "source_revision": "529156322", "id": "17661", "title": "Linear Algebra/Linear Combination", "byte_end": 8394623565, "categories": []}
128
+ {"byte_start": 8394623565, "source_revision": "949624675", "id": "17662", "title": "Linear Algebra/Generating a Vector Space", "byte_end": 8394627572, "categories": []}
129
+ {"byte_start": 8394627572, "source_revision": "949624679", "id": "17663", "title": "Linear Algebra/Linearly Independent Vectors", "byte_end": 8394633436, "categories": []}
130
+ {"byte_start": 8394633436, "source_revision": "949665300", "id": "17664", "title": "Linear Algebra/Basis for a Vector Space", "byte_end": 8394637783, "categories": []}
131
+ {"byte_start": 8394637783, "source_revision": "949665315", "id": "17668", "title": "Linear Algebra/Inner Product Space", "byte_end": 8394641083, "categories": []}
132
+ {"byte_start": 8394641083, "source_revision": "949665296", "id": "17669", "title": "Linear Algebra/Banach Spaces", "byte_end": 8394643113, "categories": []}
133
+ {"byte_start": 8394643113, "source_revision": "949665310", "id": "17670", "title": "Linear Algebra/Hilbert Spaces", "byte_end": 8394646223, "categories": []}
134
+ {"byte_start": 8394646223, "source_revision": "863307690", "id": "17671", "title": "Litigant", "byte_end": 8394654478, "categories": []}
135
+ {"byte_start": 8394654478, "source_revision": "15914861", "id": "17672", "title": "Law/Tax", "byte_end": 8394655673, "categories": []}
136
+ {"byte_start": 8394655673, "source_revision": "403350284", "id": "17673", "title": "Talk:Law/Archive 2", "byte_end": 8398843604, "categories": []}
137
+ {"byte_start": 8398843604, "source_revision": "1198133444", "id": "17674", "title": "Leading question", "byte_end": 8400115233, "categories": ["Legal terminology"]}
138
+ {"byte_start": 8400115233, "source_revision": "1200835982", "id": "17675", "title": "Lithuania", "byte_end": 10012640106, "categories": ["Lithuania| ", "Baltic states|*", "Countries in Europe", "Member states of NATO", "Member states of the European Union", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "Member states of the Three Seas Initiative", "Republics", "States and territories established in 1918", "States and territories established in 1990", "OECD members"]}
139
+ {"byte_start": 10012640106, "source_revision": "1193058374", "id": "17676", "title": "Relativist fallacy", "byte_end": 10013024556, "categories": ["Informal fallacies"]}
140
+ {"byte_start": 10013024556, "source_revision": "949629130", "id": "17678", "title": "Logical fallacy/Ad Hominem", "byte_end": 10013026876, "categories": []}
141
+ {"byte_start": 10013026876, "source_revision": "949629137", "id": "17679", "title": "Logical fallacy/Straw Man", "byte_end": 10013028127, "categories": []}
142
+ {"byte_start": 10013028127, "source_revision": "949629147", "id": "17680", "title": "Logical fallacy/Appeal to Authority", "byte_end": 10013031642, "categories": []}
143
+ {"byte_start": 10013031642, "source_revision": "931751005", "id": "17681", "title": "Bandwagon fallacy", "byte_end": 10013133561, "categories": []}
144
+ {"byte_start": 10013133561, "source_revision": "949629194", "id": "17683", "title": "Logical fallacy/Ad hominem", "byte_end": 10013135446, "categories": []}
145
+ {"byte_start": 10013135446, "source_revision": "931751516", "id": "17686", "title": "Appeal to popularity", "byte_end": 10013139534, "categories": []}
146
+ {"byte_start": 10013139534, "source_revision": "1200347182", "id": "17687", "title": "False dilemma", "byte_end": 10019903170, "categories": ["Barriers to critical thinking", "Deception", "Dilemmas", "Error", "Ignorance", "Informal fallacies", "Propaganda"]}
147
+ {"byte_start": 10019903170, "source_revision": "1156095151", "id": "17688", "title": "Loaded question", "byte_end": 10023996509, "categories": ["Informal fallacies"]}
148
+ {"byte_start": 10023996509, "source_revision": "1181721443", "id": "17689", "title": "Irrelevant conclusion", "byte_end": 10027316081, "categories": ["Metaphors", "Relevance fallacies| "]}
149
+ {"byte_start": 10027316081, "source_revision": "1190114782", "id": "17690", "title": "Equivocation", "byte_end": 10029188507, "categories": ["Verbal fallacies", "Ambiguity"]}
150
+ {"byte_start": 10029188507, "source_revision": "1136962330", "id": "17691", "title": "Talk:Logical fallacy", "byte_end": 10039804439, "categories": []}
151
+ {"byte_start": 10039804439, "source_revision": "1196113182", "id": "17692", "title": "Sampling bias", "byte_end": 10046453668, "categories": ["Sampling (statistics)", "Misuse of statistics", "Experimental bias"]}
152
+ {"byte_start": 10046453668, "source_revision": "1031789773", "id": "17693", "title": "Post hoc", "byte_end": 10046551820, "categories": []}
153
+ {"byte_start": 10046551820, "source_revision": "1198282117", "id": "17694", "title": "No true Scotsman", "byte_end": 10051994943, "categories": ["1971 introductions", "Verbal fallacies"]}
154
+ {"byte_start": 10051994943, "source_revision": "1190380673", "id": "17696", "title": "Slippery slope", "byte_end": 10061481256, "categories": ["Rhetorical techniques", "Metaphors referring to places", "Causal fallacies", "Inductive fallacies", "Legal doctrines and principles", "American legal terminology"]}
155
+ {"byte_start": 10061481256, "source_revision": "1193348963", "id": "17699", "title": "Argument from ignorance", "byte_end": 10078320794, "categories": ["Relevance fallacies", "Ignorance", "Barriers to critical thinking"]}
156
+ {"byte_start": 10078320794, "source_revision": "1197273063", "id": "17703", "title": "Leo (constellation)", "byte_end": 10107006971, "categories": ["Leo (constellation)| ", "Constellations listed by Ptolemy", "Equatorial constellations"]}
157
+ {"byte_start": 10107006971, "source_revision": "1189586766", "id": "17704", "title": "Libra (constellation)", "byte_end": 10117654956, "categories": ["Libra (constellation)| ", "Constellations", "Southern constellations", "Constellations listed by Ptolemy"]}
158
+ {"byte_start": 10117654956, "source_revision": "783866416", "id": "17705", "title": "Little Dipper", "byte_end": 10117657124, "categories": []}
159
+ {"byte_start": 10117657124, "source_revision": "783866423", "id": "17706", "title": "LowGerman", "byte_end": 10117662357, "categories": []}
160
+ {"byte_start": 10117662357, "source_revision": "1146431119", "id": "17707", "title": "Laws of physics", "byte_end": 10117665264, "categories": []}
161
+ {"byte_start": 10117665264, "source_revision": "894700705", "id": "17708", "title": "Law of physics", "byte_end": 10117708887, "categories": []}
162
+ {"byte_start": 10117708887, "source_revision": "1174337795", "id": "17712", "title": "Law of nature", "byte_end": 10117787926, "categories": []}
163
+ {"byte_start": 10117787926, "source_revision": "812527256", "id": "17713", "title": "Linkoeping", "byte_end": 10117804743, "categories": []}
164
+ {"byte_start": 10117804743, "source_revision": "1191862768", "id": "17714", "title": "Roxen (lake)", "byte_end": 10117956992, "categories": ["Lakes of \u00d6sterg\u00f6tland County", "Motala str\u00f6m basin", "Rifts and grabens", "Ramsar sites in Sweden"]}
165
+ {"byte_start": 10117956992, "source_revision": "1192099636", "id": "17717", "title": "Locomotive", "byte_end": 10186026192, "categories": ["Locomotives| ", "19th-century inventions"]}
166
+ {"byte_start": 10186026192, "source_revision": "1178295181", "id": "17719", "title": "Lars Magnus Ericsson", "byte_end": 10186566089, "categories": ["1846 births", "1926 deaths", "People from Grums Municipality", "19th-century Swedish inventors", "Swedish miners", "Ericsson people", "19th-century Swedish businesspeople"]}
167
+ {"byte_start": 10186566089, "source_revision": "1105916803", "id": "17721", "title": "Lysator", "byte_end": 10186687930, "categories": ["Link\u00f6ping University", "MUD organizations", "Student organizations established in 1973", "Computer clubs in Sweden"]}
168
+ {"byte_start": 10186687930, "source_revision": "1198302405", "id": "17722", "title": "Latin hip hop", "byte_end": 10204013114, "categories": ["Latin hip hop| ", "Hip hop genres", "Urbano music genres", "Hispanic American music", "Latin American styles of music|Hip hop", "Latin music genres"]}
169
+ {"byte_start": 10204013114, "source_revision": "1198181433", "id": "17724", "title": "Lighthouse of Alexandria", "byte_end": 10262396861, "categories": ["Lighthouse of Alexandria| ", "Buildings and structures completed in the 3rd century BC", "Buildings and structures demolished in the 14th century", "1968 archaeological discoveries", "Buildings and structures in Alexandria", "Demolished buildings and structures in Egypt", "Hellenistic architecture", "Lighthouses completed in the 2nd century", "Lighthouses in Egypt|Alexandria", "Ptolemaic Alexandria", "Transport in Alexandria", "Former towers", "Seven Wonders of the Ancient World", "Buildings and structures destroyed by earthquakes"]}
170
+ {"byte_start": 10262396861, "source_revision": "1196411672", "id": "17725", "title": "Lighthouse", "byte_end": 10341996560, "categories": ["Lighthouses| ", "Heraldic charges", "Articles containing video clips", "Ancient Greek technology", "Egyptian inventions", "Greek inventions", "Maritime safety"]}
171
+ {"byte_start": 10341996560, "source_revision": "1198047565", "id": "17726", "title": "Library of Alexandria", "byte_end": 10470760357, "categories": ["3rd-century BC establishments in Egypt", "Ancient libraries", "Archaeological sites in Egypt", "Buildings and structures completed in the 3rd century BC", "Demolished buildings and structures in Egypt", "Education in Alexandria", "Former buildings and structures in Egypt", "Hellenistic architecture", "History of museums", "Libraries in Egypt|Alexandria", "Ptolemaic Alexandria", "Buildings and structures in Alexandria"]}
172
+ {"byte_start": 10470760357, "source_revision": "1201138874", "id": "17727", "title": "Library", "byte_end": 10753252808, "categories": ["Book promotion", "Libraries| ", "Library science"]}
173
+ {"byte_start": 10753252808, "source_revision": "1191298004", "id": "17728", "title": "Line Islands", "byte_end": 10756802098, "categories": ["Line Islands| ", "Archipelagoes of the Pacific Ocean", "Atolls of the Pacific Ocean", "Disputed islands", "Geography of Micronesia", "Pacific islands claimed under the Guano Islands Act", "Islands of Oceania", "Archipelagoes of the United States", "Eastern Indo-Pacific", "Marine ecoregions"]}
174
+ {"byte_start": 10756802098, "source_revision": "1087980087", "id": "17729", "title": "Language and dialect", "byte_end": 10756806832, "categories": []}
175
+ {"byte_start": 10756806832, "source_revision": "1200144815", "id": "17730", "title": "Latin", "byte_end": 11249327773, "categories": ["Languages attested from the 7th century BC", "Latin language| ", "Forms of Latin| ", "Fusional languages", "Languages of Andorra", "Languages of France", "Languages of Italy", "Languages of Portugal", "Languages of Romania", "Languages of Spain", "Languages of Vatican City", "Languages with own distinct writing systems", "Subject\u2013object\u2013verb languages"]}
176
+ {"byte_start": 11249327773, "source_revision": "1170359327", "id": "17731", "title": "LiveScript (programming language)", "byte_end": 11249570034, "categories": ["JavaScript programming language family", "Software using the MIT license"]}
177
+ {"byte_start": 11249570034, "source_revision": "630855920", "id": "17735", "title": "Li\u00e8ge (disambiguation)", "byte_end": 11249750193, "categories": []}
178
+ {"byte_start": 11249750193, "source_revision": "1094377639", "id": "17737", "title": "Legislative power", "byte_end": 11249757720, "categories": []}
179
+ {"byte_start": 11249757720, "source_revision": "1194884782", "id": "17739", "title": "Local area network", "byte_end": 11277564562, "categories": ["Local area networks| ", "Office equipment"]}
180
+ {"byte_start": 11277564562, "source_revision": "1200720560", "id": "17740", "title": "Louis Pasteur", "byte_end": 11486092290, "categories": ["Louis Pasteur| ", "1822 births", "1895 deaths", "People from Dole, Jura", "19th-century French biologists", "French microbiologists", "19th-century French chemists", "Vaccinologists", "\u00c9cole Normale Sup\u00e9rieure alumni", "Conservatoire national des arts et m\u00e9tiers alumni", "Academic staff of the Lille University of Science and Technology", "Academic staff of the University of Strasbourg", "Members of the Acad\u00e9mie Fran\u00e7aise", "Members of the French Academy of Sciences", "Members of the Royal Netherlands Academy of Arts and Sciences", "Foreign Members of the Royal Society", "Foreign associates of the National Academy of Sciences", "Honorary members of the Saint Petersburg Academy of Sciences", "Grand Cross of the Legion of Honour", "Recipients of the Order of the Medjidie, 1st class", "Recipients of the Copley Medal", "Recipients of the Order of Agricultural Merit", "Leeuwenhoek Medal winners", "French Roman Catholics", "Academic staff of the \u00c9cole des Beaux-Arts", "Members of the Serbian Academy of Sciences and Arts", "Lyc\u00e9e Saint-Louis alumni", "Members of the American Philosophical Society", "Stereochemists", "Scientists with dyslexia", "French scientists with disabilities"]}
181
+ {"byte_start": 11486092290, "source_revision": "1201167775", "id": "17741", "title": "Ludwig Wittgenstein", "byte_end": 12198811493, "categories": ["Ludwig Wittgenstein| ", "1889 births", "1951 deaths", "20th-century Austrian mathematicians", "20th-century Austrian philosophers", "20th-century Austrian writers", "20th-century British mathematicians", "20th-century British non-fiction writers", "20th-century British philosophers", "20th-century British essayists", "Alumni of Trinity College, Cambridge", "Analytic philosophers", "Austrian agnostics", "Austrian essayists", "Austrian expatriates in the United Kingdom", "Austrian expatriates in Norway", "Austrian Jews", "Austrian logicians", "Austrian non-fiction writers", "Austrian people of Czech-Jewish descent", "Austrian people of German-Jewish descent", "Austrian people of Jewish descent", "Austrian people of Slovenian descent", "Austrian prisoners of war", "Austrian refugees", "Austro-Hungarian military personnel of World War I", "Bisexual academics", "Bisexual male writers", "Bisexual military personnel", "British agnostics", "British expatriates in Norway", "British Jews", "British logicians", "British male essayists", "British people of Austrian-Jewish descent", "British people of Czech-Jewish descent", "British people of German-Jewish descent", "British people of Slovenian descent", "Cambridge University Moral Sciences Club", "Deaths from cancer in England", "Deaths from prostate cancer", "Epistemologists", "Fellows of Trinity College, Cambridge", "Jewish agnostics", "Jewish philosophers", "Bisexual Jews", "Austrian bisexual people", "Austrian LGBT writers", "British bisexual writers", "Linguistic turn", "Metaphilosophers", "Metaphysicians", "Naturalised citizens of the United Kingdom", "Ontologists", "Ordinary language philosophy", "People associated with the University of Manchester", "People with post-traumatic stress disorder", "Philosophers of art", "Philosophers of culture", "Philosophers of language", "Philosophers of logic", "Philosophers of mathematics", "Philosophers of mind", "Philosophers of social science", "Bertrand Russell Professors of Philosophy", "Philosophy writers", "Social philosophers", "Technical University of Berlin alumni", "Theorists on Western civilization", "Wittgenstein family|Ludwig", "Wittgensteinian philosophers| ", "World War I prisoners of war held by Italy", "Writers from Vienna", "LGBT mathematicians", "LGBT philosophers", "Austrian people with disabilities", "British writers with disabilities"]}
182
+ {"byte_start": 12198811493, "source_revision": "1155268697", "id": "17742", "title": "Luxemburg", "byte_end": 12198838817, "categories": []}
183
+ {"byte_start": 12198838817, "source_revision": "1168801432", "id": "17743", "title": "Low Saxon", "byte_end": 12201389619, "categories": ["Culture of Lower Saxony", "Dutch dialects", "German dialects", "Low German"]}
184
+ {"byte_start": 12201389619, "source_revision": "1197594628", "id": "17744", "title": "Lanthanum", "byte_end": 12226475725, "categories": ["Lanthanum| ", "Chemical elements", "Chemical elements with double hexagonal close-packed structure", "Lanthanides", "Reducing agents", "GABAA receptor positive allosteric modulators"]}
185
+ {"byte_start": 12226475725, "source_revision": "1201308127", "id": "17745", "title": "Lutetium", "byte_end": 12243182811, "categories": ["Lutetium| ", "Chemical elements", "Lanthanides", "Transition metals", "Chemical elements with hexagonal close-packed structure"]}
186
+ {"byte_start": 12243182811, "source_revision": "1197399711", "id": "17746", "title": "Lawrencium", "byte_end": 12265620866, "categories": ["Lawrencium| ", "Chemical elements", "Transition metals", "Actinides", "Synthetic elements", "Chemical elements with hexagonal close-packed structure"]}
187
+ {"byte_start": 12265620866, "source_revision": "1199694402", "id": "17747", "title": "Lead", "byte_end": 12927419917, "categories": ["Lead| ", "Chemical elements", "Post-transition metals", "Native element minerals", "Superconductors", "Endocrine disruptors", "IARC Group 2B carcinogens", "Nuclear reactor coolants", "Chemical elements with face-centered cubic structure"]}
188
+ {"byte_start": 12927419917, "source_revision": "1200058956", "id": "17748", "title": "Limestone", "byte_end": 13004138060, "categories": ["Limestone| ", "Industrial minerals"]}
189
+ {"byte_start": 13004138060, "source_revision": "783866443", "id": "17749", "title": "Lubeck", "byte_end": 13004139753, "categories": []}
190
+ {"byte_start": 13004139753, "source_revision": "1187155979", "id": "17750", "title": "L\u00fcbeck", "byte_end": 13034454952, "categories": ["L\u00fcbeck| ", "1140s establishments in the Holy Roman Empire", "1143 establishments in Europe", "Cities in Schleswig-Holstein", "Hanseatic Cities", "Landmarks in Germany", "Members of the Hanseatic League", "Populated coastal places in Germany (Baltic Sea)", "Port cities and towns in Germany", "Port cities and towns of the Baltic Sea", "World Heritage Sites in Germany"]}
191
+ {"byte_start": 13034454952, "source_revision": "15914938", "id": "17751", "title": "Loveparade", "byte_end": 13034456840, "categories": []}
192
+ {"byte_start": 13034456840, "source_revision": "1199762480", "id": "17752", "title": "Laos", "byte_end": 13461043531, "categories": ["Laos| ", "1949 establishments in Laos", "Communist states", "Countries in Asia", "Landlocked countries", "Least developed countries", "Member states of ASEAN", "Member states of the Organisation internationale de la Francophonie", "Member states of the United Nations", "Republics", "Southeast Asian countries", "States and territories established in 1949", "One-party states"]}
193
+ {"byte_start": 13461043531, "source_revision": "1200917706", "id": "17753", "title": "History of Laos", "byte_end": 13483708975, "categories": ["History of Laos| "]}
194
+ {"byte_start": 13483708975, "source_revision": "1191633882", "id": "17754", "title": "Geography of Laos", "byte_end": 13488161426, "categories": ["Geography of Laos| ", "Regions of Southeast Asia"]}
195
+ {"byte_start": 13488161426, "source_revision": "1187644992", "id": "17755", "title": "Demographics of Laos", "byte_end": 13501239810, "categories": ["Demographics of Laos| "]}
196
+ {"byte_start": 13501239810, "source_revision": "1180237937", "id": "17756", "title": "Politics of Laos", "byte_end": 13503864261, "categories": ["Politics of Laos| ", "Politics of Southeast Asia"]}
197
+ {"byte_start": 13503864261, "source_revision": "1198212936", "id": "17757", "title": "Economy of Laos", "byte_end": 13508319767, "categories": ["Economy of Laos"]}
198
+ {"byte_start": 13508319767, "source_revision": "1150416546", "id": "17758", "title": "Mass media in Laos", "byte_end": 13508380611, "categories": ["Mass media in Laos| ", "Mass media in Asia by country|Laos", "Mass media by country|Laos"]}
199
+ {"byte_start": 13508380611, "source_revision": "1185818362", "id": "17759", "title": "Transport in Laos", "byte_end": 13511093914, "categories": ["Transport in Laos| "]}
200
+ {"byte_start": 13511093914, "source_revision": "1198778458", "id": "17760", "title": "Lao People's Armed Forces", "byte_end": 13520458109, "categories": ["Military of Laos", "Military wings of communist parties", "1975 establishments in Laos"]}
201
+ {"byte_start": 13520458109, "source_revision": "1199790856", "id": "17761", "title": "Foreign relations of Laos", "byte_end": 13523659057, "categories": ["Foreign relations of Laos| "]}
202
+ {"byte_start": 13523659057, "source_revision": "1197667400", "id": "17762", "title": "History of Latvia", "byte_end": 13589808308, "categories": ["History of Latvia| "]}
203
+ {"byte_start": 13589808308, "source_revision": "1197677280", "id": "17763", "title": "Geography of Latvia", "byte_end": 13594468090, "categories": ["Geography of Latvia| "]}
204
+ {"byte_start": 13594468090, "source_revision": "1195151469", "id": "17764", "title": "Demographics of Latvia", "byte_end": 13623543630, "categories": ["Demographics of Latvia| ", "Society of Latvia"]}
205
+ {"byte_start": 13623543630, "source_revision": "1198188949", "id": "17765", "title": "Politics of Latvia", "byte_end": 13628925332, "categories": ["Politics of Latvia| "]}
206
+ {"byte_start": 13628925332, "source_revision": "1195295865", "id": "17766", "title": "Economy of Latvia", "byte_end": 13639949288, "categories": ["Economy of Latvia| ", "European Union member economies|Latvia", "OECD member economies|Latvia", "Economies of Europe by country|Latvia"]}
207
+ {"byte_start": 13639949288, "source_revision": "1167212911", "id": "17767", "title": "Telecommunications in Latvia", "byte_end": 13640478561, "categories": ["Telecommunications in Latvia| "]}
208
+ {"byte_start": 13640478561, "source_revision": "1196797873", "id": "17768", "title": "Transport in Latvia", "byte_end": 13640915478, "categories": ["Transport in Latvia| "]}
209
+ {"byte_start": 13640915478, "source_revision": "1195195843", "id": "17769", "title": "Latvian National Armed Forces", "byte_end": 13646952718, "categories": ["Military of Latvia| ", "Permanent Structured Cooperation", "Defence agencies", "Government agencies of Latvia", "1919 establishments in Latvia"]}
210
+ {"byte_start": 13646952718, "source_revision": "1193643703", "id": "17770", "title": "Foreign relations of Latvia", "byte_end": 13653905342, "categories": ["Foreign relations of Latvia| ", "Government of Latvia"]}
211
+ {"byte_start": 13653905342, "source_revision": "1199637320", "id": "17771", "title": "Lebanon", "byte_end": 15351305167, "categories": ["Lebanon| ", "1943 establishments in Lebanon|*", "1943 establishments in Asia", "Countries and territories where Arabic is an official language", "Countries in Asia", "Eastern Mediterranean", "Levant", "Member states of the Arab League", "Member states of the Organisation internationale de la Francophonie", "Member states of the Organisation of Islamic Cooperation", "Member states of the Union for the Mediterranean", "Member states of the United Nations", "Middle Eastern countries", "Republics", "States and territories established in 1943", "West Asian countries"]}
212
+ {"byte_start": 15351305167, "source_revision": "1195838368", "id": "17772", "title": "History of Lebanon", "byte_end": 15485912445, "categories": ["History of Lebanon| ", "History of the Levant|Lebanon"]}
213
+ {"byte_start": 15485912445, "source_revision": "1192805885", "id": "17773", "title": "Geography of Lebanon", "byte_end": 15495141974, "categories": ["Geography of Lebanon| "]}
214
+ {"byte_start": 15495141974, "source_revision": "1200970213", "id": "17774", "title": "Demographics of Lebanon", "byte_end": 15584895231, "categories": ["Demographics of Lebanon| "]}
215
+ {"byte_start": 15584895231, "source_revision": "1197227295", "id": "17775", "title": "Politics of Lebanon", "byte_end": 15596534583, "categories": ["Politics of Lebanon| "]}
216
+ {"byte_start": 15596534583, "source_revision": "1191588870", "id": "17776", "title": "Economy of Lebanon", "byte_end": 15624029031, "categories": ["Economy of Lebanon| ", "Economy of the Arab League"]}
217
+ {"byte_start": 15624029031, "source_revision": "1201218573", "id": "17777", "title": "Posts and telecommunications in Lebanon", "byte_end": 15637899422, "categories": ["Telecommunications in Lebanon| ", "Telecommunications by country|Lebanon"]}
218
+ {"byte_start": 15637899422, "source_revision": "1126321249", "id": "17778", "title": "Transport in Lebanon", "byte_end": 15638817189, "categories": ["Transport in Lebanon| "]}
219
+ {"byte_start": 15638817189, "source_revision": "1199502576", "id": "17779", "title": "Lebanese Armed Forces", "byte_end": 15713026367, "categories": ["Military of Lebanon| "]}
220
+ {"byte_start": 15713026367, "source_revision": "1194358694", "id": "17780", "title": "Foreign relations of Lebanon", "byte_end": 15726304197, "categories": ["Foreign relations of Lebanon| "]}
221
+ {"byte_start": 15726304197, "source_revision": "1201613372", "id": "17781", "title": "Lesotho", "byte_end": 15886509236, "categories": ["Lesotho| ", "Southern African countries", "Enclaved countries", "Member states of the African Union", "Countries and territories where English is an official language", "Least developed countries", "Member states of the Commonwealth of Nations", "States and territories established in 1966", "Enclaves and exclaves", "Member states of the United Nations", "Commonwealth monarchies", "1966 establishments in Africa", "Countries in Africa", "Landlocked countries"]}
222
+ {"byte_start": 15886509236, "source_revision": "1192409315", "id": "17782", "title": "History of Lesotho", "byte_end": 15890470731, "categories": ["History of Lesotho| ", "History of Southern Africa by country"]}
223
+ {"byte_start": 15890470731, "source_revision": "1190856991", "id": "17783", "title": "Geography of Lesotho", "byte_end": 15892638487, "categories": ["Geography of Lesotho| "]}
224
+ {"byte_start": 15892638487, "source_revision": "1168108318", "id": "17784", "title": "Demographics of Lesotho", "byte_end": 15894341004, "categories": ["Demographics of Lesotho| ", "Society of Lesotho"]}
225
+ {"byte_start": 15894341004, "source_revision": "1190962363", "id": "17785", "title": "Politics of Lesotho", "byte_end": 15895058036, "categories": ["Politics of Lesotho| "]}
226
+ {"byte_start": 15895058036, "source_revision": "1196337383", "id": "17786", "title": "Economy of Lesotho", "byte_end": 15896833155, "categories": ["Economy of Lesotho| ", "World Trade Organization member economies|Lesotho", "African Union member economies|Lesotho"]}
227
+ {"byte_start": 15896833155, "source_revision": "1185254015", "id": "17787", "title": "Telecommunications in Lesotho", "byte_end": 15897478326, "categories": ["Telecommunications in Lesotho| "]}
228
+ {"byte_start": 15897478326, "source_revision": "1186194812", "id": "17788", "title": "Transport in Lesotho", "byte_end": 15897834534, "categories": ["Transport in Lesotho| "]}
229
+ {"byte_start": 15897834534, "source_revision": "853363724", "id": "17789", "title": "Military of Lesotho", "byte_end": 15898362077, "categories": []}
230
+ {"byte_start": 15898362077, "source_revision": "1198451299", "id": "17790", "title": "Foreign relations of Lesotho", "byte_end": 15903677559, "categories": ["Foreign relations of Lesotho| ", "Lesotho and the Commonwealth of Nations"]}
231
+ {"byte_start": 15903677559, "source_revision": "1201510301", "id": "17791", "title": "Liberia", "byte_end": 16335522764, "categories": ["Economic Community of West African States", "Countries and territories where English is an official language", "Least developed countries", "Member states of the African Union", "Republics", "States and territories established in 1847", "Member states of the United Nations", "West African countries", "1847 establishments in Liberia| ", "Countries in Africa", "American colonization movement"]}
warehouse_00022.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8547f66ef981e394448b582a1c4233680f55ceb86630ad7d6a9d260e281069bd
3
+ size 144618404
warehouse_00022.metadata ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "1201690217", "id": "13555", "title": "High German languages", "byte_end": 4316234, "categories": ["High German languages| ", "German dialects", "West Germanic languages"]}
2
+ {"byte_start": 4316234, "source_revision": "1199197229", "id": "13557", "title": "Talk:H. G. Wells", "byte_end": 19983011, "categories": []}
3
+ {"byte_start": 19983011, "source_revision": "1191208806", "id": "13560", "title": "Hannes Bok", "byte_end": 22550072, "categories": ["1914 births", "1964 deaths", "20th-century astrologers", "20th-century American male writers", "20th-century American novelists", "American astrologers", "American fantasy writers", "20th-century American illustrators", "American male novelists", "American science fiction writers", "American speculative fiction artists", "Futurians", "Hugo Award-winning artists", "Science fiction artists", "Pulp fiction artists"]}
4
+ {"byte_start": 22550072, "source_revision": "1201575040", "id": "13561", "title": "Hen Wlad Fy Nhadau", "byte_end": 36148909, "categories": ["Anthems of non-sovereign states", "Welsh patriotic songs", "National symbols of Wales", "British anthems", "1856 songs"]}
5
+ {"byte_start": 36148909, "source_revision": "1191754667", "id": "13562", "title": "Habermas", "byte_end": 36163959, "categories": []}
6
+ {"byte_start": 36163959, "source_revision": "1192785235", "id": "13563", "title": "Herman Brood", "byte_end": 43527257, "categories": ["Herman Brood| ", "1946 births", "2001 suicides", "2001 deaths", "Dutch rock singers", "Dutch male singer-songwriters", "Dutch singer-songwriters", "Dutch rock pianists", "Dutch rock guitarists", "Dutch male guitarists", "Dutch keyboardists", "Dutch multi-instrumentalists", "Dutch male poets", "Dutch printmakers", "Dutch male actors", "English-language singers from the Netherlands", "People from Zwolle", "Male actors from Amsterdam", "Painters who died by suicide", "Suicides by jumping in the Netherlands", "Drug-related suicides in the Netherlands", "20th-century Dutch painters", "Dutch male painters", "20th-century Dutch poets", "20th-century male writers", "Male pianists", "20th-century guitarists", "20th-century Dutch male singers"]}
7
+ {"byte_start": 43527257, "source_revision": "1197956573", "id": "13564", "title": "Homomorphism", "byte_end": 53014837, "categories": ["Morphisms"]}
8
+ {"byte_start": 53014837, "source_revision": "15911164", "id": "13565", "title": "History of computers", "byte_end": 53038004, "categories": []}
9
+ {"byte_start": 53038004, "source_revision": "783863747", "id": "13566", "title": "HYPERCARD", "byte_end": 53041095, "categories": []}
10
+ {"byte_start": 53041095, "source_revision": "1195765185", "id": "13567", "title": "HyperCard", "byte_end": 80851665, "categories": ["1987 software", "Domain-specific programming languages", "Hypertext", "HyperCard products", "Classic Mac OS-only software made by Apple Inc.", "Classic Mac OS programming tools"]}
11
+ {"byte_start": 80851665, "source_revision": "783863762", "id": "13569", "title": "Hongkong", "byte_end": 80853274, "categories": []}
12
+ {"byte_start": 80853274, "source_revision": "1194952072", "id": "13570", "title": "Histology", "byte_end": 103991591, "categories": ["Histology| ", "Histotechnology", "Staining", "Histochemistry", "Anatomy"]}
13
+ {"byte_start": 103991591, "source_revision": "1024352412", "id": "13571", "title": "Heraclitus of Ephesus", "byte_end": 103994594, "categories": []}
14
+ {"byte_start": 103994594, "source_revision": "1188715224", "id": "13572", "title": "Henry VII", "byte_end": 104152180, "categories": []}
15
+ {"byte_start": 104152180, "source_revision": "1200510334", "id": "13574", "title": "Herodotus", "byte_end": 243939155, "categories": ["Herodotus| ", "480s BC births", "420s BC deaths", "5th-century BC Greek people", "5th-century BC historians", "Ancient Greek political refugees", "Ancient Greeks in Egypt", "Ancient Halicarnassians", "Classical-era Greek historians", "History of Asia", "Historians from ancient Anatolia", "Historiography of India", "Ionic Greek writers", "Ancient Greeks from the Achaemenid Empire", "Historians from the Achaemenid Empire", "Historians of ancient Egypt", "Foreign contacts of ancient Egypt"]}
16
+ {"byte_start": 243939155, "source_revision": "1198211881", "id": "13575", "title": "Historian", "byte_end": 279883132, "categories": ["Historians| ", "Humanities occupations"]}
17
+ {"byte_start": 279883132, "source_revision": "1149042240", "id": "13577", "title": "Harthouse", "byte_end": 279999448, "categories": ["German record labels", "Electronic music record labels", "Trance record labels", "Techno record labels"]}
18
+ {"byte_start": 279999448, "source_revision": "1194043833", "id": "13578", "title": "Hermann Hesse", "byte_end": 329535688, "categories": ["Hermann Hesse| ", "1877 births", "1962 deaths", "19th-century German male writers", "19th-century German painters", "19th-century German writers", "19th-century male artists", "19th-century Swiss novelists", "19th-century Swiss poets", "20th-century German novelists", "20th-century German painters", "20th-century German poets", "20th-century male artists", "20th-century Swiss novelists", "Exilliteratur writers", "German emigrants to Switzerland", "German male novelists", "German male painters", "German male poets", "German Nobel laureates", "German-language poets", "Modernist writers", "20th-century mystics", "Nobel laureates in Literature", "People of Baltic German descent", "People from Calw", "People from the Kingdom of W\u00fcrttemberg", "Protestants in the German Resistance", "Recipients of the Pour le M\u00e9rite (civil class)", "Swiss male novelists", "Swiss male poets", "Swiss Nobel laureates", "Swiss painters", "Swiss people of Baltic German descent", "Swiss-German people", "Writers from Baden-W\u00fcrttemberg"]}
19
+ {"byte_start": 329535688, "source_revision": "15911177", "id": "13579", "title": "Hunebeds", "byte_end": 329539965, "categories": []}
20
+ {"byte_start": 329539965, "source_revision": "1183382261", "id": "12121", "title": "Demographics of Greenland", "byte_end": 332477642, "categories": ["Demographics of Greenland| ", "Society of Greenland"]}
21
+ {"byte_start": 332477642, "source_revision": "1196155002", "id": "12122", "title": "Politics of Greenland", "byte_end": 333453059, "categories": ["Politics of Greenland| "]}
22
+ {"byte_start": 333453059, "source_revision": "1194556032", "id": "12123", "title": "Economy of Greenland", "byte_end": 339251231, "categories": ["Economy of Greenland| "]}
23
+ {"byte_start": 339251231, "source_revision": "1194769061", "id": "12124", "title": "Telecommunications in Greenland", "byte_end": 340222502, "categories": ["Telecommunications in Greenland|Telecommunications in Greenland", "Internet in North America", "Internet censorship in North America"]}
24
+ {"byte_start": 340222502, "source_revision": "1196858908", "id": "12125", "title": "Transport in Greenland", "byte_end": 341041879, "categories": ["Transport in Greenland| "]}
25
+ {"byte_start": 341041879, "source_revision": "1198200904", "id": "12126", "title": "Military of Greenland", "byte_end": 342882148, "categories": ["Military of Greenland| ", "Military of Denmark"]}
26
+ {"byte_start": 342882148, "source_revision": "1194104663", "id": "12127", "title": "Foreign relations of Greenland", "byte_end": 343239779, "categories": ["Foreign relations of Greenland| ", "Government of Greenland", "Foreign relations of Denmark| "]}
27
+ {"byte_start": 343239779, "source_revision": "1197329596", "id": "12129", "title": "History of Grenada", "byte_end": 351887638, "categories": ["History of Grenada| "]}
28
+ {"byte_start": 351887638, "source_revision": "1184023635", "id": "12130", "title": "Geography of Grenada", "byte_end": 353406198, "categories": ["Geography of Grenada| ", "Grenada geography-related lists", "Lists of landforms of Grenada|Islands", "Subdivisions of Grenada"]}
29
+ {"byte_start": 353406198, "source_revision": "1178547418", "id": "12131", "title": "Demographics of Grenada", "byte_end": 354624469, "categories": ["Demographics of Grenada| ", "Society of Grenada"]}
30
+ {"byte_start": 354624469, "source_revision": "1176039475", "id": "12132", "title": "Politics of Grenada", "byte_end": 355500174, "categories": ["Politics of Grenada| "]}
31
+ {"byte_start": 355500174, "source_revision": "1201467951", "id": "12133", "title": "Economy of Grenada", "byte_end": 357597247, "categories": ["Economy of Grenada| ", "World Trade Organization member economies|Grenada"]}
32
+ {"byte_start": 357597247, "source_revision": "1002496080", "id": "12135", "title": "Transport in Grenada", "byte_end": 357649392, "categories": ["Transport in Grenada| "]}
33
+ {"byte_start": 357649392, "source_revision": "1198198782", "id": "11586", "title": "Full disclosure (computer security)", "byte_end": 360649050, "categories": ["Computer security procedures"]}
34
+ {"byte_start": 360649050, "source_revision": "1197748781", "id": "11587", "title": "Feminist theology", "byte_end": 371878696, "categories": ["Feminist theology| ", "Feminist theory", "Feminism and spirituality|Theology"]}
35
+ {"byte_start": 371878696, "source_revision": "783862897", "id": "11588", "title": "Frequency shift keying", "byte_end": 371880454, "categories": []}
36
+ {"byte_start": 371880454, "source_revision": "939446406", "id": "11589", "title": "FSK", "byte_end": 371950835, "categories": []}
37
+ {"byte_start": 371950835, "source_revision": "1186354834", "id": "11592", "title": "Freeware", "byte_end": 387802806, "categories": ["Freeware| ", "Software licenses", "Giving"]}
38
+ {"byte_start": 387802806, "source_revision": "1198198920", "id": "11593", "title": "Flat Earth", "byte_end": 783336232, "categories": ["Flat Earth| ", "Early scientific cosmologies"]}
39
+ {"byte_start": 783336232, "source_revision": "1200301454", "id": "11594", "title": "Talk:Flat Earth", "byte_end": 872337705, "categories": []}
40
+ {"byte_start": 872337705, "source_revision": "1196919941", "id": "18126", "title": "Learning object", "byte_end": 875705247, "categories": ["Data management", "Educational materials", "Educational technology"]}
41
+ {"byte_start": 875705247, "source_revision": "1201460110", "id": "16103", "title": "John Wayne", "byte_end": 1446933727, "categories": ["John Wayne| ", "1907 births", "1979 deaths", "20th-century American male actors", "20th Century Studios contract players", "American Freemasons", "American Roman Catholics", "American film producers", "American football offensive linemen", "American male film actors", "American male silent film actors", "American people of English descent", "American people of Irish descent", "American people of Scotch-Irish descent", "American people of Scottish descent", "Articles containing video clips", "Best Actor Academy Award winners", "Best Drama Actor Golden Globe (film) winners", "Burials at Pacific View Memorial Park", "California Republicans", "Catholics from Iowa", "Cecil B. DeMille Award Golden Globe winners", "Congressional Gold Medal recipients", "Converts to Roman Catholicism from Presbyterianism", "Deaths from stomach cancer in California", "Film directors from Iowa", "Film directors from Los Angeles", "Film producers from California", "Glendale High School (Glendale, California) alumni", "Iowa Republicans", "John Birch Society members", "Liberty Records artists", "Male Western (genre) film actors", "Male actors from Glendale, California", "Male actors from Iowa", "Male actors from Newport Beach, California", "Male film serial actors", "Members of The Lambs Club", "People from Palmdale, California", "People from Winterset, Iowa", "Presidential Medal of Freedom recipients", "RCA Records artists", "USC Trojans football players", "Universal Pictures contract players", "University of Southern California alumni", "Western (genre) film directors"]}
42
+ {"byte_start": 1446933727, "source_revision": "783865968", "id": "16104", "title": "James Monroe/First Inaugural Address", "byte_end": 1446955500, "categories": []}
43
+ {"byte_start": 1446955500, "source_revision": "783865978", "id": "16105", "title": "James Monroe/Second Inaugural Address", "byte_end": 1447010607, "categories": []}
44
+ {"byte_start": 1447010607, "source_revision": "44117929", "id": "16106", "title": "John Quincy Adams/First Inaugural Address", "byte_end": 1447029588, "categories": []}
45
+ {"byte_start": 1447029588, "source_revision": "852630128", "id": "16107", "title": "Jazz-rock fusion", "byte_end": 1447031823, "categories": []}
46
+ {"byte_start": 1447031823, "source_revision": "895106230", "id": "16109", "title": "Javascript", "byte_end": 1447036398, "categories": []}
47
+ {"byte_start": 1447036398, "source_revision": "1190560360", "id": "16110", "title": "Johnny Haynes", "byte_end": 1457702593, "categories": ["1934 births", "2005 deaths", "English men's footballers", "England men's international footballers", "England men's under-23 international footballers", "English football managers", "Fulham F.C. players", "1954 FIFA World Cup players", "1958 FIFA World Cup players", "1962 FIFA World Cup players", "English Football League players", "Men's association football inside forwards", "English Football Hall of Fame inductees", "People educated at The Latymer School", "Feltham F.C. (1946) players", "Wimbledon F.C. players", "Toronto City players", "People from Kentish Town", "Footballers from the London Borough of Camden", "London XI players", "English Football League representative players", "Wealdstone F.C. players", "Durban City F.C. players", "Eastern Canada Professional Soccer League players", "Road incident deaths in Scotland", "National Football League (South Africa) players", "Expatriate men's soccer players in South Africa", "Expatriate men's soccer players in Canada"]}
48
+ {"byte_start": 1457702593, "source_revision": "1192190912", "id": "16111", "title": "John Sayles", "byte_end": 1467331595, "categories": ["1950 births", "Actors from Schenectady, New York", "American male screenwriters", "American people of Irish descent", "Edgar Award winners", "Living people", "MacArthur Fellows", "Writers from Schenectady, New York", "Film directors from New York (state)", "Screenwriters from New York (state)", "Williams College alumni"]}
49
+ {"byte_start": 1467331595, "source_revision": "1196835824", "id": "16112", "title": "January 12", "byte_end": 1566337927, "categories": ["Days of the year", "January"]}
50
+ {"byte_start": 1566337927, "source_revision": "1174888980", "id": "16113", "title": "John Digweed", "byte_end": 1572529178, "categories": ["English DJs", "Club DJs", "Electronic music radio shows", "Living people", "Musicians from Hastings", "Remixers", "1967 births", "English house musicians", "English record producers", "Progressive house musicians", "Electronic dance music DJs", "INCredible artists"]}
51
+ {"byte_start": 1572529178, "source_revision": "769685593", "id": "16114", "title": "Jutland Peninsula", "byte_end": 1572902137, "categories": []}
52
+ {"byte_start": 1572902137, "source_revision": "1191736884", "id": "16115", "title": "James Spader", "byte_end": 1594391320, "categories": ["1960 births", "Living people", "Male actors from Boston", "American male film actors", "American male television actors", "Cannes Film Festival Award for Best Actor winners", "Outstanding Performance by a Lead Actor in a Drama Series Primetime Emmy Award winners", "Phillips Academy alumni", "20th-century American male actors", "21st-century American male actors", "Brooks School alumni", "People with obsessive\u2013compulsive disorder"]}
53
+ {"byte_start": 1594391320, "source_revision": "1185556356", "id": "16117", "title": "Joseph (disambiguation)", "byte_end": 1597753781, "categories": []}
54
+ {"byte_start": 1597753781, "source_revision": "1201502019", "id": "16118", "title": "Jacob", "byte_end": 1779165422, "categories": ["Jacob| ", "Angelic visionaries", "Book of Genesis people", "Biblical patriarchs", "Biblical twins", "Christian saints from the Old Testament", "Esau", "Gilead", "Book of Jubilees", "People whose existence is disputed"]}
55
+ {"byte_start": 1779165422, "source_revision": "1191263092", "id": "16119", "title": "Jehoshaphat", "byte_end": 1785516122, "categories": ["9th-century BC kings of Judah", "10th-century BC births", "840s BC deaths"]}
56
+ {"byte_start": 1785516122, "source_revision": "1191535762", "id": "16120", "title": "Jehu", "byte_end": 1791688081, "categories": ["810s BC deaths", "9th-century BC Kings of Israel", "Regicides", "Biblical murderers", "Leaders who took power by coup", "House of Jehu", "Gilead"]}
57
+ {"byte_start": 1791688081, "source_revision": "1190687199", "id": "16121", "title": "Joshua", "byte_end": 1873429822, "categories": ["Joshua| ", "Ancient Jews|-14", "14th-century BC people|Jews", "14th-century BC religious leaders", "Book of Exodus people", "Book of Numbers people", "Christian saints from the Old Testament", "Hebrew Bible judges"]}
58
+ {"byte_start": 1873429822, "source_revision": "1152987003", "id": "16122", "title": "Jeremiah (disambiguation)", "byte_end": 1873888285, "categories": []}
59
+ {"byte_start": 1873888285, "source_revision": "1186888487", "id": "16123", "title": "Jeroboam", "byte_end": 1879745101, "categories": ["10th-century BC Kings of Israel", "900s BC deaths", "Solomon", "Year of birth unknown", "House of Jeroboam", "Golden calf"]}
60
+ {"byte_start": 1879745101, "source_revision": "1201607993", "id": "16125", "title": "John the Baptist", "byte_end": 2412268907, "categories": ["John the Baptist| ", "0s BC births", "1st-century apocalypticists", "1st-century Jews", "Baptism", "Christian martyrs executed by decapitation", "Elijah", "Family of Jesus", "New Testament people in Mandaeism", "People executed by decapitation", "People in the canonical gospels", "Precursors in religion", "Prophets of the New Testament", "Prophets in the Druze faith", "Saints from the Holy Land", "1st-century BC Christian saints", "Christian saints from the New Testament", "Judean people", "Biblical murder victims", "Murdered Jews"]}
61
+ {"byte_start": 2412268907, "source_revision": "931355092", "id": "16126", "title": "Jehoram", "byte_end": 2412347250, "categories": []}
62
+ {"byte_start": 2412347250, "source_revision": "262033302", "id": "16127", "title": "Talk:Jehoram", "byte_end": 2412355220, "categories": []}
63
+ {"byte_start": 2412355220, "source_revision": "1181945401", "id": "16129", "title": "John Brunner (author)", "byte_end": 2418160071, "categories": ["1934 births", "1995 deaths", "20th-century British novelists", "20th-century British poets", "20th-century English male writers", "20th-century English non-fiction writers", "20th-century English novelists", "20th-century English poets", "20th-century English screenwriters", "20th-century British essayists", "20th-century linguists", "20th-century pseudonymous writers", "20th-century short story writers", "20th-century translators", "British alternative history writers", "British activists", "British anti\u2013nuclear weapons activists", "British erotica writers", "British fantasy writers", "British historical novelists", "British horror writers", "British letter writers", "British male non-fiction writers", "British male novelists", "British male poets", "British male short story writers", "British mystery writers", "British pacifists", "British science fiction writers", "British science writers", "British speculative fiction critics", "British speculative fiction writers", "British spy fiction writers", "British thriller writers", "British translators", "Campaign for Nuclear Disarmament activists", "Cyberpunk writers", "English activists", "English erotica writers", "English fantasy writers", "English historical novelists", "English horror writers", "English letter writers", "English male novelists", "English male poets", "English male screenwriters", "English male short story writers", "English mystery writers", "English non-fiction writers", "English pacifists", "English science fiction writers", "English science writers", "English speculative fiction writers", "English spy fiction writers", "English thriller writers", "English translators", "Environmental fiction writers", "Environmental writers", "Futurologists", "Hugo Award-winning writers", "Linguists from England", "Linguists from the United Kingdom", "Mass media theorists", "Nonviolence advocates", "People from Wallingford, Oxfordshire", "Sustainability advocates", "Theorists on Western civilization", "Writers about activism and social change", "Writers about globalization", "Writers from Oxfordshire", "Writers of historical fiction set in the early modern period", "Writers of historical fiction set in the modern age"]}
64
+ {"byte_start": 2418160071, "source_revision": "1192810863", "id": "16130", "title": "Jack Butler Yeats", "byte_end": 2420784592, "categories": ["1871 births", "1957 deaths", "19th-century Irish painters", "Irish male painters", "20th-century Irish painters", "Burials at Mount Jerome Cemetery and Crematorium", "Butler Yeats family|Jack", "Irish illustrators", "Irish comics artists", "Olympic artists for Ireland", "Olympic silver medalists for Ireland", "Olympic silver medalists in art competitions", "People educated at Sligo Grammar School", "People educated at The High School, Dublin", "Artists' Rifles soldiers", "Olympic competitors in art competitions", "19th-century Irish male artists", "20th-century Irish male artists"]}
65
+ {"byte_start": 2420784592, "source_revision": "1193036213", "id": "16132", "title": "Joseph Yoakum", "byte_end": 2421790846, "categories": ["1890 births", "1972 deaths", "Outsider artists", "Artists from Missouri", "People from Ash Grove, Missouri", "American people of French descent", "20th-century American artists", "Artists from Chicago", "American people who self-identify as being of Cherokee descent", "20th-century African-American artists", "American landscape painters", "Self-taught artists"]}
66
+ {"byte_start": 2421790846, "source_revision": "94776056", "id": "16133", "title": "John Brunner/The Shockwave Rider", "byte_end": 2421791716, "categories": []}
67
+ {"byte_start": 2421791716, "source_revision": "1199764338", "id": "16134", "title": "Jefferson Davis", "byte_end": 3034798699, "categories": ["1808 births", "1889 deaths", "19th-century American Episcopalians", "19th-century American politicians", "19th-century American memoirists", "19th-century American male writers", "19th-century American planters", "American male non-fiction writers", "American military personnel of the Indian Wars", "American military personnel of the Mexican\u2013American War", "American people of English descent", "American people of the Black Hawk War", "American people of Welsh descent", "American cotton plantation owners", "American political writers", "American prisoners and detainees", "American proslavery activists", "Burials at Hollywood Cemetery (Richmond, Virginia)", "Confederate militia generals", "Confederate States of America political leaders", "Deaths from bronchitis", "Deaths from malaria", "Democratic Party members of the United States House of Representatives from Mississippi", "Democratic Party United States senators from Mississippi", "Heads of government who were later imprisoned", "Heads of state of former countries", "Heads of state of states with limited recognition", "Jefferson College (Mississippi) alumni", "Jefferson Davis family|*", "Lost Cause of the Confederacy", "Military personnel from Mississippi", "Politicians from Biloxi, Mississippi", "People from Christian County, Kentucky", "People of Mississippi in the American Civil War", "People who have received posthumous pardons", "Pierce administration cabinet members", "Prisoners and detainees of the United States military", "Recipients of aid from Gerrit Smith", "Recipients of American presidential pardons", "Pro-Confederate writers", "Stone Mountain", "Transylvania University alumni", "United States Army officers", "United States Military Academy alumni", "United States Secretaries of War", "Writers from Mississippi", "Zachary Taylor family", "Southern Historical Society", "United States senators who owned slaves", "Year of birth uncertain", "Members of the United States House of Representatives who owned slaves"]}
68
+ {"byte_start": 3034798699, "source_revision": "1196062966", "id": "16135", "title": "Jonathan Meades", "byte_end": 3069824945, "categories": ["1947 births", "Living people", "20th-century British journalists", "21st-century English journalists", "20th-century British short story writers", "20th-century English biographers", "21st-century English memoirists", "20th-century English novelists", "21st-century English novelists", "20th-century English male writers", "21st-century English male writers", "20th-century English screenwriters", "21st-century English screenwriters", "21st-century British essayists", "People from Salisbury", "English people of Scottish descent", "People educated at King's College, Taunton", "Alumni of RADA", "English journalists", "English male journalists", "English critics", "The Observer people", "English television critics", "English architecture writers", "English magazine editors", "English humorists", "The Times journalists", "English food writers", "British restaurant critics", "English television writers", "English male screenwriters", "British male television writers", "English television presenters", "BBC television presenters", "English television personalities", "Television personalities from Wiltshire", "British documentary filmmakers", "English documentary filmmakers", "English male novelists", "English atheists", "English humanists", "British secularists", "People educated at Salisbury Cathedral School", "University of Bordeaux alumni", "British copywriters"]}
69
+ {"byte_start": 3069824945, "source_revision": "15913526", "id": "16137", "title": "Timeline of Jefferson Davis", "byte_end": 3069958457, "categories": []}
70
+ {"byte_start": 3069958457, "source_revision": "1198399809", "id": "16138", "title": "Talk:Jefferson Davis", "byte_end": 3089247776, "categories": []}
71
+ {"byte_start": 3089247776, "source_revision": "1186665169", "id": "16139", "title": "Joe Pass", "byte_end": 3094952673, "categories": ["20th-century American guitarists", "Bebop guitarists", "People from New Brunswick, New Jersey", "American jazz guitarists", "People from Johnstown, Pennsylvania", "Guitarists from Pennsylvania", "1929 births", "1994 deaths", "Grammy Award winners", "American people of Italian descent", "Deaths from cancer in California", "Deaths from liver cancer", "American jazz musicians", "ACT Music artists", "Guitarists from New Jersey", "American male guitarists", "Jazz musicians from Pennsylvania", "20th-century American male musicians", "American male jazz musicians"]}
72
+ {"byte_start": 3094952673, "source_revision": "1190567550", "id": "16141", "title": "Jazz guitar", "byte_end": 3107127653, "categories": ["Jazz guitar| ", "Jazz instruments", "Guitars", "Occupations in music"]}
73
+ {"byte_start": 3107127653, "source_revision": "1189950010", "id": "16142", "title": "James Watt", "byte_end": 3216893377, "categories": ["James Watt| ", "18th-century British engineers", "18th-century British scientists", "18th-century Scottish people", "1736 births", "1819 deaths", "Alumni of the University of Glasgow", "Astronomical instrument makers", "Fellows of the Royal Society", "Fellows of the Royal Society of Edinburgh", "Industrial Revolution in England", "Industrial Revolution in Scotland", "Members of the Lunar Society of Birmingham", "People associated with energy", "People associated with Heriot-Watt University", "People from Greenock", "People of the Scottish Enlightenment", "Scottish businesspeople", "Scottish business theorists", "Scottish chemists", "Scottish deists", "Scottish Engineering Hall of Fame inductees", "Scottish inventors", "Scottish Presbyterians", "Scottish surveyors"]}
74
+ {"byte_start": 3216893377, "source_revision": "1199126557", "id": "16143", "title": "John Locke", "byte_end": 3335472794, "categories": ["John Locke| ", "1632 births", "1704 deaths", "17th-century English male writers", "17th-century English medical doctors", "17th-century English philosophers", "17th-century English writers", "Alumni of Christ Church, Oxford", "Anglican philosophers", "British liberal theorists", "British expatriates in the Dutch Republic", "Critics of atheism", "Empiricists", "English Anglicans", "English Christian theologians", "English political philosophers", "Enlightenment philosophers", "Epistemologists", "Fellows of Christ Church, Oxford", "Fellows of the Royal Society", "Metaphysicians", "People educated at Westminster School, London", "People from Epping Forest District", "People from Wrington", "People of the Rye House Plot", "Philosophers of language", "Philosophers of law", "Philosophers of education"]}
75
+ {"byte_start": 3335472794, "source_revision": "344970128", "id": "16146", "title": "John III Vasa", "byte_end": 3335477913, "categories": []}
76
+ {"byte_start": 3335477913, "source_revision": "1200344278", "id": "16147", "title": "Jewish holidays", "byte_end": 3462062006, "categories": ["Jewish holy days| ", "Jewish law and rituals|Holiday", "Public holidays in Israel", "Religious holidays"]}
77
+ {"byte_start": 3462062006, "source_revision": "1189360371", "id": "16148", "title": "John Engler", "byte_end": 3468751441, "categories": ["Republican Party governors of Michigan", "Presidents of Michigan State University", "Republican Party members of the Michigan House of Representatives", "Republican Party Michigan state senators", "Michigan State University alumni", "Western Michigan University Cooley Law School alumni", "College Republicans", "Catholics from Michigan", "People from Mount Pleasant, Michigan", "Spouses of Michigan politicians", "1948 births", "Living people", "20th-century American politicians", "21st-century American politicians"]}
78
+ {"byte_start": 3468751441, "source_revision": "15913537", "id": "16149", "title": "John Engler/Nicknames", "byte_end": 3468758928, "categories": []}
79
+ {"byte_start": 3468758928, "source_revision": "528342201", "id": "16150", "title": "Jaques Lacan", "byte_end": 3468759723, "categories": []}
80
+ {"byte_start": 3468759723, "source_revision": "232839742", "id": "16152", "title": "Judaeo-Spanish language", "byte_end": 3468761412, "categories": []}
81
+ {"byte_start": 3468761412, "source_revision": "1200952212", "id": "16153", "title": "Jacques Lacan", "byte_end": 3606695078, "categories": ["Jacques Lacan| ", "1901 births", "1981 deaths", "20th-century French philosophers", "20th-century French physicians", "20th-century French translators", "Analysands of Rudolph Lowenstein", "Coll\u00e8ge Stanislas de Paris alumni", "Critical theorists", "Academic staff of the \u00c9cole Normale Sup\u00e9rieure", "French literary critics", "French psychiatrists", "French psychoanalysts", "French semioticians", "History of psychiatry", "Philosophers of culture", "Philosophers of literature", "Philosophers of psychology", "Philosophers of sexuality", "Poststructuralists", "Translators of Sigmund Freud", "Academic staff of Paris 8 University Vincennes-Saint-Denis", "Academic staff of the University of Paris", "Writers from Paris", "20th-century French psychologists"]}
82
+ {"byte_start": 3606695078, "source_revision": "1187274918", "id": "16154", "title": "Jupiter Ace", "byte_end": 3615301229, "categories": ["Computer-related introductions in 1982", "Z80-based home computers", "Computers designed in the United Kingdom", "Forth programming language family"]}
83
+ {"byte_start": 3615301229, "source_revision": "1196896005", "id": "16155", "title": "Talk:Jacques Lacan", "byte_end": 3628338111, "categories": []}
84
+ {"byte_start": 3628338111, "source_revision": "1198222807", "id": "16156", "title": "Jacksonville Jaguars", "byte_end": 3962786695, "categories": ["Jacksonville Jaguars| ", "National Football League teams", "1993 establishments in Florida", "American football teams established in 1995", "American football teams in Florida", "American football teams in Jacksonville, Florida", "Companies based in Jacksonville, Florida", "Events in Jacksonville, Florida"]}
85
+ {"byte_start": 3962786695, "source_revision": "1179327798", "id": "16158", "title": "Jutes", "byte_end": 3976333330, "categories": ["Jutes", "Peoples of Anglo-Saxon England", "Early Germanic peoples", "Ingaevones"]}
86
+ {"byte_start": 3976333330, "source_revision": "1199807316", "id": "16161", "title": "Jewish prayer", "byte_end": 4041497843, "categories": ["Articles containing video clips", "Jewish prayer and ritual texts| ", "Jewish services| ", "Positive Mitzvoth", "Jewish law and rituals"]}
87
+ {"byte_start": 4041497843, "source_revision": "1189594349", "id": "16162", "title": "Jewish eschatology", "byte_end": 4070864356, "categories": ["Jewish eschatology| "]}
88
+ {"byte_start": 4070864356, "source_revision": "1179592881", "id": "16163", "title": "Judah", "byte_end": 4072863611, "categories": []}
89
+ {"byte_start": 4072863611, "source_revision": "1190849029", "id": "16164", "title": "John Macleod (physiologist)", "byte_end": 4077437416, "categories": ["1876 births", "1935 deaths", "Alumni of the University of Aberdeen", "Nobel laureates in Physiology or Medicine", "People from Perth and Kinross", "19th-century Scottish medical doctors", "20th-century Scottish medical doctors", "Scottish biochemists", "Scottish inventors", "Scottish physiologists", "Scottish Nobel laureates", "Canadian Nobel laureates", "Academic staff of Leipzig University", "Academic staff of the University of Toronto", "Fellows of the Royal Society", "Canadian Fellows of the Royal Society", "People educated at Aberdeen Grammar School"]}
90
+ {"byte_start": 4077437416, "source_revision": "1194931615", "id": "16167", "title": "Jackson, Mississippi", "byte_end": 4348865099, "categories": ["Jackson, Mississippi| ", "Cities in Mississippi", "Cities in Hinds County, Mississippi", "Cities in Madison County, Mississippi", "Cities in Rankin County, Mississippi", "1792 establishments in the United States", "County seats in Mississippi", "Cities in Jackson metropolitan area, Mississippi", "Mississippi Blues Trail", "Planned communities in the United States", "Populated places established in 1792", "State capitals in the United States"]}
91
+ {"byte_start": 4348865099, "source_revision": "1195194735", "id": "16168", "title": "Jackson County, Michigan", "byte_end": 4354975000, "categories": ["Jackson County, Michigan| ", "Michigan counties", "1832 establishments in Michigan Territory", "Populated places established in 1832"]}
92
+ {"byte_start": 4354975000, "source_revision": "1201789779", "id": "16175", "title": "Jennifer Lopez", "byte_end": 5635662029, "categories": ["Jennifer Lopez| ", "1969 births", "Living people", "20th-century American actresses", "20th-century American singer-songwriters", "20th-century American women singers", "21st-century American actresses", "21st-century American singer-songwriters", "21st-century American women singers", "21st-century women philanthropists", "Activists from New York City", "Actresses from the Bronx", "American actresses of Puerto Rican descent", "American businesspeople in retailing", "American choreographers", "American company founders", "American contemporary R&B singers", "American cosmetics businesspeople", "American dance musicians", "American expatriates in Japan", "American fashion businesspeople", "American fashion designers", "American female dancers", "American women hip hop singers", "American film producers", "American hip hop singers", "American Latin pop singers", "American musicians of Puerto Rican descent", "American philanthropists", "American sopranos", "American television actresses", "American voice actresses", "American women choreographers", "American women company founders", "American women fashion designers", "American women film producers", "American women pop singers", "American women record producers", "American women singer-songwriters", "American women television producers", "Businesspeople from New York City", "Capitol Records artists", "Catholics from California", "Catholics from New York (state)", "Dance-pop musicians", "Dancers from New York (state)", "Epic Records artists", "Film producers from New York (state)", "Hispanic and Latino American actresses", "Hispanic and Latino American musicians", "Hispanic and Latino American women singers", "Hispanic and Latino American writers", "HIV/AIDS activists", "Island Records artists", "Judges in American reality television series", "Krav Maga practitioners", "American LGBT rights activists", "MTV Europe Music Award winners", "MTV Video Music Award winners", "Musicians from the Bronx", "People from Brookville, New York", "People from Castle Hill, Bronx", "People from Hidden Hills, California", "Record producers from California", "Record producers from New York (state)", "Singers from New York City", "Singer-songwriters from New York (state)", "Sony Music Latin artists", "Spanish-language singers of the United States", "Television producers from California", "Television producers from New York City", "Women in Latin music", "World Music Awards winners", "Writers from the Bronx"]}
93
+ {"byte_start": 5635662029, "source_revision": "528668948", "id": "16176", "title": "Jorge Borges", "byte_end": 5635662824, "categories": []}
94
+ {"byte_start": 5635662824, "source_revision": "921103585", "id": "16177", "title": "James Tiptree Junior Award", "byte_end": 5635665816, "categories": []}
95
+ {"byte_start": 5635665816, "source_revision": "228218056", "id": "16178", "title": "Jesse Jackson, Sr.", "byte_end": 5635667148, "categories": []}
96
+ {"byte_start": 5635667148, "source_revision": "1198075001", "id": "16179", "title": "July 21", "byte_end": 5715338852, "categories": ["Days of the year", "July"]}
97
+ {"byte_start": 5715338852, "source_revision": "1199360992", "id": "16181", "title": "July 23", "byte_end": 5802792471, "categories": ["Days of the year", "July"]}
98
+ {"byte_start": 5802792471, "source_revision": "1194889984", "id": "16182", "title": "Jock Taylor", "byte_end": 5803311367, "categories": ["1954 births", "1982 deaths", "Sportspeople from East Lothian", "Motorcycle racers who died while racing", "Scottish motorcycle racers", "Sport deaths in Finland", "Sidecar racers", "People from Pencaitland"]}
99
+ {"byte_start": 5803311367, "source_revision": "548733312", "id": "16184", "title": "Talk:Jagiellonian dynasty/Archive 1", "byte_end": 5803328315, "categories": []}
100
+ {"byte_start": 5803328315, "source_revision": "829460207", "id": "16185", "title": "JHK", "byte_end": 5803354851, "categories": []}
101
+ {"byte_start": 5803354851, "source_revision": "1194665479", "id": "16186", "title": "Jewish views on homosexuality", "byte_end": 5882563342, "categories": ["LGBT and Judaism| ", "Jewish marital law|Homosexuality", "Judaism and society|Homosexuality", "Judaism and sexuality|Homosexuality", "Negative Mitzvoth", "Homosexuality", "Schisms in Judaism"]}
102
+ {"byte_start": 5882563342, "source_revision": "1200942970", "id": "16187", "title": "John Dewey", "byte_end": 6033448077, "categories": ["John Dewey| ", "1859 births", "1952 deaths", "19th-century American philosophers", "19th-century atheists", "20th-century American philosophers", "20th-century atheists", "American atheists", "American democratic socialists", "American humanists", "American logicians", "American political philosophers", "Analytic philosophers", "Atheist philosophers", "Epistemologists", "Georgists", "Ontologists", "Philosophers of art", "Philosophers of mind", "Philosophers of science", "Philosophers of technology", "Pragmatists", "Vermont socialists", "19th-century educational theorists", "19th-century psychologists", "20th-century educational theorists", "20th-century American psychologists", "American educational theorists", "Functionalist psychologists", "19th-century American writers", "20th-century American writers", "Writers about the Soviet Union", "Writers from Burlington, Vermont", "American Federation of Teachers people", "Columbia University faculty", "Johns Hopkins University alumni", "Members of the United States National Academy of Sciences", "Presidents of the American Association of University Professors", "Presidents of the American Psychological Association", "Teachers College, Columbia University faculty", "University of Chicago faculty", "University of Michigan faculty", "University of Vermont alumni", "American educational psychologists", "Members of the Men's League", "Members of the American Philosophical Society"]}
103
+ {"byte_start": 6033448077, "source_revision": "1200702175", "id": "16188", "title": "Jackal", "byte_end": 6052054525, "categories": ["Jackals", "Mammals described in 1758", "Taxa named by Carl Linnaeus", "Mammal common names"]}
104
+ {"byte_start": 6052054525, "source_revision": "1201816075", "id": "16189", "title": "Talk:Jerusalem", "byte_end": 7385264756, "categories": []}
105
+ {"byte_start": 7385264756, "source_revision": "1190552893", "id": "16190", "title": "Jumping the broom", "byte_end": 7394699764, "categories": ["Wedding traditions", "Weddings in the United States", "Weddings in Canada", "African-American cultural history", "Black Canadian culture", "Marriage, unions and partnerships in Scotland", "Romani culture", "Jumping"]}
106
+ {"byte_start": 7394699764, "source_revision": "1199671385", "id": "16191", "title": "January 13", "byte_end": 7480174982, "categories": ["Days of the year", "January"]}
107
+ {"byte_start": 7480174982, "source_revision": "1197880913", "id": "16192", "title": "January 14", "byte_end": 7562730177, "categories": ["Days of the year", "January"]}
108
+ {"byte_start": 7562730177, "source_revision": "1201472134", "id": "16193", "title": "Jackie Robinson", "byte_end": 8032832886, "categories": ["Jackie Robinson| ", "1919 births", "1972 deaths", "Activists for African-American civil rights", "African-American baseball players", "African-American Methodists", "African-American track and field athletes", "American expatriate baseball players in Canada", "American male long jumpers", "American male track and field athletes", "American men's basketball players", "Baseball players from Georgia (U.S. state)", "Baseball players from Pasadena, California", "Basketball players from Pasadena, California", "Brooklyn Dodgers players", "Burials at Cypress Hills Cemetery", "Canadian Baseball Hall of Fame inductees", "College men's basketball head coaches in the United States", "Congressional Gold Medal recipients", "Guards (basketball)", "John Muir High School alumni", "Kansas City Monarchs players", "Major League Baseball broadcasters", "Major League Baseball first basemen", "Major League Baseball players with retired numbers", "Major League Baseball Rookie of the Year Award winners", "Major League Baseball second basemen", "Military personnel from Georgia (U.S. state)", "Montreal Expos announcers", "Montreal Royals players", "National Baseball Hall of Fame inductees", "National College Baseball Hall of Fame inductees", "National League All-Stars", "National League batting champions", "National League Most Valuable Player Award winners", "National League stolen base champions", "New York State Athletic Commissioners", "Nonviolence advocates", "Pasadena City Lancers baseball players", "Pasadena City Lancers football players", "Pasadena City Lancers men's basketball players", "Pasadena City College alumni", "People from Cairo, Georgia", "People with type 1 diabetes", "Players of American football from Pasadena, California", "Presidential Medal of Freedom recipients", "Spingarn Medal winners", "UCLA Bruins baseball players", "UCLA Bruins football players", "UCLA Bruins men's basketball players", "UCLA Bruins men's track and field athletes", "United States Army officers", "United States Army personnel of World War II", "United States Army personnel who were court-martialed", "University of California, Los Angeles alumni", "Writers from Georgia (U.S. state)"]}
109
+ {"byte_start": 8032832886, "source_revision": "1081287269", "id": "16194", "title": "JPEG Network Graphics", "byte_end": 8033098792, "categories": ["JPEG|JNG", "Raster graphics file formats", "Portable Network Graphics"]}
110
+ {"byte_start": 8033098792, "source_revision": "1191912576", "id": "16196", "title": "Jane Shore", "byte_end": 8038100192, "categories": ["House of York|Jane Shore", "Mistresses of Edward IV of England", "1445 births", "1527 deaths", "16th-century English women", "15th-century English women", "15th-century English people"]}
111
+ {"byte_start": 8038100192, "source_revision": "1088458281", "id": "16197", "title": "Talk:January 16", "byte_end": 8038158172, "categories": []}
112
+ {"byte_start": 8038158172, "source_revision": "1193622672", "id": "16200", "title": "Jack Kemp", "byte_end": 8390775441, "categories": ["Jack Kemp| ", "1935 births", "2009 deaths", "1996 United States vice-presidential candidates", "20th-century American politicians", "American Football League All-League players", "American Football League All-Star players", "American Football League Most Valuable Players", "American Football League players", "American Freemasons", "American Presbyterians", "American athlete-politicians", "American football quarterbacks", "American players of Canadian football", "American anti-poverty advocates", "Buffalo Bills players", "Calgary Stampeders players", "Canadian football quarterbacks", "Candidates in the 1988 United States presidential election", "Deaths from cancer in Maryland", "Fairfax High School (Los Angeles) alumni", "George H. W. Bush administration cabinet members", "Los Angeles Chargers players", "National Football League announcers", "New York Giants players", "Occidental Tigers football players", "Oracle employees", "Pittsburgh Steelers players", "Players of American football from Los Angeles", "Players of Canadian football from Los Angeles", "Politicians from Los Angeles", "Presidential Medal of Freedom recipients", "Republican Party (United States) vice presidential nominees", "Republican Party members of the United States House of Representatives from New York (state)", "San Diego Chargers players", "San Francisco 49ers players", "United States Army reservists", "United States Army soldiers", "United States Secretaries of Housing and Urban Development", "Members of Congress who became lobbyists"]}
113
+ {"byte_start": 8390775441, "source_revision": "1199960109", "id": "16202", "title": "January 18", "byte_end": 8474394231, "categories": ["Days of the year", "January"]}
114
+ {"byte_start": 8474394231, "source_revision": "1197385940", "id": "16203", "title": "Jihad", "byte_end": 8836998705, "categories": ["Jihad| ", "Arabic words and phrases", "Arabic words and phrases in Sharia", "Sharia legal terminology"]}
115
+ {"byte_start": 8836998705, "source_revision": "771884520", "id": "16204", "title": "Gottlieb Fichte", "byte_end": 8837000425, "categories": []}
116
+ {"byte_start": 8837000425, "source_revision": "1197680658", "id": "16205", "title": "Jacobin (politics)", "byte_end": 8848760491, "categories": ["Jacobinism| ", "French Revolution", "History of Haiti", "Left-wing populism in France", "People from Saint-Domingue", "Political terminology", "Radicalism (historical)"]}
117
+ {"byte_start": 8848760491, "source_revision": "1161133497", "id": "16206", "title": "Johann Tobias Krebs", "byte_end": 8848889245, "categories": ["1690 births", "1762 deaths", "People from Weimarer Land", "German Baroque composers", "German classical organists", "Organists and composers in the North German tradition", "German male organists", "18th-century keyboardists", "18th-century classical composers", "German classical composers", "German male classical composers", "18th-century German composers", "18th-century German male musicians", "Male classical organists"]}
118
+ {"byte_start": 8848889245, "source_revision": "1196216556", "id": "16207", "title": "Joseph Gurney Cannon", "byte_end": 8856328598, "categories": ["1836 births", "1926 deaths", "20th-century American legislators", "Candidates in the 1908 United States presidential election", "Conservatism in the United States", "Converts to Methodism", "Deans of the United States House of Representatives", "Illinois lawyers", "Indiana lawyers", "People from Danville, Illinois", "People from Guilford County, North Carolina", "People from Parke County, Indiana", "People from Tuscola, Illinois", "Republican Party members of the United States House of Representatives from Illinois", "Speakers of the United States House of Representatives", "Old Right (United States)"]}
119
+ {"byte_start": 8856328598, "source_revision": "1198242758", "id": "16208", "title": "James G. Blaine", "byte_end": 8926886030, "categories": ["James G. Blaine| ", "1830 births", "1893 deaths", "19th-century American newspaper editors", "19th-century American politicians", "American Congregationalists", "American male journalists", "American people of Scotch-Irish descent", "Arthur administration cabinet members", "Bates College people", "Benjamin Harrison administration cabinet members", "Blaine County, Idaho", "Blaine County, Montana", "Blaine County, Nebraska", "Blaine County, Oklahoma", "Blaine family", "Blaine, Minnesota", "Garfield administration cabinet members", "Maine lawyers", "Republican Party members of the Maine House of Representatives", "Moderate Republicans (Reconstruction era)", "Politicians from Washington County, Pennsylvania", "People of Maine in the American Civil War", "Politicians from Augusta, Maine", "Republican Party (United States) presidential nominees", "Republican Party members of the United States House of Representatives from Maine", "Republican Party United States senators from Maine", "Speakers of the United States House of Representatives", "Candidates in the 1876 United States presidential election", "Candidates in the 1880 United States presidential election", "Candidates in the 1884 United States presidential election", "Candidates in the 1892 United States presidential election", "United States Secretaries of State", "University and college founders", "Washington & Jefferson College alumni", "Half-Breeds (Republican Party)"]}
120
+ {"byte_start": 8926886030, "source_revision": "1199296221", "id": "16209", "title": "Justinian I", "byte_end": 9189895335, "categories": ["Justinian I| ", "480s births", "565 deaths", "6th-century Christian saints", "6th-century Byzantine emperors", "6th-century eastern Roman consuls", "Medieval legislators", "Burials at the Church of the Holy Apostles", "Gothicus Maximus", "Thracian people", "Illyrian people", "Justinian dynasty", "Theocrats", "Christian royal saints", "Pre-Reformation saints of the Lutheran liturgical calendar", "People of the Roman\u2013Sasanian Wars", "People from Zelenikovo Municipality", "Military saints", "Last of the Romans", "Eastern Orthodox royal saints", "Roman Catholic royal saints", "Iberian War", "Lazic War", "Illyrian emperors", "Adult adoptees", "Participant in the Second Council of Constantinople"]}
121
+ {"byte_start": 9189895335, "source_revision": "1194575217", "id": "16210", "title": "Talk:Justinian I", "byte_end": 9211030630, "categories": []}
122
+ {"byte_start": 9211030630, "source_revision": "1191836984", "id": "16211", "title": "John Martyn", "byte_end": 9230733095, "categories": ["1948 births", "2009 deaths", "Anglo-Scots", "British folk singers", "British male guitarists", "British keyboardists", "British male singer-songwriters", "English amputees", "Independiente Records artists", "Island Records artists", "Warner Music Group artists", "British people of Belgian-Jewish descent", "English people of Scottish descent", "Fingerstyle guitarists", "Officers of the Order of the British Empire", "People from New Malden", "20th-century British guitarists", "20th-century British male singers", "People from Thomastown", "People educated at Shawlands Academy", "Amputee musicians", "Singers with disabilities", "Scottish amputees"]}
123
+ {"byte_start": 9230733095, "source_revision": "320190537", "id": "16212", "title": "Joseph Hergenroether", "byte_end": 9230740497, "categories": []}
124
+ {"byte_start": 9230740497, "source_revision": "1185079732", "id": "16213", "title": "Talk:Jupiter (disambiguation)", "byte_end": 9230831114, "categories": []}
125
+ {"byte_start": 9230831114, "source_revision": "1044102719", "id": "16214", "title": "Talk:James Blish", "byte_end": 9231268829, "categories": []}
126
+ {"byte_start": 9231268829, "source_revision": "1197944981", "id": "16215", "title": "John Milton", "byte_end": 9426373547, "categories": ["John Milton| ", "1608 births", "1674 deaths", "17th-century civil servants", "17th-century English dramatists and playwrights", "17th-century English educators", "17th-century English historians", "17th-century English male writers", "17th-century English philosophers", "17th-century English poets", "17th-century English writers", "17th-century writers in Latin", "17th-century English non-fiction writers", "17th-century scholars", "17th-century Christian theologians", "Alumni of Christ's College, Cambridge", "Anglican philosophers", "Anglican poets", "Anti-Catholicism in the United Kingdom", "English blind people", "Blind poets", "Blind writers", "British writers in Latin", "Burials at St Giles-without-Cripplegate", "Calvinist and Reformed poets", "Christian poets", "Christian humanists", "Civil servants from London", "Critics of the Catholic Church", "Deaths from kidney failure", "English educational theorists", "English Anglican theologians", "English civil servants", "English Dissenters", "English essayists", "English male dramatists and playwrights", "English male poets", "English non-fiction writers", "English republicans", "English theologians", "Enlightenment philosophers", "Epic poets", "Free speech activists", "Freedom of speech in the United Kingdom", "Literacy and society theorists", "Literary theorists", "Male essayists", "Metaphor theorists", "Mythopoeic writers", "Neoclassical writers", "Neo-Latin poets", "Pamphleteers", "People educated at St Paul's School, London", "People from the City of London", "Philosophers of religion", "Political philosophers", "Rhetoric theorists", "Rhetoricians", "Social philosophers", "Sonneteers", "Writers about activism and social change", "Writers from London", "Blind educators", "English writers with disabilities"]}
127
+ {"byte_start": 9426373547, "source_revision": "1196844267", "id": "16216", "title": "Joris Ivens", "byte_end": 9429268354, "categories": ["1898 births", "1989 deaths", "People from Nijmegen", "Burials at Montparnasse Cemetery", "Dutch communists", "Dutch documentary filmmakers", "Dutch film directors", "Knights of the Order of the Netherlands Lion", "Recipients of the Lenin Peace Prize", "Propaganda film directors", "Expatriates in East Germany", "Golden Lion for Lifetime Achievement recipients"]}
128
+ {"byte_start": 9429268354, "source_revision": "1199576803", "id": "16217", "title": "Jaguar", "byte_end": 9793463546, "categories": ["Jaguars| ", "Apex predators", "Big cats", "ESA endangered species", "Fauna of the Amazon", "Fauna of the Cerrado", "Fauna of the Pantanal", "Fauna of the Southwestern United States", "Felids of Central America", "Felids of North America", "Felids of South America", "Mammals described in 1758", "Near threatened animals", "Near threatened biota of South America", "Near threatened biota of North America", "Panthera|onca", "Taxa named by Carl Linnaeus"]}
129
+ {"byte_start": 9793463546, "source_revision": "1201752127", "id": "16218", "title": "Jeffrey Dahmer", "byte_end": 10349836819, "categories": ["Jeffrey Dahmer| ", "1960 births", "1994 deaths", "1978 murders in the United States", "1987 murders in the United States", "1988 murders in the United States", "1989 murders in the United States", "1990 murders in the United States", "1991 murders in the United States", "1994 murders in the United States", "20th-century American criminals", "20th-century American LGBT people", "American cannibals", "American gay men", "American LGBT military personnel", "American male criminals", "American murder victims", "American murderers of children", "American people convicted of child sexual abuse", "American people convicted of murder", "American people convicted of sexual assault", "American people of German descent", "American people of Irish descent", "American people of Norwegian descent", "American people of Welsh descent", "American people who died in prison custody", "American prisoners sentenced to life imprisonment", "American serial killers", "Child abuse incidents and cases", "Child sexual abuse in the United States", "Crime in Milwaukee", "Criminals from Ohio", "Criminals from Wisconsin", "Deaths by beating in the United States", "Former Lutherans", "Gay military personnel", "Human trophy collecting", "Incidents of cannibalism", "Incidents of violence against boys", "LGBT Christians", "LGBT people from Wisconsin", "Military personnel from Milwaukee", "Murder convictions without a body", "Murder in Ohio", "Murder in Wisconsin", "Necrophiles", "Ohio State University alumni", "People convicted of murder by Ohio", "People convicted of murder by Wisconsin", "People extradited within the United States", "People from Bath Township, Summit County, Ohio", "People from Doylestown, Ohio", "People from Milwaukee", "People murdered in Wisconsin", "People with borderline personality disorder", "People with schizoid personality disorder", "People with schizotypal personality disorder", "People with psychotic disorder", "Prisoners sentenced to life imprisonment by Wisconsin", "Prisoners who died in Wisconsin detention", "Serial killers from Ohio", "Serial killers from Wisconsin", "Serial killers murdered in prison custody", "United States Army soldiers", "Violence against men in North America"]}
130
+ {"byte_start": 10349836819, "source_revision": "1195438773", "id": "16219", "title": "Joseph Cotten", "byte_end": 10397577479, "categories": ["1905 births", "1994 deaths", "20th-century American male actors", "20th Century Studios contract players", "20th-century American non-fiction writers", "Male actors from Los Angeles", "Male actors from Palm Springs, California", "Male actors from Virginia", "American autobiographers", "American male film actors", "American male radio actors", "American radio personalities", "American male screenwriters", "American male stage actors", "American male television actors", "Burials at Blandford Cemetery", "Deaths from cancer in California", "Deaths from throat cancer", "Deaths from pneumonia in California", "First Motion Picture Unit personnel", "People from Petersburg, Virginia", "RKO Pictures contract players", "Volpi Cup for Best Actor winners", "Writers from Los Angeles", "Federal Theatre Project people", "20th-century American male writers", "American male non-fiction writers", "Screenwriters from California", "Screenwriters from New York (state)", "Screenwriters from Virginia", "Male Western (genre) film actors", "20th-century American screenwriters"]}
131
+ {"byte_start": 10397577479, "source_revision": "1194684303", "id": "16221", "title": "Talk:Emperor Norton", "byte_end": 10422026962, "categories": []}
132
+ {"byte_start": 10422026962, "source_revision": "15913600", "id": "16222", "title": "Jomsburg", "byte_end": 10422030342, "categories": []}
133
+ {"byte_start": 10422030342, "source_revision": "1195123380", "id": "16223", "title": "Joel", "byte_end": 10423981389, "categories": []}
134
+ {"byte_start": 10423981389, "source_revision": "1195873836", "id": "16224", "title": "Jonah", "byte_end": 10538172589, "categories": ["Jonah", "Christian saints from the Old Testament", "Fish and humans", "People whose existence is disputed", "Satire", "Assyrian Jews", "Mesopotamian Hebrews", "Year of birth unknown", "Year of death unknown"]}
135
+ {"byte_start": 10538172589, "source_revision": "1191662191", "id": "16225", "title": "Jacquard machine", "byte_end": 10544478414, "categories": ["Weaving", "Textile machinery", "History of technology", "Weaving equipment", "1804 introductions", "French inventions"]}
136
+ {"byte_start": 10544478414, "source_revision": "1176085079", "id": "16226", "title": "JUnit", "byte_end": 10547284994, "categories": ["Cross-platform software", "Extreme programming", "Free software programmed in Java (programming language)", "Java development tools", "Java platform", "Unit testing frameworks", "Software using the Eclipse license", "Articles with example Java code"]}
137
+ {"byte_start": 10547284994, "source_revision": "1193329995", "id": "16227", "title": "Jerome Kern", "byte_end": 10582979230, "categories": ["American musical theatre composers", "Barringer High School alumni", "Best Original Song Academy Award-winning songwriters", "Broadway composers and lyricists", "Burials at Ferncliff Cemetery", "Steinhardt School of Culture, Education, and Human Development alumni", "American people of German-Jewish descent", "Jewish American composers", "Jewish American songwriters", "Jewish classical musicians", "New York College of Music alumni", "Musicians from Manhattan", "Heidelberg University alumni", "1885 births", "1945 deaths", "American bibliophiles", "American book and manuscript collectors", "Musicians from Newark, New Jersey", "Songwriters from New Jersey", "Songwriters from New York (state)", "American people of Czech-Jewish descent"]}
138
+ {"byte_start": 10582979230, "source_revision": "1201750605", "id": "16228", "title": "Jim Henson", "byte_end": 10800877897, "categories": ["Jim Henson| ", "1936 births", "1990 deaths", "20th-century American comedians", "20th-century American male actors", "American film producers", "American male comedians", "American male voice actors", "American puppeteers", "American sketch comedians", "Artists from New York City", "Comedians from Maryland", "Comedians from Mississippi", "Comedians from New York City", "Daytime Emmy Award winners", "Deaths from pneumonia in New York City", "Disney Legends", "Film directors from Maryland", "Film directors from Mississippi", "Former Christian Scientists", "Fraggle Rock performers", "Grammy Award winners", "Henson family (show business)", "HIT Entertainment", "Inkpot Award winners", "International Emmy Founders Award winners", "Mississippi Democrats", "Muppet designers", "Muppet performers", "Musicians from Greenville, Mississippi", "Peabody Award winners", "People from Leland, Mississippi", "Primetime Emmy Award winners", "Science Fiction Hall of Fame inductees", "Sesame Street crew", "Sesame Street Muppeteers", "Television producers from New York City", "Television show creators", "The Jim Henson Company people", "University of Maryland, College Park alumni"]}
139
+ {"byte_start": 10800877897, "source_revision": "1191634038", "id": "16229", "title": "Joystick", "byte_end": 10822941252, "categories": ["Joysticks| ", "American inventions", "Aircraft controls", "Computing input devices", "Game controllers", "Computer peripherals"]}
140
+ {"byte_start": 10822941252, "source_revision": "1197016082", "id": "16232", "title": "Juan Fern\u00e1ndez Islands", "byte_end": 10839632346, "categories": ["Juan Fern\u00e1ndez Islands| ", "Archipelagoes of Chile", "Archipelagoes of the Pacific Ocean", "Communes of Chile", "Ecoregions of Chile", "Populated places in Valpara\u00edso Province", "Islands of Valpara\u00edso Region", "1895 establishments in Chile", "Important Bird Areas of the Juan Fern\u00e1ndez Islands", "Seabird colonies", "Island restoration", "Temperate South America"]}
141
+ {"byte_start": 10839632346, "source_revision": "1191204149", "id": "16233", "title": "John Maynard Smith", "byte_end": 10845947262, "categories": ["1920 births", "2004 deaths", "20th-century English mathematicians", "21st-century English mathematicians", "Academics of the University of Sussex", "Academics of University College London", "Alumni of Trinity College, Cambridge", "Alumni of University College London", "British communists", "British evolutionary biologists", "British science writers", "Deaths from lung cancer in England", "English atheists", "English biologists", "English geneticists", "English humanists", "Fellows of the Royal Society", "Foreign associates of the National Academy of Sciences", "Game theorists", "Kyoto laureates in Basic Sciences", "Linnean Medallists", "Modern synthesis (20th century)", "People educated at Eton College", "Population geneticists", "Recipients of the Copley Medal", "Royal Medal winners", "Theoretical biologists", "Writers from London", "Presidents of the Cambridge Union", "20th-century biologists", "Members of the American Philosophical Society"]}
142
+ {"byte_start": 10845947262, "source_revision": "1200770321", "id": "16235", "title": "Talk:James Bond", "byte_end": 10890519097, "categories": []}
143
+ {"byte_start": 10890519097, "source_revision": "939874997", "id": "16237", "title": "Jessica Marie Alba", "byte_end": 10890530567, "categories": []}
144
+ {"byte_start": 10890530567, "source_revision": "1198107210", "id": "16238", "title": "John Danforth", "byte_end": 10900982854, "categories": ["1936 births", "American Episcopal priests", "Davis Polk & Wardwell lawyers", "Missouri Attorneys General", "Missouri Republicans", "Living people", "Lawyers from New York City", "Lawyers from St. Louis", "National Hockey League owners", "People from Ladue, Missouri", "Permanent Representatives of the United States to the United Nations", "Politicians from St. Louis", "Princeton University alumni", "Republican Party United States senators from Missouri", "Special prosecutors", "St. Louis Blues owners", "Yale Divinity School alumni", "Yale Law School alumni", "Mary Institute and St. Louis Country Day School alumni"]}
145
+ {"byte_start": 10900982854, "source_revision": "1200098381", "id": "16239", "title": "Jordanes", "byte_end": 10906699584, "categories": ["Byzantine people of Gothic descent", "6th-century Byzantine historians", "6th-century writers in Latin", "Gothic writing", "Latin historians", "Historians of ancient Rome"]}
146
+ {"byte_start": 10906699584, "source_revision": "1190214034", "id": "16240", "title": "Jim Bakker", "byte_end": 10952240008, "categories": ["1940 births", "Living people", "20th-century American criminals", "20th-century American male writers", "20th-century American non-fiction writers", "20th-century apocalypticists", "20th-century evangelicals", "21st-century American male writers", "21st-century American non-fiction writers", "21st-century apocalypticists", "21st-century evangelicals", "American Charismatics", "American evangelicals", "American male non-fiction writers", "American members of the clergy convicted of crimes", "American people convicted of fraud", "American people convicted of tax crimes", "American television evangelists", "COVID-19 misinformation", "Evangelical writers", "Former Pentecostals", "Members of the clergy convicted of fraud", "North Central University alumni", "People from Charlotte, North Carolina", "People from Muskegon, Michigan", "Protestant religious leaders convicted of crimes", "Religious controversies in the United States", "Sex scandals in the United States", "Sexual abuse scandals in Pentecostalism", "Wealth in the United States", "Writers from North Carolina", "Finance fraud in Pentecostalism"]}
147
+ {"byte_start": 10952240008, "source_revision": "1201108337", "id": "16241", "title": "Jan and Dean", "byte_end": 11004366283, "categories": ["American surf music groups", "Arwin Records artists", "Brian Wilson", "California Sound", "Challenge Records artists", "Dor\u00e9 Records artists", "Folk rock groups from California", "Liberty Records artists", "Sundazed Records artists", "American rock music duos", "Musical duos from California", "Musical groups established in 1958", "Musical groups disestablished in 2004", "Musical groups from Los Angeles", "Psychedelic rock music groups from California", "1958 establishments in California", "Male musical duos"]}
148
+ {"byte_start": 11004366283, "source_revision": "1193675604", "id": "16242", "title": "Talk:Jim Bakker", "byte_end": 11006083102, "categories": []}
149
+ {"byte_start": 11006083102, "source_revision": "1201124846", "id": "16243", "title": "Jawaharlal Nehru", "byte_end": 11882626597, "categories": ["Jawaharlal Nehru| ", "Kashmiri Hindus", "1889 births", "1964 deaths", "India MPs 1952\u20131957", "20th-century Indian lawyers", "20th-century Indian philosophers", "20th-century Indian writers", "India MPs 1957\u20131962", "India MPs 1962\u20131967", "Alumni of the Inns of Court School of Law", "Alumni of Trinity College, Cambridge", "Asian democratic socialists", "Indian agnostics", "Indian barristers", "Indian humanists", "Indian independence activists", "Indian National Army trials", "Indian nationalists", "Indian socialists", "Lok Sabha members from Uttar Pradesh", "Members of the Constituent Assembly of India", "Nehru administration", "Nehru\u2013Gandhi family", "People educated at Harrow School", "People from Prayagraj", "20th-century prime ministers of India", "Presidents of the Indian National Congress", "Prime Ministers of India", "Prisoners and detainees of British India", "Recipients of the Bharat Ratna", "Recipients of the Order of the Companions of O. R. Tambo", "Writers from Uttar Pradesh", "Members of the Fabian Society", "Finance Ministers of India", "Ministers for Corporate Affairs", "Commerce and Industry Ministers of India", "Defence Ministers of India", "Members of the Cabinet of India", "Members of the Inner Temple", "Failed assassination attempts in Asia", "Members of the Council of the Governor General of India"]}
150
+ {"byte_start": 11882626597, "source_revision": "1200546916", "id": "16245", "title": "Janis Joplin", "byte_end": 12295747653, "categories": ["Janis Joplin| ", "1943 births", "1970 deaths", "20th-century American women singers", "20th-century American singer-songwriters", "American blues singers", "American child singers", "American mezzo-sopranos", "American women rock singers", "American women singer-songwriters", "American rhythm and blues singer-songwriters", "American rock songwriters", "American soul musicians", "Accidental deaths in California", "Big Brother and the Holding Company members", "Bisexual singers", "Bisexual songwriters", "Bisexual women musicians", "Blues rock musicians", "Columbia Records artists", "Deaths by heroin overdose in California", "Drug-related deaths in California", "Grammy Lifetime Achievement Award winners", "LGBT people from Texas", "American LGBT singers", "American LGBT songwriters", "Lamar University alumni", "Musicians from Beaumont, Texas", "People from Port Arthur, Texas", "Singer-songwriters from Texas", "University of Texas at Austin alumni", "20th-century American LGBT people", "American bisexual women", "American bisexual musicians"]}
151
+ {"byte_start": 12295747653, "source_revision": "965237996", "id": "16246", "title": "Jean Baptiste Bernadotte", "byte_end": 12295752074, "categories": []}
152
+ {"byte_start": 12295752074, "source_revision": "1190022286", "id": "16247", "title": "John van Melle", "byte_end": 12295860628, "categories": ["1887 births", "1953 deaths", "Dutch emigrants to South Africa", "People from Goes|Melle, John Van", "South African educators", "South African male novelists", "20th-century South African novelists", "20th-century South African male writers"]}
153
+ {"byte_start": 12295860628, "source_revision": "528730066", "id": "16248", "title": "Johannes van Melle", "byte_end": 12295861417, "categories": []}
154
+ {"byte_start": 12295861417, "source_revision": "1154495822", "id": "16249", "title": "John Fink", "byte_end": 12296059183, "categories": ["1940 births", "American male film actors", "American male television actors", "Living people"]}
155
+ {"byte_start": 12296059183, "source_revision": "1195470786", "id": "16252", "title": "Jacques Cousteau", "byte_end": 12370390493, "categories": ["Jacques Cousteau| ", "1910 births", "1997 deaths", "People from Saint-Andr\u00e9-de-Cubzac", "Sportspeople from Gironde", "Cousteau family|Jacques", "French marine biologists", "20th-century French biologists", "20th-century explorers", "20th-century photographers", "French documentary filmmakers", "French explorers", "20th-century French inventors", "French oceanographers", "French photographers", "French underwater divers", "History of scuba diving", "Underwater photographers", "20th-century French writers", "20th-century French zoologists", "Underwater filmmakers", "Diving engineers", "French Navy officers", "Coll\u00e8ge Stanislas de Paris alumni", "\u00c9cole Navale alumni", "Members of the Acad\u00e9mie Fran\u00e7aise", "Member of the Academy of the Kingdom of Morocco", "Foreign associates of the National Academy of Sciences", "French military personnel of World War II", "Commanders of the Legion of Honour", "Grand Cross of the Ordre national du M\u00e9rite", "Officers of the Ordre du M\u00e9rite Maritime", "Recipients of the Croix de Guerre 1939\u20131945 (France)", "Honorary Companions of the Order of Australia", "Presidential Medal of Freedom recipients", "BAFTA fellows", "Directors of Best Documentary Feature Academy Award winners", "Directors of Palme d'Or winners", "International Emmy Founders Award winners", "Sierra Club awardees", "Howard N. Potts Medal recipients"]}
156
+ {"byte_start": 12370390493, "source_revision": "1199343712", "id": "16253", "title": "J. Philippe Rushton", "byte_end": 12446980690, "categories": ["1943 births", "2012 deaths", "Alumni of Birkbeck, University of London", "Alumni of the London School of Economics", "Canadian people of French descent", "Canadian white nationalists", "Differential psychologists", "English emigrants to Canada", "English expatriates in South Africa", "English people of French descent", "Evolutionary psychologists", "Human evolution theorists", "Intelligence researchers", "Race and intelligence controversy", "Proponents of scientific racism", "Academic staff of the University of Toronto", "Academic staff of the University of Western Ontario", "Academic staff of York University", "Deaths from cancer in Ontario", "20th-century Canadian psychologists"]}
157
+ {"byte_start": 12446980690, "source_revision": "1195388945", "id": "16254", "title": "Joseph Smith (disambiguation)", "byte_end": 12448146994, "categories": []}
158
+ {"byte_start": 12448146994, "source_revision": "1181708500", "id": "16257", "title": "User:Jimbo Wales/Statement of principles", "byte_end": 12449538364, "categories": ["Wikipedia basic information|Statement of principles"]}
159
+ {"byte_start": 12449538364, "source_revision": "1191830206", "id": "16261", "title": "Juliana Hatfield", "byte_end": 12482227244, "categories": ["Living people", "Singers from Maine", "Musicians from Cambridge, Massachusetts", "People from Wiscasset, Maine", "American autobiographers", "American women guitarists", "American women singer-songwriters", "20th-century American singer-songwriters", "21st-century American singer-songwriters", "American women rock singers", "American indie rock musicians", "American multi-instrumentalists", "American pop guitarists", "American rock bass guitarists", "American rock drummers", "American rock guitarists", "American rock keyboardists", "American rock songwriters", "Atlantic Records artists", "Berklee College of Music alumni", "American women bass guitarists", "Lead guitarists", "Singer-songwriters from Massachusetts", "The Lemonheads members", "Women autobiographers", "Zo\u00eb Records artists", "Songwriters from Maine", "Guitarists from Maine", "Guitarists from Massachusetts", "20th-century American drummers", "20th-century American bass guitarists", "20th-century American women guitarists", "American women non-fiction writers", "20th-century American women singers", "21st-century American women singers", "1967 births", "Mammoth Records artists", "People from Duxbury, Massachusetts", "Duxbury High School alumni", "Bar/None Records artists"]}
160
+ {"byte_start": 12482227244, "source_revision": "945737219", "id": "16263", "title": "Joint Political Military Group", "byte_end": 12482301919, "categories": ["Israel Defense Forces", "United States Department of Defense agencies", "Israel\u2013United States relations"]}
161
+ {"byte_start": 12482301919, "source_revision": "1187105308", "id": "16264", "title": "JPL", "byte_end": 12482304466, "categories": []}
162
+ {"byte_start": 12482304466, "source_revision": "1167403007", "id": "16265", "title": "Jug (disambiguation)", "byte_end": 12482636279, "categories": []}
163
+ {"byte_start": 12482636279, "source_revision": "1192946159", "id": "16266", "title": "John William Polidori", "byte_end": 12489542520, "categories": ["1795 births", "1821 deaths", "19th-century English medical doctors", "19th-century English non-fiction writers", "19th-century male writers", "19th-century short story writers", "Writers from London", "English medical writers", "English people of Italian descent", "British people of Italian descent", "Alumni of the University of Edinburgh", "Polidori-Rossetti family", "People educated at Ampleforth College", "Suicides by cyanide poisoning", "Suicides in Camden", "People with bipolar disorder", "Burials at St Pancras Old Church", "English male non-fiction writers", "Writers of Gothic fiction", "1820s suicides", "19th-century diarists", "English horror writers", "John Polidori|*"]}
164
+ {"byte_start": 12489542520, "source_revision": "1194363189", "id": "16267", "title": "Joke", "byte_end": 12723242686, "categories": ["Jokes| ", "Humour", "Traditional stories"]}
165
+ {"byte_start": 12723242686, "source_revision": "1195633110", "id": "16268", "title": "Jacob Lawrence", "byte_end": 12754605266, "categories": ["1917 births", "2000 deaths", "20th-century American painters", "20th-century American printmakers", "American male painters", "American tempera painters", "Art Students League of New York faculty", "Federal Art Project artists", "Fellows of the American Academy of Arts and Sciences", "People from Atlantic City, New Jersey", "Painters from Seattle", "Social realist artists", "Spingarn Medal winners", "United States Coast Guard non-commissioned officers", "United States National Medal of Arts recipients", "University of Washington faculty", "Skowhegan School of Painting and Sculpture alumni", "Deaths from lung cancer in Washington (state)", "Black Mountain College faculty", "United States Coast Guard personnel of World War II", "African-American printmakers", "20th-century African-American painters", "20th-century American male artists", "Members of the American Academy of Arts and Letters"]}
166
+ {"byte_start": 12754605266, "source_revision": "1198350223", "id": "16271", "title": "Talk:J. Edgar Hoover", "byte_end": 12769493426, "categories": []}
167
+ {"byte_start": 12769493426, "source_revision": "1199310935", "id": "16273", "title": "James Stewart", "byte_end": 13363866956, "categories": ["1908 births", "1997 deaths", "20th-century American male actors", "20th-century American male writers", "20th-century American poets", "20th-century Presbyterians", "Academy Honorary Award recipients", "AFI Life Achievement Award recipients", "American male film actors", "American male poets", "American male radio actors", "American male stage actors", "American male television actors", "American male voice actors", "American people of Scotch-Irish descent", "American people of Scottish descent", "American Presbyterians", "Articles containing video clips", "Best Actor Academy Award winners", "Best Drama Actor Golden Globe (television) winners", "Burials at Forest Lawn Memorial Park (Glendale)", "California Republicans", "Cecil B. DeMille Award Golden Globe winners", "Commercial aviators", "Deaths from pulmonary embolism", "Harold B. Lee Library-related film articles", "Honorary Golden Bear recipients", "Kennedy Center honorees", "Male actors from Beverly Hills, California", "Male actors from Pennsylvania", "Male Western (genre) film actors", "Mercersburg Academy alumni", "Metro-Goldwyn-Mayer contract players", "Military personnel from Pennsylvania", "Pennsylvania Republicans", "People from Indiana, Pennsylvania", "Presidential Medal of Freedom recipients", "Princeton University School of Architecture alumni", "RCA Victor artists", "Recipients of the Air Force Distinguished Service Medal", "Recipients of the Air Medal", "Recipients of the Croix de Guerre 1939\u20131945 (France)", "Recipients of the Distinguished Flying Cross (United States)", "Screen Actors Guild Life Achievement Award", "Silver Bear for Best Actor winners", "United States Air Force generals", "United States Air Force personnel of the Korean War", "United States Air Force personnel of the Vietnam War", "United States Air Force reservists", "United States Army Air Forces officers", "United States Army Air Forces personnel of World War II", "United States Army Air Forces pilots of World War II", "Universal Pictures contract players", "Volpi Cup for Best Actor winners"]}
168
+ {"byte_start": 13363866956, "source_revision": "1190621565", "id": "16274", "title": "Jalalabad", "byte_end": 13382236947, "categories": ["Jalalabad| ", "Populated places in Nangarhar Province", "Populated places along the Silk Road", "Buddhism in Afghanistan", "History of Nangarhar Province", "Populated places established in 1570", "Provincial capitals in Afghanistan"]}
169
+ {"byte_start": 13382236947, "source_revision": "1201751332", "id": "16275", "title": "Jakarta", "byte_end": 14447754421, "categories": ["Capital districts and territories", "Provinces of Indonesia", "Capitals in Asia", "Populated coastal places in Indonesia", "Populated places established by the Dutch East India Company", "1610 establishments in the Dutch Empire", "Autonomous provinces", "Populated places established in 1527"]}
170
+ {"byte_start": 14447754421, "source_revision": "528432478", "id": "16276", "title": "John George Diefenbaker", "byte_end": 14447755203, "categories": []}
171
+ {"byte_start": 14447755203, "source_revision": "1200273681", "id": "16277", "title": "Jack Ruby", "byte_end": 14608631288, "categories": ["1911 births", "1967 deaths", "Age controversies", "United States Army Air Forces personnel of World War II", "American people of Polish-Jewish descent", "American people convicted of murder", "American people who died in prison custody", "American prisoners sentenced to death", "American pimps", "Burials at Westlawn Cemetery", "Businesspeople from Chicago", "Businesspeople from Dallas", "Criminals from Texas", "Deaths from brain cancer in the United States", "Deaths from pulmonary embolism", "Jewish American military personnel", "Jewish American gangsters", "Military personnel from Illinois", "Nightclub owners", "Overturned convictions in the United States", "People associated with the assassination of John F. Kennedy", "People convicted of murder by Texas", "Prisoners sentenced to death by Texas", "Prisoners who died in Texas detention", "United States Army Air Forces soldiers", "Jews from Illinois"]}
172
+ {"byte_start": 14608631288, "source_revision": "1199276965", "id": "16278", "title": "James Randi", "byte_end": 14863046436, "categories": ["1928 births", "2020 deaths", "20th-century American writers", "20th-century atheists", "20th-century Canadian writers", "20th-century Canadian male writers", "21st-century atheists", "American atheists", "American humanists", "American magicians", "American skeptics", "American atheism activists", "Articles containing video clips", "Canadian atheists", "Canadian emigrants to the United States", "Canadian humanists", "Canadian magicians", "Canadian skeptics", "Critics of alternative medicine", "Critics of parapsychology", "Escapologists", "Florida Democrats", "Canadian gay writers", "Historians of magic", "LGBT magicians", "MacArthur Fellows", "Naturalized citizens of the United States", "Paranormal investigators", "People from Plantation, Florida", "People from Rumson, New Jersey", "Writers from Toronto", "Academy of Magical Arts Special Fellowship winners", "American gay writers", "20th-century Canadian LGBT people"]}
173
+ {"byte_start": 14863046436, "source_revision": "1200915515", "id": "16279", "title": "James Lind", "byte_end": 14870881906, "categories": ["1716 births", "1794 deaths", "Medical doctors from Edinburgh", "Vitamin C", "18th-century Scottish medical doctors", "Clinical research", "Scottish surgeons", "Founder Fellows of the Royal Society of Edinburgh", "Members of the Philosophical Society of Edinburgh", "Fellows of the Royal College of Physicians of Edinburgh", "People educated at the Royal High School, Edinburgh", "Alumni of the University of Edinburgh", "Royal Navy Medical Service officers", "Military personnel from Edinburgh"]}
174
+ {"byte_start": 14870881906, "source_revision": "15913651", "id": "16282", "title": "Jean Lamarck", "byte_end": 14870882655, "categories": []}
175
+ {"byte_start": 14870882655, "source_revision": "1197677476", "id": "16283", "title": "James Clavell", "byte_end": 14880952083, "categories": ["1921 births", "1994 deaths", "20th-century American male writers", "20th-century American novelists", "20th-century American screenwriters", "20th-century Australian novelists", "Alumni of the University of Birmingham", "American film directors", "American male novelists", "American male screenwriters", "Australian expatriates in Switzerland", "Australian male novelists", "British Army personnel of World War II", "British emigrants to the United States", "British expatriates in Switzerland", "British historical novelists", "British male novelists", "British people of Australian descent", "Deaths from cancer in Switzerland", "Naturalized citizens of the United States", "Objectivists", "Royal Artillery officers", "World War II prisoners of war held by Japan", "Writers from Sydney", "Writers of historical fiction set in the early modern period", "British shooting survivors", "Australian shooting survivors", "American shooting survivors", "People educated at The Portsmouth Grammar School"]}
176
+ {"byte_start": 14880952083, "source_revision": "1120956993", "id": "16284", "title": "Joliet", "byte_end": 14881022190, "categories": []}
177
+ {"byte_start": 14881022190, "source_revision": "1197335595", "id": "16285", "title": "John Cade", "byte_end": 14883403341, "categories": ["1912 births", "1980 deaths", "Psychiatrists from Melbourne", "Officers of the Order of Australia", "World War II prisoners of war held by Japan", "Australian prisoners of war", "Bipolar disorder researchers", "People educated at Scotch College, Melbourne", "20th-century Australian medical doctors"]}
178
+ {"byte_start": 14883403341, "source_revision": "1184005402", "id": "16286", "title": "Johann von Werth", "byte_end": 14884276889, "categories": ["1591 births", "1652 deaths", "People from Kaarst", "People from the Duchy of J\u00fclich", "German military personnel of the Thirty Years' War", "Generals of the Holy Roman Empire", "German prisoners of war"]}
179
+ {"byte_start": 14884276889, "source_revision": "1201078437", "id": "16288", "title": "J\u00fcrgen Habermas", "byte_end": 14965560961, "categories": ["J\u00fcrgen Habermas| ", "1929 births", "20th-century German philosophers", "21st-century German philosophers", "Anti-consumerists", "Communication theorists", "Critical theorists", "Philosophers of science", "Philosophers of technology", "Fellows of the American Academy of Arts and Sciences", "Fellows of the British Academy", "Foreign Members of the Russian Academy of Sciences", "Frankfurt School", "German humanists", "German atheists", "German political scientists", "German political philosophers", "German sociologists", "Atheist philosophers", "Academic staff of Goethe University Frankfurt", "Kyoto laureates in Arts and Philosophy", "Gottfried Wilhelm Leibniz Prize winners", "Living people", "Members of Academia Europaea", "Foreign members of the Serbian Academy of Sciences and Arts", "Members of the Serbian Academy of Sciences and Arts", "Northwestern University faculty", "People from D\u00fcsseldorf", "People from the Rhine Province", "Philosophers of language", "Pragmatists", "Rhetoricians", "Scholars of nationalism", "University of Bonn alumni", "University of G\u00f6ttingen alumni", "Academic staff of Heidelberg University", "University of Marburg alumni", "Academic staff of the University of Marburg", "Epistemologists", "Philosophers of social science", "Holberg Prize laureates", "Max Planck Institute directors"]}
180
+ {"byte_start": 14965560961, "source_revision": "1196410883", "id": "16289", "title": "James Watson", "byte_end": 15301544158, "categories": ["James Watson| ", "1928 births", "Living people", "20th-century American physicists", "20th-century American zoologists", "21st-century American physicists", "21st-century American zoologists", "American atheists", "American biophysicists", "American former Christians", "American geneticists", "American people of English descent", "American people of Irish descent", "American people of Scottish descent", "American male non-fiction writers", "American science writers", "American textbook writers", "Fellows of Clare College, Cambridge", "Foreign Members of the Royal Society", "Foreign Members of the Russian Academy of Sciences", "Foreign Members of the USSR Academy of Sciences", "Former Roman Catholics", "Harvard University faculty", "Hastings Center Fellows", "Honorary Knights Commander of the Order of the British Empire", "Indiana University alumni", "Members of the European Molecular Biology Organization", "Members of the Royal Irish Academy", "Members of the United States National Academy of Sciences", "American molecular biologists", "National Medal of Science laureates", "Nobel laureates in Physiology or Medicine", "People from Cold Spring Harbor, New York", "Presidential Medal of Freedom recipients", "Phage workers", "Race and intelligence controversy", "Recipients of the Albert Lasker Award for Basic Medical Research", "Recipients of the Copley Medal", "Scientists from Chicago", "Scientists from New York (state)", "Proponents of scientific racism", "University of Chicago alumni", "Writers from Chicago", "Writers from New York (state)", "American expatriates in the United Kingdom", "American white supremacists"]}
181
+ {"byte_start": 15301544158, "source_revision": "1194616158", "id": "16290", "title": "Jerk (physics)", "byte_end": 15321405791, "categories": ["Acceleration", "Classical mechanics", "Kinematic properties", "Temporal rates", "Time in physics", "Vector physical quantities"]}
182
+ {"byte_start": 15321405791, "source_revision": "1193978376", "id": "16291", "title": "John Ambrose Fleming", "byte_end": 15328411254, "categories": ["1849 births", "1945 deaths", "British Christian creationists", "People from Lancaster, Lancashire", "People from Maida Vale", "English physicists", "English electrical engineers", "English inventors", "English knights", "Academics of University College London", "Academics of the University of Nottingham", "Alumni of University College London", "Alumni of St John's College, Cambridge", "IEEE Medal of Honor recipients", "Fellows of the Royal Society", "People educated at University College School", "History of radio in the United Kingdom", "Alumni of the Royal College of Science", "Knights Bachelor", "People educated at Lancaster Royal Grammar School", "Recipients of Franklin Medal"]}
183
+ {"byte_start": 15328411254, "source_revision": "1191323385", "id": "16292", "title": "John George, Elector of Brandenburg", "byte_end": 15329489619, "categories": ["1525 births", "1598 deaths", "Prince-electors of Brandenburg", "German Lutherans", "Lutheran Prince-Bishops of Brandenburg", "Burials at Berlin Cathedral"]}
184
+ {"byte_start": 15329489619, "source_revision": "829256176", "id": "16293", "title": "Talk:John George, Elector of Brandenburg", "byte_end": 15329589942, "categories": []}
185
+ {"byte_start": 15329589942, "source_revision": "1199640802", "id": "16294", "title": "Jahangir", "byte_end": 15473378396, "categories": ["1569 births", "1627 deaths", "17th-century Indian monarchs", "Mughal emperors", "People from Agra", "Akbar", "Mariam-uz-Zamani", "Indian Sunni Muslims", "1605 in India", "17th-century memoirists", "People from Lahore"]}
186
+ {"byte_start": 15473378396, "source_revision": "1198243605", "id": "16295", "title": "Josiah Wedgwood", "byte_end": 15495648310, "categories": ["1730 births", "1795 deaths", "18th-century English people", "Burials in Staffordshire", "Ceramics manufacturers of England", "Darwin\u2013Wedgwood family", "English abolitionists", "English amputees", "English chief executives", "English company founders", "English potters", "English Unitarians", "Fellows of the Royal Society", "Creators of temperature scales", "Members of the Lunar Society of Birmingham", "Neoclassical artists", "People from Burslem", "People of the Industrial Revolution", "Staffordshire pottery", "Wedgwood pottery", "English inventors", "English writers with disabilities", "British artists with disabilities"]}
187
+ {"byte_start": 15495648310, "source_revision": "1166220186", "id": "18485", "title": "LA style Lindy Hop", "byte_end": 15495671662, "categories": []}
188
+ {"byte_start": 15495671662, "source_revision": "1195371542", "id": "18486", "title": "Law enforcement", "byte_end": 15498620560, "categories": ["Law enforcement| "]}
189
+ {"byte_start": 15498620560, "source_revision": "1191980074", "id": "18488", "title": "Libido", "byte_end": 15530543962, "categories": ["Libido| ", "Carl Jung", "Energy and instincts", "Estrogens", "Freudian psychology", "Motivation", "Philosophy of sexuality", "Psychoanalytic terminology", "Psychodynamics", "Testosterone"]}
190
+ {"byte_start": 15530543962, "source_revision": "1193890183", "id": "18489", "title": "Talk:Libido", "byte_end": 15533230422, "categories": []}
191
+ {"byte_start": 15533230422, "source_revision": "1197442873", "id": "18490", "title": "Larissa", "byte_end": 15574556297, "categories": ["Larissa| ", "Municipalities of Thessaly", "Greek regional capitals", "Provinces of Greece", "Pelasgian words", "Pelasgiotis", "Populated places in ancient Thessaly", "Cities in ancient Greece", "Thessalian city-states", "Populated places in Larissa (regional unit)"]}
192
+ {"byte_start": 15574556297, "source_revision": "1185746524", "id": "18491", "title": "Lead and follow", "byte_end": 15577359094, "categories": ["Partner dance technique"]}
193
+ {"byte_start": 15577359094, "source_revision": "1175539603", "id": "18492", "title": "Lexeme", "byte_end": 15578464990, "categories": ["Lexical units", "Linguistics terminology"]}
194
+ {"byte_start": 15578464990, "source_revision": "1201047230", "id": "18494", "title": "Lord's Prayer", "byte_end": 15773125185, "categories": ["Lord's Prayer| ", "Biblical phrases", "Christian prayer", "Gospel of Matthew", "Language comparison", "Rosary", "Sayings of Jesus", "Sermon on the Mount"]}
195
+ {"byte_start": 15773125185, "source_revision": "1174420726", "id": "18495", "title": "Lightworks", "byte_end": 15777704280, "categories": ["Film and video technology", "1989 software", "Video editing software for Linux"]}
196
+ {"byte_start": 15777704280, "source_revision": "1185408449", "id": "18496", "title": "Love Parade", "byte_end": 15795185116, "categories": ["Love Parade| ", "Music festivals in Berlin", "Music in Berlin", "Music festivals established in 1989", "1989 establishments in Germany", "Recurring events disestablished in 2010", "Counterculture festivals", "Electronic music festivals in Germany", "Free parties", "Technoparade", "2010 disestablishments in Germany"]}
197
+ {"byte_start": 15795185116, "source_revision": "1200399976", "id": "18497", "title": "Lost Generation", "byte_end": 15830909976, "categories": ["19th century", "20th century", "Aftermath of World War I", "American literary movements", "Cultural generations", "Ernest Hemingway", "Gertrude Stein", "20th-century American literature", "Roaring Twenties", "1920s neologisms", "2018 disestablishments", "1883 establishments"]}
198
+ {"byte_start": 15830909976, "source_revision": "1171599361", "id": "18498", "title": "Talk:Lord's Prayer/Archive 1", "byte_end": 15830942624, "categories": []}
199
+ {"byte_start": 15830942624, "source_revision": "1199690548", "id": "18499", "title": "Left-wing politics", "byte_end": 16055896014, "categories": ["Left-wing politics| ", "Political spectrum", "Political terminology"]}
warehouse_00023.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7753b036534d1daa8f433dc6f616dd45523b03a96bd1439af4ff66f7dea37f4b
3
+ size 149400175
warehouse_00023.metadata ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"byte_start": 0, "source_revision": "468962685", "id": "18883", "title": "MonopolyGame", "byte_end": 1564, "categories": []}
2
+ {"byte_start": 1564, "source_revision": "1195773800", "id": "18884", "title": "Matrix", "byte_end": 5446924, "categories": []}
3
+ {"byte_start": 5446924, "source_revision": "1197244829", "id": "18885", "title": "Morton Downey Jr.", "byte_end": 24085185, "categories": ["1932 births", "2001 deaths", "American Basketball Association executives", "American talk radio hosts", "American television talk show hosts", "Deaths from lung cancer in California", "Imperial Records artists", "CNBC people", "American anti-abortion activists", "Activists from California", "American people of English descent", "American people of Irish descent", "American people of Spanish-Jewish descent", "Radio personalities from Los Angeles", "People from Wallingford, Connecticut"]}
4
+ {"byte_start": 24085185, "source_revision": "1193085900", "id": "18886", "title": "List of male singles tennis players", "byte_end": 301696514, "categories": ["Lists of male tennis players| "]}
5
+ {"byte_start": 301696514, "source_revision": "1200258210", "id": "18887", "title": "Metaphilosophy", "byte_end": 320972714, "categories": ["Metaphilosophy| "]}
6
+ {"byte_start": 320972714, "source_revision": "1193715921", "id": "18888", "title": "Mandolin", "byte_end": 736168997, "categories": ["Baroque instruments", "Bashkir musical instruments", "Necked bowl lutes", "Necked box lutes", "Mandolin family instruments", "European musical instruments", "American musical instruments", "Japanese musical instruments", "Italian musical instruments", "Greek musical instruments", "German musical instruments", "Ukrainian musical instruments", "Venezuelan musical instruments", "Brazilian musical instruments", "Portuguese musical instruments", "String instruments", "Orchestral instruments", "Folk music instruments", "Blues instruments", "Guitars"]}
7
+ {"byte_start": 736168997, "source_revision": "1186685962", "id": "18889", "title": "Microphotonics", "byte_end": 736337977, "categories": ["Microtechnology", "Photonics"]}
8
+ {"byte_start": 736337977, "source_revision": "1201456845", "id": "18890", "title": "Microsoft Windows", "byte_end": 982284053, "categories": ["Microsoft Windows| ", "1985 software", "Computing platforms", "Microsoft franchises", "Personal computers", "Microsoft operating systems|Windows", "Operating system families", "Products introduced in 1985", "1985 establishments in the United States"]}
9
+ {"byte_start": 982284053, "source_revision": "1194014454", "id": "18892", "title": "Mojo (African-American culture)", "byte_end": 992347642, "categories": ["African-American cultural history", "Amulets", "American folklore", "Hoodoo (spirituality)", "Kongo religion", "Talismans"]}
10
+ {"byte_start": 992347642, "source_revision": "1198679473", "id": "18894", "title": "Matt Groening", "byte_end": 1160854530, "categories": ["1954 births", "Living people", "20th-century American male artists", "20th-century American male writers", "20th-century American screenwriters", "21st-century American male artists", "21st-century American male writers", "21st-century American screenwriters", "Album-cover and concert-poster artists", "Alternative cartoonists", "American agnostics", "American animated film producers", "American animators", "American cartoonists", "American comics artists", "American comics writers", "American comedy writers", "American comic strip cartoonists", "American film producers", "American illustrators", "American male screenwriters", "American male television writers", "American Mennonites", "American parodists", "American people of Canadian descent", "American people of German descent", "American people of Norwegian descent", "American satirists", "American surrealist artists", "American television producers", "American television writers", "Animators from Oregon", "Annie Award winners", "Artists from Portland, Oregon", "Comedians from Oregon", "Evergreen State College alumni", "Film producers from Oregon", "Inkpot Award winners", "Lincoln High School (Portland, Oregon) alumni", "Mennonite writers", "Mennonite artists", "Mennonite humorists", "Oregon Democrats", "Peabody Award winners", "Primetime Emmy Award winners", "Reuben Award winners", "Rock Bottom Remainders members", "Screenwriters from Oregon", "Showrunners of animated shows", "Television producers from Oregon", "Writers from Portland, Oregon"]}
11
+ {"byte_start": 1160854530, "source_revision": "1201720764", "id": "18895", "title": "Metaphysics", "byte_end": 1363220023, "categories": ["Metaphysics| "]}
12
+ {"byte_start": 1363220023, "source_revision": "1197745746", "id": "18896", "title": "Human spaceflight", "byte_end": 1477153705, "categories": ["Human spaceflight| ", "Spaceflight", "Space policy", "Life in space", "1961 introductions"]}
13
+ {"byte_start": 1477153705, "source_revision": "783866899", "id": "18897", "title": "Martial Arts Film", "byte_end": 1477155986, "categories": []}
14
+ {"byte_start": 1477155986, "source_revision": "1188053285", "id": "18899", "title": "Mendelevium", "byte_end": 1488802907, "categories": ["Mendelevium| ", "Chemical elements", "Chemical elements with face-centered cubic structure", "Actinides", "Synthetic elements"]}
15
+ {"byte_start": 1488802907, "source_revision": "1194622250", "id": "18900", "title": "Modus ponens", "byte_end": 1492357350, "categories": ["Rules of inference", "Latin logical phrases", "Theorems in propositional logic", "Classical logic"]}
16
+ {"byte_start": 1492357350, "source_revision": "1197803913", "id": "18901", "title": "Modus tollens", "byte_end": 1495732563, "categories": ["Classical logic", "Rules of inference", "Latin logical phrases", "Theorems in propositional logic"]}
17
+ {"byte_start": 1495732563, "source_revision": "1195275852", "id": "18902", "title": "Mathematician", "byte_end": 1535894071, "categories": ["Mathematical science occupations|.", "Mathematicians| "]}
18
+ {"byte_start": 1535894071, "source_revision": "819764512", "id": "18903", "title": "Marine Sciences", "byte_end": 1535896604, "categories": []}
19
+ {"byte_start": 1535896604, "source_revision": "1139395199", "id": "18905", "title": "Armed forces", "byte_end": 1539336783, "categories": []}
20
+ {"byte_start": 1539336783, "source_revision": "1198481290", "id": "18906", "title": "Microfluidics", "byte_end": 1574927465, "categories": ["Microfluidics", "Fluid dynamics", "Nanotechnology", "Biotechnology", "Gas technologies"]}
21
+ {"byte_start": 1574927465, "source_revision": "1201265672", "id": "18908", "title": "Mersenne prime", "byte_end": 1748541328, "categories": ["Articles containing proofs", "Classes of prime numbers", "Eponymous numbers in mathematics", "Unsolved problems in number theory", "Integer sequences", "Mersenne primes| ", "Perfect numbers"]}
22
+ {"byte_start": 1748541328, "source_revision": "1196245013", "id": "18909", "title": "Magnesium", "byte_end": 1919856282, "categories": ["Magnesium| ", "Chemical elements", "Alkaline earth metals", "Dietary minerals", "Food additives", "Pyrotechnic fuels", "Reducing agents", "Chemical elements with hexagonal close-packed structure"]}
23
+ {"byte_start": 1919856282, "source_revision": "1190741987", "id": "18910", "title": "Markup language", "byte_end": 1949837523, "categories": ["Markup languages| ", "Formal languages", "American inventions"]}
24
+ {"byte_start": 1949837523, "source_revision": "954773841", "id": "18912", "title": "Lower case", "byte_end": 1950862215, "categories": ["Orthography", "Typography"]}
25
+ {"byte_start": 1950862215, "source_revision": "1188820997", "id": "18913", "title": "Mojo Jojo", "byte_end": 1953041321, "categories": ["Animal supervillains", "Fictional chimpanzees", "Fictional mad scientists", "The Powerpuff Girls character redirects to lists", "Warner Bros. animal characters"]}
26
+ {"byte_start": 1953041321, "source_revision": "1015711053", "id": "18914", "title": "Mathematical expression", "byte_end": 1953047708, "categories": []}
27
+ {"byte_start": 1953047708, "source_revision": "1195372464", "id": "18915", "title": "Talk:Mojo (African-American culture)", "byte_end": 1953264343, "categories": []}
28
+ {"byte_start": 1953264343, "source_revision": "1179303565", "id": "18916", "title": "Meaning", "byte_end": 1956614746, "categories": []}
29
+ {"byte_start": 1956614746, "source_revision": "1197171831", "id": "18917", "title": "Metaethics", "byte_end": 1964625771, "categories": ["Metaethics| ", "Ethical theories", "Metaphilosophy"]}
30
+ {"byte_start": 1964625771, "source_revision": "762376331", "id": "18919", "title": "Mannerism/Art", "byte_end": 1964630126, "categories": []}
31
+ {"byte_start": 1964630126, "source_revision": "1193890305", "id": "18920", "title": "Talk:Mannerism", "byte_end": 1966990298, "categories": []}
32
+ {"byte_start": 1966990298, "source_revision": "691062541", "id": "18921", "title": "Montesquieu (disambiguation)", "byte_end": 1967040984, "categories": []}
33
+ {"byte_start": 1967040984, "source_revision": "1196459526", "id": "18925", "title": "Mormons", "byte_end": 2191166897, "categories": ["Latter Day Saint terms", "Mormon studies", "Mormonism", "Latter Day Saints|*Mormons", "Religious identity"]}
34
+ {"byte_start": 2191166897, "source_revision": "1191640668", "id": "18926", "title": "Manitoba", "byte_end": 2613504430, "categories": ["Manitoba| ", "Provinces and territories of Canada", "1870 establishments in Canada", "Canadian Prairies", "States and territories established in 1870"]}
35
+ {"byte_start": 2613504430, "source_revision": "15916020", "id": "18927", "title": "Metaphysics/Introduction", "byte_end": 2613514596, "categories": []}
36
+ {"byte_start": 2613514596, "source_revision": "1193890316", "id": "18928", "title": "Talk:Metaphysics", "byte_end": 2631983241, "categories": []}
37
+ {"byte_start": 2631983241, "source_revision": "1187034940", "id": "18929", "title": "Mount Logan", "byte_end": 2642319097, "categories": ["Five-thousanders of Yukon", "Saint Elias Mountains", "Lists of coordinates", "Kluane National Park and Reserve", "Seven Second Summits", "Highest points of countries"]}
38
+ {"byte_start": 2642319097, "source_revision": "1174825980", "id": "18930", "title": "Subject (philosophy)", "byte_end": 2646072898, "categories": []}
39
+ {"byte_start": 2646072898, "source_revision": "327979574", "id": "18931", "title": "Metaphysical objectivism", "byte_end": 2646174185, "categories": []}
40
+ {"byte_start": 2646174185, "source_revision": "1194614590", "id": "18932", "title": "Media bias", "byte_end": 2763892501, "categories": ["Media bias| ", "Books about media bias", "Influence of mass media", "Mass media issues", "Social influence", "Criticism of journalism", "Censorship", "Publishing"]}
41
+ {"byte_start": 2763892501, "source_revision": "1194614941", "id": "18933", "title": "Talk:Media bias", "byte_end": 2780204986, "categories": []}
42
+ {"byte_start": 2780204986, "source_revision": "1201798135", "id": "18934", "title": "Muhammad", "byte_end": 4822771008, "categories": ["570s births", "632 deaths", "6th-century Arab people", "7th-century Arab people", "7th-century Islamic religious leaders", "7th-century merchants", "7th-century military personnel", "7th-century Asian people", "Adoptees", "Angelic visionaries", "Arab generals", "Arab Muslims", "Arab politicians", "Arab prophets", "Arab slave owners", "7th-century diplomats", "Entering heaven alive", "Founders of religions", "Medina", "Miracle workers", "Muhammad| ", "People from Mecca", "Prophets of the Quran", "Prophets in the Druze faith", "Quraysh", "The Fourteen Infallibles"]}
43
+ {"byte_start": 4822771008, "source_revision": "1193096202", "id": "18935", "title": "Morse code", "byte_end": 5022166716, "categories": ["Morse code| ", "American inventions", "Latin-script representations", "1848 introductions", "Scoutcraft", "Amateur radio"]}
44
+ {"byte_start": 5022166716, "source_revision": "783866916", "id": "18936", "title": "Mr Driller", "byte_end": 5022188352, "categories": []}
45
+ {"byte_start": 5022188352, "source_revision": "1159795122", "id": "18937", "title": "Mapping", "byte_end": 5022673683, "categories": []}
46
+ {"byte_start": 5022673683, "source_revision": "1201780092", "id": "18939", "title": "Emergency contraception", "byte_end": 5174860954, "categories": ["Hormonal contraception", "Intrauterine contraception"]}
47
+ {"byte_start": 5174860954, "source_revision": "1201329833", "id": "18940", "title": "Meat", "byte_end": 5442666936, "categories": ["Meat| ", "Types of food", "Meat industry", "Agricultural products"]}
48
+ {"byte_start": 5442666936, "source_revision": "1193827199", "id": "18942", "title": "Monty Python", "byte_end": 5858900014, "categories": ["Monty Python| ", "1969 establishments in England", "1983 disestablishments in England", "Arista Records artists", "BAFTA Outstanding British Contribution to Cinema Award", "Black comedy", "British comedy musicians", "British comedy troupes", "British novelty song performers", "British parodists", "British satirists", "British surrealist artists", "British surrealist writers", "British television comedy", "Charisma Records artists", "European Film Awards winners (people)", "Religious comedy and humour", "Surreal comedy", "Surrealist groups", "Virgin Records artists"]}
49
+ {"byte_start": 5858900014, "source_revision": "1201194829", "id": "18943", "title": "Married... with Children", "byte_end": 6188096006, "categories": ["Married... with Children| ", "1987 American television series debuts", "1997 American television series endings", "1980s American multi-camera sitcoms", "1990s American multi-camera sitcoms", "Television shows about casual sex", "Fox Broadcasting Company original programming", "English-language television shows", "Nudity in television", "Obscenity controversies in television", "Television controversies in the United States", "Television series by Sony Pictures Television", "Television series about dysfunctional families", "Television series about marriage", "Television shows adapted into comics", "Television shows set in Chicago", "Television shows filmed in Los Angeles", "Television series created by Ron Leavitt", "Fox Broadcasting Company sitcoms"]}
50
+ {"byte_start": 6188096006, "source_revision": "1153997474", "id": "18944", "title": "Methodological naturalism", "byte_end": 6188956331, "categories": ["Epistemology of science", "Naturalism (philosophy)"]}
51
+ {"byte_start": 6188956331, "source_revision": "493100478", "id": "18945", "title": "Talk:Methodological naturalism", "byte_end": 6217326011, "categories": []}
52
+ {"byte_start": 6217326011, "source_revision": "1145720781", "id": "18946", "title": "Talk:Manifold/old version", "byte_end": 6221848144, "categories": []}
53
+ {"byte_start": 6221848144, "source_revision": "1201808196", "id": "18947", "title": "Metre", "byte_end": 6396862327, "categories": ["Metre| ", "SI base units"]}
54
+ {"byte_start": 6396862327, "source_revision": "1188984374", "id": "18948", "title": "Mole", "byte_end": 6401319331, "categories": ["Animal common name disambiguation pages"]}
55
+ {"byte_start": 6401319331, "source_revision": "1193890324", "id": "18949", "title": "Talk:Monty Python", "byte_end": 6411244229, "categories": []}
56
+ {"byte_start": 6411244229, "source_revision": "1193890331", "id": "18952", "title": "Talk:May Day", "byte_end": 6426322859, "categories": []}
57
+ {"byte_start": 6426322859, "source_revision": "1070250532", "id": "18953", "title": "Meter", "byte_end": 6426362427, "categories": []}
58
+ {"byte_start": 6426362427, "source_revision": "1197495971", "id": "18955", "title": "Mentha", "byte_end": 6449643718, "categories": ["Herbs", "Indian spices", "Lamiaceae genera", "Medicinal plants", "Mentha| ", "Stoloniferous plants", "Taxa named by Carl Linnaeus"]}
59
+ {"byte_start": 6449643718, "source_revision": "1197464109", "id": "18956", "title": "Marjoram", "byte_end": 6451659560, "categories": ["Flora of the Mediterranean Basin", "Herbs", "Medicinal plants", "Mediterranean cuisine", "Origanum", "Plants described in 1753"]}
60
+ {"byte_start": 6451659560, "source_revision": "1198920852", "id": "18957", "title": "Medicine", "byte_end": 6786666003, "categories": ["Medicine| "]}
61
+ {"byte_start": 6786666003, "source_revision": "1193890344", "id": "18958", "title": "Talk:Military history", "byte_end": 6789770265, "categories": []}
62
+ {"byte_start": 6789770265, "source_revision": "1199555111", "id": "18959", "title": "2001 Mars Odyssey", "byte_end": 6797937381, "categories": ["2001 Mars Odyssey| ", "Mars Exploration Program", "Satellites orbiting Mars|Odyssey", "Missions to Mars|Odyssey", "NASA space probes|Mars Odyssey", "Space probes launched in 2001|Mars Odyssey", "Spacecraft launched by Delta II rockets|Mars Odyssey", "Geography of Mars"]}
63
+ {"byte_start": 6797937381, "source_revision": "45527370", "id": "18963", "title": "Miscellaneous poker", "byte_end": 6797939228, "categories": []}
64
+ {"byte_start": 6797939228, "source_revision": "1200744985", "id": "18964", "title": "Madagascar", "byte_end": 7628420259, "categories": ["Island countries of the Indian Ocean", "Islands of Madagascar", "East African countries", "Southeast African countries", "Former French colonies", "French-speaking countries and territories", "Least developed countries", "Member states of the Organisation internationale de la Francophonie", "Member states of the African Union", "Member states of the United Nations", "States and territories established in 1960", "1960 establishments in Madagascar", "1960 establishments in Africa", "Physiographic provinces", "Republics", "Countries in Africa", "Former monarchies of Africa", "Island countries"]}
65
+ {"byte_start": 7628420259, "source_revision": "624351750", "id": "18965", "title": "Talk:Mexico/Old version", "byte_end": 7628876808, "categories": []}
66
+ {"byte_start": 7628876808, "source_revision": "1194091568", "id": "18967", "title": "Flowering plant", "byte_end": 7842351400, "categories": ["Angiosperms|Angiosperms", "Plant sexuality", "Plants", "Pollination"]}
67
+ {"byte_start": 7842351400, "source_revision": "1174438232", "id": "18968", "title": "Malvales", "byte_end": 7843277619, "categories": ["Malvales| ", "Angiosperm orders"]}
68
+ {"byte_start": 7843277619, "source_revision": "1193536319", "id": "18969", "title": "Myrtales", "byte_end": 7843959137, "categories": ["Myrtales| ", "Angiosperm orders", "Flora of Australasia"]}
69
+ {"byte_start": 7843959137, "source_revision": "1171780229", "id": "18970", "title": "Malpighiales", "byte_end": 7848592932, "categories": ["Malpighiales| ", "Angiosperm orders", "Extant Aptian first appearances"]}
70
+ {"byte_start": 7848592932, "source_revision": "1201109430", "id": "18972", "title": "Miranda warning", "byte_end": 8007417101, "categories": ["United States criminal investigation law", "Miranda warning case law| "]}
71
+ {"byte_start": 8007417101, "source_revision": "1161606273", "id": "18973", "title": "Moot", "byte_end": 8008038751, "categories": []}
72
+ {"byte_start": 8008038751, "source_revision": "1190789890", "id": "18974", "title": "Mississippian (geology)", "byte_end": 8009646319, "categories": ["Mississippian (geology)| ", "Carboniferous geochronology|*01", "Geological epochs", "Carboniferous United States|*"]}
73
+ {"byte_start": 8009646319, "source_revision": "1201542848", "id": "18976", "title": "Meiosis", "byte_end": 8152545305, "categories": ["Meiosis| ", "Cellular processes", "Cell cycle", "Molecular genetics", "Plant sexuality", "Articles containing video clips", "1876 in science"]}
74
+ {"byte_start": 8152545305, "source_revision": "1201766247", "id": "18977", "title": "Minix", "byte_end": 8159592847, "categories": ["MINIX| ", "1987 software", "Computer-related introductions in 1987", "ARM operating systems", "Computer science in the Netherlands", "Dutch inventions", "Educational operating systems", "Free software operating systems", "Information technology in the Netherlands", "Lightweight Unix-like systems", "Microkernel-based operating systems", "Microkernels", "Operating system distributions bootable from read-only media", "Software using the BSD license", "Unix variants"]}
75
+ {"byte_start": 8159592847, "source_revision": "623181659", "id": "18978", "title": "Mexican food", "byte_end": 8159597404, "categories": []}
76
+ {"byte_start": 8159597404, "source_revision": "1195905046", "id": "18982", "title": "Muscular dystrophy", "byte_end": 8213923034, "categories": ["Muscular dystrophy| ", "Genetic disorders by system", "Myoneural junction and neuromuscular diseases", "Wikipedia medicine articles ready to translate"]}
77
+ {"byte_start": 8213923034, "source_revision": "1201627688", "id": "18984", "title": "Mongols", "byte_end": 8402143457, "categories": ["Mongols| ", "Mongol peoples| ", "History of Mongolia| ", "Modern nomads", "Nomadic groups in Eurasia"]}
78
+ {"byte_start": 8402143457, "source_revision": "1195551548", "id": "18985", "title": "Manga", "byte_end": 8670304838, "categories": ["Manga| ", "Anime and manga terminology", "Comics formats", "Entertainment in Japan", "Illustration", "Japanese culture"]}
79
+ {"byte_start": 8670304838, "source_revision": "1201528777", "id": "18987", "title": "Mexico City", "byte_end": 10214135773, "categories": ["Mexico City| ", "Cities in Mexico", "Subdivisions of Mexico", "Nahua settlements", "Mexico City metropolitan area", "1520s establishments in Mexico", "1521 establishments in New Spain", "1521 in Mexico", "Articles containing video clips", "Capital districts and territories", "Capitals in North America", "Populated places established in 1521"]}
80
+ {"byte_start": 10214135773, "source_revision": "783866923", "id": "18988", "title": "Myocardial infarct", "byte_end": 10214153905, "categories": []}
81
+ {"byte_start": 10214153905, "source_revision": "1186837684", "id": "18989", "title": "Merlot", "byte_end": 10229291754, "categories": ["Red wine grape varieties", "Wine grapes of Italy"]}
82
+ {"byte_start": 10229291754, "source_revision": "1182848193", "id": "18991", "title": "MM", "byte_end": 10233097504, "categories": []}
83
+ {"byte_start": 10233097504, "source_revision": "1201487028", "id": "18995", "title": "Martin Scorsese", "byte_end": 10989295997, "categories": ["Martin Scorsese| ", "1942 births", "20th-century American male actors", "20th-century American screenwriters", "21st-century American male actors", "21st-century American screenwriters", "AFI Life Achievement Award recipients", "American documentary film directors", "American film directors", "American film editors", "American film historians", "American film producers", "American male film actors", "American male screenwriters", "American music video directors", "American Roman Catholics", "American writers of Italian descent", "Best Adapted Screenplay BAFTA Award winners", "Best Directing Academy Award winners", "Best Director BAFTA Award winners", "Best Director Golden Globe winners", "Cannes Film Festival Award for Best Director winners", "Catholics from New York (state)", "Cardinal Hayes High School alumni", "Cecil B. DeMille Award Golden Globe winners", "C\u00e9sar Honorary Award recipients", "Cinephiles", "David di Donatello Career Award winners", "Directors Guild of America Award winners", "Directors of Palme d'Or winners", "Fellows of the American Academy of Arts and Sciences", "Film directors from New York City", "Film theorists", "Filmmakers who won the Best Film BAFTA Award", "Grammy Award winners", "Italian-American culture in New York City", "Kirk Douglas Award recipients", "Living people", "Mass media theorists", "Naturalised citizens of Italy", "New York University faculty", "People from Corona, Queens", "Postmodernist filmmakers", "Primetime Emmy Award winners", "Recipients of the Legion of Honour", "Screenwriters from New York (state)", "Tisch School of the Arts alumni", "Venice Best Director Silver Lion winners", "Kennedy Center honorees", "Golden Lion for Lifetime Achievement recipients", "Directors of Best Picture Academy Award winners"]}
84
+ {"byte_start": 10989295997, "source_revision": "1199100857", "id": "18996", "title": "Mean Streets", "byte_end": 10997089077, "categories": ["1973 films", "1973 crime drama films", "1970s American films", "1970s English-language films", "American crime drama films", "American neo-noir films", "Films about Catholicism", "Films about the American Mafia", "Films directed by Martin Scorsese", "1973 independent films", "Films set in New York City", "Films shot in New York City", "Films with screenplays by Martin Scorsese", "United States National Film Registry films", "Warner Bros. films"]}
85
+ {"byte_start": 10997089077, "source_revision": "1200183380", "id": "18997", "title": "Marcel Achard", "byte_end": 10998373368, "categories": ["1899 births", "1974 deaths", "People from Sainte-Foy-l\u00e8s-Lyon", "20th-century French dramatists and playwrights", "French male screenwriters", "20th-century French screenwriters", "Members of the Acad\u00e9mie Fran\u00e7aise", "Deaths from diabetes", "20th-century French male writers", "French male dramatists and playwrights"]}
86
+ {"byte_start": 10998373368, "source_revision": "1199140916", "id": "18998", "title": "Myasthenia gravis", "byte_end": 11053481459, "categories": ["Autoimmune diseases", "Myoneural junction and neuromuscular diseases", "Wikipedia neurology articles ready to translate", "Wikipedia medicine articles ready to translate"]}
87
+ {"byte_start": 11053481459, "source_revision": "1111283946", "id": "18999", "title": "Motala str\u00f6m", "byte_end": 11053586643, "categories": ["Rivers of \u00d6sterg\u00f6tland County", "G\u00f6taland", "Motala str\u00f6m basin|*"]}
88
+ {"byte_start": 11053586643, "source_revision": "1200619029", "id": "19001", "title": "Microsoft", "byte_end": 11954883471, "categories": ["Microsoft| ", "1975 establishments in New Mexico", "1980s initial public offerings", "American brands", "American companies established in 1975", "Business software companies", "Cloud computing providers", "Companies based in Redmond, Washington", "Companies in the Dow Jones Industrial Average", "Companies in the Nasdaq-100", "Companies in the PRISM network", "Companies listed on the Nasdaq", "Computer companies established in 1975", "Computer companies of the United States", "Computer hardware companies", "Computer systems companies", "Customer relationship management software companies", "Electronics companies established in 1975", "Electronics companies of the United States", "ERP software companies", "Mobile phone manufacturers", "Multinational companies headquartered in the United States", "Software companies based in Washington (state)", "Software companies established in 1975", "Software companies of the United States", "Supply chain software companies", "Technology companies established in 1975", "Technology companies of the United States", "Web service providers"]}
89
+ {"byte_start": 11954883471, "source_revision": "1148475059", "id": "19002", "title": "Microserfs", "byte_end": 11957281177, "categories": ["1995 Canadian novels", "Novels by Douglas Coupland", "Epistolary novels", "Novels about computing", "Microsoft culture", "Novels set in Washington (state)", "HarperCollins books"]}
90
+ {"byte_start": 11957281177, "source_revision": "1199977005", "id": "19004", "title": "Moscow", "byte_end": 13404959480, "categories": ["Moscow| ", "12th-century establishments in Russia", "Capitals in Europe", "Moskovsky Uyezd", "Populated places established in the 12th century", "Federal cities of Russia", "Golden Ring of Russia"]}
91
+ {"byte_start": 13404959480, "source_revision": "1201364192", "id": "19006", "title": "Mediterranean Sea", "byte_end": 13781787833, "categories": ["European seas", "Geography of North Africa", "Geography of West Asia", "Geography of Europe", "Marginal seas of the Atlantic Ocean", "Marine ecoregions", "Mediterranean|*", "Mediterranean Sea| ", "Natural history of Europe", "Articles containing video clips", "Seas of Albania", "Seas of Africa", "Seas of Asia", "Seas of France", "Seas of Greece", "Seas of Italy", "Seas of Spain", "Seas of Turkey"]}
92
+ {"byte_start": 13781787833, "source_revision": "1190609320", "id": "19007", "title": "Mercury", "byte_end": 13795992184, "categories": []}
93
+ {"byte_start": 13795992184, "source_revision": "1201777877", "id": "19009", "title": "Milgram experiment", "byte_end": 13891096074, "categories": ["Articles containing video clips", "Conformity", "Group processes", "History of psychology", "Human subject research in the United States", "Psychology experiments", "Research ethics", "Social influence"]}
94
+ {"byte_start": 13891096074, "source_revision": "1193890351", "id": "19010", "title": "Talk:Milgram experiment", "byte_end": 13903247801, "categories": []}
95
+ {"byte_start": 13903247801, "source_revision": "1200386262", "id": "19011", "title": "Miocene", "byte_end": 13924805638, "categories": ["Miocene| ", "Geological epochs", "Neogene geochronology"]}
96
+ {"byte_start": 13924805638, "source_revision": "1195509668", "id": "19012", "title": "Monarch", "byte_end": 14093956720, "categories": ["Monarchy|^", "Monarchs| ", "Positions of authority", "Titles", "Politics", "Noble titles"]}
97
+ {"byte_start": 14093956720, "source_revision": "1197258422", "id": "19013", "title": "Monarchy", "byte_end": 14288739015, "categories": ["Monarchy| ", "Positions of authority", "Titles", "Constitutional state types", "Political systems"]}
98
+ {"byte_start": 14288739015, "source_revision": "1092865901", "id": "19014", "title": "Musical Genres/Hip", "byte_end": 14288749625, "categories": []}
99
+ {"byte_start": 14288749625, "source_revision": "949619889", "id": "19015", "title": "Musical Genres/Rap", "byte_end": 14288753942, "categories": []}
100
+ {"byte_start": 14288753942, "source_revision": "1090957013", "id": "19016", "title": "Musical Genres/Hip Hop", "byte_end": 14288760940, "categories": []}
101
+ {"byte_start": 14288760940, "source_revision": "1192821041", "id": "19018", "title": "Mouthpiece", "byte_end": 14289202818, "categories": []}
102
+ {"byte_start": 14289202818, "source_revision": "1193084103", "id": "19019", "title": "Mr. T", "byte_end": 14412848483, "categories": ["Mr. T| ", "1952 births", "Living people", "20th-century American male actors", "20th-century Christians", "21st-century American male actors", "21st-century Christians", "African-American Christians", "African-American male actors", "African-American professional wrestlers", "African-American television personalities", "African-American United States Army personnel", "American autobiographers", "American male film actors", "American male professional wrestlers", "American male television actors", "American male voice actors", "American military police officers", "Bodyguards", "Columbia Records artists", "Dunbar Vocational High School alumni", "Illeists", "Male actors from Chicago", "Military personnel from Chicago", "Military personnel from Illinois", "Prairie View A&M Panthers football players", "Professional wrestling referees", "Sportspeople from Chicago", "United States Army soldiers", "WWE Hall of Fame inductees", "Writers from Chicago"]}
103
+ {"byte_start": 14412848483, "source_revision": "1141118869", "id": "19020", "title": "Morphology", "byte_end": 14413251603, "categories": ["Morphology| "]}
104
+ {"byte_start": 14413251603, "source_revision": "1196530582", "id": "19021", "title": "Malm\u00f6", "byte_end": 14542278739, "categories": ["Malm\u00f6| ", "County seats in Sweden", "Municipal seats of Sk\u00e5ne County", "Populated places in Sk\u00e5ne County", "Populated places in Burl\u00f6v Municipality", "Populated places in Malm\u00f6 Municipality", "Coastal cities and towns in Sweden", "Port cities in Sweden", "Port cities and towns of the \u00d8resund", "Port cities and towns of the Baltic Sea", "Trading posts of the Hanseatic League", "Populated places established in the 13th century", "13th-century establishments in Sk\u00e5ne County", "Cities in Sk\u00e5ne County"]}
105
+ {"byte_start": 14542278739, "source_revision": "1197385708", "id": "19022", "title": "Measurement", "byte_end": 14596795833, "categories": ["Measurement| ", "Accuracy and precision"]}
106
+ {"byte_start": 14596795833, "source_revision": "1201233502", "id": "19023", "title": "Malden Island", "byte_end": 14603065263, "categories": ["Nuclear test sites", "British nuclear test sites", "Uninhabited islands of Kiribati", "Pacific islands claimed under the Guano Islands Act", "Former populated places in Oceania", "Guano trade", "Line Islands", "Islands of Kiribati", "Former disputed islands", "Line Islands (Kiribati)"]}
107
+ {"byte_start": 14603065263, "source_revision": "949621128", "id": "19025", "title": "Monopoly/game", "byte_end": 14603068048, "categories": []}
108
+ {"byte_start": 14603068048, "source_revision": "1187426427", "id": "19026", "title": "Mater lectionis", "byte_end": 14607005231, "categories": ["Arabic grammar", "Arabic language", "Arabic letters", "Hebrew alphabet", "Hebrew grammar", "Semitic languages", "Semitic linguistics", "Semitic writing systems", "Vowel letters"]}
109
+ {"byte_start": 14607005231, "source_revision": "1197455504", "id": "19027", "title": "My Fair Lady", "byte_end": 14680418583, "categories": ["1956 musicals", "American plays adapted into films", "Broadway musicals", "West End musicals", "Musicals based on plays", "Laurence Olivier Award-winning musicals", "Tony Award for Best Musical", "Musicals by Alan Jay Lerner", "Musicals by Frederick Loewe", "Musicals set in the 1900s", "Musicals set in England", "Tony Award-winning musicals", "Musicals set in London"]}
110
+ {"byte_start": 14680418583, "source_revision": "1198914506", "id": "19028", "title": "Martial arts film", "byte_end": 14696996846, "categories": ["Martial arts films| ", "Exploitation films", "Film genres", "Theatrical combat"]}
111
+ {"byte_start": 14696996846, "source_revision": "1200508286", "id": "19029", "title": "Musical film", "byte_end": 14738236238, "categories": ["Musical films| ", "Film genres", "Articles containing video clips"]}
112
+ {"byte_start": 14738236238, "source_revision": "1197505474", "id": "19030", "title": "Motala Municipality", "byte_end": 14738831820, "categories": ["Motala Municipality| ", "Municipalities of \u00d6sterg\u00f6tland County"]}
113
+ {"byte_start": 14738831820, "source_revision": "1199725945", "id": "19031", "title": "Maltese language", "byte_end": 14836201231, "categories": ["Maltese language| ", "Central Semitic languages", "Languages of Malta", "Languages of Sicily", "Subject\u2013object\u2013verb languages", "Articles containing video clips"]}
114
+ {"byte_start": 14836201231, "source_revision": "1182401607", "id": "19032", "title": "Masaki Kobayashi", "byte_end": 14837562273, "categories": ["1916 births", "1996 deaths", "People from Otaru", "Japanese film directors", "Samurai film directors", "Japanese pacifists", "Japanese socialists", "Imperial Japanese Army soldiers", "Japanese prisoners of war", "Imperial Japanese Army personnel of World War II", "World War II prisoners of war held by the United States", "20th-century Japanese people"]}
115
+ {"byte_start": 14837562273, "source_revision": "983890564", "id": "19033", "title": "Meroitic", "byte_end": 14837617862, "categories": ["Language and nationality disambiguation pages"]}
116
+ {"byte_start": 14837617862, "source_revision": "783866930", "id": "19034", "title": "MIT license", "byte_end": 14837620738, "categories": []}
117
+ {"byte_start": 14837620738, "source_revision": "1196440153", "id": "19035", "title": "Mormon (word)", "byte_end": 14927545568, "categories": ["Latter Day Saint terms", "Mormonism"]}
118
+ {"byte_start": 14927545568, "source_revision": "1187694887", "id": "19036", "title": "Mariana Trench", "byte_end": 14985433259, "categories": ["Philippine Sea", "Oceanic trenches of the Pacific Ocean", "Extreme points of Earth", "Subduction zones", "Lowest points of the World Ocean"]}
119
+ {"byte_start": 14985433259, "source_revision": "1197799987", "id": "19037", "title": "Macedonian language", "byte_end": 15394794085, "categories": ["Macedonian language| ", "Analytic languages", "Languages of Albania", "Languages of Bulgaria", "Languages of Greece", "Languages of Serbia", "Languages of Vojvodina", "Languages of North Macedonia", "Eastern South Slavic", "Languages written in Cyrillic script"]}
120
+ {"byte_start": 15394794085, "source_revision": "1200947766", "id": "19038", "title": "Municipality", "byte_end": 15428959536, "categories": ["Municipalities| ", "Types of administrative division", "Types of populated places"]}
121
+ {"byte_start": 15428959536, "source_revision": "929465999", "id": "19039", "title": "Talk:Morphology", "byte_end": 15429043366, "categories": []}
122
+ {"byte_start": 15429043366, "source_revision": "385974958", "id": "19040", "title": "Talk:Music/Archive 1", "byte_end": 15429139447, "categories": []}
123
+ {"byte_start": 15429139447, "source_revision": "1199400873", "id": "19041", "title": "Marley Marl", "byte_end": 15432771657, "categories": ["1962 births", "Living people", "African-American male rappers", "American male rappers", "Rappers from New York City", "People from Long Island City, Queens", "American hip hop record producers", "Cold Chillin' Records artists", "African-American record producers", "American hip hop DJs", "East Coast hip hop musicians", "21st-century American rappers", "Record producers from New York (state)", "21st-century American male musicians", "21st-century African-American musicians", "20th-century African-American people", "Juice Crew members", "Barely Breaking Even artists", "Def Jam Recordings artists"]}
124
+ {"byte_start": 15432771657, "source_revision": "1199458496", "id": "19042", "title": "Metal", "byte_end": 15545978534, "categories": ["Metallic elements| ", "Metals| "]}
125
+ {"byte_start": 15545978534, "source_revision": "1193890362", "id": "19043", "title": "Talk:Morpheme", "byte_end": 15547461467, "categories": []}
126
+ {"byte_start": 15547461467, "source_revision": "1193147318", "id": "19045", "title": "MIME", "byte_end": 15576594907, "categories": ["MIME| "]}
127
+ {"byte_start": 15576594907, "source_revision": "1201576257", "id": "19046", "title": "Mehmed II", "byte_end": 15846038836, "categories": ["Mehmed the Conqueror| ", "Hanafis", "Maturidis", "Sunni Sufis", "1432 births", "1481 deaths", "Turkish Muslims", "15th-century murdered monarchs", "15th-century Ottoman sultans", "Burials in Turkey", "Deaths by poisoning", "Fall of Constantinople", "Medieval child monarchs", "Mujaddid", "Ottoman people of the Byzantine\u2013Ottoman wars", "Ottoman people of the Ottoman\u2013Venetian Wars", "People from Edirne", "Turkish poets", "The Sultan of Two Lands and the Khan of Two Seas"]}
128
+ {"byte_start": 15846038836, "source_revision": "1196412844", "id": "19047", "title": "Martina Hingis", "byte_end": 16130838523, "categories": ["1980 births", "Living people", "20th-century Swiss people", "21st-century Swiss people", "Australian Open (tennis) champions", "Czechoslovak defectors", "Czechoslovak emigrants to Switzerland", "Doping cases in tennis", "French Open junior champions", "Grand Slam (tennis) champions in women's singles", "Grand Slam (tennis) champions in women's doubles", "Grand Slam (tennis) champions in mixed doubles", "Grand Slam (tennis) champions in girls' singles", "Grand Slam (tennis) champions in girls' doubles", "International Tennis Hall of Fame inductees", "Laureus World Sports Awards winners", "Olympic tennis players for Switzerland", "People from the canton of St. Gallen", "Tennis players from Ko\u0161ice", "Swiss female tennis players", "Swiss sportspeople in doping cases", "Tennis players at the 1996 Summer Olympics", "Tennis players at the 2016 Summer Olympics", "US Open (tennis) champions", "Wimbledon champions", "Wimbledon junior champions", "Olympic silver medalists for Switzerland", "Medalists at the 2016 Summer Olympics", "Olympic medalists in tennis", "20th-century Swiss women", "21st-century Swiss women", "WTA number 1 ranked singles tennis players", "WTA number 1 ranked doubles tennis players", "ITF World Champions", "Slovak people of Czech descent", "Swiss people of Hungarian descent", "Swiss people of Slovak descent", "Swiss people of Czech descent"]}