Phase 1 enrich KJV manifest metadata
This commit is contained in:
@@ -1,23 +1,125 @@
|
||||
{
|
||||
"id": "kjv-eng-kjv2006",
|
||||
"resource_type": "translation",
|
||||
"project_name": "LibreBible",
|
||||
"title": "King James (Authorized) Version",
|
||||
"short_title": "King James Version",
|
||||
"abbreviation": "KJV",
|
||||
"language": "eng",
|
||||
"canon": "protocanon",
|
||||
"features": ["strongs", "usfm"],
|
||||
"alternate_ids": ["ENGKJV", "eng-kjv2006"],
|
||||
"language": {
|
||||
"code": "eng",
|
||||
"name": "English",
|
||||
"dialect": "archaic British"
|
||||
},
|
||||
"script": "Latn",
|
||||
"canon": {
|
||||
"scope": "protocanon",
|
||||
"notes": "eBible describes this package as protocanon only."
|
||||
},
|
||||
"translation": {
|
||||
"base_title": "King James Version",
|
||||
"edition": "1769 standardized text with Strong's numbers added",
|
||||
"translation_year": 1611,
|
||||
"edition_year": 1769,
|
||||
"source_text_basis": "Authorized Version / King James Version standardized text of 1769",
|
||||
"tradition": "Protestant",
|
||||
"public_description": "The King James Version or Authorized Version of the Holy Bible, using the standardized text of 1769, protocanon only, with Strong's numbers added."
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "King James Version translators",
|
||||
"role": "translation"
|
||||
},
|
||||
{
|
||||
"name": "CrossWire Bible Society",
|
||||
"role": "source text provider"
|
||||
},
|
||||
{
|
||||
"name": "eBible.org",
|
||||
"role": "publisher and package provider"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
"id": "bible-text",
|
||||
"type": "translation_text",
|
||||
"label": "Bible text",
|
||||
"languages": ["eng"],
|
||||
"embedded": true
|
||||
},
|
||||
{
|
||||
"id": "strongs-links",
|
||||
"type": "concordance_links",
|
||||
"label": "Strong's-linked words",
|
||||
"languages": ["hebrew", "aramaic", "greek"],
|
||||
"systems": ["strongs"],
|
||||
"embedded": true,
|
||||
"package": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl"
|
||||
},
|
||||
{
|
||||
"id": "usfm-source",
|
||||
"type": "source_format",
|
||||
"label": "USFM source",
|
||||
"format": "usfm",
|
||||
"embedded": false
|
||||
}
|
||||
],
|
||||
"attachments": {
|
||||
"included": [
|
||||
{
|
||||
"id": "kjv-eng-kjv2006-strongs-links",
|
||||
"resource_type": "concordance_links",
|
||||
"label": "Strong's links",
|
||||
"relationship": "word-to-strongs",
|
||||
"anchor_types": ["verse", "word", "strongs_number"],
|
||||
"languages": ["hebrew", "aramaic", "greek"],
|
||||
"systems": ["strongs"],
|
||||
"source": "Embedded in the eBible USFM package.",
|
||||
"package": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl"
|
||||
}
|
||||
],
|
||||
"supported_future_types": [
|
||||
"study_notes",
|
||||
"commentary",
|
||||
"cross_references",
|
||||
"morphology",
|
||||
"lemma_links",
|
||||
"lexicon",
|
||||
"dictionary",
|
||||
"maps",
|
||||
"timeline",
|
||||
"media"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"provider": "eBible.org",
|
||||
"url": "https://ebible.org/find/show.php?id=eng-kjv2006",
|
||||
"download_url": "https://ebible.org/Scriptures/eng-kjv2006_usfm.zip",
|
||||
"format": "usfm-zip",
|
||||
"upstream_id": "eng-kjv2006",
|
||||
"upstream_last_updated": "2026-05-16"
|
||||
"upstream_last_updated": "2026-05-16",
|
||||
"available_formats": [
|
||||
"browser",
|
||||
"mobile-html",
|
||||
"epub",
|
||||
"pdf",
|
||||
"sword",
|
||||
"plain-text",
|
||||
"vpl-sql",
|
||||
"browser-bible",
|
||||
"usfx",
|
||||
"usfm",
|
||||
"xetex"
|
||||
]
|
||||
},
|
||||
"license": {
|
||||
"name": "Public Domain",
|
||||
"redistribution": true,
|
||||
"jurisdiction_notes": "eBible states this work is firmly public domain outside the United Kingdom; UK printing/import may be restricted by Crown letters patent.",
|
||||
"source_license_url": "https://ebible.org/find/show.php?id=eng-kjv2006"
|
||||
"source_license_url": "https://ebible.org/find/show.php?id=eng-kjv2006",
|
||||
"attribution": "This free text is provided courtesy of CrossWire Bible Society and eBible.org.",
|
||||
"public_domain_outside": ["United Kingdom"],
|
||||
"restricted_notes": "Printing this translation in the United Kingdom or importing printed copies into the UK may require permission from the Crown patent holders."
|
||||
},
|
||||
"checks": {
|
||||
"expected_sha256": "4ea6952590d070bfa22985aded48a49581e31b568a60aa09e25f73462e700e7d",
|
||||
@@ -31,5 +133,9 @@
|
||||
"json_catalog": "packages/json/kjv-eng-kjv2006/catalog.json",
|
||||
"verses_jsonl": "packages/json/kjv-eng-kjv2006/verses.jsonl",
|
||||
"strongs_jsonl": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl"
|
||||
},
|
||||
"catalog_display": {
|
||||
"primary_features": ["Bible text", "Strong's-linked words", "USFM source"],
|
||||
"summary": "Public-domain KJV package based on the 1769 standardized text, with Strong's numbers embedded in the source USFM."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user