Rebar Kurdish Tafsir

Multiple Ayahs

Tags

Download Links

Rebar Kurdish Tafsir tafsir for Surah Al-Jumu'ah — Ayah 6

قُلۡ يَٰٓأَيُّهَا ٱلَّذِينَ هَادُوٓاْ إِن زَعَمۡتُمۡ أَنَّكُمۡ أَوۡلِيَآءُ لِلَّهِ مِن دُونِ ٱلنَّاسِ فَتَمَنَّوُاْ ٱلۡمَوۡتَ إِن كُنتُمۡ صَٰدِقِينَ ٦
[ قُلْ يَا أَيُّهَا الَّذِينَ هَادُوا إِنْ زَعَمْتُمْ أَنَّكُمْ أَوْلِيَاءُ لِلَّهِ مِنْ دُونِ النَّاسِ ] ئەی محمد صلى الله علیه وسلم بە جوولەكە بڵێ: ئەی ئەو كەسانەی كە جوولەكەن كە بە گومانی خۆتان ئەڵێن: تەنها ئێمە دۆست و خۆشەویستی خوای گەورەین وە ئەچینە بەهەشتەوەو بەهەشت تایبەت بۆ ئێمەیە، (كە ئەیانووت: ئێمە نەوەو خۆشەویستی خوای گەورەین وە ناچینە دۆزەخەوەو بەهەشت تایبەتە بۆ ئێمە، وە محمدو موسڵمانان گومڕان) [ فَتَمَنَّوُا الْمَوْتَ إِنْ كُنْتُمْ صَادِقِينَ (٦) ] مادام بەهەشت بۆ ئێوەیە وە ئێوە ڕاستەوخۆ ئەچنە بەهەشتەوە دەی ئاوات بخوازن بە مردن بۆ ئەوەی یەكسەر بچنە بەهەشتەوە ئەگەر ڕاستگۆن, یان دوعا بكەن كێ گومڕایە ئەوە لەناوبچێت، بەڵام خۆیان ئەیانزانی كە ڕاست ناكەن بۆیە ئاواتیان ناخواست, پێغەمبەر صلى الله علیه وسلم ئەفەرمووێ: (ئەگەر ئاواتیان بخواستایە بمرن یەكسەر خوای گەورە ئەیمراندن و شوێنی خۆیانی لە دۆزەخدا نیشان ئەدان وە ئەیخستنە دۆزەخەوە).

Tafsir Resource

QUL supports exporting tafsir content in both JSON and SQLite formats. Tafsir text may include <html> tags for formatting such as <b>, <i>, etc.

Example JSON Format:

{
  "2:3": {
    "text": "tafisr text.",
    "ayah_keys": ["2:3", "2:4"]
  },
  "2:4": "2:3"
}
  • Keys in the JSON are "ayah_key" in "surah:ayah", e.g. "2:3" means 3rd ayah of Surah Al-Baqarah.
  • The value of ayah key can either be:
    • an object — this is the main tafsir group. It includes:
      • text: the tafsir content (can include HTML)
      • ayah_keys: an array of ayah keys this tafsir applies to
    • a string — this indicates the tafsir is part of a group. The string points to the ayah_key where the tafsir text can be found.

SQLite exports includes the following columns

  • ayah_key: the ayah for which this record applies.
  • group_ayah_key: the ayah key that contains the main tafsir text (used for shared tafsir).
  • from_ayah / to_ayah: start and end ayah keys for convenience (optional).
  • ayah_keys: comma-separated list of all ayah keys that this tafsir covers.
  • text: tafsir text. If blank, use the text from the group_ayah_key.