https://github.com/salgo60/sdgmappersweden
https://github.com/salgo60/sdgmappersweden
riksdagen sdg sdgmapper swedish-parliament
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/salgo60/sdgmappersweden
- Owner: salgo60
- Created: 2022-06-20T10:58:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T10:32:59.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:46:21.889Z (3 months ago)
- Topics: riksdagen, sdg, sdgmapper, swedish-parliament
- Language: Jupyter Notebook
- Homepage:
- Size: 5.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDGMapper Sweden
* see also [sdg-translations](https://github.com/open-sdg/sdg-translations)Test to see if we can use [SDGmapper](https://knowsdgs.jrc.ec.europa.eu/sdgmapper) on Swedish Parliament documents to "classify" documents according to [SDG](https://www.undp.org/sustainable-development-goals) see also [#5 if the Swedish PM can use it and classify documents produced regarding to SDG](https://github.com/salgo60/SDGMapperSweden/issues/5)
Result of this POC
* there is a document size problem [#4](https://github.com/salgo60/SDGMapperSweden/issues/4)
* the API dont use Linked data [#6](https://github.com/salgo60/SDGMapperSweden/issues/6#issuecomment-1163200515) and right now its not planned
* Quality of mapping needs to be investigated, looks like [english is preffered language](https://github.com/salgo60/SDGMapperSweden/issues/6#issuecomment-1163200515)## Test API
* [Notebook test SFS](https://github.com/salgo60/SDGMapperSweden/blob/main/Notebook/Swedish%20PM%20document%20SFS.ipynb)
* [Notebook test SOU](https://github.com/salgo60/SDGMapperSweden/blob/main/Notebook/SDGMapper%20Swedish%20PM%20document%20SOU.ipynb)
* looks we have a config problem see [#4](https://github.com/salgo60/SDGMapperSweden/issues/4)Document: http://data.riksdagen.se/dokument/sfs-2021-1106.json
* [Lag (2021:1106) om skatteavtal mellan Sverige och Slovenien](https://www.riksdagen.se/sv/dokument-lagar/dokument/_sfs-2021-1106)Returns
```
{'data':
['{
"name": "sdgs",
"children":
[
{
"name": "SDG 1",
"n_occurrences": 2,
"children":
[
{
"n_occurrences": 1,
"name": "Target 1.3"},
{
"n_occurrences": 1,
"name": "Target 1.4"}
] },
{
"name": "SDG 4",
"n_occurrences": 3,
"children":
[
{
"n_occurrences": 1,
"name": "Target 4.b"},
{
"n_occurrences": 2,
"name": "SDG 4_undetected_target"}
]},
{
"name": "SDG 9",
"n_occurrences": 1,
"children":
[
{
"n_occurrences": 1,
"name": "Target 9.5"}
]},
{
"name": "SDG 10",
"n_occurrences": 1,
"children":
[
{
"n_occurrences": 1,
"name": "Target 10.1"}
]},
{
"name": "SDG 15",
"n_occurrences": 2,
"children":
[
{
"n_occurrences": 2,
"name": "Target 15.2"}
]},
{
"name": "SDG 16",
"n_occurrences": 1,
"children":
[
{
"n_occurrences": 1,
"name": "Target 16.10"}
]},
{
"name": "SDG 17",
"n_occurrences": 2,
"children":
[
{
"n_occurrences": 2,
"name": "Target 17.1"}
]}
],
"api version": "v1"}'
]
}
```
Using the web tool this can be visualized as
## Test web tool
Small tests done with the web interface
* document "[SOU 2022:33 Om prövning och omprövning – en del av den gröna omställningen](https://data.riksdagen.se/fil/9E651472-8B12-44BF-9E28-0579589E3DD8) 2022-06-14"![]()
![]()
* document "[Vår demokrati - värd att värna varje dag - Statens offentliga utredningar 2022:28](https://data.riksdagen.se/fil/8A0EDDF0-A1CF-4A63-91AA-99E06B41DE13)"
![]()