Add dataset provenance card
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- he
|
| 4 |
+
pretty_name: Passed Israeli Bills - Raw Knesset API
|
| 5 |
+
tags:
|
| 6 |
+
- law
|
| 7 |
+
- israel
|
| 8 |
+
- knesset
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Passed Israeli Bills - Raw Knesset API
|
| 12 |
+
|
| 13 |
+
Raw responses from the Knesset bill-detail API for 573 bills whose source status is `התקבלה בקריאה שלישית`.
|
| 14 |
+
|
| 15 |
+
## Contents
|
| 16 |
+
|
| 17 |
+
`data/passed_bills_raw.json` is a UTF-8 JSON list. Records are preserved as returned by the API without semantic classification or enrichment.
|
| 18 |
+
|
| 19 |
+
## Provenance
|
| 20 |
+
|
| 21 |
+
- Source: https://main.knesset.gov.il/Activity/Legislation/Laws/Pages/LawBill.aspx
|
| 22 |
+
- Detail API: `https://www.knesset.gov.il/WebSiteApi/knessetapi/LegislationItem/GetLegislationBillItem`
|
| 23 |
+
- Collection code: https://github.com/nickBes/lawsofisrael/blob/main/notebooks/scrape_passed_bills.ipynb
|
| 24 |
+
- Filter: passed in the third reading and containing a valid Knesset bill link
|