Juris extension for modelling jurisdictions, DPAs, laws

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 17:04:52 UTC