You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The GDPR DPAs i.e. DPAs in EU/EEA member states are defined as
instances of eu-gdpr:DataProtectionAuthority instead of
dpv:DataProtectionAuthority
- This allows these DPAs to be correctly used to represent which
authorities enforce the GDPR in LEGAL HTML documentation
- the GDPR implementing DPAs were listed as enforcing GDPR via
`dpv:hasApplicableLaw`, but the inverse triple stating GDPR is being
enforced by the DPAs through `dpv:hasAuthority` was missing
- this triple is automatically generated by the hook presented in
`vocab_management.py` which was configured to only run for specific
extensions which had lots of jurisdictions missing
- the fix was to add all the legal jurisdictions presented under
`/legal/` in this variable and then rerun `200` RDF generation and
`300` HTML generation steps
- in the future, the issue will arise again if the variables are not
updated for new legal jurisdictions added
Specs
LEGAL (e.g. IE, US), EU-GDPR
Errors
Fix by declaring DPAs under GDPR as
eu-gdpr:DataProtectionAuthority
(this applies to jurisdiction extensions for countries)The text was updated successfully, but these errors were encountered: