Add commentary and dictionary resources
This commit is contained in:
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"schema_version": "librebible.resource-catalog.v1",
|
||||
"project": "LibreBible",
|
||||
"id": "easton-smith-dictionaries-neuu",
|
||||
"resource_type": "dictionary",
|
||||
"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."
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"importer": {
|
||||
"name": "scripts/import-neuu-dictionaries.js",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"source_manifest_file": "easton-smith-dictionaries-neuu.json",
|
||||
"generated_at": "2026-07-12T15:24:50.122Z",
|
||||
"source_sha256": "0105d59e4376ed21d34e04195636f752388d2ce9f62babf8a552b8ef1a917666",
|
||||
"combined_source_sha256": "cf963f673d11af66d379a854d7f439b82fd4fbd377936750c6f214e70392c917",
|
||||
"checks": {
|
||||
"expected_sha256": "0105d59e4376ed21d34e04195636f752388d2ce9f62babf8a552b8ef1a917666",
|
||||
"last_checked_at": "2026-07-12T15:58:00Z"
|
||||
},
|
||||
"counts": {
|
||||
"entries": 5998,
|
||||
"dictionary_entries": 5998,
|
||||
"scripture_refs": 35089,
|
||||
"source_entries": {
|
||||
"EAS": 3962,
|
||||
"SMI": 4561
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"entries_jsonl": {
|
||||
"path": "entries.jsonl",
|
||||
"bytes": 7641121,
|
||||
"sha256": "e0530558dd643296d1e44127762b86d4a663b00326727215ec96ba301a90e759"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user