- From: Harshvardhan J. Pandit <me@harshp.com>
- Date: Thu, 24 Feb 2022 18:09:03 +0000
- To: Data Privacy Vocabularies and Controls Community Group <public-dpvcg@w3.org>
Addendum - added Adequacy decisions. Example for EU <--> UK:
```
juris:Adequacy-EU-GB a dpv-gdpr:A45-3 ;
dct:title "EU Adequacy Decision for United Kingdom" ;
foaf:homepage
"https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en"^^xsd:anyURI
;
dct:temporal [ a time:ProperInterval ;
time:hasBeginning [ time:inXSDDate "2021-06-28"^^xsd:date ] ] ;
dpv:hasJurisdiction juris:GB ;
dpv:hasJurisdiction juris:EU .
```
On 24/02/2022 17:04, Harshvardhan J. Pandit wrote:
> Hi. Here is my proposal to add an extension that provides relevant
> jurisdictional information in the form of: countries, laws and
> authorities (data protection / privacy). Please discuss and review this
> proposal - it is intended for integration in DPV (as dpv-juris
> extension) by 31-March.
>
> https://github.com/coolharsh55/dpv-x/blob/master/dpv-juris/juris.ttl
>
> In this, I've modelled countries using the ISO 3166 and UN M49
> taxonomies, and annotated them with information from Global Privacy
> Assembly for relevant laws / DPAs. This includes EU membership,
> applicability of GDPR, and existence of DPAs (within EU).
>
> Example for Ireland:
>
> ```
> juris:IE a dpv:Country ;
> dct:title "Ireland"@en ;
> dpv:hasApplicableLaw juris:GDPR ;
> dpv:hasAuthority juris:IE-DPA ;
> juris:iso_alpha2 "IE"^^xsd:string ;
> juris:iso_alpha3 "IRL"^^xsd:string ;
> juris:iso_numeric 372 ;
> juris:un_m49 372 ;
> skos:broaderTransitive juris:EEA,
> juris:EEA30,
> juris:EEA31,
> juris:EU,
> juris:EU27,
> juris:EU28,
> juris:Europe,
> juris:NorthernEurope .
>
> juris:IE-DPA a dpv:DataProtectionAuthority ;
> dct:title "Data Protection Commission (DPC)"@en ;
> dpv:hasJurisdiction juris:IE ;
> foaf1:homepage "http://www.dataprotection.ie"^^xsd:anyURI .
> ```
>
> In the file (juris.ttl), not all countries' DPA's and laws are
> represented. Once the data model is agreed upon, this can be populated
> for completion.
>
>
> Regarrds,
--
---
Harshvardhan J. Pandit, Ph.D
Research Fellow
ADAPT Centre, Trinity College Dublin
https://harshp.com/
Received on Thursday, 24 February 2022 18:09:18 UTC