Add commentary and dictionary resources
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"id": "easton-smith-dictionaries-neuu",
|
||||
"resource_type": "dictionary",
|
||||
"project_name": "LibreBible",
|
||||
"title": "Easton's and Smith's Bible Dictionaries",
|
||||
"short_title": "Easton / Smith Bible Dictionaries",
|
||||
"abbreviation": "EAS/SMI",
|
||||
"alternate_ids": ["neuu-org/bible-dictionary-dataset"],
|
||||
"language": {
|
||||
"code": "eng",
|
||||
"name": "English"
|
||||
},
|
||||
"script": "Latn",
|
||||
"canon": {
|
||||
"scope": "reference",
|
||||
"notes": "Bible dictionary entries keyed by English term, with scripture references where present."
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "M. G. Easton",
|
||||
"role": "Easton's Bible Dictionary original author"
|
||||
},
|
||||
{
|
||||
"name": "William Smith",
|
||||
"role": "Smith's Bible Dictionary original editor"
|
||||
},
|
||||
{
|
||||
"name": "NEUU",
|
||||
"role": "parsed dataset maintainer"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"id": "english-bible-dictionary",
|
||||
"type": "dictionary",
|
||||
"label": "English Bible dictionary entries",
|
||||
"languages": ["eng"],
|
||||
"embedded": true,
|
||||
"package": "packages/json/easton-smith-dictionaries-neuu/entries.jsonl"
|
||||
},
|
||||
{
|
||||
"id": "dictionary-scripture-references",
|
||||
"type": "cross_references",
|
||||
"label": "Dictionary scripture references",
|
||||
"languages": ["eng"],
|
||||
"embedded": true,
|
||||
"package": "packages/json/easton-smith-dictionaries-neuu/entries.jsonl"
|
||||
}
|
||||
],
|
||||
"attachments": {
|
||||
"included": [
|
||||
{
|
||||
"id": "easton-smith-term-definitions",
|
||||
"resource_type": "dictionary",
|
||||
"label": "English term definitions",
|
||||
"relationship": "english-term-to-dictionary-entry",
|
||||
"anchor_types": ["word", "term", "scripture_reference"],
|
||||
"languages": ["eng"],
|
||||
"source": "NEUU parsed dataset built from public-domain Easton's and Smith's Bible dictionaries.",
|
||||
"package": "packages/json/easton-smith-dictionaries-neuu/entries.jsonl"
|
||||
}
|
||||
],
|
||||
"supported_future_types": ["maps", "timeline", "person_place_index"]
|
||||
},
|
||||
"source": {
|
||||
"provider": "NEUU Bible Dictionary Dataset",
|
||||
"url": "https://github.com/neuu-org/bible-dictionary-dataset",
|
||||
"download_url": "https://raw.githubusercontent.com/neuu-org/bible-dictionary-dataset/main/data/01_parsed/_index.json",
|
||||
"format": "github-raw-json-index",
|
||||
"upstream_id": "neuu-org/bible-dictionary-dataset",
|
||||
"upstream_last_updated": "2026-07-12",
|
||||
"available_formats": ["json"]
|
||||
},
|
||||
"license": {
|
||||
"name": "CC BY 4.0 dataset; original dictionaries public domain",
|
||||
"redistribution": true,
|
||||
"source_license_url": "https://github.com/neuu-org/bible-dictionary-dataset",
|
||||
"attribution": "Parsed dataset by NEUU. Original public-domain sources include Easton's Bible Dictionary and Smith's Bible Dictionary.",
|
||||
"restricted_notes": "Preserve NEUU dataset attribution and CC BY 4.0 notice."
|
||||
},
|
||||
"checks": {
|
||||
"expected_sha256": "0105d59e4376ed21d34e04195636f752388d2ce9f62babf8a552b8ef1a917666",
|
||||
"last_checked_at": "2026-07-12T15:58:00Z"
|
||||
},
|
||||
"importer": {
|
||||
"name": "scripts/import-neuu-dictionaries.js",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages": {
|
||||
"json_catalog": "packages/json/easton-smith-dictionaries-neuu/catalog.json",
|
||||
"entries_jsonl": "packages/json/easton-smith-dictionaries-neuu/entries.jsonl"
|
||||
},
|
||||
"catalog_display": {
|
||||
"primary_features": ["English Bible dictionary entries", "Dictionary scripture references"],
|
||||
"summary": "Merged Easton's and Smith's Bible dictionary entries normalized by English term for margin lookup and study references."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user