Initial case catalog release
Browse files- .gitattributes +2 -0
- README.md +59 -0
- audit/cases_catalog_hudoc_report.json +40 -0
- audit/cases_catalog_hudoc_unmatched.csv +88 -0
- case_appearances.csv +3 -0
- case_guides.csv +0 -0
- cases_catalog.csv +0 -0
- cases_catalog.json +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
case_appearances.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
cases_catalog.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: ECHR Guide Case Catalog
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- legal
|
| 7 |
+
- echr
|
| 8 |
+
- hudoc
|
| 9 |
+
- entity-linking
|
| 10 |
+
- dataset-creation
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Dataset Card for ECHR Guide Case Catalog
|
| 16 |
+
|
| 17 |
+
## Dataset Summary
|
| 18 |
+
|
| 19 |
+
This dataset links citation strings found in ECHR guide materials to canonical HUDOC case records and guide-level appearances.
|
| 20 |
+
|
| 21 |
+
It is derived from the cleaned citation-diff layer and a HUDOC enrichment pass. The goal is to move from raw citation strings to normalized case entities with stable identifiers, document types, importance levels, and guide appearance metadata.
|
| 22 |
+
|
| 23 |
+
## Dataset Structure
|
| 24 |
+
|
| 25 |
+
Main files:
|
| 26 |
+
|
| 27 |
+
- `cases_catalog.csv`: main case catalog table
|
| 28 |
+
- `cases_catalog.json`: JSON export of the same catalog
|
| 29 |
+
- `case_guides.csv`: guide-level case associations
|
| 30 |
+
- `case_appearances.csv`: finer-grained appearance-level mapping
|
| 31 |
+
- `audit/cases_catalog_hudoc_report.json`: matching statistics and audit counts
|
| 32 |
+
- `audit/cases_catalog_hudoc_unmatched.csv`: unresolved citation rows
|
| 33 |
+
|
| 34 |
+
## Dataset Statistics
|
| 35 |
+
|
| 36 |
+
- catalog rows: `7846`
|
| 37 |
+
- matched rows: `7759`
|
| 38 |
+
- unmatched rows: `87`
|
| 39 |
+
- guide-link rows in `case_guides.csv`: `12310`
|
| 40 |
+
- appearance rows in `case_appearances.csv`: `61646`
|
| 41 |
+
|
| 42 |
+
## Intended Use
|
| 43 |
+
|
| 44 |
+
This dataset is intended for:
|
| 45 |
+
|
| 46 |
+
- canonical case linking
|
| 47 |
+
- joining guide citations to HUDOC metadata
|
| 48 |
+
- filtering or ranking guide changes by case importance or document type
|
| 49 |
+
- serving as an intermediate layer between citation diffs and body-context localization
|
| 50 |
+
|
| 51 |
+
## Provenance
|
| 52 |
+
|
| 53 |
+
Derived from:
|
| 54 |
+
|
| 55 |
+
- `lexgenie/echr-guide-citation-diffs`
|
| 56 |
+
- the cleaned citation-diff outputs in `lexgenie/echr-guide-citation-diffs-cleaned`
|
| 57 |
+
- HUDOC enrichment and matching
|
| 58 |
+
|
| 59 |
+
This dataset should be treated as a normalized entity layer rather than as a raw citation-diff release.
|
audit/cases_catalog_hudoc_report.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_rows": 7846,
|
| 3 |
+
"reused_matched_rows": 7754,
|
| 4 |
+
"queried_rows": 92,
|
| 5 |
+
"rows_with_application_number": 82,
|
| 6 |
+
"rows_without_application_number": 10,
|
| 7 |
+
"matched_rows": 7759,
|
| 8 |
+
"unmatched_rows": 87,
|
| 9 |
+
"match_method_counts": {
|
| 10 |
+
"exact_application_set": 6816,
|
| 11 |
+
"exact_name_and_year": 498,
|
| 12 |
+
"application_subset_name_year": 222,
|
| 13 |
+
"legacy_identifier_exact_name_and_year": 218,
|
| 14 |
+
"request_identifier_exact_name_and_year": 5
|
| 15 |
+
},
|
| 16 |
+
"unmatched_reason_counts": {
|
| 17 |
+
"ambiguous_application_match": 51,
|
| 18 |
+
"no_candidate_after_year_filter": 31,
|
| 19 |
+
"no_exact_name_match": 3,
|
| 20 |
+
"no_official_case_document": 2
|
| 21 |
+
},
|
| 22 |
+
"doctype_counts": {
|
| 23 |
+
"HEJUD": 5630,
|
| 24 |
+
"HEDEC": 1386,
|
| 25 |
+
"HFDEC": 455,
|
| 26 |
+
"CLIN": 195,
|
| 27 |
+
"HFJUD": 44,
|
| 28 |
+
"HECOM": 18,
|
| 29 |
+
"HEREP": 15,
|
| 30 |
+
"HFREP": 7,
|
| 31 |
+
"ADVPRO16OPENG": 5,
|
| 32 |
+
"HFCOM": 4
|
| 33 |
+
},
|
| 34 |
+
"importance_counts": {
|
| 35 |
+
"3": 3714,
|
| 36 |
+
"4": 2045,
|
| 37 |
+
"1": 1165,
|
| 38 |
+
"2": 835
|
| 39 |
+
}
|
| 40 |
+
}
|
audit/cases_catalog_hudoc_unmatched.csv
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
case_key,case_id,case_name,application_numbers,application_numbers_count,primary_application_number,judgment_date_raw,judgment_year,hudoc_itemid,hudoc_importance_level,hudoc_importance_bucket,is_key_case,convention_articles,keywords,respondent_states,summary_text,citation_example,all_citation_variants_count,snapshots_count,guides_count,guide_ids,guide_titles,first_seen_snapshot_timestamp,last_seen_snapshot_timestamp,first_seen_snapshot_pdf,last_seen_snapshot_pdf,hudoc_match_status,hudoc_match_method,hudoc_query_value,hudoc_query_result_count,hudoc_docname,hudoc_appno,hudoc_doctype,hudoc_languageisocode,hudoc_kpdate,hudoc_kpdateastext,hudoc_originatingbody,hudoc_ecli,hudoc_conclusion
|
| 2 |
+
apps:P16-2020-002,P16-2020-002,Advisory opinion on the assessment of the proportionality of a general prohibition on standing for election after removal from office in impeachment proceedings,P16-2020-002,1,P16-2020-002,8 April 2022,2022,,,,,,,,,"Advisory opinion on the assessment of the proportionality of a general prohibition on standing for election after removal from office in impeachment proceedings, Request no. P16-2020-002, Lithuanian Supreme Administrative Court, 8 April 2022",1,5,1,0bd62693ae9f,Article 3 Protocol 1,20230923144330,20251220163343,20230923144330__guide_art_3_protocol_1_eng.pdf,20251220163343__guide_art_3_protocol_1_eng.pdf,unmatched,ambiguous_application_match,P16-2020-002 || request:P16-2020-002 || docname_raw:Advisory opinion on the assessment of the proportionality of a general prohibition on standing for election after removal from office in impeachment proceedings || text_clean:Advisory opinion on the assessment of the proportionality of a general prohibition on standing for election after removal from office in impeachment proceedings,2,,,,,,,,,
|
| 3 |
+
apps:30226/10,30226/10,Ali Rıza and Others v. Turkey,30226/10,1,30226/10,28 January 2020,2020,,,,,,,,,"Ali Rıza and Others v. Turkey, nos. 30226/10 and 4 others, 28 January 2020",1,10,2,4026b1621d4a|96d370a07ab1,Article 6 Civil|Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,ambiguous_application_match,30226/10 || docname_raw:Ali Rıza and Others v. Turkey || text_clean:Ali Rıza and Others v. Turkey,52,,,,,,,,,
|
| 4 |
+
apps:55789/19,55789/19,Almaz and Others v. Türkiye (dec.),55789/19,1,55789/19,19 November 2024,2024,,,,,,,,,"Almaz and Others v. Türkiye (dec.), nos. 55789/19 and 3 others, 19 November 2024",1,1,1,684d373b17e9,Article 11,20251210133318,20251210133318,20251210133318__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,55789/19 || docname_raw:Almaz and Others v. Türkiye (dec.) || docname_clean:Almaz and Others v. Türkiye || text_clean:Almaz and Others v. Türkiye,8,,,,,,,,,
|
| 5 |
+
apps:37949/18,37949/18,"Andrey Rylkov Foundation and Others v. Russia,* nos. 37949/18 and 83 others",37949/18,1,37949/18,18 June 2024,2024,,,,,,,,,"Andrey Rylkov Foundation and Others v. Russia,* nos. 37949/18 and 83 others, 18 June 2024",2,2,1,684d373b17e9,Article 11,20240930063355,20251210133318,20240930063355__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,"37949/18 || docname_raw:Andrey Rylkov Foundation and Others v. Russia,* nos. 37949/18 and 83 others || text_clean:Andrey Rylkov Foundation and Others v. Russia,* nos. 37949/18 and 83 others",12,,,,,,,,,
|
| 6 |
+
apps:25357/16,25357/16,Anthony France and Others v. the United Kingdom (dec.) [committee],25357/16,1,25357/16,26 September 2017,2017,,,,,,,,,"Anthony France and Others v. the United Kingdom (dec.) [committee], nos. 25357/16 and 3 Others, 26 September 2017",1,5,1,1900da194ee4,Article 10,20230912000014,20250918162301,20230912000014__guide_art_10_eng.pdf,20250918162301__guide_art_10_eng.pdf,unmatched,ambiguous_application_match,25357/16 || docname_raw:Anthony France and Others v. the United Kingdom (dec.) [committee] || docname_clean:Anthony France and Others v. the United Kingdom [committee] || text_clean:Anthony France and Others v. the United Kingdom [committee],1,,,,,,,,,
|
| 7 |
+
apps:48535/99,48535/99,Beck and Others v. the United Kingdom,48535/99,1,48535/99,22 October 2002,2002,,,,,,,,,"Beck and Others v. the United Kingdom, nos. 48535/99 and 2 others, 22 October 2002",1,4,1,e12c697e461c,Article 14,20230923093716,20250523211809,20230923093716__guide_art_14_art_1_protocol_12_eng.pdf,20250523211809__guide_art_14_art_1_protocol_12_eng.pdf,unmatched,ambiguous_application_match,48535/99 || docname_raw:Beck and Others v. the United Kingdom || text_clean:Beck and Others v. the United Kingdom,5,,,,,,,,,
|
| 8 |
+
apps:40832/98,40832/98,"Bellet, Huertas and Vialatte v. France (dec.)",40832/98,1,40832/98,27 April 1999,1999,,,,,,,,,"Bellet, Huertas and Vialatte v. France (dec.), nos. 40832/98 and 2 others, 27 April 1999",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,"40832/98 || docname_raw:Bellet, Huertas and Vialatte v. France (dec.) || docname_clean:Bellet, Huertas and Vialatte v. France || text_clean:Bellet, Huertas and Vialatte v. France",51,,,,,,,,,
|
| 9 |
+
apps:38703/06,38703/06,Boumediiene and Others v. Bosnia and Herzegovina (dec.),38703/06,1,38703/06,18 November 2008,2008,,,,,,,,,"Boumediiene and Others v. Bosnia and Herzegovina (dec.), nos. 38703/06 and 5 others, 18 November 2008",1,4,1,e19a063de5b3,Immigration,20240331051847,20251122094224,20240331051847__guide_immigration_eng.pdf,20251122094224__guide_immigration_eng.pdf,unmatched,ambiguous_application_match,38703/06 || docname_raw:Boumediiene and Others v. Bosnia and Herzegovina (dec.) || docname_clean:Boumediiene and Others v. Bosnia and Herzegovina || text_clean:Boumediiene and Others v. Bosnia and Herzegovina,6,,,,,,,,,
|
| 10 |
+
apps:24074/19,24074/19,"Canavcı and Others v. Türkiye,* nos. 24074/19 and 2 others",24074/19,1,24074/19,16 November 2023,2023,,,,,,,,,"Canavcı and Others v. Türkiye,* nos. 24074/19 and 2 others, 16 November 2023",2,3,1,7ff3d5fc46dd,Prisoners' rights,20240405074848,20240928174327,20240405074848__guide_prisoners_rights_eng.pdf,20240928174327__guide_prisoners_rights_eng.pdf,unmatched,ambiguous_application_match,"24074/19 || docname_raw:Canavcı and Others v. Türkiye,* nos. 24074/19 and 2 others || text_clean:Canavcı and Others v. Türkiye,* nos. 24074/19 and 2 others",14,,,,,,,,,
|
| 11 |
+
apps:8603/79,8603/79,Crociani and Others v. Italy,8603/79,1,8603/79,18 December 1980,1980,,,,,,,,,"Crociani and Others v. Italy, nos. 8603/79 and 3 others, Commission decision of 18 December 1980, DR 22",1,5,1,a94e3bc7e2bf,Article 13,20230911235824,20250619163138,20230911235824__guide_art_13_eng.pdf,20250619163138__guide_art_13_eng.pdf,unmatched,ambiguous_application_match,8603/79 || docname_raw:Crociani and Others v. Italy || text_clean:Crociani and Others v. Italy,20,,,,,,,,,
|
| 12 |
+
apps:3321/67,3321/67,"Denmark, Norway, Sweden and the Netherlands v. Greece (the ""Greek case"")",3321/67,1,3321/67,5 November 1969,1969,,,,,,,,,"Denmark, Norway, Sweden and the Netherlands v. Greece (the ""Greek case""), nos. 3321/67 and 3 others, Commission report of 5 November 1969, Yearbook 12",1,3,1,e8704f851a2b,Article 15,20230923094342,20251125150922,20230923094342__guide_art_15_eng.pdf,20251125150922__guide_art_15_eng.pdf,unmatched,ambiguous_application_match,"3321/67 || docname_raw:Denmark, Norway, Sweden and the Netherlands v. Greece (the ""Greek case"") || text_clean:Denmark, Norway, Sweden and the Netherlands v. Greece (the ""Greek case"")",60,,,,,,,,,
|
| 13 |
+
apps:21286/15,21286/15,"Dianova and Others v. Russia,* nos. 21286/15 and 4 others",21286/15,1,21286/15,10 September 2024,2024,,,,,,,,,"Dianova and Others v. Russia,* nos. 21286/15 and 4 others, 10 September 2024",2,2,1,684d373b17e9,Article 11,20240930063355,20251210133318,20240930063355__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,"21286/15 || docname_raw:Dianova and Others v. Russia,* nos. 21286/15 and 4 others || text_clean:Dianova and Others v. Russia,* nos. 21286/15 and 4 others",8,,,,,,,,,
|
| 14 |
+
apps:8803/02|6518/04,8803/02|6518/04,Doğan and Others v. Turkey,8803/02|6518/04,2,8803/02,27 May 2010,2010,,,,,,,,,"Doğan and Others v. Turkey, nos. 8803/02 and 14 others, ECHR 2004-VI (extracts) Ðokić v. Bosnia and Herzegovina, no. 6518/04, 27 May 2010",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,8803/02|6518/04 || docname_raw:Doğan and Others v. Turkey || text_clean:Doğan and Others v. Turkey,101,,,,,,,,,
|
| 15 |
+
apps:46506/99,46506/99,Durmaz and Others v. Turkey (dec.),46506/99,1,46506/99,4 September 2001,2001,,,,,,,,,"Durmaz and Others v. Turkey (dec.), nos. 46506/99 and 3 others, 4 September 2001",1,4,1,54e38e09f96e,Article 2 Protocol 1,20230923140435,20250424203515,20230923140435__guide_art_2_protocol_1_eng.pdf,20250424203515__guide_art_2_protocol_1_eng.pdf,unmatched,ambiguous_application_match,46506/99 || docname_raw:Durmaz and Others v. Turkey (dec.) || docname_clean:Durmaz and Others v. Turkey || text_clean:Durmaz and Others v. Turkey,25,,,,,,,,,
|
| 16 |
+
apps:64846/11|12879/09,64846/11|12879/09,Ebrahimian v. France,64846/11|12879/09,2,64846/11,10 January 2019,2019,,,,,,,,,"Ebrahimian v. France, no. 64846/11, ECHR 2015 Ēcis v. Latvia, no. 12879/09, 10 January 2019",1,4,1,e12c697e461c,Article 14,20230923093716,20250523211809,20230923093716__guide_art_14_art_1_protocol_12_eng.pdf,20250523211809__guide_art_14_art_1_protocol_12_eng.pdf,unmatched,ambiguous_application_match,64846/11|12879/09 || docname_raw:Ebrahimian v. France || text_clean:Ebrahimian v. France,45,,,,,,,,,
|
| 17 |
+
apps:50763/22,50763/22,"Ercan and Others v. Türkiye (dec.), 50763/22",50763/22,1,50763/22,4 February 2025,2025,,,,,,,,,"Ercan and Others v. Türkiye (dec.), 50763/22, 4 February 2025",1,1,1,684d373b17e9,Article 11,20251210133318,20251210133318,20251210133318__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,"50763/22 || docname_raw:Ercan and Others v. Türkiye (dec.), 50763/22 || docname_clean:Ercan and Others v. Türkiye , 50763/22 || text_clean:Ercan and Others v. Türkiye , 50763/22",4,,,,,,,,,
|
| 18 |
+
apps:1828/06,1828/06,G.I.E.M. S.R.L. and Others v. Italy (merits) [GC],1828/06,1,1828/06,28 June 2018,2018,,,,,,,,,"G.I.E.M. S.R.L. and Others v. Italy (merits) [GC], nos. 1828/06 and 2 others, 28 June 2018",2,20,5,1b1f8de345be|4026b1621d4a|41c295afbaa0|d24a9ac722de|e751e8063f8b,Article 1 Protocol 1|Article 6 Criminal|Article 7|ECHR / EU|Environment,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,ambiguous_application_match,1828/06 || docname_raw:G.I.E.M. S.R.L. and Others v. Italy (merits) [GC] || docname_clean:G.I.E.M. S.R.L. and Others v. Italy (merits) || text_clean:G.I.E.M. S.R.L. and Others v. Italy (merits),47,,,,,,,,,
|
| 19 |
+
apps:44394/15,44394/15,G.M. and Others v. the Republic of Moldova,44394/15,1,44394/15,22 February 2023,2023,,,,,,,,,"G.M. and Others v. the Republic of Moldova, no. 44394/15, 22 February 2023",1,4,1,acdaf72cea98,Article 3,20240223121333,20251224191756,20240223121333__guide_art_3_eng.pdf,20251224191756__guide_art_3_eng.pdf,unmatched,ambiguous_application_match,44394/15 || docname_raw:G.M. and Others v. the Republic of Moldova || text_clean:G.M. and Others v. the Republic of Moldova,19,,,,,,,,,
|
| 20 |
+
apps:47269/18,47269/18,"Garofalo and Others v. Italy (dec.), 47269/18 and 3 others",47269/18,1,47269/18,21 January 2025,2025,,,,,,,,,"Garofalo and Others v. Italy (dec.), 47269/18 and 3 others, 21 January 2025",1,1,1,41c295afbaa0,Article 7,20250604140804,20250604140804,20250604140804__guide_art_7_eng.pdf,20250604140804__guide_art_7_eng.pdf,unmatched,ambiguous_application_match,"47269/18 || docname_raw:Garofalo and Others v. Italy (dec.), 47269/18 and 3 others || docname_clean:Garofalo and Others v. Italy , 47269/18 and 3 others || text_clean:Garofalo and Others v. Italy , 47269/18 and 3 others",3,,,,,,,,,
|
| 21 |
+
apps:35614/19,35614/19,"İlerde and Others v. Türkiye,* nos. 35614/19 and 10 others",35614/19,1,35614/19,5 December 2023,2023,,,,,,,,,"İlerde and Others v. Türkiye,* nos. 35614/19 and 10 others, 5 December 2023",2,3,1,7ff3d5fc46dd,Prisoners' rights,20240405074848,20240928174327,20240405074848__guide_prisoners_rights_eng.pdf,20240928174327__guide_prisoners_rights_eng.pdf,unmatched,ambiguous_application_match,"35614/19 || docname_raw:İlerde and Others v. Türkiye,* nos. 35614/19 and 10 others || text_clean:İlerde and Others v. Türkiye,* nos. 35614/19 and 10 others",29,,,,,,,,,
|
| 22 |
+
apps:8721/05,8721/05,Istratii and Others v. Moldova,8721/05,1,8721/05,27 March 2007,2007,,,,,,,,,"Istratii and Others v. Moldova, no. 8721/05, 27 March 2007",1,4,1,7ff3d5fc46dd,Prisoners' rights,20230923174222,20240928174327,20230923174222__guide_prisoners_rights_eng.pdf,20240928174327__guide_prisoners_rights_eng.pdf,unmatched,ambiguous_application_match,8721/05 || docname_raw:Istratii and Others v. Moldova || text_clean:Istratii and Others v. Moldova,55,,,,,,,,,
|
| 23 |
+
apps:37794/07,37794/07,Jenik v. Austria (dec.),37794/07,1,37794/07,20 November 2012,2012,,,,,,,,,"Jenik v. Austria (dec.), nos. 37794/07 and 7 others, 20 November 2012",1,7,1,2fbc08fc30bd,Article 9,20230923081110,20251122212600,20230923081110__guide_art_9_eng.pdf,20251122212600__guide_art_9_eng.pdf,unmatched,ambiguous_application_match,37794/07 || docname_raw:Jenik v. Austria (dec.) || docname_clean:Jenik v. Austria || text_clean:Jenik v. Austria,7,,,,,,,,,
|
| 24 |
+
apps:31885/10,31885/10,Köksoy v. Turkey,31885/10,1,31885/10,13 January 2021,2021,,,,,,,,,"Köksoy v. Turkey, no. 31885/10, 13 January 2021",1,4,1,96d370a07ab1,Article 6 Civil,20240218053355,20260217135653,20240218053355__guide_art_6_civil_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,ambiguous_application_match,31885/10 || docname_raw:Köksoy v. Turkey || text_clean:Köksoy v. Turkey,9,,,,,,,,,
|
| 25 |
+
apps:57116/10,57116/10,Kolesnyk v. Ukraine (dec.),57116/10,1,57116/10,3 June 2014,2014,,,,,,,,,"Kolesnyk v. Ukraine (dec.), no. 57116/10, 3 June 2014",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,57116/10 || docname_raw:Kolesnyk v. Ukraine (dec.) || docname_clean:Kolesnyk v. Ukraine || text_clean:Kolesnyk v. Ukraine,20,,,,,,,,,
|
| 26 |
+
apps:56710/13,56710/13,Labaca Larrea and Others v. France (dec.),56710/13,1,56710/13,7 February 2017,2017,,,,,,,,,"Labaca Larrea and Others v. France (dec.), nos. 56710/13 and 2 others, 7 February 2017",2,6,2,1d874b186d3e|7ff3d5fc46dd,Prisoners' rights|Terrorism,20230923174222,20251025084811,20230923174222__guide_prisoners_rights_eng.pdf,20251025084811__guide_terrorism_eng.pdf,unmatched,ambiguous_application_match,56710/13 || docname_raw:Labaca Larrea and Others v. France (dec.) || docname_clean:Labaca Larrea and Others v. France || text_clean:Labaca Larrea and Others v. France,9,,,,,,,,,
|
| 27 |
+
apps:53157/99,53157/99,Ledyayeva and Others v. Russia (dec.),53157/99,1,53157/99,16 September 2004,2004,,,,,,,,,"Ledyayeva and Others v. Russia (dec.), nos. 53157/99 and 3 others, 16 September 2004",2,4,1,e751e8063f8b,Environment,20230923165352,20251212192207,20230923165352__guide_environment_eng.pdf,20251212192207__guide_environment_eng.pdf,unmatched,ambiguous_application_match,53157/99 || docname_raw:Ledyayeva and Others v. Russia (dec.) || docname_clean:Ledyayeva and Others v. Russia || text_clean:Ledyayeva and Others v. Russia,39,,,,,,,,,
|
| 28 |
+
apps:39032/97,39032/97,Maatschap Smits and Others v. Netherlands (dec.),39032/97,1,39032/97,3 May 2001,2001,,,,,,,,,"Maatschap Smits and Others v. Netherlands (dec.), nos. 39032/97 and 5 others, 3 May 2001",1,4,1,e751e8063f8b,Environment,20230923165352,20251212192207,20230923165352__guide_environment_eng.pdf,20251212192207__guide_environment_eng.pdf,unmatched,ambiguous_application_match,39032/97 || docname_raw:Maatschap Smits and Others v. Netherlands (dec.) || docname_clean:Maatschap Smits and Others v. Netherlands || text_clean:Maatschap Smits and Others v. Netherlands,1,,,,,,,,,
|
| 29 |
+
apps:8022/77,8022/77,"McVeigh, O'Neill and Evans v. the United Kingdom",8022/77,1,8022/77,18 March 1981,1981,,,,,,,,,"McVeigh, O'Neill and Evans v. the United Kingdom, nos. 8022/77 and two others, Commission report, 18 March 1981",1,5,1,d5256ad78e38,Data protection,20230923165006,20260101120520,20230923165006__guide_data_protection_eng.pdf,20260101120520__guide_data_protection_eng.pdf,unmatched,ambiguous_application_match,"8022/77 || docname_raw:McVeigh, O'Neill and Evans v. the United Kingdom || text_clean:McVeigh, O'Neill and Evans v. the United Kingdom",17,,,,,,,,,
|
| 30 |
+
apps:25801/17,25801/17,Mierlă and Others v. Romania (dec.),25801/17,1,25801/17,17 May 2022,2022,,,,,,,,,"Mierlă and Others v. Romania (dec.), no. 25801/17 and two others, 17 May 2022",1,4,1,96d370a07ab1,Article 6 Civil,20240218053355,20260217135653,20240218053355__guide_art_6_civil_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,ambiguous_application_match,25801/17 || docname_raw:Mierlă and Others v. Romania (dec.) || docname_clean:Mierlă and Others v. Romania || text_clean:Mierlă and Others v. Romania,8,,,,,,,,,
|
| 31 |
+
apps:58511/13,58511/13,Migliore and Others v. Italy (dec.),58511/13,1,58511/13,12 November 2013,2013,,,,,,,,,"Migliore and Others v. Italy (dec.), nos. 58511/13 and 2 others, 12 November 2013",1,10,1,154b01c3289a,Article 34/35,20230627221844,20251202174715,20230627221844__Admissibility_guide_ENG.pdf,20251202174715__Admissibility_guide_ENG.pdf,unmatched,ambiguous_application_match,58511/13 || docname_raw:Migliore and Others v. Italy (dec.) || docname_clean:Migliore and Others v. Italy || text_clean:Migliore and Others v. Italy,6,,,,,,,,,
|
| 32 |
+
apps:45825/99,45825/99,Miller and Others v. the United Kingdom,45825/99,1,45825/99,26 October 2004,2004,,,,,,,,,"Miller and Others v. the United Kingdom, nos. 45825/99 and 2 others, 26 October 2004",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,ambiguous_application_match,45825/99 || docname_raw:Miller and Others v. the United Kingdom || text_clean:Miller and Others v. the United Kingdom,53,,,,,,,,,
|
| 33 |
+
apps:25163/08,25163/08,Noveski v. the former Yugoslav Republic of Macedonia (dec.),25163/08,1,25163/08,13 September 2016,2016,,,,,,,,,"Noveski v. the former Yugoslav Republic of Macedonia (dec.), nos. 25163/08 and 2 others, 13 September 2016",1,7,1,99cd2ce32cf8,Article 8,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,ambiguous_application_match,25163/08 || docname_raw:Noveski v. the former Yugoslav Republic of Macedonia (dec.) || docname_clean:Noveski v. the former Yugoslav Republic of Macedonia || text_clean:Noveski v. the former Yugoslav Republic of Macedonia,8,,,,,,,,,
|
| 34 |
+
apps:76900/01|3532/07,76900/01|3532/07,Öllinger v. Austria,76900/01|3532/07,2,76900/01,16 November 2017,2017,,,,,,,,,"Öllinger v. Austria, no. 76900/01, 2006-IX ""Orthodox Ohrid Archdiocese (Greek-Orthodox Ohrid Archdiocese of the Peć Patriarchy)"" v. the former Yugoslav Republic of Macedonia, no. 3532/07, 16 November 2017",1,4,1,684d373b17e9,Article 11,20230923090652,20251210133318,20230923090652__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,76900/01|3532/07 || docname_raw:Öllinger v. Austria || text_clean:Öllinger v. Austria,43,,,,,,,,,
|
| 35 |
+
apps:64178/00,64178/00,Özgür Radyo-Ses Radyo Televizyon Yayın Yapım Ve Tanıtım A.Ş. v. Turkey (no. 1),64178/00,1,64178/00,30 March 2006,2006,,,,,,,,,"Özgür Radyo-Ses Radyo Televizyon Yayın Yapım Ve Tanıtım A.Ş. v. Turkey (no. 1), nos. 64178/00 and 4 others, 30 March 2006",1,5,1,a94e3bc7e2bf,Article 13,20230911235824,20250619163138,20230911235824__guide_art_13_eng.pdf,20250619163138__guide_art_13_eng.pdf,unmatched,ambiguous_application_match,64178/00 || docname_raw:Özgür Radyo-Ses Radyo Televizyon Yayın Yapım Ve Tanıtım A.Ş. v. Turkey (no. 1) || text_clean:Özgür Radyo-Ses Radyo Televizyon Yayın Yapım Ve Tanıtım A.Ş. v. Turkey (no. 1),13,,,,,,,,,
|
| 36 |
+
apps:25194/08,25194/08,Płachta and Others v. Poland (dec.),25194/08,1,25194/08,25 November 2014,2014,,,,,,,,,"Płachta and Others v. Poland (dec.), no. 25194/08, 25 November 2014",1,4,1,e751e8063f8b,Environment,20230923165352,20251212192207,20230923165352__guide_environment_eng.pdf,20251212192207__guide_environment_eng.pdf,unmatched,ambiguous_application_match,25194/08 || docname_raw:Płachta and Others v. Poland (dec.) || docname_clean:Płachta and Others v. Poland || text_clean:Płachta and Others v. Poland,1,,,,,,,,,
|
| 37 |
+
apps:46184/16,46184/16,P. Plaisier B.V. v. the Netherlands (dec.),46184/16,1,46184/16,14 November 2017,2017,,,,,,,,,"P. Plaisier B.V. v. the Netherlands (dec.), nos. 46184/16 and two others, 14 November 2017",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,46184/16 || docname_raw:P. Plaisier B.V. v. the Netherlands (dec.) || docname_clean:P. Plaisier B.V. v. the Netherlands || text_clean:P. Plaisier B.V. v. the Netherlands,8,,,,,,,,,
|
| 38 |
+
apps:26711/07,26711/07,Poletan and Azirovik v. the former Yugoslav Republic of Macedonia,26711/07,1,26711/07,12 May 2016,2016,,,,,,,,,"Poletan and Azirovik v. the former Yugoslav Republic of Macedonia, no. 26711/07 and 2 others, 12 May 2016",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,ambiguous_application_match,26711/07 || docname_raw:Poletan and Azirovik v. the former Yugoslav Republic of Macedonia || text_clean:Poletan and Azirovik v. the former Yugoslav Republic of Macedonia,52,,,,,,,,,
|
| 39 |
+
apps:13276/05,13276/05,Religious organisations of Ukraine v. Ukraine (dec.),13276/05,1,13276/05,1 April 2014,2014,,,,,,,,,"Religious organisations of Ukraine v. Ukraine (dec.), no. 13276/05, 1 April 2014",1,7,1,2fbc08fc30bd,Article 9,20230923081110,20251122212600,20230923081110__guide_art_9_eng.pdf,20251122212600__guide_art_9_eng.pdf,unmatched,ambiguous_application_match,13276/05 || docname_raw:Religious organisations of Ukraine v. Ukraine (dec.) || docname_clean:Religious organisations of Ukraine v. Ukraine || text_clean:Religious organisations of Ukraine v. Ukraine,1,,,,,,,,,
|
| 40 |
+
apps:55185/08,55185/08,Rossi and Others v. Italy (dec.),55185/08,1,55185/08,16 December 2008,2008,,,,,,,,,"Rossi and Others v. Italy (dec.), nos. 55185/08 and 7 others, 16 December 2008",1,10,1,154b01c3289a,Article 34/35,20230627221844,20251202174715,20230627221844__Admissibility_guide_ENG.pdf,20251202174715__Admissibility_guide_ENG.pdf,unmatched,ambiguous_application_match,55185/08 || docname_raw:Rossi and Others v. Italy (dec.) || docname_clean:Rossi and Others v. Italy || text_clean:Rossi and Others v. Italy,56,,,,,,,,,
|
| 41 |
+
apps:56637/10,56637/10,"Sociedade de Construções Martins & Vieira, Lda., and Others v. Portugal",56637/10,1,56637/10,30 October 2014,2014,,,,,,,,,"Sociedade de Construções Martins & Vieira, Lda., and Others v. Portugal, nos. 56637/10 and 5 others, 30 October 2014",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,ambiguous_application_match,"56637/10 || docname_raw:Sociedade de Construções Martins & Vieira, Lda., and Others v. Portugal || text_clean:Sociedade de Construções Martins & Vieira, Lda., and Others v. Portugal",14,,,,,,,,,
|
| 42 |
+
apps:3468/20,3468/20,Subaşı and Others v. Türkiye,3468/20,1,3468/20,6 December 2022,2022,,,,,,,,,"Subaşı and Others v. Türkiye, nos. 3468/20 and others, 6 December 2022",2,11,2,7ff3d5fc46dd|99cd2ce32cf8,Article 8|Prisoners' rights,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,ambiguous_application_match,3468/20 || docname_raw:Subaşı and Others v. Türkiye || text_clean:Subaşı and Others v. Türkiye,45,,,,,,,,,
|
| 43 |
+
apps:23018/04,23018/04,Urcan and Others v. Turkey,23018/04,1,23018/04,17 July 2008,2008,,,,,,,,,"Urcan and Others v. Turkey, nos. 23018/04 and 10 others, 17 July 2008",1,4,1,684d373b17e9,Article 11,20230923090652,20251210133318,20230923090652__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,23018/04 || docname_raw:Urcan and Others v. Turkey || text_clean:Urcan and Others v. Turkey,53,,,,,,,,,
|
| 44 |
+
apps:59012/17,59012/17,"Văleanu and Others v. Romania, 59012/17 and 29 others",59012/17,1,59012/17,8 November 2022,2022,,,,,,,,,"Văleanu and Others v. Romania, 59012/17 and 29 others, 8 November 2022",3,9,2,1b1f8de345be|ed0ed05ac958,Article 1 Protocol 1|Article 46,20230911235919,20260104030038,20230911235919__guide_art_46_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,"59012/17 || docname_raw:Văleanu and Others v. Romania, 59012/17 and 29 others || text_clean:Văleanu and Others v. Romania, 59012/17 and 29 others",8,,,,,,,,,
|
| 45 |
+
apps:56928/19,56928/19,"Valiullina and Others v. Latvia, 56928/19 and 2 others",56928/19,1,56928/19,14 September 2023,2023,,,,,,,,,"Valiullina and Others v. Latvia, 56928/19 and 2 others, 14 September 2023",2,4,2,54e38e09f96e|e12c697e461c,Article 14|Article 2 Protocol 1,20240330184031,20250523211809,20240330184031__guide_art_2_protocol_1_eng.pdf,20250523211809__guide_art_14_art_1_protocol_12_eng.pdf,unmatched,ambiguous_application_match,"56928/19 || docname_raw:Valiullina and Others v. Latvia, 56928/19 and 2 others || text_clean:Valiullina and Others v. Latvia, 56928/19 and 2 others",7,,,,,,,,,
|
| 46 |
+
apps:47621/13,47621/13,"Vavřička and Others v. the Czech Republic [GC], nos 47621/13 and 5 others",47621/13,1,47621/13,8 April 2021,2021,,,,,,,,,"Vavřička and Others v. the Czech Republic [GC], nos 47621/13 and 5 others, 8 April 2021",3,27,6,2fbc08fc30bd|54e38e09f96e|8ad6b528df3f|99cd2ce32cf8|cfca8cb0bbc6|d24a9ac722de,Article 2 Protocol 1|Article 8|Article 9|ECHR / EU|Rights of the child|Social rights,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,ambiguous_application_match,"47621/13 || docname_raw:Vavřička and Others v. the Czech Republic [GC], nos 47621/13 and 5 others || docname_clean:Vavřička and Others v. the Czech Republic , nos 47621/13 and 5 others || text_clean:Vavřička and Others v. the Czech Republic , nos 47621/13 and 5 others",16,,,,,,,,,
|
| 47 |
+
apps:48703/03,48703/03,Verein gegen Tierfabriken v. Switzerland (dec.),48703/03,1,48703/03,20 September 2011,2011,,,,,,,,,"Verein gegen Tierfabriken v. Switzerland (dec.), no. 48703/03, 20 September 2011",1,4,1,e751e8063f8b,Environment,20230923165352,20251212192207,20230923165352__guide_environment_eng.pdf,20251212192207__guide_environment_eng.pdf,unmatched,ambiguous_application_match,48703/03 || docname_raw:Verein gegen Tierfabriken v. Switzerland (dec.) || docname_clean:Verein gegen Tierfabriken v. Switzerland || text_clean:Verein gegen Tierfabriken v. Switzerland,76,,,,,,,,,
|
| 48 |
+
apps:17153/11,17153/11,Vučković and Others v. Serbia (preliminary objection) [GC],17153/11,1,17153/11,25 March 2014,2014,,,,,,,,,"Vučković and Others v. Serbia (preliminary objection) [GC], nos. 17153/11 and 29 others, 25 March 2014",1,15,2,154b01c3289a|a94e3bc7e2bf,Article 13|Article 34/35,20230627221844,20251202174715,20230627221844__Admissibility_guide_ENG.pdf,20251202174715__Admissibility_guide_ENG.pdf,unmatched,ambiguous_application_match,17153/11 || docname_raw:Vučković and Others v. Serbia (preliminary objection) [GC] || docname_clean:Vučković and Others v. Serbia (preliminary objection) || text_clean:Vučković and Others v. Serbia (preliminary objection),65,,,,,,,,,
|
| 49 |
+
apps:63477/00,63477/00,Wells v. United Kingdom (dec.) no. 63477/00,63477/00,1,63477/00,16 January 2007,2007,,,,,,,,,"Wells v. United Kingdom (dec.) no. 63477/00, 16 January 2007",1,4,1,e751e8063f8b,Environment,20230923165352,20251212192207,20230923165352__guide_environment_eng.pdf,20251212192207__guide_environment_eng.pdf,unmatched,ambiguous_application_match,63477/00 || docname_raw:Wells v. United Kingdom (dec.) no. 63477/00 || docname_clean:Wells v. United Kingdom no. 63477/00 || text_clean:Wells v. United Kingdom no. 63477/00,25,,,,,,,,,
|
| 50 |
+
apps:7601/76|7896/77,7601/76|7896/77,"Young, James and Webster v. the United Kingdom",7601/76|7896/77,2,7601/76,14 December 1979,1979,,,,,,,,,"Young, James and Webster v. the United Kingdom, nos. 7601/76 and 7896/77, Commission's report of 14 December 1979, Series B, no. 39, p. 36",1,4,1,684d373b17e9,Article 11,20230923090652,20251210133318,20230923090652__guide_art_11_eng.pdf,20251210133318__guide_art_11_eng.pdf,unmatched,ambiguous_application_match,"7601/76|7896/77 || docname_raw:Young, James and Webster v. the United Kingdom || text_clean:Young, James and Webster v. the United Kingdom",60,,,,,,,,,
|
| 51 |
+
apps:19875/13,19875/13,Zamoyski-Brisson v. Poland (dec.),19875/13,1,19875/13,5 September 2017,2017,,,,,,,,,"Zamoyski-Brisson v. Poland (dec.), no. 19875/13, 5 September 2017",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,19875/13 || docname_raw:Zamoyski-Brisson v. Poland (dec.) || docname_clean:Zamoyski-Brisson v. Poland || text_clean:Zamoyski-Brisson v. Poland,2,,,,,,,,,
|
| 52 |
+
apps:54490/10,54490/10,Zhidov v. Russia,54490/10,1,54490/10,16 October 2018,2018,,,,,,,,,"Zhidov v. Russia, no. 54490/10 and 3 others, 16 October 2018",2,15,2,154b01c3289a|1b1f8de345be,Article 1 Protocol 1|Article 34/35,20230627221844,20260104030038,20230627221844__Admissibility_guide_ENG.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,ambiguous_application_match,54490/10 || docname_raw:Zhidov v. Russia || text_clean:Zhidov v. Russia,14,,,,,,,,,
|
| 53 |
+
apps:71477/01,71477/01,Ackermann and Fuhrmann v. Germany (dec.),71477/01,1,71477/01,8 September 2013,2013,,,,,,,,,"Ackermann and Fuhrmann v. Germany (dec.), no. 71477/01, 8 September 2013",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_candidate_after_year_filter,71477/01 || docname_raw:Ackermann and Fuhrmann v. Germany (dec.) || docname_clean:Ackermann and Fuhrmann v. Germany || text_clean:Ackermann and Fuhrmann v. Germany,8,,,,,,,,,
|
| 54 |
+
apps:33810/07|18817/08,33810/07|18817/08,"Association ""21 December 1989"" and Others v. Romania",33810/07|18817/08,2,33810/07,21 December 1989,1989,,,,,,,,,"Association ""21 December 1989"" and Others v. Romania, nos. 33810/07 and 18817/08, 24 May 2011",2,27,5,415c8994e0ed|99cd2ce32cf8|b8a991ab1181|d5256ad78e38|ed0ed05ac958,Article 2|Article 46|Article 8|Data protection|Mass protests,20230911235919,20260215111534,20230911235919__guide_art_46_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,no_candidate_after_year_filter,"33810/07|18817/08 || docname_raw:Association ""21 December 1989"" and Others v. Romania || text_clean:Association ""21 December 1989"" and Others v. Romania",51,,,,,,,,,
|
| 55 |
+
apps:11261/84,11261/84,Bideault v. France,11261/84,1,11261/84,9 December 1987,1987,,,,,,,,,"Bideault v. France, no. 11261/84, Commission decision of 9 December 1987, Decisions and Reports 48",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,no_candidate_after_year_filter,11261/84 || docname_raw:Bideault v. France || text_clean:Bideault v. France,2,,,,,,,,,
|
| 56 |
+
apps:81415/12,81415/12,Çöçelli and Others v. Türkiye,81415/12,1,81415/12,11 November 0202,0202,,,,,,,,,"Çöçelli and Others v. Türkiye, no. 81415/12, 11 November 0202",2,8,2,96d370a07ab1|e751e8063f8b,Article 6 Civil|Environment,20230923165352,20260217135653,20230923165352__guide_environment_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,no_candidate_after_year_filter,81415/12 || docname_raw:Çöçelli and Others v. Türkiye || text_clean:Çöçelli and Others v. Türkiye,18,,,,,,,,,
|
| 57 |
+
apps:4479/06,4479/06,Courten v. the United Kingdom (dec.),4479/06,1,4479/06,04 November 2006,2006,,,,,,,,,"Courten v. the United Kingdom (dec.), no. 4479/06, 04 November 2006",1,4,1,0a61f8f7ceb0,Rights of LGBTI persons,20230923175405,20250612193940,20230923175405__guide_lgbti_rights_eng.pdf,20250612193940__guide_lgbti_rights_eng.pdf,unmatched,no_candidate_after_year_filter,4479/06 || docname_raw:Courten v. the United Kingdom (dec.) || docname_clean:Courten v. the United Kingdom || text_clean:Courten v. the United Kingdom,31,,,,,,,,,
|
| 58 |
+
apps:8918/05,8918/05,Grebneva and Alisimchik v. Russia,8918/05,1,8918/05,22 November 2011,2011,,,,,,,,,"Grebneva and Alisimchik v. Russia, no. 8918/05, 22 November 2011",1,2,1,1900da194ee4,Article 10,20230912000014,20240217150955,20230912000014__guide_art_10_eng.pdf,20240217150955__guide_art_10_eng.pdf,unmatched,no_candidate_after_year_filter,8918/05 || docname_raw:Grebneva and Alisimchik v. Russia || text_clean:Grebneva and Alisimchik v. Russia,42,,,,,,,,,
|
| 59 |
+
apps:31540/96,31540/96,Güngör v. Germany (dec.),31540/96,1,31540/96,24 January 2002,2002,,,,,,,,,"Güngör v. Germany (dec.), no. 31540/96, 24 January 2002",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,no_candidate_after_year_filter,31540/96 || docname_raw:Güngör v. Germany (dec.) || docname_clean:Güngör v. Germany || text_clean:Güngör v. Germany,39,,,,,,,,,
|
| 60 |
+
apps:1474/62,1474/62,Habitants d'Alsemberg and de Beersel v. Belgium,1474/62,1,1474/62,26 July 1963,1963,,,,,,,,,"Habitants d'Alsemberg and de Beersel v. Belgium, no. 1474/62, Commission decision of 26 July 1963",1,7,1,2fbc08fc30bd,Article 9,20230923081110,20251122212600,20230923081110__guide_art_9_eng.pdf,20251122212600__guide_art_9_eng.pdf,unmatched,no_candidate_after_year_filter,1474/62 || docname_raw:Habitants d'Alsemberg and de Beersel v. Belgium || text_clean:Habitants d'Alsemberg and de Beersel v. Belgium,14,,,,,,,,,
|
| 61 |
+
apps:37496/04,37496/04,Igual Coll v. Spain,37496/04,1,37496/04,10 March 2008,2008,,,,,,,,,"Igual Coll v. Spain, no. 37496/04, 10 March 2008",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,no_candidate_after_year_filter,37496/04 || docname_raw:Igual Coll v. Spain || text_clean:Igual Coll v. Spain,54,,,,,,,,,
|
| 62 |
+
apps:55432/10,55432/10,J.P.D. v. France (dec.),55432/10,1,55432/10,16 September 2016,2016,,,,,,,,,"J.P.D. v. France (dec.), no. 55432/10, 16 September 2016",1,5,1,d5256ad78e38,Data protection,20230923165006,20260101120520,20230923165006__guide_data_protection_eng.pdf,20260101120520__guide_data_protection_eng.pdf,unmatched,no_candidate_after_year_filter,55432/10 || docname_raw:J.P.D. v. France (dec.) || docname_clean:J.P.D. v. France || text_clean:J.P.D. v. France,2,,,,,,,,,
|
| 63 |
+
name:jacquier v france dec::2009,,Jacquier v. France (dec.),,0,,1 September 2009,2009,,,,,,,,,"Jacquier v. France (dec.), no. 45827, 1 September 2009",1,7,1,99cd2ce32cf8,Article 8,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,no_candidate_after_year_filter,docname_raw:Jacquier v. France (dec.) || docname_clean:Jacquier v. France || text_clean:Jacquier v. France,1,,,,,,,,,
|
| 64 |
+
apps:9697/82,9697/82,Johnston and Others v. Ireland,9697/82,1,9697/82,5 March 1995,1995,,,,,,,,,"Johnston and Others v. Ireland, no. 9697/82, Commission's report of 5 March 1995, Series B no. 95",1,5,1,a94e3bc7e2bf,Article 13,20230911235824,20250619163138,20230911235824__guide_art_13_eng.pdf,20250619163138__guide_art_13_eng.pdf,unmatched,no_candidate_after_year_filter,9697/82 || docname_raw:Johnston and Others v. Ireland || text_clean:Johnston and Others v. Ireland,55,,,,,,,,,
|
| 65 |
+
name:kholodov v ukraine dec no64953/14::2016,,"Kholodov v. Ukraine (dec.), no64953/14",,0,,23 August 2016,2016,,,,,,,,,"Kholodov v. Ukraine (dec.), no64953/14, 23 August 2016",1,7,1,99cd2ce32cf8,Article 8,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,no_candidate_after_year_filter,"docname_raw:Kholodov v. Ukraine (dec.), no64953/14 || docname_clean:Kholodov v. Ukraine , no64953/14 || text_clean:Kholodov v. Ukraine , no64953/14",0,,,,,,,,,
|
| 66 |
+
apps:33257/96,33257/96,Klip and Krüger v. the Netherlands,33257/96,1,33257/96,3 December 1987,1987,,,,,,,,,"Klip and Krüger v. the Netherlands, no. 33257/96, Commission decision of 3 December 1987, Decisions and Reports (D.R.) no. 91-A, p. 66",1,4,1,1e58f64bfb7a,Article 12,20230923091656,20250906135625,20230923091656__guide_art_12_eng.pdf,20250906135625__guide_art_12_eng.pdf,unmatched,no_candidate_after_year_filter,33257/96 || docname_raw:Klip and Krüger v. the Netherlands || text_clean:Klip and Krüger v. the Netherlands,14,,,,,,,,,
|
| 67 |
+
apps:50835/00,50835/00,Kozlovs v. Latvia (dec.),50835/00,1,50835/00,23 November 2000,2000,,,,,,,,,"Kozlovs v. Latvia (dec.), no. 50835/00, 23 November 2000",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_candidate_after_year_filter,50835/00 || docname_raw:Kozlovs v. Latvia (dec.) || docname_clean:Kozlovs v. Latvia || text_clean:Kozlovs v. Latvia,42,,,,,,,,,
|
| 68 |
+
apps:16153/03,16153/03,Lazarev and Lazarev v. Russia (dec.),16153/03,1,16153/03,5 October 2006,2006,,,,,,,,,"Lazarev and Lazarev v. Russia (dec.), no. 16153/03, 5 October 2006",1,3,1,8ad6b528df3f,Rights of the child,20241205111155,20250601155424,20241205111155__guide_rights_of_the_child_eng.pdf,20250601155424__guide_rights_of_the_child_eng.pdf,unmatched,no_candidate_after_year_filter,16153/03 || docname_raw:Lazarev and Lazarev v. Russia (dec.) || docname_clean:Lazarev and Lazarev v. Russia || text_clean:Lazarev and Lazarev v. Russia,17,,,,,,,,,
|
| 69 |
+
name:loizidou v turkey merits::1996,,Loizidou v. Turkey (merits),,0,,18 December 1996,1996,,,,,,,,,"Loizidou v. Turkey (merits), 18 December 1996, Reports 1996-VI",2,29,5,154b01c3289a|1b1f8de345be|7a059e452dbd|99cd2ce32cf8|dbfbd08a4477,Article 1|Article 1 Protocol 1|Article 2 Protocol 4|Article 34/35|Article 8,20230627221844,20260215111534,20230627221844__Admissibility_guide_ENG.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,no_candidate_after_year_filter,docname_raw:Loizidou v. Turkey (merits) || text_clean:Loizidou v. Turkey (merits),50,,,,,,,,,
|
| 70 |
+
name:m s v sweden 27 aout 1997::1997,,"M.S. v. Sweden, 27 août 1997",,0,,,1997,,,,,,,,,"M.S. v. Sweden, 27 août 1997, Reports of Judgments and Decisions 1997-IV",1,5,1,d5256ad78e38,Data protection,20230923165006,20260101120520,20230923165006__guide_data_protection_eng.pdf,20260101120520__guide_data_protection_eng.pdf,unmatched,no_candidate_after_year_filter,"docname_raw:M.S. v. Sweden, 27 août 1997 || text_clean:M.S. v. Sweden, 27 août 1997",0,,,,,,,,,
|
| 71 |
+
name:mantovanelli v france 18 mars 1997::1997,,"Mantovanelli v. France, 18 mars 1997",,0,,,1997,,,,,,,,,"Mantovanelli v. France, 18 mars 1997, Reports of Judgments and Decisions 1997-II",1,4,1,96d370a07ab1,Article 6 Civil,20240218053355,20260217135653,20240218053355__guide_art_6_civil_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,no_candidate_after_year_filter,"docname_raw:Mantovanelli v. France, 18 mars 1997 || text_clean:Mantovanelli v. France, 18 mars 1997",0,,,,,,,,,
|
| 72 |
+
name:mcfeeley and others v the united kingdom::1980,,McFeeley and Others v. the United Kingdom,,0,,15 May 1980,1980,,,,,,,,,"McFeeley and Others v. the United Kingdom, Commission decision, 15 May 1980",1,4,1,7ff3d5fc46dd,Prisoners' rights,20230923174222,20240928174327,20230923174222__guide_prisoners_rights_eng.pdf,20240928174327__guide_prisoners_rights_eng.pdf,unmatched,no_candidate_after_year_filter,docname_raw:McFeeley and Others v. the United Kingdom || text_clean:McFeeley and Others v. the United Kingdom,50,,,,,,,,,
|
| 73 |
+
apps:66345/09,66345/09,Mihaela Mihai Neagu v. Romania (dec.),66345/09,1,66345/09,6 March 1994,1994,,,,,,,,,"Mihaela Mihai Neagu v. Romania (dec.), no. 66345/09, 6 March 1994",2,7,2,0bd62693ae9f|d24a9ac722de,Article 3 Protocol 1|ECHR / EU,20230923144330,20251220163343,20230923144330__guide_art_3_protocol_1_eng.pdf,20251220163343__guide_art_3_protocol_1_eng.pdf,unmatched,no_candidate_after_year_filter,66345/09 || docname_raw:Mihaela Mihai Neagu v. Romania (dec.) || docname_clean:Mihaela Mihai Neagu v. Romania || text_clean:Mihaela Mihai Neagu v. Romania,10,,,,,,,,,
|
| 74 |
+
apps:38126/06,38126/06,Ooms v. France (dec.),38126/06,1,38126/06,25 September 2009,2009,,,,,,,,,"Ooms v. France (dec.), no. 38126/06, 25 September 2009",1,3,1,41c295afbaa0,Article 7,20230923043629,20250604140804,20230923043629__guide_art_7_eng.pdf,20250604140804__guide_art_7_eng.pdf,unmatched,no_candidate_after_year_filter,38126/06 || docname_raw:Ooms v. France (dec.) || docname_clean:Ooms v. France || text_clean:Ooms v. France,7,,,,,,,,,
|
| 75 |
+
apps:2034/07,2034/07,Otegi Mondragon v. Spain,2034/07,1,2034/07,,2034,,,,,,,,,"Otegi Mondragon v. Spain, no. 2034/07, ECHR 2011",1,5,1,1900da194ee4,Article 10,20230912000014,20250918162301,20230912000014__guide_art_10_eng.pdf,20250918162301__guide_art_10_eng.pdf,unmatched,no_candidate_after_year_filter,2034/07 || docname_raw:Otegi Mondragon v. Spain || text_clean:Otegi Mondragon v. Spain,63,,,,,,,,,
|
| 76 |
+
apps:39519/98,39519/98,Padin Gestoso v. Spain (dec.),39519/98,1,39519/98,,1999,,,,,,,,,"Padin Gestoso v. Spain (dec.), no. 39519/98, ECHR 1999-II (extracts)",1,6,1,4026b1621d4a,Article 6 Criminal,20230911235812,20260217143525,20230911235812__guide_art_6_criminal_eng.pdf,20260217143525__guide_art_6_criminal_eng.pdf,unmatched,no_candidate_after_year_filter,39519/98 || docname_raw:Padin Gestoso v. Spain (dec.) || docname_clean:Padin Gestoso v. Spain || text_clean:Padin Gestoso v. Spain,8,,,,,,,,,
|
| 77 |
+
apps:18533/12,18533/12,Parfitt v. the United Kingdom (dec.),18533/12,1,18533/12,27 June 2016,2016,,,,,,,,,"Parfitt v. the United Kingdom (dec.), no. 18533/12, 27 June 2016",2,10,2,8ad6b528df3f|99cd2ce32cf8,Article 8|Rights of the child,20230923050459,20260215111534,20230923050459__guide_art_8_eng.pdf,20260215111534__guide_art_8_eng.pdf,unmatched,no_candidate_after_year_filter,18533/12 || docname_raw:Parfitt v. the United Kingdom (dec.) || docname_clean:Parfitt v. the United Kingdom || text_clean:Parfitt v. the United Kingdom,8,,,,,,,,,
|
| 78 |
+
apps:14685/04,14685/04,Penart v. Estonia (dec.),14685/04,1,14685/04,24 January 2016,2016,,,,,,,,,"Penart v. Estonia (dec.), no. 14685/04, 24 January 2016",1,3,1,41c295afbaa0,Article 7,20230923043629,20250604140804,20230923043629__guide_art_7_eng.pdf,20250604140804__guide_art_7_eng.pdf,unmatched,no_candidate_after_year_filter,14685/04 || docname_raw:Penart v. Estonia (dec.) || docname_clean:Penart v. Estonia || text_clean:Penart v. Estonia,29,,,,,,,,,
|
| 79 |
+
name:pine valley developments ltd and others v irlande::1991,,Pine Valley Developments Ltd and Others v. Irlande,,0,,29 November 1991,1991,,,,,,,,,"Pine Valley Developments Ltd and Others v. Irlande, 29 November 1991, Series A no. 222",1,1,1,e751e8063f8b,Environment,20230923165352,20230923165352,20230923165352__guide_environment_eng.pdf,20230923165352__guide_environment_eng.pdf,unmatched,no_candidate_after_year_filter,docname_raw:Pine Valley Developments Ltd and Others v. Irlande || text_clean:Pine Valley Developments Ltd and Others v. Irlande,0,,,,,,,,,
|
| 80 |
+
apps:481/04,481/04,Smiljanić v. Slovenia (dec.),481/04,1,481/04,2 June 2006,2006,,,,,,,,,"Smiljanić v. Slovenia (dec.), no. 481/04, 2 June 2006",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_candidate_after_year_filter,481/04 || docname_raw:Smiljanić v. Slovenia (dec.) || docname_clean:Smiljanić v. Slovenia || text_clean:Smiljanić v. Slovenia,1,,,,,,,,,
|
| 81 |
+
apps:1977/02,1977/02,Sofianopoulos and Others v. Greece (dec.),1977/02,1,1977/02,,1977,,,,,,,,,"Sofianopoulos and Others v. Greece (dec.), nos. 1977/02 and 2 others, ECHR 2002-X",1,7,1,2fbc08fc30bd,Article 9,20230923081110,20251122212600,20230923081110__guide_art_9_eng.pdf,20251122212600__guide_art_9_eng.pdf,unmatched,no_candidate_after_year_filter,1977/02 || docname_raw:Sofianopoulos and Others v. Greece (dec.) || docname_clean:Sofianopoulos and Others v. Greece || text_clean:Sofianopoulos and Others v. Greece,54,,,,,,,,,
|
| 82 |
+
apps:65389/09,65389/09,Van Anraat v. the Netherlands (dec.),65389/09,1,65389/09,6 July 2006,2006,,,,,,,,,"Van Anraat v. the Netherlands (dec.), no. 65389/09, 6 July 2006",1,3,1,41c295afbaa0,Article 7,20230923043629,20250604140804,20230923043629__guide_art_7_eng.pdf,20250604140804__guide_art_7_eng.pdf,unmatched,no_candidate_after_year_filter,65389/09 || docname_raw:Van Anraat v. the Netherlands (dec.) || docname_clean:Van Anraat v. the Netherlands || text_clean:Van Anraat v. the Netherlands,35,,,,,,,,,
|
| 83 |
+
apps:39650/18,39650/18,"Zumtobel v. Austria, 21 September 1993, Series A no. 268-A Żurek v. Poland",39650/18,1,39650/18,21 September 1993,1993,,,,,,,,,"Zumtobel v. Austria, 21 September 1993, Series A no. 268-A Żurek v. Poland, no. 39650/18, 16 June 2022",1,4,1,96d370a07ab1,Article 6 Civil,20240218053355,20260217135653,20240218053355__guide_art_6_civil_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,no_candidate_after_year_filter,"39650/18 || docname_raw:Zumtobel v. Austria, 21 September 1993, Series A no. 268-A Żurek v. Poland || text_clean:Zumtobel v. Austria, 21 September 1993, Series A no. 268-A Żurek v. Poland",6,,,,,,,,,
|
| 84 |
+
name:papamichalopoulos v greece::1993,,Papamichalopoulos v. Greece,,0,,24 June 1993,1993,,,,,,,,,"Papamichalopoulos v. Greece, 24 June 1993, Series A no. 260-B",1,5,1,1b1f8de345be,Article 1 Protocol 1,20230923134648,20260104030038,20230923134648__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_exact_name_match,docname_raw:Papamichalopoulos v. Greece || text_clean:Papamichalopoulos v. Greece,60,,,,,,,,,
|
| 85 |
+
name:society v the united kingdom::1997,,Society v. the United Kingdom,,0,,23 October 1997,1997,,,,,,,,,"Society v. the United Kingdom, 23 October 1997, Reports of Judgments and Decisions 1997-VII",2,13,3,1b1f8de345be|96d370a07ab1|e12c697e461c,Article 1 Protocol 1|Article 14|Article 6 Civil,20230923093716,20260217135653,20230923093716__guide_art_14_art_1_protocol_12_eng.pdf,20260217135653__guide_art_6_civil_eng.pdf,unmatched,no_exact_name_match,docname_raw:Society v. the United Kingdom || text_clean:Society v. the United Kingdom,61,,,,,,,,,
|
| 86 |
+
name:v i v moldova::2024,,V.I. v. Moldova,,0,,26 March 2024,2024,,,,,,,,,"V.I. v. Moldova, 26 March 2024",1,1,1,ed0ed05ac958,Article 46,20240930065341,20240930065341,20240930065341__guide_art_46_eng.pdf,20240930065341__guide_art_46_eng.pdf,unmatched,no_exact_name_match,docname_raw:V.I. v. Moldova || text_clean:V.I. v. Moldova,5,,,,,,,,,
|
| 87 |
+
apps:4558/20,4558/20,"BCR Banca pentru locuințe S.A. v. Romania, (dec.)",4558/20,1,4558/20,11 January 2024,2024,,,,,,,,,"BCR Banca pentru locuințe S.A. v. Romania, (dec.), no. 4558/20, 11 January 2024",1,3,1,1b1f8de345be,Article 1 Protocol 1,20240828212851,20260104030038,20240828212851__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_official_case_document,"4558/20 || docname_raw:BCR Banca pentru locuințe S.A. v. Romania, (dec.) || docname_clean:BCR Banca pentru locuințe S.A. v. Romania || text_clean:BCR Banca pentru locuințe S.A. v. Romania",5,,,,,,,,,
|
| 88 |
+
apps:71200/17,71200/17,Brazauskienė v. Lithuania (dec.),71200/17,1,71200/17,18 January 2024,2024,,,,,,,,,"Brazauskienė v. Lithuania (dec.), no. 71200/17, 18 January 2024",1,3,1,1b1f8de345be,Article 1 Protocol 1,20240828212851,20260104030038,20240828212851__guide_art_1_protocol_1_eng.pdf,20260104030038__guide_art_1_protocol_1_eng.pdf,unmatched,no_official_case_document,71200/17 || docname_raw:Brazauskienė v. Lithuania (dec.) || docname_clean:Brazauskienė v. Lithuania || text_clean:Brazauskienė v. Lithuania,6,,,,,,,,,
|
case_appearances.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3325446086128f324f64a3764dc538272b95a26db3045ce15954e2bbcb64eec
|
| 3 |
+
size 18280059
|
case_guides.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
cases_catalog.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
cases_catalog.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f2847cf84c49cfd4e403ee1816b414ef1484b5772be618745051d344d4ce3d7
|
| 3 |
+
size 14326672
|