-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add legal modules for EU countries with DPAs and laws #48
Comments
Two regressions:
|
I wonder whether it would be nice to have a KG with this, e.g., on https://w3id.org/dpv/kg, where all of these triples, e.g., locations <-> laws, legal basis <-> rights, and so on, are available instead of being spread out in different extensions. |
@besteves4 it would be redundant to provide this since such a graph can be constructed automatically by importing all legal extensions? Also, the |
We can provide in |
Comment by @coolharsh55 via IRC channel #dpvcg on irc.w3.org fix this in time for 2.0 release |
- adds association between dpv:Authority and dpv:Law instances in LEGAL - uses a SPARQL hook (see vocab_management.py) - generated RDF and HTML documentation containing inferred triples - added association to consolidated /legal HTML page - this completes some of #48 which will additionally require creating extensions for each jurisdiction and repeating this exercise (in 2.1)
Added association between |
- adds association between dpv:Authority and dpv:Law instances in LEGAL - uses a SPARQL hook (see vocab_management.py) - generated RDF and HTML documentation containing inferred triples - added association to consolidated /legal HTML page - this completes some of #48 which will additionally require creating extensions for each jurisdiction and repeating this exercise (in 2.1)
GDPRHub has a page with DPAs - https://gdprhub.eu/index.php?title=Category:DPA |
- adds extensions under `/legal` for the following EU/EEA member states: AT, BE, BG, CY, CZ, DK, EE, ES, FI, FR, GB, GR, HR, HU, IS, IT, LI, LT, LU, LV, MT, NL, NO, PL, PT, RO, SE, SI, SK, which use the ISO 3166-2 codes - the following extensions already existed in 2.0: IE, IN, DE, US, EU - each jurisdiction only has the DPA defined, and no laws are defined at the moment - #48 should be used to discuss this - the missing laws and other info requires volunteers to collect the data (the work is quite simple) - Spain (ES) has 3 autonomous regions who have DPAs, whose data is present in the spreadsheets but has not been included in this release as their jurisdictions utilise regions which are not currently represented in LOC - #179 tracks the addition of ISO 3166-2 subdivisions which are needed to add ES data as above
Added legal extensions for EU/EEA members with DPAs defined in 314f098 - laws are not defined but are quite trivial to add in (need a name, link, and date added to spreadsheet). |
- adds extensions under `/legal` for the following EU/EEA member states: AT, BE, BG, CY, CZ, DK, EE, ES, FI, FR, GB, GR, HR, HU, IS, IT, LI, LT, LU, LV, MT, NL, NO, PL, PT, RO, SE, SI, SK, which use the ISO 3166-2 codes - the following extensions already existed in 2.0: IE, IN, DE, US, EU - each jurisdiction only has the DPA defined, and no laws are defined at the moment - #48 should be used to discuss this - the missing laws and other info requires volunteers to collect the data (the work is quite simple) - Spain (ES) has 3 autonomous regions who have DPAs, whose data is present in the spreadsheets but has not been included in this release as their jurisdictions utilise regions which are not currently represented in LOC - #179 tracks the addition of ISO 3166-2 subdivisions which are needed to add ES data as above
With the changes in 2.0, to represent concepts such as law and DPA needs a new legal module (i.e. a subdirectory within
/legal
) representing the jurisdiction. The information for this e.g. from GDPRHub has a page with DPAs - https://gdprhub.eu/index.php?title=Category:DPA will be put in separate spreadsheets and used to create individual RDF and HTML files for each jurisdiction. E.g. see existing extensions for Ireland, Germany, US, etc.Work needed now is to populate the spreadsheet https://docs.google.com/spreadsheets/d/1pqGE67I5kyoGrkhMItJbi18VLguVqE1jVecnfki1ujY/edit?gid=2007379443#gid=2007379443 with this info, update
100
,vocab_management
, and then generate RDF and HTML.The text was updated successfully, but these errors were encountered: