CoolFace
Datasetpublic

JonAuror/tplegacy-teachings

True Parents Legacy Teaching Archive Digital archive of 3541 passages — sermons, speeches, prayers, and book excerpts by Sun Myung Moon (1920–2012) and Hak Ja Han Moon (1943–present), spanning 1946–2012. Structure Each record contains: Field Type Description id string URL slug (unique identifier) title string Title of the sermon, speech, or passage author string Speaker name date string Publication date (YYYY-MM-DD) year string Year only tags… See the full description on the dataset page: https://huggingface.co/datasets/JonAuror/tplegacy-teachings.

sourceHugging Facecc-by-nc-4.0updated 6d agoView on Hugging Face
0likes93downloads
Dataset Card

True Parents Legacy Teaching Archive

Digital archive of 3541 passages — sermons, speeches, prayers, and book excerpts by Sun Myung Moon (1920–2012) and Hak Ja Han Moon (1943–present), spanning 1946–2012.

Dataset Description

  • —Homepage: tplegacy.net
  • —Repository: GitHub
  • —License: CC BY-NC 4.0
  • —Language: English (translated from Korean)
  • —Size: 87M
  • —Last updated: 2026-09-21

Structure

Each record contains:

FieldTypeDescription
idstringURL slug (unique identifier)
titlestringTitle of the sermon, speech, or passage
authorstringSpeaker name
datestringPublication date (YYYY-MM-DD)
yearstringYear only
tagslistContent tags (slugs)
tag_nameslistContent tags (display names)
excerptstringShort excerpt (max 500 chars)
textstringFull plaintext content
word_countintWord count
reading_timeintEstimated reading time in minutes
urlstringPermanent URL
arkstringARK persistent identifier

Usage

python
from datasets import load_dataset

ds = load_dataset("JonAuror/tplegacy-teachings")
print(ds["train"][0]["title"])

Source

Generated from tplegacy.net. Linked Open Data (RDF) version: tplegacy-lod

Citation

bibtex
@misc{tplegacy_teachings,
  author       = {True Parents Legacy},
  title        = {True Parents Legacy Teaching Archive},
  year         = {2025},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/JonAuror/tplegacy-teachings},
  note         = {ark:/68749/library-teachings-true-parents}
}