Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<identifier: int64, tags: list<item: string>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, is_patroller: bool, date_started: timestamp[s], is_anonymous: bool, is_admin: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>, prediction: bool>>, maintenance_tags: struct<>, noindex: bool>
to
{'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<identifier: int64, tags: list<item: string>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, is_patroller: bool, date_started: timestamp[s], is_anonymous: bool, is_admin: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>, prediction: bool>>, maintenance_tags: struct<>, noindex: bool>
              to
              {'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1391, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 990, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2040, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

name
string
identifier
int64
abstract
string
version
dict
event
dict
url
string
date_created
unknown
date_modified
unknown
is_part_of
dict
in_language
dict
license
list
description
string
sections
list
infoboxes
list
main_entity
dict
additional_entities
list
image
null
Not Again SU
76,716,259
null
{ "identifier": 1220413474, "comment": "Added # to title.", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.5951822996139526, "true": 0.40481770038604736 }, "prediction": null } }, "editor": { "identifier": 47559838, "name": "T.olivia.p", "edit_count": 4, "groups": [ "*", "user" ], "date_started": "2024-03-19T15:34:53", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 72, "size": { "value": 72, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": null }
{ "identifier": "fa3cae5b-8707-4f55-9fab-5baa4c286a32", "type": "update", "date_created": "2024-04-23T16:53:56.207887Z", "date_published": "2024-08-06T08:45:21.669087Z" }
https://en.wikipedia.org/wiki/Not_Again_SU
"2024-04-23T16:50:32"
"2024-04-23T16:53:55"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Student organization in Syracuse, New York
[ { "type": "section", "name": "Abstract", "has_parts": null }, { "type": "section", "name": "Introduction:", "has_parts": [ { "type": "paragraph", "value": "The hashtag and student led organization #NotAgainSU began circulating after several racist incidents occurred on the campus of Syracuse University, during the academic course of 2019-2021. Initial reports of racist paraphernalia occurred early November in the dorm buildings of first- and second-year undergraduate students. After nearly a month of daily reports, Syracuse students organized a sit-in where they occupied, and created an elaborate list of 19 demands for Chancellor Kent Syverud to sign. After several protests, some taking place at his persona residence, the list was signed with few revisions on November 21st.", "links": null, "name": null, "has_parts": null } ] }, { "type": "section", "name": "Demands:", "has_parts": [ { "type": "paragraph", "value": "The #NotAgainSU protestors made a list of 19 demands to the University which was later expanded to 34 after Chancellor Kent Syverud signed the initial list. The protestor's demands focus on the improvement of marginalized student experiences on campus as well as improved University wide education on diversity with a specific focus on Anti-Racism.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "The protestors called for punishments for the students involved in hate crimes and bias related incidents based on their level of involvement, reform of the SEM100 course now called FYS 101 and mandatory education of faculty and staff on diversity and anti-racism. The demands also included stronger anti-harassment policies, an open forum between the University and students in order for the grievances of marginalized students to be addressed and published updates from the University on their progress in meeting the protestors demands.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "In terms of the improvement of the experience of marginalized students on campus, the protestors demanded housing reforms including the prioritization of disabled students in the housing selection process and the use of roommate selection platforms such as My College Roomie in order for students to select roommates of similar backgrounds and interests. They demanded increased funding for counseling services which better represent marginalized students, development of a multicultural center, recognition of Multicultural Greek life and increased financial aid funding for students of color.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "The demands also addressed the protestors specific concerns with the administration and Department of Public Safety processes and procedures. These demands included timelier responses to racial incidences on campus and more transparency regarding these incidences. They also demanded an external review of the Department of Public Safety singling out Associate Chief John Sardino in their request. They also demanded the removal of multiple university administration leaders including Chancellor Kent Syverud, Senior VP for Enrollment and Student Experience Dolan Evanovich, DPS Chief Bobby Maldonado, and Deputy Chief John Sardino.", "links": null, "name": null, "has_parts": null } ] } ]
null
null
null
null
Mike Ross (Suits)
76,727,681
REDIRECT List of Suits characters#Mike Ross
{ "identifier": 1220574416, "comment": "Requesting speedy deletion ([[WP:CSD#R2|CSD R2]]).", "is_minor_edit": null, "scores": { "revertrisk": { "probability": { "false": 0.8686162978410721, "true": 0.13138370215892792 }, "prediction": null } }, "editor": { "identifier": 9560390, "name": "Launchballer", "edit_count": 29828, "groups": [ "autoreviewer", "extendedconfirmed", "extendedmover", "reviewer", "rollbacker", "*", "user", "autoconfirmed" ], "date_started": "2009-04-28T14:46:05", "is_patroller": true, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 141, "size": { "value": 141, "unit_text": "B" }, "noindex": true, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "mw-removed-redirect", "twinkle" ], "is_breaking_news": null }
{ "identifier": "22366970-ddf7-43dc-8cec-941de1248b57", "type": "update", "date_created": "2024-04-24T17:14:11.475093Z", "date_published": "2024-08-06T08:45:21.875527Z" }
https://en.wikipedia.org/wiki/Mike_Ross_(Suits)
"2024-04-24T17:12:05"
"2024-04-24T17:14:10"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
An American Legal drama series from 2011-2019
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "REDIRECT List of Suits characters#Mike Ross", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_Suits_characters#Mike_Ross", "text": "List of Suits characters#Mike Ross", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
null
{ "identifier": "Q125388612", "url": "https://www.wikidata.org/entity/Q125388612" }
[ { "identifier": "Q125388612", "url": "https://www.wikidata.org/entity/Q125388612", "aspects": [ "S" ] } ]
null
Second Polish republic
76,744,378
REDIRECT #Second Polish Republic
{ "identifier": 1220875620, "comment": "[[WP:AES|←]]Created page with 'REDIRECT #[[Second Polish Republic]]'", "is_minor_edit": null, "scores": { "revertrisk": null }, "editor": { "identifier": 47609009, "name": "Me Da Wikipedian", "edit_count": 1415, "groups": [ "*", "user", "autoconfirmed" ], "date_started": "2024-03-28T19:28:25", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 36, "size": { "value": 36, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": null }
{ "identifier": "552624d6-5c55-45ef-a8e3-94533520f261", "type": "update", "date_created": "2024-04-26T13:30:10.889543Z", "date_published": "2024-08-06T08:45:21.94651Z" }
https://en.wikipedia.org/wiki/Second_Polish_republic
"2024-04-26T13:30:10"
"2024-04-26T13:30:10"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Country in Central and Eastern Europe (1918–1939)
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "REDIRECT # Second Polish Republic", "links": [ { "url": "https://en.wikipedia.org/wiki/Second_Polish_Republic", "text": "Second Polish Republic", "images": null } ], "name": null, "has_parts": null } ] } ]
null
null
null
null
Left-to-right script
76,735,997
REDIRECT Writing system#Directionality
{ "identifier": 1220716997, "comment": "create redirect", "is_minor_edit": null, "scores": { "revertrisk": null }, "editor": { "identifier": 47366451, "name": "Myuseraccount01", "edit_count": 15, "groups": [ "*", "user", "autoconfirmed" ], "date_started": "2024-02-12T10:49:53", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 44, "size": { "value": 44, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "very short new article", "wikieditor" ], "is_breaking_news": null }
{ "identifier": "aae6c4ee-bf95-4dc0-942d-5eea535967bf", "type": "update", "date_created": "2024-04-25T13:58:40.060742Z", "date_published": "2024-08-06T08:45:21.947105Z" }
https://en.wikipedia.org/wiki/Left-to-right_script
"2024-04-25T13:58:39"
"2024-04-25T13:58:39"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Convention of symbols representing language
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "REDIRECT Writing system#Directionality", "links": [ { "url": "https://en.wikipedia.org/wiki/Writing_system#Directionality", "text": "Writing system#Directionality", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
null
null
null
null
1442 in France
58,128,987
Events from the year 1442 in France
{ "identifier": 1145356533, "comment": "Alter: url. URLs might have been anonymized. | [[WP:UCB|Use this bot]]. [[WP:DBUG|Report bugs]]. | Suggested by AManWithNoPlan | #UCB_CommandLine", "is_minor_edit": null, "scores": null, "editor": { "identifier": 7903804, "name": "Citation bot", "edit_count": null, "groups": null, "date_started": null, "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 750, "size": { "value": 754, "unit_text": "B" }, "noindex": null, "maintenance_tags": null, "tags": null, "is_breaking_news": null }
{ "identifier": "c4526432-0a4a-42ed-8ef7-54827c0c1f5b", "type": "update", "date_created": "2024-04-27T00:36:05.809918Z", "date_published": "2024-08-06T08:45:22.490377Z" }
https://en.wikipedia.org/wiki/1442_in_France
null
"2023-03-18T18:38:51"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
List of events in the year 1442
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Events from the year 1442 in France", "links": [ { "url": "https://en.wikipedia.org/wiki/France", "text": "France", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Incumbents", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Monarch – Charles VII", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_French_monarchs", "text": "Monarch", "images": null }, { "url": "https://en.wikipedia.org/wiki/Charles_VII_of_France", "text": "Charles VII", "images": null } ], "has_parts": null, "name": null } ] } ] }, { "type": "section", "name": "Deaths", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "29 August – John V, Duke of Brittany (born 1389)", "links": [ { "url": "https://en.wikipedia.org/wiki/John_V,_Duke_of_Brittany", "text": "John V, Duke of Brittany", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "18 December – Pierre Cauchon, bishop (born 1371)", "links": [ { "url": "https://en.wikipedia.org/wiki/Pierre_Cauchon", "text": "Pierre Cauchon", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
[ { "type": "infobox", "name": "Year in France header", "has_parts": [ { "type": "section", "name": null, "has_parts": [ { "type": "image", "name": null, "value": null, "links": [ { "url": "https://en.wikipedia.org/wiki/1441_in_France", "text": "1441", "images": null }, { "url": "https://en.wikipedia.org/wiki/1440_in_France", "text": "1440", "images": null }, { "url": "https://en.wikipedia.org/wiki/1439_in_France", "text": "1439", "images": null }, { "url": "https://en.wikipedia.org/wiki/1438_in_France", "text": "1438", "images": null }, { "url": "https://en.wikipedia.org/wiki/1437_in_France", "text": "1437", "images": null }, { "url": "https://en.wikipedia.org/wiki/AD_1442", "text": "1442", "images": null }, { "url": "https://en.wikipedia.org/wiki/France", "text": "France", "images": null }, { "url": "https://en.wikipedia.org/wiki/1443_in_France", "text": "1443", "images": null }, { "url": "https://en.wikipedia.org/wiki/1444_in_France", "text": "1444", "images": null }, { "url": "https://en.wikipedia.org/wiki/1445_in_France", "text": "1445", "images": null }, { "url": "https://en.wikipedia.org/wiki/1446_in_France", "text": "1446", "images": null }, { "url": "https://en.wikipedia.org/wiki/1447_in_France", "text": "1447", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Royal_flag_of_France.svg/80px-Royal_flag_of_France.svg.png", "width": 80, "height": 80, "alternative_text": null, "caption": null } ] }, { "type": "field", "name": null, "value": "← 1441 1440 1439 1438 1437 1442 in France → 1443 1444 1445 1446 1447", "links": [ { "url": "https://en.wikipedia.org/wiki/1441_in_France", "text": "1441", "images": null }, { "url": "https://en.wikipedia.org/wiki/1440_in_France", "text": "1440", "images": null }, { "url": "https://en.wikipedia.org/wiki/1439_in_France", "text": "1439", "images": null }, { "url": "https://en.wikipedia.org/wiki/1438_in_France", "text": "1438", "images": null }, { "url": "https://en.wikipedia.org/wiki/1437_in_France", "text": "1437", "images": null }, { "url": "https://en.wikipedia.org/wiki/AD_1442", "text": "1442", "images": null }, { "url": "https://en.wikipedia.org/wiki/France", "text": "France", "images": null }, { "url": "https://en.wikipedia.org/wiki/1443_in_France", "text": "1443", "images": null }, { "url": "https://en.wikipedia.org/wiki/1444_in_France", "text": "1444", "images": null }, { "url": "https://en.wikipedia.org/wiki/1445_in_France", "text": "1445", "images": null }, { "url": "https://en.wikipedia.org/wiki/1446_in_France", "text": "1446", "images": null }, { "url": "https://en.wikipedia.org/wiki/1447_in_France", "text": "1447", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Royal_flag_of_France.svg/80px-Royal_flag_of_France.svg.png", "width": 80, "height": 80, "alternative_text": null, "caption": null } ] }, { "type": "list", "name": "Decades", "value": null, "links": null, "values": [ " - 1420s\n - 1430s\n - 1440s\n - 1450s\n - 1460s\n" ], "images": null }, { "type": "field", "name": "See also", "value": "Other events of 1442 History of France Timeline Years", "links": [ { "url": "https://en.wikipedia.org/wiki/1442", "text": "Other events of 1442", "images": null }, { "url": "https://en.wikipedia.org/wiki/History_of_France", "text": "History of France", "images": null }, { "url": "https://en.wikipedia.org/wiki/Timeline_of_French_history", "text": "Timeline", "images": null }, { "url": "https://en.wikipedia.org/wiki/List_of_years_in_France", "text": "Years", "images": null } ], "values": null, "images": null } ] } ] } ]
{ "identifier": "Q56292328", "url": "https://www.wikidata.org/entity/Q56292328" }
[ { "identifier": "Q56292328", "url": "https://www.wikidata.org/entity/Q56292328", "aspects": [ "D.en", "S", "T" ] } ]
null
Juan Benet (computer scientist)
76,634,085
Juan Benet is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company.  He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.
{ "identifier": 1220873576, "comment": "Reverted 1 edit by [[Special:Contributions/Sohom Datta|Sohom Datta]] ([[User talk:Sohom Datta|talk]]) to last revision by Citation bot", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.8242409974336624, "true": 0.17575900256633759 }, "prediction": null } }, "editor": { "identifier": 37755355, "name": "Sohom Datta", "edit_count": 5077, "groups": [ "extendedconfirmed", "patroller", "*", "user", "autoconfirmed" ], "date_started": "2019-11-05T07:22:07", "is_patroller": true, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 5782, "size": { "value": 5787, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "mw-undo", "twinkle" ], "is_breaking_news": null }
{ "identifier": "ac44a9d8-5c18-47a2-a64b-1588a6425fc8", "type": "update", "date_created": "2024-04-26T13:13:50.935569Z", "date_published": "2024-08-06T08:45:23.859486Z" }
https://en.wikipedia.org/wiki/Juan_Benet_(computer_scientist)
"2024-04-16T18:18:53"
"2024-04-26T13:13:49"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Content-addressable, peer-to-peer hypermedia distribution protocol
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Juan Benet (born March 1988) is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.", "links": [ { "url": "https://en.wikipedia.org/wiki/Protocol_Labs", "text": "Protocol Labs", "images": null }, { "url": "https://en.wikipedia.org/wiki/Computer_network", "text": "computer networking", "images": null }, { "url": "https://en.wikipedia.org/wiki/InterPlanetary_File_System", "text": "InterPlanetary File System (IPFS)", "images": null }, { "url": "https://en.wikipedia.org/wiki/Filecoin", "text": "Filecoin", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Career", "has_parts": [ { "type": "paragraph", "value": "Benet graduated from Stanford University where he studied machine learning. From January 2010 to December 2011, he was CTO of Loki Studios, leading development on the location-based multiplayer mobile game Geomon. The firm was acquired by Yahoo! in May 2013.", "links": [ { "url": "https://en.wikipedia.org/wiki/Stanford_University", "text": "Stanford University", "images": null }, { "url": "https://en.wikipedia.org/wiki/Yahoo!", "text": "Yahoo!", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "Benet founded Protocol Labs in May 2014, going through the Y-Combinator incubator that summer, to support development of IPFS and related infrastructure for a distributed web. These included libp2p for network communication, and Filecoin for insuring decentralized storage. To support the Filecoin launch, Benet developed the SAFT legal framework with Marco Santori, and founded CoinList, a token sale and investment platform.", "links": [ { "url": "https://en.wikipedia.org/wiki/Y_Combinator_(company)", "text": "Y-Combinator", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "In 2018, Benet was named one of Fortune magazine 's \"40 under 40\" in recognition of his work creating IPFS.", "links": [ { "url": "https://en.wikipedia.org/wiki/Fortune_(magazine)", "text": "Fortune magazine", "images": null } ], "name": null, "has_parts": null } ] } ]
[ { "type": "infobox", "name": "Infobox person", "has_parts": [ { "type": "section", "name": "Juan Benet", "has_parts": [ { "type": "image", "name": null, "value": "Benet in 2018", "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Juan_Benet_headshot.jpg/220px-Juan_Benet_headshot.jpg", "width": 220, "height": 220, "alternative_text": null, "caption": "Benet in 2018" } ] }, { "type": "field", "name": "Born", "value": "Juan Batiz-Benet March 16, 1988 Cuernavaca, Mexico", "links": [ { "url": "https://en.wikipedia.org/wiki/Cuernavaca", "text": "Cuernavaca", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mexico", "text": "Mexico", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Nationality", "value": "American", "links": null, "values": null, "images": null }, { "type": "field", "name": "Alma mater", "value": "Stanford University", "links": [ { "url": "https://en.wikipedia.org/wiki/Stanford_University", "text": "Stanford University", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Occupation", "value": "Entrepreneur", "links": null, "values": null, "images": null }, { "type": "field", "name": "Known for", "value": "InterPlanetary File System, Filecoin", "links": [ { "url": "https://en.wikipedia.org/wiki/InterPlanetary_File_System", "text": "InterPlanetary File System", "images": null }, { "url": "https://en.wikipedia.org/wiki/Filecoin", "text": "Filecoin", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Title", "value": "Founder and CEO of Protocol Labs", "links": null, "values": null, "images": null } ] } ] } ]
{ "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216" }
[ { "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216", "aspects": [ "C", "D.en", "O", "S", "T" ] }, { "identifier": "Q5", "url": "https://www.wikidata.org/entity/Q5", "aspects": [ "O" ] } ]
null
1906 Minnesota Senate election
62,782,592
The 1906 Minnesota Senate election was held in the U.S. state of Minnesota on November 6, 1906, to elect members to the Senate of the 35th and 36th Minnesota Legislatures. The Minnesota Republican Party won a large majority of seats, followed by the Minnesota Democratic Party and the People's Party. The new Legislature convened on January 8, 1907. 31 Republicans and 4 Democrats were uncontested.
{ "identifier": 1173750221, "comment": "/* top */add \"use mdy dates\" template", "is_minor_edit": null, "scores": null, "editor": { "identifier": 753665, "name": "Ser Amantio di Nicolao", "edit_count": null, "groups": null, "date_started": null, "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 4758, "size": { "value": 4760, "unit_text": "B" }, "noindex": null, "maintenance_tags": null, "tags": [ "AWB" ], "is_breaking_news": null }
{ "identifier": "1844b31c-372c-4791-919e-990f285fafb4", "type": "update", "date_created": "2024-04-27T00:36:08.173973Z", "date_published": "2024-08-06T08:45:24.054125Z" }
https://en.wikipedia.org/wiki/1906_Minnesota_Senate_election
null
"2023-09-04T05:33:58"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
null
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "The 1906 Minnesota Senate election was held in the U.S. state of Minnesota on November 6, 1906, to elect members to the Senate of the 35th and 36th Minnesota Legislatures.", "links": [ { "url": "https://en.wikipedia.org/wiki/U.S._state", "text": "U.S. state", "images": null }, { "url": "https://en.wikipedia.org/wiki/Minnesota", "text": "Minnesota", "images": null }, { "url": "https://en.wikipedia.org/wiki/Minnesota_Senate", "text": "Senate", "images": null }, { "url": "https://en.wikipedia.org/wiki/Minnesota_Legislature", "text": "Minnesota Legislatures", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "The Minnesota Republican Party won a large majority of seats, followed by the Minnesota Democratic Party and the People's Party. The new Legislature convened on January 8, 1907.", "links": [ { "url": "https://en.wikipedia.org/wiki/Republican_Party_of_Minnesota", "text": "Minnesota Republican Party", "images": null }, { "url": "https://en.wikipedia.org/wiki/Minnesota_Democratic_Party", "text": "Minnesota Democratic Party", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Party_(United_States)", "text": "People's Party", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "31 Republicans and 4 Democrats were uncontested.", "links": null, "name": null, "has_parts": null } ] } ]
[ { "type": "infobox", "name": "Infobox election", "has_parts": [ { "type": "section", "name": "1906 Minnesota Senate election", "has_parts": [ { "type": "image", "name": null, "value": null, "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Flag_of_Minnesota_%281893%E2%80%931957%29.svg/50px-Flag_of_Minnesota_%281893%E2%80%931957%29.svg.png", "width": 50, "height": 50, "alternative_text": null, "caption": null } ] } ] }, { "type": "section", "name": "November 6, 1906", "has_parts": [ { "type": "field", "name": null, "value": "November 6, 1906", "links": null, "values": null, "images": null } ] }, { "type": "section", "name": "All 63 seats in the Minnesota Senate 32 seats needed for a majority", "has_parts": [ { "type": "field", "name": null, "value": "GOP DEM PEO Party Republican Democratic Populist Seats won 43 19 1 Seat change 1 2 1 Popular vote 164,351 61,484 3,454 Percentage 69.5% 26.0% 1.5%", "links": [ { "url": "https://en.wikipedia.org/wiki/Republican_Party_of_Minnesota", "text": "Republican", "images": null }, { "url": "https://en.wikipedia.org/wiki/Democratic_Party_of_Minnesota", "text": "Democratic", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Party_(United_States)", "text": "Populist", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Decrease2.svg/11px-Decrease2.svg.png", "width": 11, "height": 11, "alternative_text": "Decrease", "caption": null }, { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png", "width": 11, "height": 11, "alternative_text": "Increase", "caption": null }, { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png", "width": 11, "height": 11, "alternative_text": "Increase", "caption": null } ] }, { "type": "field", "name": null, "value": "GOP DEM PEO", "links": null, "values": null, "images": null }, { "type": "field", "name": null, "value": "Party Republican Democratic Populist", "links": [ { "url": "https://en.wikipedia.org/wiki/Republican_Party_of_Minnesota", "text": "Republican", "images": null }, { "url": "https://en.wikipedia.org/wiki/Democratic_Party_of_Minnesota", "text": "Democratic", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Party_(United_States)", "text": "Populist", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "Seats won 43 19 1", "links": null, "values": null, "images": null }, { "type": "field", "name": null, "value": "Seat change 1 2 1", "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Decrease2.svg/11px-Decrease2.svg.png", "width": 11, "height": 11, "alternative_text": "Decrease", "caption": null }, { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png", "width": 11, "height": 11, "alternative_text": "Increase", "caption": null }, { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png", "width": 11, "height": 11, "alternative_text": "Increase", "caption": null } ] }, { "type": "field", "name": null, "value": "Popular vote 164,351 61,484 3,454", "links": null, "values": null, "images": null }, { "type": "field", "name": null, "value": "Percentage 69.5% 26.0% 1.5%", "links": null, "values": null, "images": null }, { "type": "image", "name": null, "value": null, "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/MNSen1906.svg/300px-MNSen1906.svg.png", "width": 300, "height": 300, "alternative_text": null, "caption": null } ] } ] } ] } ]
{ "identifier": "Q85720893", "url": "https://www.wikidata.org/entity/Q85720893" }
[ { "identifier": "Q85720893", "url": "https://www.wikidata.org/entity/Q85720893", "aspects": [ "D.en", "S", "T" ] } ]
null
12th century in Wales
14,530,513
This article is about the particular significance of the century 1101–1200 to Wales and its people.
{ "identifier": 1209422244, "comment": "/* Events */", "is_minor_edit": null, "scores": null, "editor": { "identifier": 27738727, "name": "Rfl0216", "edit_count": null, "groups": null, "date_started": null, "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 32712, "size": { "value": 32762, "unit_text": "B" }, "noindex": null, "maintenance_tags": null, "tags": [ "wikieditor" ], "is_breaking_news": null }
{ "identifier": "a6580d34-399e-4c3a-92fd-2696cfa0898d", "type": "update", "date_created": "2024-04-27T00:36:06.787123Z", "date_published": "2024-08-06T08:45:24.283604Z" }
https://en.wikipedia.org/wiki/12th_century_in_Wales
null
"2024-02-21T21:15:29"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Wales-related events during the 12th century
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "This article is about the particular significance of the century 1101–1200 to Wales and its people.", "links": [ { "url": "https://en.wikipedia.org/wiki/Wales", "text": "Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/Welsh_people", "text": "its people", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Events", "has_parts": [ { "type": "paragraph", "value": "1102", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Henry I of England has a series of charges drawn up against the rebel Robert of Bellême, Earl of Shrewsbury and, when Robert refuses to answer to them, has Robert's former vassal and ally Iorwerth ap Bleddyn, prince of Powys, persuaded to besiege and capture Robert's castles in Shropshire; Iorwerth also delivers his own brother Maredudd ap Bleddyn to the king. The king banishes Robert and his brothers from England and Wales; his brother Arnulf of Montgomery, lord of Pembroke, goes to serve his father-in-law, Muirchertach Ua Briain, High King of Ireland.", "links": [ { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Robert_of_Bellême,_3rd_Earl_of_Shrewsbury", "text": "Robert of Bellême, Earl of Shrewsbury", "images": null }, { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Powys", "text": "Powys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Shropshire", "text": "Shropshire", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maredudd_ap_Bleddyn", "text": "Maredudd ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/England_and_Wales", "text": "England and Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/Arnulf_of_Montgomery", "text": "Arnulf of Montgomery", "images": null }, { "url": "https://en.wikipedia.org/wiki/Earl_of_Pembroke", "text": "lord of Pembroke", "images": null }, { "url": "https://en.wikipedia.org/wiki/Muirchertach_Ua_Briain", "text": "Muirchertach Ua Briain", "images": null }, { "url": "https://en.wikipedia.org/wiki/High_King_of_Ireland", "text": "High King of Ireland", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gerald de Windsor is appointed by Henry I of England as Constable of Pembroke Castle.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_de_Windsor", "text": "Gerald de Windsor", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pembroke_Castle", "text": "Pembroke Castle", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1103", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Iorwerth ap Bleddyn, prince of Powys, having been insufficiently rewarded for his actions the previous year, again rebels against Henry I and is arraigned before a royal tribunal at Shrewsbury, convicted and imprisoned, leaving his brother Cadwgan ap Bleddyn as sole ruler of the parts of Powys not already in Norman hands.", "links": [ { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Powys", "text": "Powys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Shrewsbury", "text": "Shrewsbury", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1109", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Nest ferch Rhys is abducted from Cilgerran Castle by Owain ap Cadwgan, son of Cadwgan ap Bleddyn.", "links": [ { "url": "https://en.wikipedia.org/wiki/Nest_ferch_Rhys", "text": "Nest ferch Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cilgerran_Castle", "text": "Cilgerran Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_ap_Cadwgan", "text": "Owain ap Cadwgan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1110", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadwgan ap Bleddyn loses Ceredigion to the Norman Gilbert Fitz Richard.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gilbert_Fitz_Richard", "text": "Gilbert Fitz Richard", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Iorwerth ap Bleddyn is released from prison.", "links": [ { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Philip de Braose, 2nd Lord of Bramber, rebels against King Henry I of England, and his estates are confiscated.", "links": [ { "url": "https://en.wikipedia.org/wiki/Philip_de_Braose", "text": "Philip de Braose", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1111", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Madog ap Rhiryd, an ally of Owain ap Cadwgan, kills Iorwerth ap Bleddyn (Owain's uncle) near Llanfair Caereinion, soon afterwards also killing Iorwerth's brother Cadwgan ap Bleddyn at Welshpool (Y Trallwng) so that Owain takes over their possessions in Powys.", "links": [ { "url": "https://en.wikipedia.org/wiki/Madog_ap_Rhiryd", "text": "Madog ap Rhiryd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_ap_Cadwgan", "text": "Owain ap Cadwgan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llanfair_Caereinion", "text": "Llanfair Caereinion", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Welshpool", "text": "Welshpool", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1112", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "William de Braose regains possession of the estates lost two years earlier.", "links": null, "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1113", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Gruffydd ap Rhys of Deheubarth, heir of Rhys ap Tewdwr, returns from exile in Ireland.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys", "text": "Gruffydd ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Tewdwr", "text": "Rhys ap Tewdwr", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Maredudd ap Bleddyn captures Madog ap Rhiryd and sends him to Maredudd's nephew, Owain ap Cadwgan, Prince of Powys, who takes revenge for the killing of his father by having Madog's eyes gouged out.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maredudd_ap_Bleddyn", "text": "Maredudd ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Madog_ap_Rhiryd", "text": "Madog ap Rhiryd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_ap_Cadwgan", "text": "Owain ap Cadwgan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1114", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "King Henry I of England invades Gwynedd, obliging Gruffudd ap Cynan to pay homage to him.", "links": [ { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan", "text": "Gruffudd ap Cynan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1115", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bernard replaces Wilfred as Bishop of St David's, as a result of Henry I's determination to take the diocese out of Welsh control.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bernard_(bishop_of_St_David's)", "text": "Bernard", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain ap Cadwgan is knighted by King Henry I of England for his service in Normandy.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_ap_Cadwgan", "text": "Owain ap Cadwgan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gruffydd ap Rhys seeks sanctuary in Gwynedd but receives no assistance from Gruffudd ap Cynan.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys", "text": "Gruffydd ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan", "text": "Gruffudd ap Cynan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1116", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Revolt against the Normans, led by Gruffydd ap Rhys. He successfully attacks Swansea Castle, Carmarthen Castle, and Kidwelly Castle, but fails to take Castle Llanmyddyfri or Aberystwyth.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys", "text": "Gruffydd ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Swansea_Castle", "text": "Swansea Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Carmarthen_Castle", "text": "Carmarthen Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kidwelly_Castle", "text": "Kidwelly Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llandovery_Castle", "text": "Castle Llanmyddyfri", "images": null }, { "url": "https://en.wikipedia.org/wiki/Aberystwyth", "text": "Aberystwyth", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1119", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bernard, Bishop of St David's, attends the council of Reims.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bernard_(bishop_of_St_David's)", "text": "Bernard, Bishop of St David's", "images": null }, { "url": "https://en.wikipedia.org/wiki/Council_of_Reims", "text": "council of Reims", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1120", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "4 April – The Archbishop of Canterbury grants a request from Gruffudd ap Cynan to recognise David the Scot as Bishop of Bangor.", "links": [ { "url": "https://en.wikipedia.org/wiki/4_April", "text": "4 April", "images": null }, { "url": "https://en.wikipedia.org/wiki/Archbishop_of_Canterbury", "text": "Archbishop of Canterbury", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan", "text": "Gruffudd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/David_the_Scot", "text": "David the Scot", "images": null }, { "url": "https://en.wikipedia.org/wiki/Bishop_of_Bangor", "text": "Bishop of Bangor", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "May – The remains of Dubricius (Saint Dyfrig) are moved from Bangor to Llandaff.", "links": [ { "url": "https://en.wikipedia.org/wiki/Dubricius", "text": "Dubricius", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Canonization of Saint David is recognised by Pope Callixtus II.", "links": [ { "url": "https://en.wikipedia.org/wiki/Saint_David", "text": "Saint David", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pope_Callixtus_II", "text": "Pope Callixtus II", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1121", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "April/May – Sibyl, daughter of Bernard de Neufmarché, marries Miles of Gloucester, 1st Earl of Hereford; the marriage is personally arranged by King Henry I of England.", "links": [ { "url": "https://en.wikipedia.org/wiki/Sibyl_de_Neufmarché", "text": "Sibyl", "images": null }, { "url": "https://en.wikipedia.org/wiki/Miles_of_Gloucester,_1st_Earl_of_Hereford", "text": "Miles of Gloucester, 1st Earl of Hereford", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Robert Turberville is recorded as a principal tenant of Bernard de Neufmarché at Crickhowell.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bernard_de_Neufmarché", "text": "Bernard de Neufmarché", "images": null }, { "url": "https://en.wikipedia.org/wiki/Crickhowell", "text": "Crickhowell", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Walter of Gloucester enters Llanthony Priory as a monk; his title passes to his son Miles.", "links": [ { "url": "https://en.wikipedia.org/wiki/Walter_of_Gloucester", "text": "Walter of Gloucester", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llanthony_Priory", "text": "Llanthony Priory", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1123", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bernard, Bishop of St David's, visits Rome.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bernard_(bishop_of_St_David's)", "text": "Bernard, Bishop of St David's", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1124", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadwallon ap Gruffydd kills the three rulers of the cantref of Dyffryn Clwyd, Meilyr ab Owain, Rhiryd ab Owain and Gronw ab Owain, his maternal uncles, to annexe it to his father's Kingdom of Gwynedd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwallon_ap_Gruffydd?action=edit&redlink=1", "text": "Cadwallon ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cantref", "text": "cantref", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dyffryn_Clwyd", "text": "Dyffryn Clwyd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Annexation", "text": "annexe", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kingdom_of_Gwynedd", "text": "Kingdom of Gwynedd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1125", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bernard, Bishop of St David's, ejects the Benedictines from Carmarthen, replacing them with the Augustinian order.", "links": null, "has_parts": null, "name": null }, { "type": "list_item", "value": "David, Bishop of Bangor, visits the Archbishop of Canterbury at Lambeth.", "links": null, "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1127", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bishop Urban of Llandaff unsuccessfully seeks support from the Council of Westminster to extend the boundaries of his diocese from the River Tawe to the River Towy.", "links": [ { "url": "https://en.wikipedia.org/wiki/Urban_(bishop_of_Llandaff)", "text": "Bishop Urban of Llandaff", "images": null }, { "url": "https://en.wikipedia.org/wiki/River_Tawe", "text": "River Tawe", "images": null }, { "url": "https://en.wikipedia.org/wiki/River_Towy", "text": "River Towy", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gruffydd ap Rhys of Deheubarth goes into a brief exile in Ireland.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys", "text": "Gruffydd ap Rhys", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Caradog ap Iestyn of Glamorgan, and his brothers Gruffydd and Goronwy are involved in a “deed of violence”.", "links": [ { "url": "https://en.wikipedia.org/wiki/Caradog_ap_Iestyn?action=edit&redlink=1", "text": "Caradog ap Iestyn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1128", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "19 April - Bishop Urban of Llandaff seeks support from the Pope for the extension of his diocese.", "links": [ { "url": "https://en.wikipedia.org/wiki/19_April", "text": "19 April", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1129", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bishop Urban of Llandaff makes a second appeal to the Pope. Bishop Bernard of St David's follows him to Rome and obtains a deferment of the decision.", "links": null, "has_parts": null, "name": null }, { "type": "list_item", "value": "Bledri ap Cydifor makes a grant of land to Carmarthen Priory.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bledri_ap_Cydifor", "text": "Bledri ap Cydifor", "images": null }, { "url": "https://en.wikipedia.org/wiki/Carmarthen_Priory", "text": "Carmarthen Priory", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Richard I de Grenville makes a grant of land to the Congregation of Savigny for foundation of Neath Abbey; the first monks arrive in 1130.", "links": [ { "url": "https://en.wikipedia.org/wiki/Richard_I_de_Grenville", "text": "Richard I de Grenville", "images": null }, { "url": "https://en.wikipedia.org/wiki/Congregation_of_Savigny", "text": "Congregation of Savigny", "images": null }, { "url": "https://en.wikipedia.org/wiki/Neath_Abbey", "text": "Neath Abbey", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "The name of Geoffrey of Monmouth appears on the charter of Osney Abbey in Oxfordshire.", "links": [ { "url": "https://en.wikipedia.org/wiki/Geoffrey_of_Monmouth", "text": "Geoffrey of Monmouth", "images": null }, { "url": "https://en.wikipedia.org/wiki/Osney_Abbey", "text": "Osney Abbey", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Penhow Castle is first known to be occupied.", "links": [ { "url": "https://en.wikipedia.org/wiki/Penhow_Castle", "text": "Penhow Castle", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1130", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Robert de Bethune, prior of Llanthony, is made Bishop of Hereford by King Henry I of England.", "links": [ { "url": "https://en.wikipedia.org/wiki/Robert_de_Bethune", "text": "Robert de Bethune", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llanthony_Priory", "text": "Llanthony", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_I_of_England", "text": "Henry I of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Construction of Painscastle by Pain fitzJohn.", "links": [ { "url": "https://en.wikipedia.org/wiki/Painscastle_Castle", "text": "Painscastle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pain_fitzJohn", "text": "Pain fitzJohn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1131", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "9 May - Tintern Abbey is founded.", "links": [ { "url": "https://en.wikipedia.org/wiki/9_May", "text": "9 May", "images": null }, { "url": "https://en.wikipedia.org/wiki/Tintern_Abbey", "text": "Tintern Abbey", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Bernard, Bishop of St David's, is present at a second council of Reims. His cathedral at St David's receives a “dedication”, possibly indicating a partial rebuilding.", "links": [ { "url": "https://en.wikipedia.org/wiki/Council_of_Reims", "text": "council of Reims", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1132", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Basingwerk Abbey is founded.", "links": [ { "url": "https://en.wikipedia.org/wiki/Basingwerk_Abbey", "text": "Basingwerk Abbey", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Madog ap Maredudd succeeds his father as ruler of Powys.", "links": [ { "url": "https://en.wikipedia.org/wiki/Madog_ap_Maredudd", "text": "Madog ap Maredudd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1133", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadwallon ap Gruffydd is defeated and killed by an army of the Kingdom of Powys near Nanheudwy.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwallon_ap_Gruffydd?action=edit&redlink=1", "text": "Cadwallon ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kingdom_of_Powys", "text": "Kingdom of Powys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Nanheudwy", "text": "Nanheudwy", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1135", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Monks of Llanthony Priory are forced by persistent attacks from the local population to flee across the English border and establish a daughter cell, Llanthony Secunda.", "links": [ { "url": "https://en.wikipedia.org/wiki/Llanthony_Priory", "text": "Llanthony Priory", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llanthony_Secunda", "text": "Llanthony Secunda", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Geoffrey of Monmouth gives permission to Caradog of Llancarfan to use material from his History of the Kings of Britain. Ordericus Vitalis quotes from Geoffrey's work in his Historia Ecclesiastica.", "links": [ { "url": "https://en.wikipedia.org/wiki/Geoffrey_of_Monmouth", "text": "Geoffrey of Monmouth", "images": null }, { "url": "https://en.wikipedia.org/wiki/Caradog_of_Llancarfan", "text": "Caradog of Llancarfan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ordericus_Vitalis", "text": "Ordericus Vitalis", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1136", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "January - Rebellion breaks out in Ceredigion. Owain Gwynedd and his brother Cadwaladr ap Gruffydd invade the region and take five of its castles, including Aberystwyth.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd", "text": "Cadwaladr ap Gruffydd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gwenllian ferch Gruffydd is killed in battle near Kidwelly.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gwenllian_ferch_Gruffydd", "text": "Gwenllian ferch Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kidwelly", "text": "Kidwelly", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "September/October - Battle of Crug Mawr; a signal victory for the Welsh.", "links": [ { "url": "https://en.wikipedia.org/wiki/Battle_of_Crug_Mawr", "text": "Battle of Crug Mawr", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cardigan Castle is taken by the Welsh and burned.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cardigan_Castle", "text": "Cardigan Castle", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Llanthony Secunda Priory is founded by Miles of Gloucester, 1st Earl of Hereford.", "links": [ { "url": "https://en.wikipedia.org/wiki/Llanthony_Secunda", "text": "Llanthony Secunda", "images": null }, { "url": "https://en.wikipedia.org/wiki/Miles_of_Gloucester,_1st_Earl_of_Hereford", "text": "Miles of Gloucester, 1st Earl of Hereford", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1137", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Death of Gruffudd ap Cynan, king of Gwynedd; he is replaced by Owain Gwynedd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan", "text": "Gruffudd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/King_of_Gwynedd", "text": "king of Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain and his brother Cadwaladr ap Gruffydd ap Cynan complete their conquest of Ceredigion by capturing the castles in the east and south of the region.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "William of Wycombe becomes prior of Llanthony Priory.", "links": [ { "url": "https://en.wikipedia.org/wiki/William_of_Wycombe", "text": "William of Wycombe", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llanthony_Priory", "text": "Llanthony Priory", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1138", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "A shrine to St Winefride is established in Shrewsbury, and the saint's remains are transferred there from Holywell.", "links": [ { "url": "https://en.wikipedia.org/wiki/Winefride", "text": "Winefride", "images": null }, { "url": "https://en.wikipedia.org/wiki/Shrewsbury", "text": "Shrewsbury", "images": null }, { "url": "https://en.wikipedia.org/wiki/Holywell,_Flintshire", "text": "Holywell", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain Gwynedd and Cadwaladr ap Gruffydd ap Cynan fail to take Cardigan with the aid of a Danish fleet. Their allies include Anarawd ap Gruffydd and his brother Cadell. Cadwaladr consolidates their previous gains and retains control of northern Ceredigion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Anarawd_ap_Gruffydd", "text": "Anarawd ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "King Stephen of England gives Gilbert de Clare the title of Earl of Pembroke.", "links": [ { "url": "https://en.wikipedia.org/wiki/Stephen_of_England", "text": "Stephen of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gilbert_de_Clare,_1st_Earl_of_Pembroke", "text": "Gilbert de Clare", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1139", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Owain Gwynedd places southern Ceredigion under the control of his son Hywel ab Owain Gwynedd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain and his brother Cadwaladr oppose the appointment of Meurig to the see of Bangor. They are supported by Anarawd ap Gruffydd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr", "images": null }, { "url": "https://en.wikipedia.org/wiki/Meurig_(bishop)", "text": "Meurig", "images": null }, { "url": "https://en.wikipedia.org/wiki/Anarawd_ap_Gruffydd", "text": "Anarawd ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1140", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "January - Meurig is consecrated Bishop of Bangor.", "links": [ { "url": "https://en.wikipedia.org/wiki/Meurig_(bishop)", "text": "Meurig", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "16 September – Whitland Abbey is founded at Little Trefgarn near Haverfordwest by monks from Clairvaux.", "links": [ { "url": "https://en.wikipedia.org/wiki/16_September", "text": "16 September", "images": null }, { "url": "https://en.wikipedia.org/wiki/Whitland_Abbey", "text": "Whitland Abbey", "images": null }, { "url": "https://en.wikipedia.org/wiki/Haverfordwest", "text": "Haverfordwest", "images": null }, { "url": "https://en.wikipedia.org/wiki/Clairvaux_Abbey", "text": "Clairvaux", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1141", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "2 February – Cadwaladr ap Gruffydd ap Cynan is an ally of Earl Randolph of Chester in his attack on Lincoln.", "links": [ { "url": "https://en.wikipedia.org/wiki/2_February", "text": "2 February", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Ewenny Priory is founded.", "links": [ { "url": "https://en.wikipedia.org/wiki/Ewenny_Priory", "text": "Ewenny Priory", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1143", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Following the murder of Anarawd ap Gruffydd by supporters of Cadwaladr ap Gruffydd ap Cynan, Owain Gwynedd and his son Hywel drive Cadwaladr out of Ceredigion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Anarawd_ap_Gruffydd", "text": "Anarawd ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gilbert is appointed Bishop of St Asaph.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bishop_of_St_Asaph", "text": "Bishop of St Asaph", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1144", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Bernard, Bishop of St David's, gives land at Trefgarn to the first Cistercian monks to settle in west Wales.", "links": null, "has_parts": null, "name": null }, { "type": "list_item", "value": "Cadwaladr ap Gruffydd ap Cynan brings a Danish fleet to Abermenai from his Irish allies; the Danes are driven out by his brother Owain Gwynedd. Cadwaladr is reconciled with Owain and restored to Ceredigion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Hugh de Mortimer recaptures Maelienydd and Elfael from the Welsh.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hugh_de_Mortimer", "text": "Hugh de Mortimer", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1145", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Hywel ab Owain Gwynedd and his brother Cynan sack Cardigan but fail to take the castle.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Hugh de Mortimer captures a local leader, Rhys ap Hywel.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hugh_de_Mortimer", "text": "Hugh de Mortimer", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gilbert de Clare, 1st Earl of Pembroke, fortifies the castle of “Dinwileir”.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gilbert_de_Clare,_1st_Earl_of_Pembroke", "text": "Gilbert de Clare, 1st Earl of Pembroke", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1146", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Owain Gwynedd takes Mold from Ranulf de Gernon, 4th Earl of Chester.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mold,_Flintshire", "text": "Mold", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ranulf_de_Gernon,_4th_Earl_of_Chester", "text": "Ranulf de Gernon, 4th Earl of Chester", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cadell ap Gruffydd takes the castle of Dinwileir from Gilbert de Clare, 1st Earl of Pembroke. With help from Hywel ab Owain Gwynedd, he also takes the castles of Carmarthen and Llansteffan. Rhys ap Gruffydd (the Lord Rhys) begins his military career, aged 13, fighting under his brother Cadell.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gilbert_de_Clare,_1st_Earl_of_Pembroke", "text": "Gilbert de Clare, 1st Earl of Pembroke", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Hugh de Mortimer brings about the death of Maredudd ap Madog ab Idnerth.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hugh_de_Mortimer", "text": "Hugh de Mortimer", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1147", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "In alliance with Hywel ab Owain Gwynedd and the Fitzgeralds of Pembroke, Cadell ap Gruffydd takes the castle of Wiston from Walter Fitzwiz.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Walter_Fitzwiz?action=edit&redlink=1", "text": "Walter Fitzwiz", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Hywel ab Owain Gwynedd and his brother Cynan invade Meirionnydd and take the castle of Cynfail from their uncle, Cadwaladr ap Gruffydd ap Cynan.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Margam Abbey founded.", "links": [ { "url": "https://en.wikipedia.org/wiki/Margam_Abbey", "text": "Margam Abbey", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1148", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "19 December – David FitzGerald is consecrated Bishop of St David's, at Canterbury.", "links": [ { "url": "https://en.wikipedia.org/wiki/19_December", "text": "19 December", "images": null }, { "url": "https://en.wikipedia.org/wiki/David_FitzGerald", "text": "David FitzGerald", "images": null }, { "url": "https://en.wikipedia.org/wiki/Bishop_of_St_David's", "text": "Bishop of St David's", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1149", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Madog ap Maredudd mounts an expedition into England and takes the Fitzalan lordship of Oswestry. He appoints his nephew Owain Cyfeiliog to rule Cyfeiliog on his behalf.", "links": [ { "url": "https://en.wikipedia.org/wiki/Madog_ap_Maredudd", "text": "Madog ap Maredudd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Oswestry", "text": "Oswestry", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Tegeingl and Iâl are annexed by Owain Gwynedd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Tegeingl", "text": "Tegeingl", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1150", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadell ap Gruffydd launches a raid on Kidwelly.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cynan ab Owain Gwynedd is imprisoned by his father Owain Gwynedd, for unspecified reasons.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cynan_ab_Owain_Gwynedd", "text": "Cynan ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Hywel ab Owain Gwynedd captures his cousin Cadfan, son of Cadwaladr ap Gruffydd ap Cynan, and occupies the new castle at Llanrhystud.", "links": [ { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Bertha of Hereford marries William de Braose, 3rd Lord of Bramber.", "links": [ { "url": "https://en.wikipedia.org/wiki/Bertha_of_Hereford", "text": "Bertha of Hereford", "images": null }, { "url": "https://en.wikipedia.org/wiki/William_de_Braose,_3rd_Lord_of_Bramber", "text": "William de Braose, 3rd Lord of Bramber", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1151", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadell ap Gruffydd is attacked by Normans while hunting in the forest of Coed Rhath. Although he survives the attack, he is unable to continue his military activities.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1152", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "21 February - Geoffrey of Monmouth is consecrated Bishop of St Asaph, ten days after being ordained a priest.", "links": [ { "url": "https://en.wikipedia.org/wiki/21_February", "text": "21 February", "images": null }, { "url": "https://en.wikipedia.org/wiki/Geoffrey_of_Monmouth", "text": "Geoffrey of Monmouth", "images": null }, { "url": "https://en.wikipedia.org/wiki/Bishop_of_St_Asaph", "text": "Bishop of St Asaph", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Another quarrel takes place between Owain Gwynedd and his brother Cadwaladr; Cadwaladr goes into exile in England.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1153", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cadell ap Gruffydd makes a pilgrimage to Rome. His brothers Maredudd and Rhys ap Gruffydd drive Hywel ab Owain Gwynedd out of Ceredigion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ceredigion", "text": "Ceredigion", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Rhys ap Gruffydd attacks the territory of Owain Cyfeiliog, beginning a feud between the two princes, and captures the Norman castle at St Clears.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null }, { "url": "https://en.wikipedia.org/wiki/St_Clears", "text": "St Clears", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1154", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Morgan ab Owain, grandson of Caradog ap Gruffydd, is recognised as lord of Caerleon by King Henry II of England.", "links": [ { "url": "https://en.wikipedia.org/wiki/Caradog_ap_Gruffydd", "text": "Caradog ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1155", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "The sudden death of Maredudd ap Gruffydd leaves his brother Rhys sole ruler of Deheubarth.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maredudd_ap_Gruffydd", "text": "Maredudd ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Deheubarth", "text": "Deheubarth", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1157", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "King Henry II of England invades Wales, with the support of Madog ap Maredudd, attacking Anglesey by sea. Following a highly successful ambush in Hawarden Woods (led by Owain's sons Dafydd and Cynan) near Ewloe in north-east Wales, Owain Gwynedd repulsed Henry II's army, his forces scattering in disarray and his royal standard was thrown to the ground; a symbol of surrender in those times. The standard bearer was later killed in a judicial duel connected to this humiliating retreat. King Henry escaped with his life but had suffered a humiliating set back. Realising that further confronting the Plantagenet king would be a highly risky affair, the subsequent peace agreement between Henry and Owain saw the latter buy peace with a certain number of cattle and, although he also cedes Tegeingl to Henry; it is recovered into Welsh hands in the late 1160s. Owain is also made to return his brother Cadwaladr to his former position.", "links": [ { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Madog_ap_Maredudd", "text": "Madog ap Maredudd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Anglesey", "text": "Anglesey", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ewloe", "text": "Ewloe", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1158", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Rhys ap Gruffydd is forced to pay homage to King Henry II of England; Rhys temporarily loses Ceredigion and part of Ystrad Tywi.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Ifor Bach makes a fatal attack on Morgan ab Owain of Caerleon; Morgan is succeeded by his brother Iorwerth. Later in the year, Ifor captures William, Earl of Gloucester, and his family from Cardiff Castle and holds them hostage pending the restoration of his own former lands.", "links": [ { "url": "https://en.wikipedia.org/wiki/Ifor_Bach", "text": "Ifor Bach", "images": null }, { "url": "https://en.wikipedia.org/wiki/Morgan_ab_Owain", "text": "Morgan ab Owain", "images": null }, { "url": "https://en.wikipedia.org/wiki/William,_Earl_of_Gloucester?action=edit&redlink=1", "text": "William, Earl of Gloucester", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1159", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "An alliance of English earls and some Welsh leaders (including Cadwaladr ap Gruffydd ap Cynan, Hywel ab Owain Gwynedd and Cynan ab Owain Gwynedd) unsuccessfully attempts to overthrow Rhys ap Gruffydd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr ap Gruffydd ap Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cynan_ab_Owain_Gwynedd", "text": "Cynan ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1160", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Following the death of Madog ap Maredudd, prince of Powys, at Whittington, Powys is permanently divided into two and shared between his sons, including Gruffydd Maelor, Owain Brogyntyn and Owain Cyfeiliog.", "links": [ { "url": "https://en.wikipedia.org/wiki/Madog_ap_Maredudd", "text": "Madog ap Maredudd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Powys", "text": "Powys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Whittington,_Shropshire", "text": "Whittington", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gruffydd_Maelor", "text": "Gruffydd Maelor", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Brogyntyn", "text": "Owain Brogyntyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1162", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "3 June – David FitzGerald, Bishop of St David's, and Nicholas ap Gwrgant, Bishop of Llandaff, assist in the consecration of Thomas Becket as Archbishop of Canterbury.", "links": [ { "url": "https://en.wikipedia.org/wiki/3_June", "text": "3 June", "images": null }, { "url": "https://en.wikipedia.org/wiki/Nicholas_ap_Gwrgant?action=edit&redlink=1", "text": "Nicholas ap Gwrgant", "images": null }, { "url": "https://en.wikipedia.org/wiki/Thomas_Becket", "text": "Thomas Becket", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1163", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "19 May - David FitzGerald, Bishop of St David's, attends a council of Pope Alexander III at Tours.", "links": [ { "url": "https://en.wikipedia.org/wiki/19_May", "text": "19 May", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pope_Alexander_III", "text": "Pope Alexander III", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain Cyfeiliog and his cousin Owain Fychan capture and destroy the royal castle of Carreghofa.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain Gwynedd musters an assembly of Welsh leaders at Corwen, in opposition to King Henry II of England, which is attended by Owain's brother Cadwaladr. Cadwallon ap Madog and his brother Einion ap Madog, Owain Cyfeiliog and others. Owain Gwynedd also begins diplomacy with France - the first Welsh ruler known to have done so.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwallon_ap_Madog", "text": "Cadwallon ap Madog", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null }, { "url": "https://en.wikipedia.org/wiki/France", "text": "France", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1164", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "30 January - David FitzGerald, Bishop of St David's, is among the signatories of the Constitutions of Clarendon.", "links": [ { "url": "https://en.wikipedia.org/wiki/30_January", "text": "30 January", "images": null }, { "url": "https://en.wikipedia.org/wiki/Constitutions_of_Clarendon", "text": "Constitutions of Clarendon", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Strata Florida Abbey is founded.", "links": [ { "url": "https://en.wikipedia.org/wiki/Strata_Florida_Abbey", "text": "Strata Florida Abbey", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1165", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "King Henry II of England invades Wales via Oswestry; Owain Gwynedd gathers an army composed of the forces of several of the other native rulers of Wales and camps at Corwen. After a few skirmishes, Henry withdraws up Berwyn mountain for security and eventually felly retreats to England without fighting. Although Henry cites bad weather as the reason for his withdrawal, the Welsh troops, under the same skies, remained in the field; from now on, Owain is considered prince of Wales. This was a signal success for Owain and was recorded as such by contemporary English chronicler, John of Salisbury. Similarly, Owain's successes against Henry are mentioned in the diplomatic messages exchanged with the French king, Louis VII.", "links": [ { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Corwen", "text": "Corwen", "images": null }, { "url": "https://en.wikipedia.org/wiki/Prince_of_Wales", "text": "prince of Wales", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cardigan Castle is captured and Robert Fitz-Stephen is taken prisoner by the Lord Rhys of Deheubarth.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cardigan_Castle", "text": "Cardigan Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Robert_Fitz-Stephen", "text": "Robert Fitz-Stephen", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "the Lord Rhys", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1165", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Cardigan Castle is taken by Rhys ap Gruffydd and destroyed. Its constable Robert Fitzstephen becomes Rhys's prisoner.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Robert_Fitzstephen", "text": "Robert Fitzstephen", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Dafydd ab Owain Gwynedd makes a successful raid on Tegeingl.", "links": [ { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1167", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Owain Gwynedd and his brother Cadwaladr take the castles of Rhuddlan and Prestatyn.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd_ap_Cynan", "text": "Cadwaladr", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "David Fitzgerald, Bishop of St David's, persuades Rhys ap Gruffydd to release Robert Fitzstephen (David's half-brother).", "links": [ { "url": "https://en.wikipedia.org/wiki/David_fitzGerald", "text": "David Fitzgerald", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Robert_Fitzstephen", "text": "Robert Fitzstephen", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain Cyfeiliog, having entered into an alliance with the English, loses the commote of Caereinion when he is attacked by joint forces of Owain Gwynedd and Rhys ap Gruffydd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1170", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "November - The death of Owain Gwynedd throws his former kingdom into disarray and causes a power struggle in Gwynedd; within weeks, his nominated heir is dead, and his son Dafydd ab Owain assumes power. Dafydd is, however, unable to maintain his father's hold on south Wales, which falls under the aegis of Rhys ap Gruffydd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gwynedd", "text": "Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd ab Owain", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Court poet Cynddelw Brydydd Mawr produces his well-known elegy to Owain.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cynddelw_Brydydd_Mawr", "text": "Cynddelw Brydydd Mawr", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Owain Cyfeiliog establishes the Cistercian monastery of Strata Marcella.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null }, { "url": "https://en.wikipedia.org/wiki/Strata_Marcella", "text": "Strata Marcella", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Peter de Leia becomes Prior of Much Wenlock.", "links": [ { "url": "https://en.wikipedia.org/wiki/Peter_de_Leia", "text": "Peter de Leia", "images": null }, { "url": "https://en.wikipedia.org/wiki/Much_Wenlock", "text": "Much Wenlock", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "According to folklore, Madoc (Owain's illegitimate son) sails from Wales to America.", "links": [ { "url": "https://en.wikipedia.org/wiki/Madoc", "text": "Madoc", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1171", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "September - The Lord Rhys negotiates a lasting peace with King Henry II of England.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "The Lord Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "October - King Henry II of England makes a pilgrimage to St David's.", "links": [ { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Iorwerth ab Owain, having fallen out of favour with King Henry II, loses the lordship of Caerleon.", "links": null, "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1172", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Philip de Braose is given the “honour” of Limerick, in recognition of his service to the English king in Ireland.", "links": null, "has_parts": null, "name": null }, { "type": "list_item", "value": "Gerald of Wales completes his studies at the University of Paris and returns to Britain. He is soon commissioned by the Archbishop of Canterbury to enforce the payment of tithes on wool and cheese in the diocese of St David's. In the same year David Fitzgerald, the bishop, is granted a royal charter confirming all his possessions.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/Archbishop_of_Canterbury", "text": "Archbishop of Canterbury", "images": null }, { "url": "https://en.wikipedia.org/wiki/David_fitzGerald", "text": "David Fitzgerald", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Following the death of his son Owain at the hands of the Earl of Gloucester, Iorwerth ab Owain rebels against Norman rule.", "links": [ { "url": "https://en.wikipedia.org/wiki/Earl_of_Gloucester", "text": "Earl of Gloucester", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1173", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Maelgwn ab Owain Gwynedd, one of the sons of Owain Gwynedd, is driven into exile in Ireland by his brother Dafydd. Dafydd sides with the King of England against the Welsh rebels and seeks the hand of Henry's half-sister Emma of Anjou in return for his assistance.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maelgwn_ab_Owain_Gwynedd", "text": "Maelgwn ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Emma_of_Anjou", "text": "Emma of Anjou", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Iorwerth ab Owain and his son take Caerleon and other castles in Gwent.", "links": null, "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1174", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Maelgwn ab Owain Gwynedd returns from exile and is imprisoned by his brother Dafydd, who proceeds to eliminate all opposition to his rule in Gwynedd, including his brothers Rhodri, Cynan and Iorwerth Drwyndwn; Cynan and Iorwerth are both believed to have died during this year. Dafydd marries Emma of Anjou during the summer.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maelgwn_ab_Owain_Gwynedd", "text": "Maelgwn ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cynan_ab_Owain?action=edit&redlink=1", "text": "Cynan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Iorwerth_Drwyndwn", "text": "Iorwerth Drwyndwn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Emma_of_Anjou", "text": "Emma of Anjou", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Richard de Clare, 2nd Earl of Pembroke, takes Usk Castle.", "links": [ { "url": "https://en.wikipedia.org/wiki/Richard_de_Clare,_2nd_Earl_of_Pembroke", "text": "Richard de Clare, 2nd Earl of Pembroke", "images": null }, { "url": "https://en.wikipedia.org/wiki/Usk_Castle", "text": "Usk Castle", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1175", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "18 May – David FitzGerald, Bishop of St David's, attends the council of Richard, Archbishop of Canterbury in London, in the presence of King Henry II of England and Henry the Young King.", "links": [ { "url": "https://en.wikipedia.org/wiki/18_May", "text": "18 May", "images": null }, { "url": "https://en.wikipedia.org/wiki/Richard_of_Dover", "text": "Richard", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_the_Young_King", "text": "Henry the Young King", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "12 October – Adam Parvipontanus is consecrated as Bishop of St Asaph following the resignation of the long-absent Godfrey.", "links": [ { "url": "https://en.wikipedia.org/wiki/12_October", "text": "12 October", "images": null }, { "url": "https://en.wikipedia.org/wiki/Adam_Parvipontanus", "text": "Adam Parvipontanus", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Christmas – Abergavenny Massacre: William de Braose, 4th Lord of Bramber, summons Seisyll ap Dyfnwal and other Welsh leaders to his seat at Abergavenny Castle under pretence of reconciliation and has them murdered.", "links": [ { "url": "https://en.wikipedia.org/wiki/Christmas", "text": "Christmas", "images": null }, { "url": "https://en.wikipedia.org/wiki/William_de_Braose,_4th_Lord_of_Bramber", "text": "William de Braose, 4th Lord of Bramber", "images": null }, { "url": "https://en.wikipedia.org/wiki/Seisyll_ap_Dyfnwal", "text": "Seisyll ap Dyfnwal", "images": null }, { "url": "https://en.wikipedia.org/wiki/Abergavenny_Castle", "text": "Abergavenny Castle", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cadell ap Gruffydd enters Strata Florida Abbey shortly before his death.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Strata_Florida_Abbey", "text": "Strata Florida Abbey", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1176", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "11 November - Peter de Leia is consecrated as Bishop of St David's, despite the chapter's expressed preference for Gerald of Wales.", "links": [ { "url": "https://en.wikipedia.org/wiki/11_November", "text": "11 November", "images": null }, { "url": "https://en.wikipedia.org/wiki/Peter_de_Leia", "text": "Peter de Leia", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "December - An eisteddfod of bards and musicians is held at Cardigan Castle, to celebrate Christmas. It is for this occasion that Gwynfardd Brycheiniog's awdl in honour of the Lord Rhys is thought to have been composed.", "links": [ { "url": "https://en.wikipedia.org/wiki/1176_Cardigan_eisteddfod", "text": "An eisteddfod of bards and musicians", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cardigan_Castle", "text": "Cardigan Castle", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "the Lord Rhys", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Following the death of the last of the sons of Miles de Gloucester, his lands are divided between his daughters, including Bertha, wife of William de Braose. William thus acquires the lordships of Brecon and Abergavenny.", "links": [ { "url": "https://en.wikipedia.org/wiki/Miles_de_Gloucester", "text": "Miles de Gloucester", "images": null }, { "url": "https://en.wikipedia.org/wiki/Bertha_of_Hereford", "text": "Bertha", "images": null }, { "url": "https://en.wikipedia.org/wiki/William_de_Braose,_3rd_Lord_of_Bramber", "text": "William de Braose", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cwmhir Abbey is re-established under the patronage of Cadwallon ap Madog and his brother Einion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Cwmhir_Abbey", "text": "Cwmhir Abbey", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwallon_ap_Madog", "text": "Cadwallon ap Madog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1177", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "May - At the Council of Oxford, Dafydd ab Owain Gwynedd is given the lordships of Ellesmere and Hales in Shropshire by his brother-in-law King Henry II of England. Owain Cyfeiliog is also present at the Council.", "links": [ { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Robert Fitzstephen is given a joint grant of the kingdom of Cork, where he settles.", "links": [ { "url": "https://en.wikipedia.org/wiki/Robert_Fitzstephen", "text": "Robert Fitzstephen", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1179", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Llantarnam Abbey is founded by the Cistercians, as a daughter house of Strata Florida Abbey.", "links": [ { "url": "https://en.wikipedia.org/wiki/Llantarnam_Abbey", "text": "Llantarnam Abbey", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Adam Parvipontanus, Bishop of St Asaph, attends the Lateran Council in Rome.", "links": [ { "url": "https://en.wikipedia.org/wiki/Adam_Parvipontanus", "text": "Adam Parvipontanus", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Roger Mortimer of Wigmore is imprisoned by King Henry II of England for his part in the death of Cadwallon ap Madog.", "links": [ { "url": "https://en.wikipedia.org/wiki/Roger_Mortimer_of_Wigmore", "text": "Roger Mortimer of Wigmore", "images": null }, { "url": "https://en.wikipedia.org/wiki/Henry_II_of_England", "text": "Henry II of England", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cadwallon_ap_Madog", "text": "Cadwallon ap Madog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1180", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "The Life of St Kentigern (Mungo), written about this time by Jocelyn of Furness, contains the only known account of the life of Saint Asaph.", "links": [ { "url": "https://en.wikipedia.org/wiki/Jocelyn_of_Furness", "text": "Jocelyn of Furness", "images": null }, { "url": "https://en.wikipedia.org/wiki/Saint_Asaph", "text": "Saint Asaph", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1183", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Gerald of Wales visits Ireland, with his brother Philip.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "A rising in Glamorgan is led by Morgan ap Caradog ap Iestyn.", "links": null, "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1184", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Peter de Leia is nominated as Archbishop of Canterbury, but not selected.", "links": [ { "url": "https://en.wikipedia.org/wiki/Peter_de_Leia", "text": "Peter de Leia", "images": null }, { "url": "https://en.wikipedia.org/wiki/Archbishop_of_Canterbury", "text": "Archbishop of Canterbury", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1185", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Benedictine priory at Llandovery dissolved and town established.", "links": [ { "url": "https://en.wikipedia.org/wiki/Llandovery", "text": "Llandovery", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gerald of Wales is selected to accompany Prince John to Ireland.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/John_of_England", "text": "Prince John", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1186", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Maenan Abbey is founded near Conwy.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maenan_Abbey", "text": "Maenan Abbey", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1187", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Siege of Tenby by Maelgwn ap Rhys.", "links": [ { "url": "https://en.wikipedia.org/wiki/Tenby", "text": "Tenby", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maelgwn_ap_Rhys", "text": "Maelgwn ap Rhys", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1188", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Gerald of Wales accompanies Baldwin, Archbishop of Canterbury, on a journey through Wales to recruit volunteers for the Third Crusade. The only Welsh ruler who refuses to support the visit is Owain Cyfeiliog, who is excommunicated for his failure to cooperate.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/Baldwin_of_Exeter", "text": "Baldwin", "images": null }, { "url": "https://en.wikipedia.org/wiki/Third_Crusade", "text": "Third Crusade", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1189", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "At the urging of his son Gruffydd, Rhys ap Gruffydd imprisons his illegitimate son Maelgwn ap Rhys. Gruffydd marries Matilda de Braose, the daughter of Maud de Braose and of William de Braose, 4th Lord of Bramber.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys_II", "text": "Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maelgwn_ap_Rhys", "text": "Maelgwn ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maud_de_Braose", "text": "Maud de Braose", "images": null }, { "url": "https://en.wikipedia.org/wiki/William_de_Braose,_4th_Lord_of_Bramber", "text": "William de Braose, 4th Lord of Bramber", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1190", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Rhys ap Gruffydd annexes the Norman lordships of Cydweli and Carnwyllion.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1192", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Maelgwn ap Rhys is released from captivity by his father, Rhys ap Gruffydd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Maelgwn_ap_Rhys", "text": "Maelgwn ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1194", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Llywelyn the Great defeats his uncle Dafydd ab Owain Gwynedd at the Battle of Aberconwy and assumes control of Gwynedd.", "links": [ { "url": "https://en.wikipedia.org/wiki/Llywelyn_the_Great", "text": "Llywelyn the Great", "images": null }, { "url": "https://en.wikipedia.org/wiki/Dafydd_ab_Owain_Gwynedd", "text": "Dafydd ab Owain Gwynedd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Battle_of_Aberconwy", "text": "Battle of Aberconwy", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Rhys ap Gruffydd is defeated in battle by his sons Maelgwn ap Rhys and Hywel ap Rhys, and is imprisoned at Nevern Castle.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maelgwn_ap_Rhys", "text": "Maelgwn ap Rhys", "images": null }, { "url": "https://en.wikipedia.org/wiki/Nevern_Castle?action=edit&redlink=1", "text": "Nevern Castle", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1195", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Owain Cyfeiliog abdicates in favour of his son Gwenwynwyn.", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gwenwynwyn_ab_Owain", "text": "Gwenwynwyn", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Rhys Gryg and Maredudd ap Rhys are imprisoned by their father, Rhys ap Gruffydd, for seizing the territories of Llanymddyfri and Dinefwr.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_Gryg", "text": "Rhys Gryg", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1196", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Rhys ap Gruffydd launches his last campaign against the Normans, capturing several castles and defeating Roger Mortimer of Wigmore near Radnor.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "Rhys ap Gruffydd", "images": null }, { "url": "https://en.wikipedia.org/wiki/Roger_Mortimer_of_Wigmore", "text": "Roger Mortimer of Wigmore", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1199", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "6 January - Cwmhir Abbey is officially founded by a charter of Llywelyn the Great.", "links": [ { "url": "https://en.wikipedia.org/wiki/6_January", "text": "6 January", "images": null }, { "url": "https://en.wikipedia.org/wiki/Cwmhir_Abbey", "text": "Cwmhir Abbey", "images": null }, { "url": "https://en.wikipedia.org/wiki/Llywelyn_the_Great", "text": "Llywelyn the Great", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - First mention of a church on the site of St Mary's Church, Aberavon.", "links": [ { "url": "https://en.wikipedia.org/wiki/St_Mary's_Church,_Aberavon", "text": "St Mary's Church, Aberavon", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1200", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Giles de Braose becomes Bishop of Hereford.", "links": [ { "url": "https://en.wikipedia.org/wiki/Giles_de_Braose", "text": "Giles de Braose", "images": null }, { "url": "https://en.wikipedia.org/wiki/Bishop_of_Hereford", "text": "Bishop of Hereford", "images": null } ], "has_parts": null, "name": null } ] } ] }, { "type": "section", "name": "Books", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Geoffrey of Monmouth Historia Regum Britanniae (1136) Vita Merlini (1148)", "links": [ { "url": "https://en.wikipedia.org/wiki/Geoffrey_of_Monmouth", "text": "Geoffrey of Monmouth", "images": null }, { "url": "https://en.wikipedia.org/wiki/Historia_Regum_Britanniae", "text": "Historia Regum Britanniae", "images": null }, { "url": "https://en.wikipedia.org/wiki/Vita_Merlini", "text": "Vita Merlini", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Historia Regum Britanniae (1136)", "links": [ { "url": "https://en.wikipedia.org/wiki/Historia_Regum_Britanniae", "text": "Historia Regum Britanniae", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Vita Merlini (1148)", "links": [ { "url": "https://en.wikipedia.org/wiki/Vita_Merlini", "text": "Vita Merlini", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Gerald of Wales Topographia Hibernica (1188) Itinerarium Cambriae (1191) Descriptio Cambriae (1194)", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null }, { "url": "https://en.wikipedia.org/wiki/Topographia_Hibernica", "text": "Topographia Hibernica", "images": null }, { "url": "https://en.wikipedia.org/wiki/Itinerarium_Cambriae", "text": "Itinerarium Cambriae", "images": null }, { "url": "https://en.wikipedia.org/wiki/Descriptio_Cambriae", "text": "Descriptio Cambriae", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Topographia Hibernica (1188)", "links": [ { "url": "https://en.wikipedia.org/wiki/Topographia_Hibernica", "text": "Topographia Hibernica", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Itinerarium Cambriae (1191)", "links": [ { "url": "https://en.wikipedia.org/wiki/Itinerarium_Cambriae", "text": "Itinerarium Cambriae", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Descriptio Cambriae (1194)", "links": [ { "url": "https://en.wikipedia.org/wiki/Descriptio_Cambriae", "text": "Descriptio Cambriae", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Thomas of Monmouth The Life and Miracles of William (1173)", "links": [ { "url": "https://en.wikipedia.org/wiki/Thomas_of_Monmouth", "text": "Thomas of Monmouth", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "The Life and Miracles of William (1173)", "links": null, "has_parts": null, "name": null } ] } ] }, { "type": "section", "name": "Births", "has_parts": [ { "type": "paragraph", "value": "1132", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - The Lord Rhys, ruler of Deheubarth (d. 1197)", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "The Lord Rhys", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1146", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "approximate - Gerald of Wales, cleric and topographer (d. c.1223)", "links": [ { "url": "https://en.wikipedia.org/wiki/Gerald_of_Wales", "text": "Gerald of Wales", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1173", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "probable - Llywelyn the Great (d. 1240)", "links": [ { "url": "https://en.wikipedia.org/wiki/Llywelyn_the_Great", "text": "Llywelyn the Great", "images": null } ], "has_parts": null, "name": null } ] } ] }, { "type": "section", "name": "Deaths", "has_parts": [ { "type": "paragraph", "value": "1101", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "27 July - Hugh d'Avranches, 1st Earl of Chester", "links": [ { "url": "https://en.wikipedia.org/wiki/27_July", "text": "27 July", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hugh_d'Avranches,_1st_Earl_of_Chester", "text": "Hugh d'Avranches, 1st Earl of Chester", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1107", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "March - Robert Fitzhamon, conqueror of Glamorgan", "links": [ { "url": "https://en.wikipedia.org/wiki/Robert_Fitzhamon", "text": "Robert Fitzhamon", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1111", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown Cadwgan ap Bleddyn, prince of Powys Iorwerth ap Bleddyn, prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null }, { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Cadwgan ap Bleddyn, prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwgan_ap_Bleddyn", "text": "Cadwgan ap Bleddyn", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Iorwerth ap Bleddyn, prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Iorwerth_ap_Bleddyn", "text": "Iorwerth ap Bleddyn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1115", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Gilbert Fitz Richard, lord of Cardigan", "links": [ { "url": "https://en.wikipedia.org/wiki/Gilbert_Fitz_Richard", "text": "Gilbert Fitz Richard", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1116", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Owain ap Cadwgan, prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_ap_Cadwgan", "text": "Owain ap Cadwgan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1120", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "25 November - Richard d'Avranches, 2nd Earl of Chester, 26 (drowned in the White Ship)", "links": [ { "url": "https://en.wikipedia.org/wiki/25_November", "text": "25 November", "images": null }, { "url": "https://en.wikipedia.org/wiki/Richard_d'Avranches,_2nd_Earl_of_Chester", "text": "Richard d'Avranches, 2nd Earl of Chester", "images": null }, { "url": "https://en.wikipedia.org/wiki/White_Ship", "text": "White Ship", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1129", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown Richard Fitz Pons, Marcher lord Walter de Gloucester, Marcher official", "links": [ { "url": "https://en.wikipedia.org/wiki/Richard_Fitz_Pons", "text": "Richard Fitz Pons", "images": null }, { "url": "https://en.wikipedia.org/wiki/Walter_de_Gloucester", "text": "Walter de Gloucester", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Richard Fitz Pons, Marcher lord", "links": [ { "url": "https://en.wikipedia.org/wiki/Richard_Fitz_Pons", "text": "Richard Fitz Pons", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "Walter de Gloucester, Marcher official", "links": [ { "url": "https://en.wikipedia.org/wiki/Walter_de_Gloucester", "text": "Walter de Gloucester", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1132", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Maredudd ap Bleddyn, prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Maredudd_ap_Bleddyn", "text": "Maredudd ap Bleddyn", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1134", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "10 February - Robert II, Duke of Normandy, about 83 (in prison at Cardiff Castle)", "links": [ { "url": "https://en.wikipedia.org/wiki/10_February", "text": "10 February", "images": null }, { "url": "https://en.wikipedia.org/wiki/Robert_Curthose", "text": "Robert II, Duke of Normandy", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - Urban, Bishop of Llandaff", "links": [ { "url": "https://en.wikipedia.org/wiki/Urban,_Bishop_of_Llandaff", "text": "Urban, Bishop of Llandaff", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1136", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Gwenllian ferch Gruffydd, princess of Deheubarth, about 36 (killed in battle)", "links": [ { "url": "https://en.wikipedia.org/wiki/Gwenllian_ferch_Gruffydd", "text": "Gwenllian ferch Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1137", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "April/May - Gruffydd ap Rhys, Prince of Deheubarth, about 56", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_ap_Rhys", "text": "Gruffydd ap Rhys", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "10 July - Pain fitzJohn, Anglo-Norman nobleman and administrator, about 37", "links": [ { "url": "https://en.wikipedia.org/wiki/10_July", "text": "10 July", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pain_fitzJohn", "text": "Pain fitzJohn", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "August - Ranulph de Mortimer", "links": [ { "url": "https://en.wikipedia.org/wiki/Ranulph_de_Mortimer", "text": "Ranulph de Mortimer", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - Gruffudd ap Cynan, ruler of Gwynedd", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan", "text": "Gruffudd ap Cynan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1143", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "24 December - Miles of Gloucester, 1st Earl of Hereford, Marcher lord", "links": [ { "url": "https://en.wikipedia.org/wiki/24_December", "text": "24 December", "images": null }, { "url": "https://en.wikipedia.org/wiki/Miles_of_Gloucester,_1st_Earl_of_Hereford", "text": "Miles of Gloucester, 1st Earl of Hereford", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - Anarawd ap Gruffydd, prince of Deheubarth", "links": [ { "url": "https://en.wikipedia.org/wiki/Anarawd_ap_Gruffydd", "text": "Anarawd ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1148", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "6 January - Gilbert de Clare, 1st Earl of Pembroke", "links": [ { "url": "https://en.wikipedia.org/wiki/6_January", "text": "6 January", "images": null }, { "url": "https://en.wikipedia.org/wiki/Gilbert_de_Clare,_1st_Earl_of_Pembroke", "text": "Gilbert de Clare, 1st Earl of Pembroke", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1155", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "22 September - Roger Fitzmiles, 2nd Earl of Hereford", "links": [ { "url": "https://en.wikipedia.org/wiki/22_September", "text": "22 September", "images": null }, { "url": "https://en.wikipedia.org/wiki/Roger_Fitzmiles,_2nd_Earl_of_Hereford", "text": "Roger Fitzmiles, 2nd Earl of Hereford", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - Maredudd ap Gruffydd, prince of Deheubarth", "links": [ { "url": "https://en.wikipedia.org/wiki/Maredudd_ap_Gruffydd", "text": "Maredudd ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1160", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Madog ap Maredudd, Prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Madog_ap_Maredudd", "text": "Madog ap Maredudd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1170", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "28 November - Owain Gwynedd, Prince of Gwynedd", "links": [ { "url": "https://en.wikipedia.org/wiki/28_November", "text": "28 November", "images": null }, { "url": "https://en.wikipedia.org/wiki/Owain_Gwynedd", "text": "Owain Gwynedd", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "December - Hywel ab Owain Gwynedd, poet and Prince of Gwynedd", "links": [ { "url": "https://en.wikipedia.org/wiki/Hywel_ab_Owain_Gwynedd", "text": "Hywel ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1172", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Cadwaladr ap Gruffydd, prince of Gwynedd", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadwaladr_ap_Gruffydd", "text": "Cadwaladr ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1175", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Cadell ap Gruffydd, Prince of Deheubarth", "links": [ { "url": "https://en.wikipedia.org/wiki/Cadell_ap_Gruffydd", "text": "Cadell ap Gruffydd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1176", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "1 September - Maurice FitzGerald, Lord of Lanstephan", "links": [ { "url": "https://en.wikipedia.org/wiki/1_September", "text": "1 September", "images": null }, { "url": "https://en.wikipedia.org/wiki/Maurice_FitzGerald,_Lord_of_Lanstephan", "text": "Maurice FitzGerald, Lord of Lanstephan", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1191", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Gruffydd Maelor, Prince of Powys Fadog", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffydd_Maelor", "text": "Gruffydd Maelor", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1195", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "date unknown - Rhodri ab Owain Gwynedd, prince of Gwynedd", "links": [ { "url": "https://en.wikipedia.org/wiki/Rhodri_ab_Owain_Gwynedd", "text": "Rhodri ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1197", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "28 April - The Lord Rhys, ruler of Deheubarth, about 65", "links": [ { "url": "https://en.wikipedia.org/wiki/28_April", "text": "28 April", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rhys_ap_Gruffydd", "text": "The Lord Rhys", "images": null } ], "has_parts": null, "name": null }, { "type": "list_item", "value": "date unknown - Owain Cyfeiliog, poet and Prince of Powys", "links": [ { "url": "https://en.wikipedia.org/wiki/Owain_Cyfeiliog", "text": "Owain Cyfeiliog", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "paragraph", "value": "1200", "links": null, "name": null, "has_parts": null }, { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "Gruffudd ap Cynan ab Owain Gwynedd, Welsh prince", "links": [ { "url": "https://en.wikipedia.org/wiki/Gruffudd_ap_Cynan_ab_Owain_Gwynedd", "text": "Gruffudd ap Cynan ab Owain Gwynedd", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
[ { "type": "infobox", "name": null, "has_parts": [ { "type": "section", "name": null, "has_parts": [ { "type": "field", "name": null, "value": "11th century | 13th century | Other years in Wales", "links": [ { "url": "https://en.wikipedia.org/wiki/11th_century_in_Wales", "text": "11th century", "images": null }, { "url": "https://en.wikipedia.org/wiki/13th_century_in_Wales", "text": "13th century", "images": null }, { "url": "https://en.wikipedia.org/wiki/List_of_years_in_Wales", "text": "Other years in Wales", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "Other events of the century", "links": [ { "url": "https://en.wikipedia.org/wiki/12th_century", "text": "Other events of the century", "images": null } ], "values": null, "images": null } ] } ] } ]
{ "identifier": "Q4548959", "url": "https://www.wikidata.org/entity/Q4548959" }
[ { "identifier": "Q4548959", "url": "https://www.wikidata.org/entity/Q4548959", "aspects": [ "D.en", "S", "T" ] } ]
null
Li Cong (astronaut)
76,726,568
Lieutenant colonel Li Cong is a Chinese fighter pilot and People's Liberation Army Astronaut Corps (PLAAC) taikonaut.
{ "identifier": 1220588433, "comment": "Duplicate word removed", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.9406936019659042, "true": 0.059306398034095764 }, "prediction": null } }, "editor": { "identifier": 5718152, "name": "Arjayay", "edit_count": 575900, "groups": [ "autoreviewer", "extendedconfirmed", "extendedmover", "reviewer", "rollbacker", "*", "user", "autoconfirmed" ], "date_started": "2007-11-01T15:33:50", "is_patroller": true, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 8531, "size": { "value": 8785, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": true }
{ "identifier": "4d25cfa0-bef3-4e3f-95b5-8019d1dd25a9", "type": "update", "date_created": "2024-04-24T18:56:59.455524Z", "date_published": "2024-08-06T08:45:24.856785Z" }
https://en.wikipedia.org/wiki/Li_Cong_(astronaut)
"2024-04-24T15:47:56"
"2024-04-24T18:56:58"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Chinese astronaut (born 1989)
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Lieutenant colonel Li Cong (Chinese: 李聪; born October 1989) is a Chinese fighter pilot and People's Liberation Army Astronaut Corps (PLAAC) taikonaut.", "links": [ { "url": "https://en.wikipedia.org/wiki/Lieutenant_colonel", "text": "Lieutenant colonel", "images": null }, { "url": "https://en.wikipedia.org/wiki/Simplified_Chinese_characters", "text": "Chinese", "images": null }, { "url": "https://en.wikipedia.org/wiki/Fighter_pilot", "text": "fighter pilot", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Astronaut_Corps", "text": "People's Liberation Army Astronaut Corps", "images": null }, { "url": "https://en.wikipedia.org/wiki/Astronaut", "text": "taikonaut", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Biography", "has_parts": [ { "type": "paragraph", "value": "Cong was born in a rural village in Handan, Hebei in October 1989. His family moved to the mining area when he was 5 years old.", "links": [ { "url": "https://en.wikipedia.org/wiki/Rural", "text": "rural", "images": null }, { "url": "https://en.wikipedia.org/wiki/Village", "text": "village", "images": null }, { "url": "https://en.wikipedia.org/wiki/Handan", "text": "Handan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hebei", "text": "Hebei", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mining", "text": "mining", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "He applied for recruitment of Chinese People's Liberation Army Air Force Aviation University when he was in third grade of his high school. He graduated from the People's Liberation Army Air Force Aviation University. He was enlisted in the People's Liberation Army (PLA) in September 2009 and he join the Communist Party of China (CCP) in June 2011.", "links": [ { "url": "https://en.wikipedia.org/wiki/Chinese_People's_Liberation_Army", "text": "Chinese People's Liberation Army", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Air_Force", "text": "Air Force", "images": null }, { "url": "https://en.wikipedia.org/wiki/Air_Force_Aviation_University", "text": "Aviation University", "images": null }, { "url": "https://en.wikipedia.org/wiki/High_school", "text": "high school", "images": null }, { "url": "https://en.wikipedia.org/wiki/Air_Force_Aviation_University", "text": "People's Liberation Army Air Force Aviation University", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army", "text": "People's Liberation Army", "images": null }, { "url": "https://en.wikipedia.org/wiki/Communist_Party_of_China", "text": "Communist Party of China", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "Cong once served as the Lieutenant colonel of a flying brigade of the Air Force Aviation Brigade and was second class pilot in the People's Liberation Army Air Force. He participated in the astronaut selection in May 2018 and was selected as a fourth grade astronaut into the People's Liberation Army Astronaut Corps in September 2020.", "links": [ { "url": "https://en.wikipedia.org/wiki/Lieutenant_colonel", "text": "Lieutenant colonel", "images": null }, { "url": "https://en.wikipedia.org/wiki/Brigade", "text": "flying brigade", "images": null }, { "url": "https://en.wikipedia.org/wiki/Air_Force_Aviation_University", "text": "Air Force Aviation Brigade", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pilot", "text": "pilot", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Air_Force", "text": "People's Liberation Army Air Force", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Astronaut_Corps", "text": "People's Liberation Army Astronaut Corps", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "In 2024, he was selected as the crew of Shenzhou 18.", "links": [ { "url": "https://en.wikipedia.org/wiki/Shenzhou_18", "text": "Shenzhou 18", "images": null } ], "name": null, "has_parts": null } ] } ]
[ { "type": "infobox", "name": "Infobox astronaut", "has_parts": [ { "type": "section", "name": "Li Cong", "has_parts": null }, { "type": "section", "name": "李聪", "has_parts": [ { "type": "field", "name": "Born", "value": "October 1989 (age 34) Handan, Hebei", "links": [ { "url": "https://en.wikipedia.org/wiki/Handan", "text": "Handan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hebei", "text": "Hebei", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Status", "value": "Active", "links": null, "values": null, "images": null }, { "type": "field", "name": "Nationality", "value": "Chinese", "links": [ { "url": "https://en.wikipedia.org/wiki/China", "text": "China", "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Flag_of_the_People%27s_Republic_of_China.svg/23px-Flag_of_the_People%27s_Republic_of_China.svg.png", "width": 23, "height": 23, "alternative_text": "China" } ] }, { "url": "https://en.wikipedia.org/wiki/China", "text": "Chinese", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Flag_of_the_People%27s_Republic_of_China.svg/23px-Flag_of_the_People%27s_Republic_of_China.svg.png", "width": 23, "height": 23, "alternative_text": "China", "caption": null } ] }, { "type": "field", "name": "Alma mater", "value": "PLA Air Force Aviation University", "links": [ { "url": "https://en.wikipedia.org/wiki/Air_Force_Aviation_University", "text": "PLA Air Force Aviation University", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "Space career", "links": null, "values": null, "images": null } ] }, { "type": "section", "name": "PLAAC astronaut", "has_parts": [ { "type": "field", "name": "Previous occupation", "value": "Fighter pilot, PLAAF", "links": [ { "url": "https://en.wikipedia.org/wiki/Fighter_pilot", "text": "Fighter pilot", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Air_Force", "text": "PLAAF", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Air_Force_Flag_of_the_People%27s_Republic_of_China.svg/19px-Air_Force_Flag_of_the_People%27s_Republic_of_China.svg.png", "width": 19, "height": 19, "alternative_text": null, "caption": null } ] }, { "type": "field", "name": "Rank", "value": "Lieutenant colonel, PLASSF", "links": [ { "url": "https://en.wikipedia.org/wiki/Lieutenant_colonel", "text": "Lieutenant colonel", "images": null }, { "url": "https://en.wikipedia.org/wiki/People's_Liberation_Army_Strategic_Support_Force", "text": "PLASSF", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/PLAAF-0715-LTC.png/30px-PLAAF-0715-LTC.png", "width": 30, "height": 30, "alternative_text": null, "caption": null } ] }, { "type": "field", "name": "Selection", "value": "List of astronauts by year of selection", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_astronauts_by_year_of_selection", "text": "List of astronauts by year of selection", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Missions", "value": "Shenzhou 18", "links": [ { "url": "https://en.wikipedia.org/wiki/Shenzhou_18", "text": "Shenzhou 18", "images": null } ], "values": null, "images": null } ] }, { "type": "section", "name": "Chinese name", "has_parts": [ { "type": "field", "name": "Simplified Chinese", "value": "李 聪", "links": [ { "url": "https://en.wikipedia.org/wiki/Simplified_Chinese_characters", "text": "Simplified Chinese", "images": null }, { "url": "https://en.wiktionary.org/wiki/李", "text": "李", "images": null }, { "url": "https://en.wiktionary.org/wiki/聪", "text": "聪", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Traditional Chinese", "value": "李 聰", "links": [ { "url": "https://en.wikipedia.org/wiki/Traditional_Chinese_characters", "text": "Traditional Chinese", "images": null }, { "url": "https://en.wiktionary.org/wiki/李", "text": "李", "images": null }, { "url": "https://en.wiktionary.org/wiki/聰", "text": "聰", "images": null } ], "values": null, "images": null } ] }, { "type": "section", "name": "Transcriptions", "has_parts": null }, { "type": "section", "name": "Transcriptions", "has_parts": null }, { "type": "section", "name": "Standard Mandarin", "has_parts": [ { "type": "field", "name": "Hanyu Pinyin", "value": "Lǐ Cōng", "links": [ { "url": "https://en.wikipedia.org/wiki/Hanyu_Pinyin", "text": "Hanyu Pinyin", "images": null } ], "values": null, "images": null } ] } ] } ]
null
null
null
Fashion Design
7,871,468
Fashion designers 'Fashion designers work in a variety of different ways when designing their pieces and accessories such as rings, bracelets, necklaces and earrings. Due to the time required to put a garment out in market, designers must anticipate changes to consumer desires. Fashion designers are responsible for creating looks for individual garments, involving shape, color, fabric, trimming, and more. Some clothes are made specifically for an individual, as in the case of haute couture or bespoke tailoring. Today, most clothing is designed for the mass market, especially casual and everyday wear, which are commonly known as ready to wear or fast fashion. Structure There are different lines of work for designers in the fashion industry. Fashion designers that work full-time for one fashion house, as 'in-house designers', own the designs and may either work alone or as a part of a design team. Freelance designers who work for themselves, sell their designs to fashion houses, directly to shops, or to clothing manufacturers. There are quite a few fashion designers who choose to set up their own labels, which offers them full control over their designs. While others are self-employed and design for individual clients. Other high-end fashion designers cater to specialty stores or high-end fashion department stores. Designing a garment Fashion designers work in various ways, some start with a vision in their head and later on move into drawing it on paper or computer, while others go directly into draping fabric onto a dress form, also known as a mannequin. The design process is unique to the designer and it is rather intriguing to see the various steps that go into the process. A designer may choose to work with certain apps that are able to help connect all their ideas together and expand their thoughts to create a cohesive design. When a designer is completely satisfied with the fit of the toile, they will consult a professional pattern maker who then makes the finished, working version of the pattern out of card or via a computer program. Finally, a sample garment is made up and tested on a model to make sure it is an operational outfit. Fashion design is expressive, the designers create art that may be functional or non-functional. Ready-to-wear (prêt-à-porter) Ready-to-wear, or prêt-à-porter, clothes are a cross between haute couture and mass market. They are not made for individual customers, but great care is taken in the choice and cut of the fabric. Clothes are made in small quantities to guarantee exclusivity, so they are rather expensive. Ready-to-wear collections are usually presented by fashion houses each season during a period known as Fashion Week. This takes place on a citywide basis and occurs twice a year. The main seasons of Fashion Week include; spring/summer, fall/winter, resort, swim, and bridal.
{ "identifier": 1220584610, "comment": "[[WP:AES|←]]Removed redirect to [[Fashion design]]", "is_minor_edit": null, "scores": { "revertrisk": { "probability": { "false": 0.012532413005828857, "true": 0.9874675869941711 }, "prediction": true } }, "editor": { "identifier": null, "name": "76.68.23.166", "edit_count": null, "groups": [ "*" ], "date_started": "0001-01-01T00:00:00", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": true, "has_advanced_rights": null }, "number_of_characters": 2908, "size": { "value": 2912, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "mw-removed-redirect", "wikieditor" ], "is_breaking_news": null }
{ "identifier": "aa747909-601b-4569-8b6e-c9afdfb8ff93", "type": "update", "date_created": "2024-04-24T18:27:22.193895Z", "date_published": "2024-08-06T08:45:25.063567Z" }
https://en.wikipedia.org/wiki/Fashion_Design
"2006-11-10T14:44:36"
"2024-04-24T18:27:21"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Art of applying design and aesthetics to clothing and accessories
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Fashion designers 'Fashion designers work in a variety of different ways when designing their pieces and accessories such as rings, bracelets, necklaces and earrings. Due to the time required to put a garment out in market, designers must anticipate changes to consumer desires. Fashion designers are responsible for creating looks for individual garments, involving shape, color, fabric, trimming, and more. Some clothes are made specifically for an individual, as in the case of haute couture or bespoke tailoring. Today, most clothing is designed for the mass market, especially casual and everyday wear, which are commonly known as ready to wear or fast fashion.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "Structure There are different lines of work for designers in the fashion industry. Fashion designers that work full-time for one fashion house, as 'in-house designers', own the designs and may either work alone or as a part of a design team. Freelance designers who work for themselves, sell their designs to fashion houses, directly to shops, or to clothing manufacturers. There are quite a few fashion designers who choose to set up their own labels, which offers them full control over their designs. While others are self-employed and design for individual clients. Other high-end fashion designers cater to specialty stores or high-end fashion department stores.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "Designing a garment Fashion designers work in various ways, some start with a vision in their head and later on move into drawing it on paper or computer, while others go directly into draping fabric onto a dress form, also known as a mannequin. The design process is unique to the designer and it is rather intriguing to see the various steps that go into the process. A designer may choose to work with certain apps that are able to help connect all their ideas together and expand their thoughts to create a cohesive design. When a designer is completely satisfied with the fit of the toile (or muslin), they will consult a professional pattern maker who then makes the finished, working version of the pattern out of card or via a computer program. Finally, a sample garment is made up and tested on a model to make sure it is an operational outfit. Fashion design is expressive, the designers create art that may be functional or non-functional.", "links": null, "name": null, "has_parts": null }, { "type": "paragraph", "value": "Ready-to-wear (prêt-à-porter) Ready-to-wear, or prêt-à-porter, clothes are a cross between haute couture and mass market. They are not made for individual customers, but great care is taken in the choice and cut of the fabric. Clothes are made in small quantities to guarantee exclusivity, so they are rather expensive. Ready-to-wear collections are usually presented by fashion houses each season during a period known as Fashion Week. This takes place on a citywide basis and occurs twice a year. The main seasons of Fashion Week include; spring/summer, fall/winter, resort, swim, and bridal.", "links": null, "name": null, "has_parts": null } ] } ]
null
null
null
null
Quingentillion
76,633,409
REDIRECT Names of large numbers
{ "identifier": 1220656060, "comment": "Requesting speedy deletion ([[WP:CSD#G5|CSD G5]]).", "is_minor_edit": null, "scores": { "revertrisk": { "probability": { "false": 0.5344348251819611, "true": 0.46556517481803894 }, "prediction": null } }, "editor": { "identifier": 5532431, "name": "Star Mississippi", "edit_count": 62662, "groups": [ "autoreviewer", "sysop", "*", "user", "autoconfirmed" ], "date_started": "2007-10-09T17:49:04", "is_patroller": true, "is_bot": null, "is_admin": true, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 65, "size": { "value": 65, "unit_text": "B" }, "noindex": true, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": null }
{ "identifier": "ad63ba30-a944-433f-944d-8d0ec414e1c2", "type": "update", "date_created": "2024-04-25T03:03:25.103309Z", "date_published": "2024-08-06T08:45:25.073551Z" }
https://en.wikipedia.org/wiki/Quingentillion
"2024-04-16T17:33:43"
"2024-04-25T03:03:24"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
null
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "list", "value": null, "links": null, "name": null, "has_parts": [ { "type": "list_item", "value": "REDIRECT Names of large numbers", "links": [ { "url": "https://en.wikipedia.org/wiki/Names_of_large_numbers", "text": "Names of large numbers", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
null
null
null
null
1906 Mississippi hurricane
33,375,130
The 1906 Mississippi hurricane was a deadly and destructive hurricane during the 1906 Atlantic hurricane season. The fourth hurricane of the season, the system was originally observed in the western Caribbean on September 22; however, modern research revealed that the system became a tropical depression on September 19. The system slowly intensified, eventually becoming a major hurricane by September 24. The system made landfall near Pascagoula, Mississippi, during the evening of September 27, devastating the cities of Pensacola and Mobile and the state of Mississippi. Damage totaled to at least $19,221,000, and more than 134 people were killed.
{ "identifier": 1181347684, "comment": "/* External links */ added template", "is_minor_edit": null, "scores": null, "editor": { "identifier": 41469085, "name": "JCMLuis", "edit_count": null, "groups": null, "date_started": null, "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 21183, "size": { "value": 21199, "unit_text": "B" }, "noindex": null, "maintenance_tags": null, "tags": [ "wikieditor" ], "is_breaking_news": null }
{ "identifier": "a3186dcb-d650-4f34-9345-bae9aac4cca8", "type": "update", "date_created": "2024-04-27T00:36:08.367763Z", "date_published": "2024-08-06T08:45:25.25409Z" }
https://en.wikipedia.org/wiki/1906_Mississippi_hurricane
null
"2023-10-22T14:09:41"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Category 3 Atlantic hurricane in 1906
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "The 1906 Mississippi hurricane was a deadly and destructive hurricane during the 1906 Atlantic hurricane season. The fourth hurricane of the season, the system was originally observed in the western Caribbean on September 22; however, modern research revealed that the system became a tropical depression on September 19. The system slowly intensified, eventually becoming a major hurricane by September 24. The system made landfall near Pascagoula, Mississippi, during the evening of September 27, devastating the cities of Pensacola and Mobile and the state of Mississippi. Damage totaled to at least $19,221,000, and more than 134 people were killed.", "links": [ { "url": "https://en.wikipedia.org/wiki/1906_Atlantic_hurricane_season", "text": "1906 Atlantic hurricane season", "images": null }, { "url": "https://en.wikipedia.org/wiki/Atlantic_hurricane_reanalysis", "text": "modern research", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Meteorological history", "has_parts": [ { "type": "paragraph", "value": "The first documented information on the storm places it in the western Caribbean Sea on September 22, although modern reanalysis of this storm identifies it as a tropical depression on September 19. The storm drifted north from the Yucatán Channel on September 24, while it was a weak hurricane with winds of 75 mph (120 km/h). The hurricane was south-southwest of Havana by morning, and as it drifted north-northwestward during the evening hours of September 24, the system intensified into a Category 2 hurricane.", "links": [ { "url": "https://en.wikipedia.org/wiki/HURDAT", "text": "modern reanalysis", "images": null }, { "url": "https://en.wikipedia.org/wiki/Yucatán_Channel", "text": "Yucatán Channel", "images": null }, { "url": "https://en.wikipedia.org/wiki/Havana", "text": "Havana", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "The hurricane was documented to have been about 300 miles (480 km) west-northwest of Cuba on September 25. Near this area, the hurricane had intensified further into a Category 3 hurricane, with maximum sustained winds of 115 mph (185 km/h). The system finished its passage into the Gulf of Mexico by September 27. During the afternoon, the hurricane made landfall near Pascagoula, Mississippi, as a Category 2 hurricane. The hurricane moved inland, weakening to a Category 1 hurricane and eventually to a tropical storm. The storm weakened to a tropical depression, and dissipated on September 29 as it transitioned into an extratropical storm.", "links": [ { "url": "https://en.wikipedia.org/wiki/Gulf_of_Mexico", "text": "Gulf of Mexico", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pascagoula,_Mississippi", "text": "Pascagoula, Mississippi", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Preparations and impact", "has_parts": [ { "type": "section", "value": null, "links": null, "name": "Florida", "has_parts": [ { "type": "paragraph", "value": "The city of Pensacola suffered the most severe damage caused by the storm. Several tugboats, vessels, fishing boats, and other watercraft were tossed along the shore of the city. Large numbers of trees were uprooted and the roofs of houses were torn off. At its highest, the storm surge of the hurricane was 8.5 feet (2.6 m) above the normal tide, the highest recorded in the city at the time. The city's waterfront was completely flooded, along with some houses near the waterfront. Muscogee wharf was partially destroyed, broken into two pieces. On either side of the wharf, railroad tracks had been washed away. A total of 39 freight cars carrying coal were also washed away. In addition, the grain elevator of the Louisville and Nashville Railroad was destroyed during the hurricane. A timber boom was demolished during the hurricane, leaving wood and debris on the beach.", "links": [ { "url": "https://en.wikipedia.org/wiki/Pensacola", "text": "Pensacola", "images": null }, { "url": "https://en.wikipedia.org/wiki/Tugboat", "text": "tugboats", "images": null }, { "url": "https://en.wikipedia.org/wiki/Watercraft", "text": "vessels", "images": null }, { "url": "https://en.wikipedia.org/wiki/Fishing_vessel", "text": "fishing boats", "images": null }, { "url": "https://en.wikipedia.org/wiki/Louisville_and_Nashville_Railroad", "text": "Louisville and Nashville Railroad", "images": null }, { "url": "https://en.wikipedia.org/wiki/Log_boom", "text": "timber boom", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "Along Intendencia Street, several cottages were flooded; in some areas, the floodwaters were 10 feet (3.0 m) deep. The southern end of West Main Street was completely inundated and was swept away. There was devastation between Barcelona and Perdido streets, with several boats wrecked. Between Palafox Street and Wright Street, many houses' roofs were torn away. Rail service in and out of Pensacola was severely affected; one train arrived several hours later than scheduled, and it was said that it had to stop \"every few yards\" in order to remove trees and debris covering the track. Between Magnolia Bluff and Milton, the track was destroyed and the Escambia Bridge was partially demolished. The fishing industry of Pensacola was estimated to have suffered at least $500,000 in damage. Many wharfs had been completely destroyed during the hurricane. Electricity was shut off during the hurricane.", "links": null, "has_parts": null, "name": null }, { "type": "paragraph", "value": "Fort Barrancas, Fort Pickens, and Fort McRee suffered severe damage. At Forts Pickens and Barrancas, damage was estimated to be around $10,000. In the Bayou Grande area of Pensacola, the tide was estimated to be about 12 feet (3.7 m) above normal. At the intersection of Cedar and Baylen streets, oyster boats, steam tugs, wood, and other debris were scattered. A boat identified as the Wolverine was tossed into a lot near the corner. Trees and chimneys were blown down, and a tin roof was peeled off a house as a result of strong winds. On the 26th port, one bark was completely destroyed, while another eleven were tossed around. A schooner that sank during the hurricane was tipped over. At the 38th port, 29 schooners were thrown ashore, and another sixteen were completely destroyed. Only eight of the 36 lumber barges floated, while three of eight tugs were floating, and of those three of them were wrecked. Other debris was scattered around the city, including pieces of shattered glass. A fire occurred at a hotel in Pensacola.", "links": [ { "url": "https://en.wikipedia.org/wiki/Fort_Barrancas", "text": "Fort Barrancas", "images": null }, { "url": "https://en.wikipedia.org/wiki/Fort_Pickens", "text": "Fort Pickens", "images": null }, { "url": "https://en.wikipedia.org/wiki/Fort_McRee", "text": "Fort McRee", "images": null }, { "url": "https://en.wikipedia.org/wiki/Barque", "text": "bark", "images": null }, { "url": "https://en.wikipedia.org/wiki/Schooner", "text": "schooner", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "At the navy yard of Pensacola, all but three boats—the Isle de Luzon and two \"water boats\"—were either sunk or thrown ashore. A steel dock owned by Spain was untouched, but areas surrounding it were littered with debris. In the towns of Wosley and Warrington, waterfronts were severely damaged and some houses washed away. At Pensacola Bay, the tide was 10 feet (3.0 m) high; at East Bay, the tide was measured at 9 feet (2.7 m); at St. Andrews Bay, the tide was 6 feet (1.8 m) high; and at Apalachicola Bay, the tide was 5 feet (1.5 m) high. The damage caused in the city totaled to at least $2,620,000, while the damage within the vicinity of the city amounted to more than $1,230,000. The total damage caused within Pensacola and the surrounding areas totaled to greater than $3,850,000. The hurricane was considered the worst in the city in 170 years. However, there was widespread praise by residents and newspapers for the Weather Bureau for tracking the hurricane and issuing storm warnings three days before the storm made landfall. A total of 35 people were killed in Pensacola.", "links": [ { "url": "https://en.wikipedia.org/wiki/Naval_Air_Station_Pensacola#Navy_yard", "text": "navy yard of Pensacola", "images": null }, { "url": "https://en.wikipedia.org/wiki/Warrington,_Florida", "text": "Warrington", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pensacola_Bay", "text": "Pensacola Bay", "images": null }, { "url": "https://en.wikipedia.org/wiki/East_Bay_(Santa_Rosa_County,_Florida)", "text": "East Bay", "images": null }, { "url": "https://en.wikipedia.org/wiki/St._Andrews_Bay_(Florida)", "text": "St. Andrews Bay", "images": null }, { "url": "https://en.wikipedia.org/wiki/Apalachicola_Bay", "text": "Apalachicola Bay", "images": null }, { "url": "https://en.wikipedia.org/wiki/National_Weather_Service", "text": "Weather Bureau", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "section", "value": null, "links": null, "name": "Louisiana", "has_parts": [ { "type": "paragraph", "value": "In New Orleans, observations at the backwater of the Mississippi River indicated a storm surge of about 6 feet (1.8 m) in height on the morning of September 27. The highest sustained winds recorded during the storm in New Orleans were measured at 49 mph (79 km/h), while the minimum pressure recorded was 987 mbar (hPa; 29.15 inHg). In the town of Burrwood, a wharf was impacted by the hurricane's storm surge. In addition, local crops and railroads suffered severe damage. Lake Pontchartrain overflowed during the hurricane, with its waters 5 feet (1.5 m) above normal levels, flooding New Orleans. Telegraph wires were down in New Orleans after the hurricane, resulting in the loss of contact with the city. Chimneys were blown down in the city; and a resort along Lake Pontchartrain was underwater, and many houses were swept away near the hotel. Telephone service in New Orleans went down during the hurricane. It was reported that Fort St. Philip was flooded by boaters along the Mississippi River. The hurricane set a new 24-hour-record for rainfall at Colliston, where rainfall amounted to 4.55 inches (11.6 cm) accumulated during the hurricane.", "links": [ { "url": "https://en.wikipedia.org/wiki/New_Orleans", "text": "New Orleans", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mississippi_River", "text": "Mississippi River", "images": null }, { "url": "https://en.wikipedia.org/wiki/Storm_surge", "text": "storm surge", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mbar", "text": "mbar", "images": null }, { "url": "https://en.wikipedia.org/wiki/HPa", "text": "hPa", "images": null }, { "url": "https://en.wikipedia.org/wiki/InHg", "text": "inHg", "images": null }, { "url": "https://en.wikipedia.org/wiki/Burrwood,_Louisiana", "text": "Burrwood", "images": null }, { "url": "https://en.wikipedia.org/wiki/Lake_Pontchartrain", "text": "Lake Pontchartrain", "images": null }, { "url": "https://en.wikipedia.org/wiki/Fort_St._Philip", "text": "Fort St. Philip", "images": null }, { "url": "https://en.wikipedia.org/wiki/Colliston", "text": "Colliston", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "section", "value": null, "links": null, "name": "Alabama", "has_parts": [ { "type": "paragraph", "value": "The lowest air pressure recorded in Mobile was 977 mbar (hPa; 28.84 inHg). At the highest point, the tide was measured at 9.87 feet (3.01 m), while the maximum sustained wind during the hurricane reached 94 mph (151 km/h). About twenty small buildings and houses were destroyed by the hurricane's winds. Most of the buildings in the city were either slightly or moderately damaged. Some shingles and roofs were blown off, while telegraph wires were down, along with other services that required electricity. In the Mobile River and Bay, a total of eleven steamships, seventeen barks and schooners, and 12 tugboats, had either been sunk or blown ashore. About 6.4 inches (16 cm) of rain was measured during the hurricane. In the areas surrounding Mobile, approximately half of all timber to be converted into turpentine was destroyed, and between 5 and 35 percent of other wood had been destroyed. The hurricane caused at least $1,650,000 in damage throughout Mobile. Telegraph wires were cut off from Mobile after the hurricane, resulting in the loss of communication with the city. It was estimated that five thousand houses were damaged in Mobile during the hurricane. The steamer Camp Carney was thrown onto St. Francis Street. Between Franscati Street and Three Mile Creek, all wharves were destroyed.", "links": [ { "url": "https://en.wikipedia.org/wiki/Mobile_River", "text": "Mobile River", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mobile_Bay", "text": "Bay", "images": null }, { "url": "https://en.wikipedia.org/wiki/Steamboat", "text": "steamships", "images": null }, { "url": "https://en.wikipedia.org/wiki/Turpentine", "text": "turpentine", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "At the Christ Church Cathedral in Mobile, about $40,000 in damage was suffered, while at the St. Francis Baptist Church, damage totaled to about $10,000. Several steamers sank during the storm, including the J. P. Sehuh, Mary E. Staples, Mary S. Blees, Cama, Overton, Hattie B. Moore, City of Camden, and numerous others. One child was killed in Mobile. At Fort Morgan, many trees fell, roofs caved in, and windows were \"smashed as though of tissue paper\". Telegraph buildings in the city were flooded and moderately damaged. Five hotels suffered damage totaling to $21,000, while the Southern Supply Company, which was headquartered in the city, suffered $100,000 in damage. The fort's port suffered about $100,000 in damages. Six civilians were killed at the fort. Between Flomaton and Pensacola, railroad tracks of the Louisville and Nashville Railroad were torn up and blocked by trees. The section of railroad tracks between Georgian and Graceville was affected by similar damage. The railroad cancelled all services following the hurricane.", "links": [ { "url": "https://en.wikipedia.org/wiki/Fort_Morgan_(Alabama)", "text": "Fort Morgan", "images": null }, { "url": "https://en.wikipedia.org/wiki/Flomaton,_Alabama", "text": "Flomaton", "images": null }, { "url": "https://en.wikipedia.org/wiki/Graceville,_Florida", "text": "Graceville", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "section", "value": null, "links": null, "name": "Mississippi", "has_parts": [ { "type": "paragraph", "value": "In Scranton, the steamer Winona reported a minimum air pressure of 965 mbar (hPa; 28.50 inHg). Lieutenant B.L. Brockway speculated that Scranton was near the center of the hurricane at the time, due to the low pressure readings. At Biloxi, Moss Point, and Mississippi City, communications were not received. However, Moss Point reported that floodwaters were 5 feet (1.5 m) deep before communications were lost. In Macon, a hotel had been demolished during the hurricane, resulting in the deaths of two people. Jackson and Brookhaven suffered a loss of at least 300,000 cotton bales, amounting to $12,000,000 in damage. In Vicksburg and McComb, many buildings were damaged, along with damage to shipping in Vicksburg, with a broken dock. The railroads and trees of Monticello suffered moderate damage: the railroad tracks were covered in trees, and service was suspended east of the town. In Hattiesburg, many cabins were blown down during the storm. Damage in Hattiesburg amounted to $300,000. In McNeil, one person was killed by a tree that was blown down.", "links": [ { "url": "https://en.wikipedia.org/wiki/Biloxi,_Mississippi", "text": "Biloxi", "images": null }, { "url": "https://en.wikipedia.org/wiki/Moss_Point,_Mississippi", "text": "Moss Point", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mississippi_City,_Mississippi", "text": "Mississippi City", "images": null }, { "url": "https://en.wikipedia.org/wiki/Macon,_Mississippi", "text": "Macon", "images": null }, { "url": "https://en.wikipedia.org/wiki/Jackson,_Mississippi", "text": "Jackson", "images": null }, { "url": "https://en.wikipedia.org/wiki/Brookhaven,_Mississippi", "text": "Brookhaven", "images": null }, { "url": "https://en.wikipedia.org/wiki/Vicksburg,_Mississippi", "text": "Vicksburg", "images": null }, { "url": "https://en.wikipedia.org/wiki/McComb,_Mississippi", "text": "McComb", "images": null }, { "url": "https://en.wikipedia.org/wiki/Monticello,_Mississippi", "text": "Monticello", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hattiesburg,_Mississippi", "text": "Hattiesburg", "images": null }, { "url": "https://en.wikipedia.org/wiki/McNeil,_Mississippi", "text": "McNeil", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "At the Horn Island lighthouse, the hurricane killed the lighthouse keeper and his wife and daughter. In addition to the death of the three at the lighthouse, it was noted that the schooner Daisy had been dismantled there, with one person killed. A person who was climbing a small tree was thrown away by the wind and drowned. Several people were trapped in their homes after a creek topped its banks. A warehouse and four other buildings were destroyed, while a bank's roof was blown off. A train near Brookhaven was washed away along the tracks of the Mississippi Central Railroad, resulting in the injury of five people. 25 schooners along the Mississippi coastline were completely destroyed. Two barks, the Nuremberg and Hercules were destroyed during the hurricane. Mandeline, owned by Norway, was filled with water, while Sigrav suffered severe damage, completely torn apart. A boat known as the Florine was washed ashore. A total of 78 fatalities occurred.", "links": [ { "url": "https://en.wikipedia.org/wiki/Horn_Island_(Mississippi)", "text": "Horn Island", "images": null }, { "url": "https://en.wikipedia.org/wiki/Illinois_Central_Railroad#Mississippi_Central_(1897–1967)", "text": "Mississippi Central Railroad", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
[ { "type": "infobox", "name": "Infobox weather event", "has_parts": [ { "type": "section", "name": "1906 Mississippi hurricane", "has_parts": [ { "type": "image", "name": null, "value": "Shipping damage in Pensacola caused by the hurricane", "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/1906_Pensacola_Hurricane_Damage.PNG/220px-1906_Pensacola_Hurricane_Damage.PNG", "width": 220, "height": 220, "alternative_text": null, "caption": "Shipping damage in Pensacola caused by the hurricane" } ] } ] }, { "type": "section", "name": "Meteorological history", "has_parts": [ { "type": "field", "name": "Formed", "value": "September 19, 1906", "links": null, "values": null, "images": null }, { "type": "field", "name": "Dissipated", "value": "September 29, 1906", "links": null, "values": null, "images": null } ] }, { "type": "section", "name": "Category 3 major hurricane", "has_parts": [ { "type": "field", "name": null, "value": "1-minute sustained (SSHWS / NWS)", "links": [ { "url": "https://en.wikipedia.org/wiki/Saffir–Simpson_scale", "text": "SSHWS", "images": null }, { "url": "https://en.wikipedia.org/wiki/National_Weather_Service", "text": "NWS", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Highest winds", "value": "120 mph (195 km/h)", "links": null, "values": null, "images": null }, { "type": "field", "name": "Lowest pressure", "value": "953 mbar (hPa); 28.14 inHg", "links": [ { "url": "https://en.wikipedia.org/wiki/Bar_(unit)", "text": "mbar", "images": null }, { "url": "https://en.wikipedia.org/wiki/Pascal_(unit)", "text": "hPa", "images": null }, { "url": "https://en.wikipedia.org/wiki/Inch_of_mercury", "text": "inHg", "images": null } ], "values": null, "images": null } ] }, { "type": "section", "name": "Overall effects", "has_parts": [ { "type": "field", "name": "Fatalities", "value": "At least 134", "links": null, "values": null, "images": null }, { "type": "field", "name": "Damage", "value": ">$19,221 (1906 USD)", "links": [ { "url": "https://en.wikipedia.org/wiki/United_States_dollar", "text": "USD", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Areas affected", "value": "Southeastern United States", "links": [ { "url": "https://en.wikipedia.org/wiki/Southeastern_United_States", "text": "Southeastern United States", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "IBTrACS", "links": [ { "url": "https://ncics.org/ibtracs/index.php?name=v04r00-1906263N12283", "text": "IBTrACS", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "Part of the 1906 Atlantic hurricane season", "links": [ { "url": "https://en.wikipedia.org/wiki/1906_Atlantic_hurricane_season", "text": "1906 Atlantic hurricane season", "images": null } ], "values": null, "images": null } ] } ] } ]
{ "identifier": "Q189056", "url": "https://www.wikidata.org/entity/Q189056" }
[ { "identifier": "Q189056", "url": "https://www.wikidata.org/entity/Q189056", "aspects": [ "C.P4540", "D.en", "O", "S", "T" ] } ]
null
1214 Richilde
7,026,398
1214 Richilde, provisional designation 1932 AA, is a dark background asteroid from the central regions of the asteroid belt, approximately 35 kilometers in diameter. It was discovered by Max Wolf at Heidelberg Observatory in 1932. Any reference of the asteroid's name to a person is unknown.
{ "identifier": 1195680329, "comment": "image size → image scale (via [[WP:JWB]])", "is_minor_edit": null, "scores": null, "editor": { "identifier": 93143, "name": "Kwamikagami", "edit_count": null, "groups": null, "date_started": null, "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 20135, "size": { "value": 20185, "unit_text": "B" }, "noindex": null, "maintenance_tags": null, "tags": null, "is_breaking_news": null }
{ "identifier": "d6a3d543-f073-46cc-bba7-8b3945ffe867", "type": "update", "date_created": "2024-04-27T00:36:06.068355Z", "date_published": "2024-08-06T08:45:25.355582Z" }
https://en.wikipedia.org/wiki/1214_Richilde
null
"2024-01-14T21:30:54"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
null
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "1214 Richilde, provisional designation 1932 AA, is a dark background asteroid from the central regions of the asteroid belt, approximately 35 kilometers in diameter. It was discovered by Max Wolf at Heidelberg Observatory in 1932. Any reference of the asteroid's name to a person is unknown.", "links": [ { "url": "https://en.wikipedia.org/wiki/Asteroid", "text": "asteroid", "images": null }, { "url": "https://en.wikipedia.org/wiki/Asteroid_belt", "text": "asteroid belt", "images": null }, { "url": "https://en.wikipedia.org/wiki/Max_Wolf", "text": "Max Wolf", "images": null }, { "url": "https://en.wikipedia.org/wiki/Heidelberg_Observatory", "text": "Heidelberg Observatory", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Discovery", "has_parts": [ { "type": "paragraph", "value": "Richilde was discovered on 1 January 1932, by German astronomer Max Wolf at the Heidelberg-Königstuhl State Observatory in southwest Germany. Five nights later, on 6 January 1932, it was independently discovered by Japanese astronomer K. Nakamura at Kwasan Observatory (377), Kyoto. The Minor Planet Center only recognizes the first discoverer. The body's observation arc begins with its first observation as 1930 QD at Uccle Observatory in August 1930, approximately 16 months prior to its official discovery observation at Heidelberg.", "links": [ { "url": "https://en.wikipedia.org/wiki/Max_Wolf", "text": "Max Wolf", "images": null }, { "url": "https://en.wikipedia.org/wiki/Heidelberg-Königstuhl_State_Observatory", "text": "Heidelberg-Königstuhl State Observatory", "images": null }, { "url": "https://en.wikipedia.org/wiki/IAU_code#377", "text": "377", "images": null }, { "url": "https://en.wikipedia.org/wiki/Minor_Planet_Center", "text": "Minor Planet Center", "images": null }, { "url": "https://en.wikipedia.org/wiki/Observation_arc", "text": "observation arc", "images": null }, { "url": "https://en.wikipedia.org/wiki/Uccle_Observatory", "text": "Uccle Observatory", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Orbit and classification", "has_parts": [ { "type": "paragraph", "value": "Richilde is a non- family asteroid from the main-belt's background population. It orbits the Sun in the central asteroid belt at a distance of 2.4–3.0 AU once every 4 years and 6 months (1,629 days; semi-major axis of 2.71 AU). Its orbit has an eccentricity of 0.12 and an inclination of 10 ° with respect to the ecliptic.", "links": [ { "url": "https://en.wikipedia.org/wiki/Asteroid_family", "text": "family", "images": null }, { "url": "https://en.wikipedia.org/wiki/Background_asteroid", "text": "background population", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kirkwood_gap", "text": "central", "images": null }, { "url": "https://en.wikipedia.org/wiki/Astronomical_unit", "text": "AU", "images": null }, { "url": "https://en.wikipedia.org/wiki/Semi-major_axis", "text": "semi-major axis", "images": null }, { "url": "https://en.wikipedia.org/wiki/Orbital_eccentricity", "text": "eccentricity", "images": null }, { "url": "https://en.wikipedia.org/wiki/Orbital_inclination", "text": "inclination", "images": null }, { "url": "https://en.wikipedia.org/wiki/Degree_(angle)", "text": "°", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ecliptic", "text": "ecliptic", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Physical characteristics", "has_parts": [ { "type": "paragraph", "value": "In the SMASS, Richilde is a Xk-subtype, that transitions from the X-type to the rare K-type asteroids, while the Wide-field Infrared Survey Explorer (WISE) characterizes the body as a primitive P-type asteroid.", "links": [ { "url": "https://en.wikipedia.org/wiki/SMASS_classification", "text": "SMASS", "images": null }, { "url": "https://en.wikipedia.org/wiki/X-type_asteroid", "text": "X-type", "images": null }, { "url": "https://en.wikipedia.org/wiki/K-type_asteroid", "text": "K-type asteroids", "images": null }, { "url": "https://en.wikipedia.org/wiki/Wide-field_Infrared_Survey_Explorer", "text": "Wide-field Infrared Survey Explorer", "images": null }, { "url": "https://en.wikipedia.org/wiki/P-type_asteroid", "text": "P-type asteroid", "images": null } ], "name": null, "has_parts": null }, { "type": "section", "value": null, "links": null, "name": "Rotation period and pole", "has_parts": [ { "type": "paragraph", "value": "In the 1990s, a rotational lightcurve of Richilde was first obtained from photometric observations by astronomers using the ESO 1-metre telescope at the La Silla Observatory in Chile. Lightcurve analysis gave a well-defined rotation period of 9.860 hours with a brightness variation of 0.32 magnitude (U=3). In October 2006, a concurring period of 9.870 hours and an amplitude of 0.31 was measured by French amateur astronomer Raymond Poncy (U=3-).", "links": [ { "url": "https://en.wikipedia.org/wiki/Lightcurve", "text": "lightcurve", "images": null }, { "url": "https://en.wikipedia.org/wiki/ESO_1-metre_telescope", "text": "ESO 1-metre telescope", "images": null }, { "url": "https://en.wikipedia.org/wiki/La_Silla_Observatory", "text": "La Silla Observatory", "images": null }, { "url": "https://en.wikipedia.org/wiki/Rotation_period", "text": "rotation period", "images": null }, { "url": "https://en.wikipedia.org/wiki/Magnitude_(astronomy)", "text": "magnitude", "images": null }, { "url": "https://en.wikipedia.org/wiki/LCDB_quality_code", "text": "U=3", "images": null }, { "url": "https://en.wikipedia.org/wiki/LCDB_quality_code", "text": "U=3-", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "In 2011, a modeled lightcurve using data from the Uppsala Asteroid Photometric Catalogue (UAPC) and other sources gave a period 9.86687 hours, as well as a partial spin axis of (n.a.°, –59.0°) in ecliptic coordinates (λ, β).", "links": [ { "url": "https://en.wikipedia.org/wiki/Poles_of_astronomical_bodies", "text": "spin axis", "images": null }, { "url": "https://en.wikipedia.org/wiki/Ecliptic_coordinate_system", "text": "ecliptic coordinates", "images": null } ], "has_parts": null, "name": null } ] }, { "type": "section", "value": null, "links": null, "name": "Diameter and albedo", "has_parts": [ { "type": "paragraph", "value": "According to the surveys carried out by the Infrared Astronomical Satellite IRAS, the Japanese Akari satellite and the NEOWISE mission of NASA's WISE telescope, Richilde measures between 30.70 and 39.58 kilometers in diameter and its surface has an albedo between 0.044 and 0.07.", "links": [ { "url": "https://en.wikipedia.org/wiki/IRAS", "text": "IRAS", "images": null }, { "url": "https://en.wikipedia.org/wiki/Akari_(satellite)", "text": "Akari satellite", "images": null }, { "url": "https://en.wikipedia.org/wiki/NEOWISE", "text": "NEOWISE", "images": null }, { "url": "https://en.wikipedia.org/wiki/Astronomical_albedo", "text": "albedo", "images": null } ], "has_parts": null, "name": null }, { "type": "paragraph", "value": "The Collaborative Asteroid Lightcurve Link derives an albedo of 0.0517 and a diameter of 35.22 kilometers based on an absolute magnitude of 11.10.", "links": [ { "url": "https://en.wikipedia.org/wiki/Absolute_magnitude", "text": "absolute magnitude", "images": null } ], "has_parts": null, "name": null } ] } ] }, { "type": "section", "name": "Naming", "has_parts": [ { "type": "paragraph", "value": "This minor planet is named after a common German female name. Any reference of this name to a person or occurrence is unknown (AN 247, 153).", "links": [ { "url": "https://en.wikipedia.org/wiki/Minor_planet", "text": "minor planet", "images": null }, { "url": "https://en.wikipedia.org/wiki/Astronomische_Nachrichten", "text": "AN 247, 153", "images": null } ], "name": null, "has_parts": null }, { "type": "section", "value": null, "links": null, "name": "Unknown meaning", "has_parts": [ { "type": "paragraph", "value": "Among the many thousands of named minor planets, Richilde is one of 120 asteroids, for which no official naming citation has been published. All of these asteroids have low numbers between 164 Eva and 1514 Ricouxa and were discovered between 1876 and the 1930s, predominantly by astronomers Auguste Charlois, Johann Palisa, Max Wolf and Karl Reinmuth.", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_named_minor_planets_(alphabetical)", "text": "named minor planets", "images": null }, { "url": "https://en.wikipedia.org/wiki/Meanings_of_minor_planet_names:_1–1000#164", "text": "164 Eva", "images": null }, { "url": "https://en.wikipedia.org/wiki/Meanings_of_minor_planet_names:_1001–2000#514", "text": "1514 Ricouxa", "images": null }, { "url": "https://en.wikipedia.org/wiki/Auguste_Charlois", "text": "Auguste Charlois", "images": null }, { "url": "https://en.wikipedia.org/wiki/Johann_Palisa", "text": "Johann Palisa", "images": null }, { "url": "https://en.wikipedia.org/wiki/Max_Wolf", "text": "Max Wolf", "images": null }, { "url": "https://en.wikipedia.org/wiki/Karl_Reinmuth", "text": "Karl Reinmuth", "images": null } ], "has_parts": null, "name": null } ] } ] } ]
[ { "type": "infobox", "name": "Infobox planet", "has_parts": [ { "type": "section", "name": "1214 Richilde", "has_parts": [ { "type": "image", "name": null, "value": "Shape model of Richilde from its lightcurve", "links": [ { "url": "https://en.wikipedia.org/wiki/Lightcurve", "text": "lightcurve", "images": null } ], "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/d/d0/001214-asteroid_shape_model_%281214%29_Richilde.png", "width": 250, "height": 250, "alternative_text": null, "caption": "Shape model of Richilde from its lightcurve" } ] } ] }, { "type": "section", "name": "Discovery", "has_parts": [ { "type": "field", "name": "Discovered by", "value": "M. F. Wolf", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_minor_planet_discoverers", "text": "Discovered by", "images": null }, { "url": "https://en.wikipedia.org/wiki/Max_Wolf", "text": "M. F. Wolf", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Discovery site", "value": "Heidelberg Obs.", "links": [ { "url": "https://en.wikipedia.org/wiki/List_of_observatory_codes", "text": "Discovery site", "images": null }, { "url": "https://en.wikipedia.org/wiki/Heidelberg-Königstuhl_State_Observatory", "text": "Heidelberg Obs.", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Discovery date", "value": "1 January 1932", "links": null, "values": null, "images": null } ] }, { "type": "section", "name": "Designations", "has_parts": [ { "type": "field", "name": "MPC designation", "value": "(1214) Richilde", "links": [ { "url": "https://en.wikipedia.org/wiki/Minor-planet_designation", "text": "MPC designation", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Named after", "value": "unknown", "links": [ { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-springer-3", "text": null, "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Alternative designations", "value": "1932 AA · 1930 QD 1961 PC", "links": [ { "url": "https://en.wikipedia.org/wiki/Provisional_designation_in_astronomy", "text": "Alternative designations", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Minor planet category", "value": "main-belt · (middle) background", "links": [ { "url": "https://en.wikipedia.org/wiki/Minor_planet#Populations", "text": "Minor planet category", "images": null }, { "url": "https://en.wikipedia.org/wiki/Main-belt", "text": "main-belt", "images": null }, { "url": "https://en.wikipedia.org/wiki/Kirkwood_gap", "text": "middle", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-lcdb-4", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/Background_asteroid", "text": "background", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-AstDys-object-5", "text": null, "images": null } ], "values": null, "images": null } ] }, { "type": "section", "name": "Orbital characteristics", "has_parts": [ { "type": "field", "name": null, "value": "Epoch 4 September 2017 (JD 2458000.5)", "links": [ { "url": "https://en.wikipedia.org/wiki/Epoch_(astronomy)", "text": "Epoch", "images": null }, { "url": "https://en.wikipedia.org/wiki/Julian_day", "text": "JD", "images": null } ], "values": null, "images": null }, { "type": "field", "name": null, "value": "Uncertainty parameter 0", "links": [ { "url": "https://en.wikipedia.org/wiki/Uncertainty_parameter", "text": "Uncertainty parameter", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Observation arc", "value": "86.52 yr (31,602 days)", "links": [ { "url": "https://en.wikipedia.org/wiki/Observation_arc", "text": "Observation arc", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Aphelion", "value": "3.0319 AU", "links": [ { "url": "https://en.wikipedia.org/wiki/Perihelion_and_aphelion", "text": "Aphelion", "images": null }, { "url": "https://en.wikipedia.org/wiki/Astronomical_unit", "text": "AU", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Perihelion", "value": "2.3881 AU", "links": [ { "url": "https://en.wikipedia.org/wiki/Perihelion_and_aphelion", "text": "Perihelion", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Semi-major axis", "value": "2.7100 AU", "links": [ { "url": "https://en.wikipedia.org/wiki/Semi-major_and_semi-minor_axes", "text": "Semi-major axis", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Eccentricity", "value": "0.1188", "links": [ { "url": "https://en.wikipedia.org/wiki/Orbital_eccentricity", "text": "Eccentricity", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Orbital period (sidereal)", "value": "4.46 yr (1,629 days)", "links": [ { "url": "https://en.wikipedia.org/wiki/Orbital_period", "text": "Orbital period (sidereal)", "images": null }, { "url": "https://en.wikipedia.org/wiki/Julian_year_(astronomy)", "text": "yr", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Mean anomaly", "value": "207.11 °", "links": [ { "url": "https://en.wikipedia.org/wiki/Mean_anomaly", "text": "Mean anomaly", "images": null }, { "url": "https://en.wikipedia.org/wiki/Degree_(angle)", "text": "°", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Mean motion", "value": "0° 13 m 15.24 s / day", "links": [ { "url": "https://en.wikipedia.org/wiki/Mean_motion", "text": "Mean motion", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Inclination", "value": "9.8345°", "links": [ { "url": "https://en.wikipedia.org/wiki/Orbital_inclination", "text": "Inclination", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Longitude of ascending node", "value": "285.92°", "links": [ { "url": "https://en.wikipedia.org/wiki/Longitude_of_the_ascending_node", "text": "Longitude of ascending node", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Argument of perihelion", "value": "32.580°", "links": [ { "url": "https://en.wikipedia.org/wiki/Argument_of_periapsis", "text": "Argument of perihelion", "images": null } ], "values": null, "images": null } ] }, { "type": "section", "name": "Physical characteristics", "has_parts": [ { "type": "field", "name": "Dimensions", "value": "30.70 ± 12.73 km 33.26 ± 8.39 km 33.651 ± 8.835 km 34.134 ± 0.253 km 34.94 ± 0.50 km 35.22 km (derived) 35.29 ± 3.2 km 36.668 ± 0.575 km 39.58 ± 11.00 km", "links": [ { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2016-6", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2015-7", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2017-8", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-WISE-9", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-AKARI-10", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-lcdb-4", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-SIMPS-11", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2014-12", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2012-13", "text": null, "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Synodic rotation period", "value": "9.860 h 9.866 87 ± 0.000 05 h 9.870 ± 0.001 h", "links": [ { "url": "https://en.wikipedia.org/wiki/Synodic_rotation_period", "text": "Synodic rotation period", "images": null }, { "url": "https://en.wikipedia.org/wiki/Hour", "text": "h", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Barucci-1994-14", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Hanus-2011-15", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-geneva-obs-16", "text": null, "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Geometric albedo", "value": "0.044 ± 0.051 0.048 ± 0.015 0.0517 (derived) 0.0518 ± 0.0853 0.0550 ± 0.0055 0.06 ± 0.02 0.0619 ± 0.013 0.064 ± 0.002 0.07 ± 0.04", "links": [ { "url": "https://en.wikipedia.org/wiki/Geometric_albedo", "text": "Geometric albedo", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2012-13", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2014-12", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-lcdb-4", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2017-8", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-WISE-9", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2015-7", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-SIMPS-11", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-AKARI-10", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2016-6", "text": null, "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Spectral type", "value": "SMASS = X k · P", "links": [ { "url": "https://en.wikipedia.org/wiki/Asteroid_spectral_types", "text": "Spectral type", "images": null }, { "url": "https://en.wikipedia.org/wiki/SMASS_classification", "text": "SMASS", "images": null }, { "url": "https://en.wikipedia.org/wiki/X-type_asteroid", "text": "X", "images": null }, { "url": "https://en.wikipedia.org/wiki/K-type_asteroid", "text": "k", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-jpldata-1", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/P-type_asteroid", "text": "P", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-WISE-9", "text": null, "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Absolute magnitude (H)", "value": "10.90 · 11.03 · 11.09 · 11.09 ± 0.40 · 11.10 · 11.20", "links": [ { "url": "https://en.wikipedia.org/wiki/Absolute_magnitude#Solar_System_bodies_(H)", "text": "Absolute magnitude (H)", "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-AKARI-10", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-SIMPS-11", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2012-13", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Masiero-2017-8", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Veres-2015-17", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-lcdb-4", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2015-7", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-WISE-9", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Barucci-1994-14", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-jpldata-1", "text": null, "images": null }, { "url": "https://en.wikipedia.org/wiki/1214_Richilde#cite_note-Nugent-2016-6", "text": null, "images": null } ], "values": null, "images": null } ] } ] } ]
{ "identifier": "Q137049", "url": "https://www.wikidata.org/entity/Q137049" }
[ { "identifier": "Q137049", "url": "https://www.wikidata.org/entity/Q137049", "aspects": [ "C", "O", "S", "T" ] } ]
null
End of preview.

Dataset Card for Wikimedia Structured Wikipedia

Dataset Description

Dataset Summary

Early beta release of pre-parsed English and French Wikipedia articles including infoboxes. Inviting feedback.

This dataset contains all articles of the English and French language editions of Wikipedia, pre-parsed and outputted as structured JSON files with a consistent schema (JSONL compressed as zip). Each JSON line holds the content of one full Wikipedia article stripped of extra markdown and non-prose sections (references, etc.).

Invitation for Feedback

The dataset is built as part of the Structured Contents initiative and based on the Wikimedia Enterprise html snapshots. It is an early beta release to improve transparency in the development process and request feedback. This first version includes pre-parsed Wikipedia abstracts, short descriptions, main images links, infoboxes and article sections, excluding non-prose sections (e.g. references). More elements (such as lists and tables) may be added over time. For updates follow the project’s blog and our Mediawiki Quarterly software updates on MediaWiki.

As this is an early beta release, we highly value your feedback to help us refine and improve this dataset. Please share your thoughts, suggestions, and any issues you encounter either on the discussion page of Wikimedia Enterprise’s homepage on Meta wiki, or on the discussion page for this dataset here on HuggingFace.

The contents of this dataset of Wikipedia articles is collectively written and curated by a global volunteer community. All original textual content is licensed under the GNU Free Documentation License (GFDL) and the Creative Commons Attribution-Share-Alike 4.0 License. Some text may be available only under the Creative Commons license; see the Wikimedia Terms of Use for details. Text written by some authors may be released under additional licenses or into the public domain.

Supported Tasks and Leaderboards

The dataset in its structured form is generally helpful for a wide variety of tasks, including all phases of model development, from pre-training to alignment, fine-tuning, updating/RAG as well as testing/benchmarking.

We would love to hear more about your use cases.

Languages

English
BCP 47 Language Code: EN

French/Français
BCP 47 Language Code: FR

There is only one language edition for English, and one for French. They encompass national and cultural variations of spelling, vocabulary, grammar etc. Within a Wikipedia language edition, no national variety is officially preferred over others. The rule of thumb is that the conventions of a particular variety of language should be followed consistently within a given article.

The relevant Manual of Style policy documents are available for English Wikipedia, and for French Wikipedia.

As part of this Beta Wikimedia Enterprise Structured Contents project, the team is working to including more language editions: https://enterprise.wikimedia.com/docs/snapshot/#available-structured-contents-snapshots-beta

Dataset Structure

Data Instances

An example of each line of JSON looks as follows (abbreviated data):

{
"name":"JosephineBaker",
"identifier":255083,
"url":"https://en.wikipedia.org/wiki/Josephine_Baker",
"date_created":"...",
"date_modified":"...",
"is_part_of":{"..."},
"in_language":{"..."},
"main_entity":{"identifier":"Q151972",...},
"additional_entities":[...],
"version":{...},
"description":"American-bornFrenchdancer...",
"abstract":"FredaJosephineBaker,naturalizedas...",
"image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
"infobox":[{"name":"Infoboxperson",
            "type":"infobox",
              "has_parts":[
                { "name":"JosephineBaker",
                  "type":"section",
                  "has_parts":[
                        {"name":"Born",
                         "type":"field",
                         "value":"FredaJosephineMcDonaldJune3,1906 St.Louis,Missouri,US",
                         "links":[{"url": "https://en.wikipedia.org/wiki/St._Louis", "text":"St.Louis"},}],
                  ]
                }
            ]
}],
"sections": [{"name": "Abstract",
              "type": "section",
              "has_parts": [
                 { "type": "paragraph",
                   "value": "Freda Josephine Baker (née McDonald; June 3, 1906 - April 12, 1975),	naturalized as Joséphine Baker...",
                   "links": [{"url": "https://en.wikipedia.org/wiki/Siren_...","text": "Siren of the Tropics"...}]
                  }
              ],
              ...
}],
"license":[...],
}

Timestamp

Dataset extracted 16 September 2024

Size

English: enwiki_namespace_0.zip

Size of compressed dataset files: 17.91 GB
Size of uncompressed dataset: 79.57 GB

French: frwiki_namespace_0.zip

Size of compressed dataset files: 6.95 GB
Size of the uncompressed dataset: 34.01 GB

JSONL files compressed in zip, once uncompressed they are chunked by max 2.15GB.

For more guidelines on how to process the snapshots, see SDKs.

Data Fields

The data fields are the same among all, noteworthy included fields:

  • name - title of the article.
  • identifier - ID of the article.
  • url - URL of the article.
  • version: metadata related to the latest specific revision of the article
  • version.editor - editor-specific signals that can help contextualize the revision
  • version.scores - returns assessments by ML models on the likelihood of a revision being reverted.
  • main entity - Wikidata QID the article is related to.
  • abstract - lead section, summarizing what the article is about.
  • description - one-sentence description of the article for quick reference.
  • image - main image representing the article's subject.
  • infobox - parsed information from the side panel (infobox) on the Wikipedia article.
  • sections - parsed sections of the article, including links.

Note: excludes other media/images, lists, tables and references or similar non-prose sections.

Full data dictionary is available here: https://enterprise.wikimedia.com/docs/data-dictionary/

Data Splits

[N/A]

Dataset Creation

Curation Rationale

This dataset has been created as part of the larger Structured Contents initiative at Wikimedia Enterprise with the aim of making Wikimedia data more machine readable. These efforts are both focused on pre-parsing Wikipedia snippets as well as connecting the different projects closer together.

Even if Wikipedia is very structured to the human eye, it is a non-trivial task to extract the knowledge lying within in a machine readable manner. Projects, languages, domains all have their own specific community experts and way of structuring data, bolstered by various templates and best practices. A specific example we’ve addressed in this release is article infoboxes. Infoboxes are panels that commonly appear in the top right corner of a Wikipedia article and summarize key facts and statistics of the article’s subject. The editorial community works hard to keep infoboxes populated with the article’s most pertinent and current metadata, and we’d like to lower the barrier of entry significantly so that this data is also accessible at scale without the need for bespoke parsing systems.

We also include the link to the Wikidata Q Identifier (corresponding Wikidata entity), and the link to (main and infobox) images to facilitate easier access to additional information on the specific topics.

You will also find Credibility Signals fields included. These can help you decide when, how, and why to use what is in the dataset. These fields mirror the over 20 years of editorial policies created and kept by the Wikipedia editing communities, taking publicly available information and structuring it. Like with article structures, because this information is not centralized (neither on a single project nor across them), it is hard to access. Credibility signals shine a light on that blind spot. You will find most of these signals under the ‘version’ object, but other objects like ‘protection’ and ‘watchers_count’ offer similar insight.

This is an early beta release of pre-parsed Wikipedia articles in bulk, as a means to improve transparency in the development process and gather insights of current use cases to follow where the AI community needs us most; as well as feedback points, to develop this further through collaboration. There will be limitations (see ‘known limitations’ section below), but in line with our values, we believe it is better to share early, often, and respond to feedback.

You can also test out more languages on an article by article basis through our beta Structured Contents On-demand endpoint with a free account.

Attribution is core to the sustainability of the Wikimedia projects. It is what drives new editors and donors to Wikipedia. With consistent attribution, this cycle of content creation and reuse ensures encyclopedic content of high-quality, reliability, and verifiability will continue being written on Wikipedia and ultimately remain available for reuse via datasets such as these.

As such, we require all users of this dataset to conform to our expectations for proper attribution. Detailed attribution requirements for use of this dataset are outlined below.

Beyond attribution, there are many ways of contributing to and supporting the Wikimedia movement. and various other ways of supporting and participating in the Wikimedia movement below. To discuss your specific circumstances please contact Nicholas Perry from the Wikimedia Foundation technical partnerships team at [email protected]. You can also contact us on either the discussion page of Wikimedia Enterprise’s homepage on Meta wiki, or on the discussion page for this dataset here on HuggingFace.

Source Data

Initial Data Collection and Normalization

The dataset is built from the Wikimedia Enterprise HTML “snapshots”: https://enterprise.wikimedia.com/docs/snapshot/ and focusses on the Wikipedia article namespace (namespace 0 (main)).

Who are the source language producers?

Wikipedia is a human generated corpus of free knowledge, written, edited, and curated by a global community of editors since 2001.

It is the largest and most accessed educational resource in history, accessed over 20 billion times by half a billion people each month. Wikipedia represents almost 25 years of work by its community; the creation, curation, and maintenance of millions of articles on distinct topics.

This dataset includes the complete article contents of two Wikipedia language editions: English https://en.wikipedia.org/ and French https://fr.wikipedia.org/, written by the respective communities.

Annotations

Annotation process

[N/A]

The dataset doesn't contain any additional annotations

Who are the annotators?

[N/A]

Personal and Sensitive Information

The Wikipedia community and the Wikimedia Foundation - which operates Wikipedia - establish robust policy and guidelines around personal and sensitive information; both to avoid personal/sensitive information within articles as well as strict privacy policies around information of their contributors.

The Wikimedia Foundation’s privacy policy is available at: https://foundation.wikimedia.org/wiki/Policy:Privacy_policy

Transparency reports covering the Wikimedia Foundation’s responses to requests received to alter or remove content from the projects, and to provide nonpublic information about users, are found here: https://wikimediafoundation.org/about/transparency/

Among many editorial policies regarding personal and sensitive information, particular care is paid by the community to biographies of living people. Details for each language community’s responses and norms can be found here: https://www.wikidata.org/wiki/Q4663389#sitelinks-wikipedia

Considerations for Using the Data

Social Impact of Dataset

Wikipedia’s articles are read over 20 billion times by half a billion people each month. It does not belong to, or come from a single culture or language. It is an example of mass international cooperation, across languages and continents. Wikipedia is the only website among the world’s most visited that is not operated by a commercial organization.

Wikimedia projects have been used (and upsampled) as a core source of qualitative data in AI/ML/LLM . The Wikimedia Foundation has published an article on the value of Wikipedia in age of generative AI.

There is also a Community Article about why Wikimedia data matters for ML on the HuggingFace blog. This highlights that it is: rich, diverse content; multimodal; and both community-curated and openly licensed.

Discussion of Biases

While consciously trying to present an editorially neutral point of view, Wikipedia’s content reflects the biases of the society it comes from. This includes various “gaps” (notably in both the proportion of biographies of, and editors who identify as, women. Other significant gaps include in linguistic and technical accessibility of the websites, and censorship. Because the content is written by its readers, ensuring the widest possible access to the content is crucial to reducing the biases of the content itself. There is continuous work to redress these biases through various social and technical efforts – both centrally and at the grassroots around the world.

Other Known Limitations

This is an early beta version, the following limitations may apply:

  • A small percentage of duplicated, deleted or missed articles may be part of the snapshot. Duplicates can be filtered out by looking at the highest "version.identifier", being the most up-to-date revision of the article
  • Revision discrepancies may happen due to limitations with long articles
  • On occasion empty sections or values may be returned. This is either because the section contains references or similar; or is made out of structured elements like lists and tables; or the section was left empty by editors.
  • Images: only main and infobox image links are supported at the moment, we encourage you to take additional information and licensing by following the image link, while we are evaluating adding this data directly.

Please let us know if there are any other limitations that aren't covered above.

Additional Information

Dataset Curators

This dataset was created by the Wikimedia Enterprise team of the Wikimedia Foundation as part of the Structured Contents initiative.

Attribution Information

Wikimedia Enterprise provides this dataset under the assumption that downstream users will adhere to the relevant free culture licenses when the data is reused. In situations where attribution is required, reusers should identify the Wikimedia project from which the content was retrieved as the source of the content. Any attribution should adhere to Wikimedia’s trademark policy (available at https://foundation.wikimedia.org/wiki/Trademark_policy) and visual identity guidelines (available at https://foundation.wikimedia.org/wiki/Visual_identity_guidelines) when identifying Wikimedia as the source of content.

How To Attribute Wikipedia

We ask that all content re-users attribute Wikipedia in a way that supports our model. In the spirit of reciprocity the framework allows you to leverage our brand to signal trust, reliability and recency whilst also communicating that our dataset is written entirely by human contributors who have volunteered their time in the spirit of knowledge for all.

For example, for Generative AI, what to include in all attribution cases:

Attribution UI Example: Outputs using Wikipedia non-specifically

Attribution UI Example: Outputs using Wikipedia in-line

Tools & Resources for Attribution

W Favicons: The Wikipedia ‘W’ icon is a distinctive graphic element derived from the W of Wikipedia, set in the font Hoefler combined with various framing devices.

W Wordmarks: The distinctive wordmark, with larger case W and A characters. The wordmark alone is the most identifiable and clearly understood version of all of the official marks representing Wikipedia.

Wikimedia Product Icons: You can find all currently available icons in the Assets library in Figma. We provide a listing of all icons with their ids for implementation in the Codex demo. Additionally you also find all icons as single SVGO production optimized SVGs for usage outside of MediaWiki.

More logo assets and guidance can be found on the Wikipedia and Wikimedia Brand portals. Wikipedia favicons can be found on Wikimedia Commons.

To schedule a 30-minute brand attribution walkthrough or to request a customized solution, please email us at [email protected]

Licensing Information

All original textual content is licensed under the GNU Free Documentation License (GFDL) and the Creative Commons Attribution-Share-Alike 4.0 License. Some text may be available only under the Creative Commons license; see the Wikimedia Terms of Use for details. Text written by some authors may be released under additional licenses or into the public domain.

Derived dataset prepared by Wikimedia Enterprise. Wikipedia and Wikimedia Enterprise are registered trademarks of the Wikimedia Foundation, Inc., a non-profit organization.

For more information, see dumps licensing information and Wikimedia Enterprise Terms.

Citation Information

@ONLINE{structured-wikipedia,
    author = {Wikimedia Enterprise, Wikimedia Foundation},
    title = {Structured Wikipedia},
    month = {sep},
    year= {2024}
}
Downloads last month
11