Turkish Al-Mukhtasar in Interpreting the Noble Quran

Multiple Ayahs

Tags

Download Links

Turkish Al-Mukhtasar in Interpreting the Noble Quran tafsir for Surah Al-Mumtahanah — Ayah 4

قَدۡ كَانَتۡ لَكُمۡ أُسۡوَةٌ حَسَنَةٞ فِيٓ إِبۡرَٰهِيمَ وَٱلَّذِينَ مَعَهُۥٓ إِذۡ قَالُواْ لِقَوۡمِهِمۡ إِنَّا بُرَءَٰٓؤُاْ مِنكُمۡ وَمِمَّا تَعۡبُدُونَ مِن دُونِ ٱللَّهِ كَفَرۡنَا بِكُمۡ وَبَدَا بَيۡنَنَا وَبَيۡنَكُمُ ٱلۡعَدَٰوَةُ وَٱلۡبَغۡضَآءُ أَبَدًا حَتَّىٰ تُؤۡمِنُواْ بِٱللَّهِ وَحۡدَهُۥٓ إِلَّا قَوۡلَ إِبۡرَٰهِيمَ لِأَبِيهِ لَأَسۡتَغۡفِرَنَّ لَكَ وَمَآ أَمۡلِكُ لَكَ مِنَ ٱللَّهِ مِن شَيۡءٖۖ رَّبَّنَا عَلَيۡكَ تَوَكَّلۡنَا وَإِلَيۡكَ أَنَبۡنَا وَإِلَيۡكَ ٱلۡمَصِيرُ ٤
-Ey Müminler!- Şüphesiz, sizin için İbrahim -aleyhisselam-'da ve onunla beraber olan Müminlerde güzel bir örnek vardır. Hani onlar kâfir olan toplumlarına şöyle demişlerdi: "Biz, şüphesiz sizden ve sizin Allah’tan başka ibadet ettiğiniz putlarınızdan uzağız. Sizin üzerine olduğunuz inancı kabul etmiyoruz. Sizinle bizim aramızda Yüce Allah’a tek olarak iman edinceye ve Allah'a herhangi bir kimseyi ortak koşmayı bırakıncaya kadar sürecek olan bir düşmanlık ve nefret belirmiştir." Sizin üzerinize düşen de onlar gibi kâfir olan toplumunuzdan uzak durmanızdır. Bu; İbrahim’in babasına söylediği şu söz hariçtir (İbrahim şöyle dedi): "Senin için Allah'tan bağışlanma dileyeceğim. Allah'ın rahmetinden ümit kesmeyin." Bu, İbrahim'in babası hakkında ümidi kesmesinden önce idi. Çünkü Mümin bir kimse, müşrik bir kimse için af dileyemez. İbrahim şöyle dedi: "Benim, Allah’tan sana gelecek azabı savmaya gücüm yetmez. Rabbimiz! Biz, bütün işlerimizde sana dayandık ve tövbe ederek sana yöneldik ve kıyamet günü dönüş de sanadır!"

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.