Add full NET Bible notes
This commit is contained in:
+16
-14
@@ -18,12 +18,12 @@
|
||||
},
|
||||
"translation": {
|
||||
"base_title": "NET Bible",
|
||||
"edition": "NET Bible with Strong's links and limited embedded notes from eBible USFM",
|
||||
"edition": "NET Bible with Strong's links from eBible USFM and full NET notes from official NET Bible endpoints",
|
||||
"translation_year": 1996,
|
||||
"edition_year": 2019,
|
||||
"source_text_basis": "Best available Hebrew, Aramaic, and Greek texts according to the NET Bible publisher description.",
|
||||
"tradition": "Evangelical / interdenominational",
|
||||
"public_description": "The NET Bible is a modern English translation known for extensive translator notes and study notes. This package is imported from eBible USFM and includes Bible text, Strong's-linked words, and the limited translator/study notes present in that source archive."
|
||||
"public_description": "The NET Bible is a modern English translation known for extensive translator notes and study notes. This package imports Bible text and Strong's-linked words from eBible USFM, then layers in the full NET translator, textual-critical, and study notes from official NET Bible endpoints."
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
@@ -59,17 +59,17 @@
|
||||
{
|
||||
"id": "translator-notes",
|
||||
"type": "footnotes",
|
||||
"label": "Translator notes",
|
||||
"label": "Full NET translator notes",
|
||||
"languages": ["eng"],
|
||||
"embedded": true,
|
||||
"embedded": false,
|
||||
"package": "packages/json/net-engnet/footnotes.jsonl"
|
||||
},
|
||||
{
|
||||
"id": "study-notes",
|
||||
"type": "study_notes",
|
||||
"label": "Study notes",
|
||||
"label": "Full NET study notes",
|
||||
"languages": ["eng"],
|
||||
"embedded": true,
|
||||
"embedded": false,
|
||||
"package": "packages/json/net-engnet/study-notes.jsonl"
|
||||
},
|
||||
{
|
||||
@@ -105,21 +105,21 @@
|
||||
{
|
||||
"id": "net-engnet-translator-notes",
|
||||
"resource_type": "footnotes",
|
||||
"label": "Translator notes",
|
||||
"label": "Full NET translator and textual notes",
|
||||
"relationship": "verse-to-translator-note",
|
||||
"anchor_types": ["verse"],
|
||||
"languages": ["eng"],
|
||||
"source": "Embedded in the eBible USFM package.",
|
||||
"source": "Imported from official NET Bible note endpoints.",
|
||||
"package": "packages/json/net-engnet/footnotes.jsonl"
|
||||
},
|
||||
{
|
||||
"id": "net-engnet-study-notes",
|
||||
"resource_type": "study_notes",
|
||||
"label": "Study notes",
|
||||
"label": "Full NET study notes",
|
||||
"relationship": "verse-to-study-note",
|
||||
"anchor_types": ["verse"],
|
||||
"languages": ["eng"],
|
||||
"source": "Embedded in the eBible USFM package.",
|
||||
"source": "Imported from official NET Bible note endpoints.",
|
||||
"package": "packages/json/net-engnet/study-notes.jsonl"
|
||||
},
|
||||
{
|
||||
@@ -150,6 +150,8 @@
|
||||
"provider": "eBible.org",
|
||||
"url": "https://ebible.org/find/show.php?id=engnet",
|
||||
"download_url": "https://ebible.org/Scriptures/engnet_usfm.zip",
|
||||
"notes_url": "https://netbible.org/resource/netNote/<reference>/<position>",
|
||||
"notes_api_url": "https://labs.bible.org/api/?passage=<reference>&type=json&formatting=full",
|
||||
"format": "usfm-zip",
|
||||
"upstream_id": "engnet",
|
||||
"upstream_last_updated": "2026-05-22",
|
||||
@@ -179,8 +181,8 @@
|
||||
"last_checked_at": "2026-07-12T00:00:00-05:00"
|
||||
},
|
||||
"importer": {
|
||||
"name": "scripts/import-usfm.js",
|
||||
"version": "0.2.0"
|
||||
"name": "scripts/import-usfm.js + scripts/import-net-notes.js",
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"packages": {
|
||||
"json_catalog": "packages/json/net-engnet/catalog.json",
|
||||
@@ -190,7 +192,7 @@
|
||||
"study_notes_jsonl": "packages/json/net-engnet/study-notes.jsonl"
|
||||
},
|
||||
"catalog_display": {
|
||||
"primary_features": ["Bible text", "Strong's-linked words", "Translator notes", "Study notes", "USFM source"],
|
||||
"summary": "Licensed/free-to-use NET Bible package from eBible USFM, with Strong's links plus the limited NET translator and study notes present in that source. This resource is not public domain and must follow NET Bible attribution and free-use restrictions."
|
||||
"primary_features": ["Bible text", "Strong's-linked words", "Full NET translator notes", "Full NET study notes", "USFM source"],
|
||||
"summary": "Licensed/free-to-use NET Bible package using eBible USFM for text and Strong's links, plus full NET notes imported from official NET Bible note endpoints. This resource is not public domain and must follow NET Bible attribution and free-use restrictions."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user