Skip to content

Commit

Permalink
Update bayern.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denesj authored Aug 29, 2024
1 parent aac5d47 commit f5c43e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/data/states/bayern.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,8 @@ stats:
value: 485
link: 'https://www.govdata.de/web/guest/sparql-assistent#query=PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0APREFIX%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0APREFIX%20dct%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0APREFIX%20dcat%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fdcat%23%3E%0APREFIX%20contributor%3A%20%3Chttp%3A%2F%2Fdcat-ap.de%2Fdef%2Fcontributors%2F%3E%0A%0A%20SELECT%20%0A%20%20(COUNT(DISTINCT%20%3Fdataset)%20AS%20%3Ftotal_datasets)%0A%20%20(COUNT(DISTINCT%20%3FdatasetWithZeroLicense)%20AS%20%3FdatasetsWithZeroLicense)%0A%20%20(COUNT(DISTINCT%20%3FdatasetWithByLicense)%20AS%20%3FdatasetsWithByLicense)%0A%20%20WHERE%20%7B%0A%20%20%20%20%3Fdataset%20a%20dcat%3ADataset%20.%0A%20%20%20%20%3Fdataset%20%3FcontributorIDpredicate%20contributor%3AopenDataBayern%20.%0A%20%20%20%20%3Fdataset%20dct%3Amodified%20%3Fmodified%20.%0A%20%20%20%20FILTER(YEAR(%3Fmodified)%20%3D%202023)%20.%0A%0A%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%3Fdataset%20dcat%3Adistribution%20%3Fdistribution2%20.%0A%20%20%20%20%20%20%3Fdistribution2%20dct%3Alicense%20%3Flicense%20.%0A%20%20%20%20%20%20FILTER(CONTAINS(LCASE(STR(%3Flicense))%2C%20%22zero%22))%0A%20%20%20%20%20%20BIND(%3Fdataset%20AS%20%3FdatasetWithZeroLicense)%0A%20%20%20%20%7D%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%3Fdataset%20dcat%3Adistribution%20%3Fdistribution2%20.%0A%20%20%20%20%20%20%3Fdistribution2%20dct%3Alicense%20%3Flicense%20.%0A%20%20%20%20%20%20FILTER(CONTAINS(LCASE(STR(%3Flicense))%2C%20%22by%22))%0A%20%20%20%20%20%20BIND(%3Fdataset%20AS%20%3FdatasetWithByLicense)%0A%20%20%20%20%7D%0A%20%7D&endpoint=https%3A%2F%2Fwww.govdata.de%2Fsparql&requestMethod=GET&tabTitle=Query&headers=%7B%7D&contentTypeConstruct=text%2Fturtle%2C*%2F*%3Bq%3D0.9&contentTypeSelect=application%2Fsparql-results%2Bjson%2C*%2F*%3Bq%3D0.9&outputFormat=table'
---
Analog zu Informationsfreiheit und Transarenz ist in Bayern das Thema Open Data nicht im Rechtsrahmen verankert. Lediglich im Digitalgesetz gibt es einen kurzen Paragrafen zu offenen Daten.
Aktuell fehlt es damit noch an den Basics – von einem Anspruch auf Verwaltungstransparenz ganz zu schweigen.
Ungeachtet dessen hat die Open-Data-Bereitstellung des Freistaats Bayern in den letzten zwei Jahren etwas an Fahrt gewonnen: Mit open.bydata gibt es ein neues Open-Data-Portal, das automatisiertes Bereitstellen und Abrufen von Daten ermöglicht.
Zudem ist das competence center im Aufbau, das die Infrastruktur für das Datenteilen verbessern und Kommunen auf dem Weg begleiten möchte.
Positiv herauszustellen ist, dass die bayerische Parlamentsdokumentation Plenarprotokolle häufig noch am selben Tag veröffentlicht – allerdings fehlen auch in Bayern eine Schnittstelle und Parlamentsinformationen in maschinenlesbaren Formaten.

0 comments on commit f5c43e7

Please sign in to comment.