https://github.com/maastrichtlawtech/case-law-explorer
☁️ A network analysis software platform for analyzing Dutch and European court decisions.
https://github.com/maastrichtlawtech/case-law-explorer
case-law data-science network-analysis
Last synced: 5 months ago
JSON representation
☁️ A network analysis software platform for analyzing Dutch and European court decisions.
- Host: GitHub
- URL: https://github.com/maastrichtlawtech/case-law-explorer
- Owner: maastrichtlawtech
- License: mit
- Created: 2019-08-12T15:52:42.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T14:22:44.000Z (8 months ago)
- Last Synced: 2025-10-21T16:29:38.808Z (8 months ago)
- Topics: case-law, data-science, network-analysis
- Language: Jupyter Notebook
- Homepage: https://maastrichtlawtech.github.io/case-law-explorer/
- Size: 13.8 MB
- Stars: 19
- Watchers: 9
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-europe - Case Law Explorer - law-explorer?style=flat-square&label=⭐)](https://github.com/maastrichtlawtech/case-law-explorer/stargazers) [](https://github.com/maastrichtlawtech/case-law-explorer/commits/main) [](https://github.com/maastrichtlawtech/case-law-explorer) [](https://github.com/maastrichtlawtech/case-law-explorer/blob/main/LICENSE) - Network analysis platform for analysing Dutch and European court decisions. (Legal and Legislation)
README
# Case Law Explorer: ETL
Materials for building a network analysis software platform for analyzing Dutch and European court decisions. This repository builds on the work by Dafne van Kuppevelt of the Netherlands e-Science Centre [NLeSC/case-law-app](https://github.com/NLeSC/case-law-app).
## Quickstart
- Setup and run locally the extraction pipeline with the [Caselaw extraction walkthrough](https://maastrichtlawtech.github.io/case-law-explorer/#/etl/)
- Setup and run a GraphQL API with AWS in the [GraphQL API walkthrough](https://maastrichtlawtech.github.io/case-law-explorer/#/graphql/)
## Datasets
See [Datasets](/datasets/). Currently, we gather the case law of the Netherlands and that of two European courts, as it follows:
- **Published and operable**
- [Rechtspraak](https://maastrichtlawtech.github.io/case-law-explorer/#/datasets/?id=rechtspraak-archive), backed by [Legal Intelligence](https://maastrichtlawtech.github.io/case-law-explorer/#/datasets/?id=legal-intelligence-api), and citations provided by [LIDO](https://maastrichtlawtech.github.io/case-law-explorer/#/datasets/?id=linked-data-overheid-lido)
- **Work in progress**
- [European Court of Human Rights](https://maastrichtlawtech.github.io/case-law-explorer/#/datasets/?id=european-court-of-human-rights-echr) with WIP scripts available on [GitHub](https://github.com/maastrichtlawtech/case-law-explorer/blob/master/data_extraction/caselaw/echr/ECHR_metadata_harvester.py)
- [Court of Justice of the European Union](https://maastrichtlawtech.github.io/case-law-explorer/#/datasets/?id=court-of-justice-of-the-european-union-cjeu) with WIP scripts available on [GitHub](https://github.com/maastrichtlawtech/case-law-explorer/blob/master/data_extraction/caselaw/cellar/cellar_extraction.py)
We plan to extend the data to other international courts.
## Contributors
Bogdan Covrig
maxin-e
Pedro V
MarionMeyers
Kody Moodley
Jasper Snel
Pranav Bapat
Piotr Lewandowski
Benjamin Rodrigues de Miranda
Chloe Crombach
running-machin
shashankmc
gijsvd
## License
[](https://opensource.org/licenses/MIT)
Previously under the [Creative Commons Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/legalcode.en)), as of 13/02/2022 this work is licensed under a [MIT License](https://opensource.org/licenses/MIT).
```
MIT License
Copyright (c) 2022 Maastricht Law & Tech Lab
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```